Hello community, here is the log from the commit of package postfish checked in at Mon Dec 17 12:58:59 CET 2007. -------- --- postfish/postfish.changes 2007-10-12 01:26:05.000000000 +0200 +++ /mounts/work_src_done/STABLE/postfish/postfish.changes 2007-12-17 12:53:02.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Dec 17 12:52:50 CET 2007 - jw@suse.de + +- added -maltivec for pcc + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postfish.spec ++++++ --- /var/tmp/diff_new_pack.Q21423/_old 2007-12-17 12:58:26.000000000 +0100 +++ /var/tmp/diff_new_pack.Q21423/_new 2007-12-17 12:58:26.000000000 +0100 @@ -19,7 +19,7 @@ PreReq: %install_info_prereq AutoReqProv: on Version: 2005_11_21 -Release: 2 +Release: 20 Summary: Postfish - digital audio post-processing tool Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -44,7 +44,11 @@ %setup -n %{name} %build -make CC="gcc $RPM_OPT_FLAGS" ETCDIR=%{_datadir}/%{name} +%define archopt %{nil} +%ifarch ppc ppc64 +%define archopt -maltivec +%endif +make CC="gcc %{archopt} $RPM_OPT_FLAGS" ETCDIR=%{_datadir}/%{name} %install install -d -m 0755 $RPM_BUILD_ROOT/%{_bindir} @@ -60,7 +64,10 @@ %{_mandir}/man1/postfish.1.gz %{_bindir}/* %{_datadir}/postfish + %changelog +* Mon Dec 17 2007 - jw@suse.de +- added -maltivec for pcc * Fri Oct 12 2007 - ro@suse.de - fix filelist * Wed Oct 10 2007 - jw@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de