Mailinglist Archive: opensuse-commit (1194 mails)
| < Previous | Next > |
commit postfish
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 12 Mar 2008 16:11:05 +0100
- Message-id: <20080312151105.AA271678182@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package postfish
checked in at Wed Mar 12 16:11:05 CET 2008.
--------
--- postfish/postfish.changes 2007-12-17 12:53:02.000000000 +0100
+++ /mounts/work_src_done/STABLE/postfish/postfish.changes 2008-03-12
15:52:33.529989000 +0100
@@ -1,0 +2,5 @@
+Wed Mar 12 15:52:12 CET 2008 - jw@xxxxxxx
+
+- fixed vector types for ggc43
+
+-------------------------------------------------------------------
New:
----
happy-gcc43.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ postfish.spec ++++++
--- /var/tmp/diff_new_pack.Of4419/_old 2008-03-12 16:10:45.000000000 +0100
+++ /var/tmp/diff_new_pack.Of4419/_new 2008-03-12 16:10:45.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package postfish (Version 2005_11_21)
#
-# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -10,6 +10,7 @@
# norootforbuild
+
Name: postfish
Url: https://trac.xiph.org/browser/trunk/postfish/
BuildRequires: fftw3-devel gtk2-devel
@@ -19,9 +20,10 @@
PreReq: %install_info_prereq
AutoReqProv: on
Version: 2005_11_21
-Release: 20
+Release: 48
Summary: Postfish - digital audio post-processing tool
Source: %{name}-%{version}.tar.bz2
+Patch: happy-gcc43.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -42,6 +44,7 @@
%prep
%setup -n %{name}
+%patch -p1
%build
%define archopt %{nil}
@@ -66,9 +69,11 @@
%{_datadir}/postfish
%changelog
-* Mon Dec 17 2007 - jw@xxxxxxx
+* Wed Mar 12 2008 jw@xxxxxxx
+- fixed vector types for ggc43
+* Mon Dec 17 2007 jw@xxxxxxx
- added -maltivec for pcc
-* Fri Oct 12 2007 - ro@xxxxxxx
+* Fri Oct 12 2007 ro@xxxxxxx
- fix filelist
-* Wed Oct 10 2007 - jw@xxxxxxx
+* Wed Oct 10 2007 jw@xxxxxxx
- minimal spec file to build postfish.
++++++ happy-gcc43.diff ++++++
--- postfish/main.c.orig 2007-10-10 16:43:20.000000000 +0200
+++ postfish/main.c 2008-03-12 15:16:41.172500000 +0100
@@ -80,7 +80,7 @@
}
/* otherwise inform the UI thread that we've requested shutdown */
- write(eventpipe[1],"\001",1);
+ (void)write(eventpipe[1],"\001",1);
}
@@ -266,7 +266,7 @@
#include <altivec.h>
signal(SIGILL,sigill_handler);
-#if (defined __GNUC__) && (__GNUC__ == 3) && ! (defined __APPLE_CC__)
+#if (defined __GNUC__) && (__GNUC__ >= 3) && ! (defined __APPLE_CC__)
__vector unsigned short noTrap =
(__vector unsigned short){0,0,0,0,0,0,0x1,0};
#else
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |