Hello community,

here is the log from the commit of package stk for openSUSE:Factory checked in 
at 2014-05-21 16:31:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/stk (Old)
 and      /work/SRC/openSUSE:Factory/.stk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/stk/stk.changes  2013-06-05 14:24:50.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.stk.new/stk.changes     2014-05-21 
16:31:06.000000000 +0200
@@ -1,0 +2,12 @@
+Mon May 12 12:51:33 UTC 2014 - reddw...@opensuse.org
+
+- Update to 4.5.0
+  * New iOS project files (thanks to Ariel Elkin)
+  * Bug fix in FreeVerb that could cause crackling for stereo input
+  * Various bug fixes and updates to minimize compiler warnings
+  * ADSR fix for decay/release time calculations
+  * Various updates to build system 
+- Use %make_install
+- Add the LICENSE file
+
+-------------------------------------------------------------------

Old:
----
  stk-4.4.4-crippled.tar.gz
  stk-4.4.4.tar.gz

New:
----
  stk-4.5.0-crippled.tar.gz
  stk-4.5.0.tar.gz

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

Other differences:
------------------
++++++ stk.spec ++++++
--- /var/tmp/diff_new_pack.vsuusT/_old  2014-05-21 16:31:11.000000000 +0200
+++ /var/tmp/diff_new_pack.vsuusT/_new  2014-05-21 16:31:11.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package stk
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 %define soname 4
 
 Name:           stk
-Version:        4.4.4
+Version:        4.5.0
 Release:        0
 Summary:        Synthesis ToolKit in C++
 License:        MIT
@@ -95,18 +95,14 @@
 
 %build
 # I don't version the rawwaves directory because apps seems to expect it this 
way
-%configure --with-jack --with-alsa \
+%configure --prefix=/ --with-jack --with-alsa \
            RAWWAVE_PATH=%{_datadir}/stk/rawwaves/
-make %{?_smp_mflags} -C src libstk.so
+make %{?_smp_mflags} -C src
 
 %install
-mkdir -p %{buildroot}%{_includedir}/stk \
-         %{buildroot}%{_libdir} \
-         %{buildroot}%{_datadir}/stk/rawwaves
-cp -p include/* %{buildroot}%{_includedir}/stk
-cp -pd src/libstk.* %{buildroot}%{_libdir}
-ln -s libstk.so.%{version} %{buildroot}%{_libdir}/libstk.so.%{soname}
-cp -p rawwaves/*.raw %{buildroot}%{_datadir}/stk/rawwaves
+%make_install
+mkdir -p %{buildroot}%{_datadir}/stk/rawwaves/
+cp -p rawwaves/*.raw %{buildroot}%{_datadir}/stk/rawwaves/
 
 %post -n libstk%{soname} -p /sbin/ldconfig
 
@@ -114,8 +110,8 @@
 
 %files -n libstk%{soname}
 %defattr(-,root,root,-)
-%doc README
-%{_libdir}/libstk.so.*
+%doc README.md LICENSE
+%{_libdir}/libstk.so.%{soname}*
 # If it's not going to be versioned SLPP doesn't really matter. WTF!! I don't 
really know if they correctly version the library since they ignored my message 
in the mailing list...
 %{_datadir}/stk
 

++++++ stk-4.4.4-crippled.tar.gz -> stk-4.5.0-crippled.tar.gz ++++++
++++ 128777 lines of diff (skipped)

++++++ stk-4.4.4-crippled.tar.gz -> stk-4.5.0.tar.gz ++++++
++++ 138109 lines of diff (skipped)

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

Reply via email to