Hello community,

here is the log from the commit of package stk for openSUSE:Factory checked in 
at 2012-07-30 09:46:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/stk (Old)
 and      /work/SRC/openSUSE:Factory/.stk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stk", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/stk/stk.changes  2012-05-16 21:10:25.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.stk.new/stk.changes     2012-07-30 
09:46:55.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Jul 25 16:40:01 UTC 2012 - dval...@suse.com
+
+- fix ppc64 build
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ stk.spec ++++++
--- /var/tmp/diff_new_pack.CBK3dM/_old  2012-07-30 09:47:33.000000000 +0200
+++ /var/tmp/diff_new_pack.CBK3dM/_new  2012-07-30 09:47:33.000000000 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%bcond_without open_source
+%bcond_without distributable
 
 %define soname 4
 
@@ -27,7 +27,7 @@
 License:        MIT
 Group:          System/Libraries
 Url:            http://ccrma.stanford.edu/software/stk/
-%if %{with open_source}
+%if %{with distributable}
 Source0:        stk-%{version}-crippled.tar.gz
 %else
 Source0:        
http://ccrma.stanford.edu/software/stk/release/stk-%{version}.tar.gz
@@ -37,6 +37,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(jack)
+BuildRequires:  automake
 
 %description
 The Synthesis ToolKit in C++ (STK) is a set of open source audio
@@ -87,6 +88,10 @@
 
 %prep
 %setup0 -q
+%if 0%{?suse_version} >= 1220
+#This is needed as apcupsd doesn't recognize ppc64 correctly
+cp /usr/share/automake-1.12/config.* config/ 
+%endif
 sed -i 's/CXXFLAGS="$cxxflag"/CXXFLAGS="$CXXFLAGS $cxxflag"/' configure
 cp %{S:2} .
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to