commit stk for openSUSE:Factory

2015-12-24 Thread h_root
Hello community,

here is the log from the commit of package stk for openSUSE:Factory checked in 
at 2015-12-24 12:17:28

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  2014-05-21 16:31:06.0 
+0200
+++ /work/SRC/openSUSE:Factory/.stk.new/stk.changes 2015-12-24 
12:17:37.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 16 08:52:37 UTC 2015 - o...@aepfle.de
+
+- Restore BuildRoot: for SLE_11
+
+---



Other differences:
--
++ stk.spec ++
--- /var/tmp/diff_new_pack.nZ3UE8/_old  2015-12-24 12:17:38.0 +0100
+++ /var/tmp/diff_new_pack.nZ3UE8/_new  2015-12-24 12:17:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package stk
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,6 +33,7 @@
 Source0:
http://ccrma.stanford.edu/software/stk/release/stk-%{version}.tar.gz
 %endif
 Source1:precheckin_cripple_tarball.sh
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig(alsa)




commit stk for openSUSE:Factory

2014-05-21 Thread h_root
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.0 
+0200
+++ /work/SRC/openSUSE:Factory/.stk.new/stk.changes 2014-05-21 
16:31:06.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.vsuusT/_new  2014-05-21 16:31:11.0 +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



commit stk for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package stk for openSUSE:Factory checked in 
at 2013-06-05 13:38:22

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  2012-08-26 14:22:27.0 
+0200
+++ /work/SRC/openSUSE:Factory/.stk.new/stk.changes 2013-06-05 
14:24:50.0 +0200
@@ -1,0 +2,5 @@
+Tue May 28 07:02:52 UTC 2013 - mmeis...@suse.com
+
+- fixed hardcoded automake path to any newer automakes
+
+---



Other differences:
--
++ stk.spec ++
--- /var/tmp/diff_new_pack.VxXwCg/_old  2013-06-05 14:24:50.0 +0200
+++ /var/tmp/diff_new_pack.VxXwCg/_new  2013-06-05 14:24:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package stk
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -89,7 +89,7 @@
 %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/ 
+cp /usr/share/automake-*/config.* config/ 
 %endif
 sed -i 's/CXXFLAGS="$cxxflag"/CXXFLAGS="$CXXFLAGS $cxxflag"/' configure
 

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



commit stk for openSUSE:Factory

2012-08-26 Thread h_root
Hello community,

here is the log from the commit of package stk for openSUSE:Factory checked in 
at 2012-08-26 14:22:24

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-07-30 09:46:55.0 
+0200
+++ /work/SRC/openSUSE:Factory/.stk.new/stk.changes 2012-08-26 
14:22:27.0 +0200
@@ -1,0 +2,15 @@
+Sun Aug 26 10:34:47 UTC 2012 - reddw...@opensuse.org
+
+* Update to 4.4.4
+  - New FreeVerb class (thanks to Greg Burlet)
+  - New Guitar class
+  - New electric guitar project
+  - Updated versions of RtAudio and RtMidi
+  - Cleaned / revised Shakers class
+  - Bug fix in LentPitShift
+  - Bug fix in Echo constructor
+  - Bug fix in FileWvIn (file size when chunking)
+  - Bug fix in StkFrames copy constructor
+* Remove README.openSUSE, the license issue has been fixed upstream
+
+---

Old:

  README.openSUSE
  stk-4.4.3-crippled.tar.gz
  stk-4.4.3.tar.gz

New:

  stk-4.4.4-crippled.tar.gz
  stk-4.4.4.tar.gz



Other differences:
--
++ stk.spec ++
--- /var/tmp/diff_new_pack.Ciym6A/_old  2012-08-26 14:22:29.0 +0200
+++ /var/tmp/diff_new_pack.Ciym6A/_new  2012-08-26 14:22:29.0 +0200
@@ -21,7 +21,7 @@
 %define soname 4
 
 Name:   stk
-Version:4.4.3
+Version:4.4.4
 Release:0
 Summary:Synthesis ToolKit in C++
 License:MIT
@@ -33,11 +33,10 @@
 Source0:
http://ccrma.stanford.edu/software/stk/release/stk-%{version}.tar.gz
 %endif
 Source1:precheckin_cripple_tarball.sh
-Source2:README.openSUSE
+BuildRequires:  automake
 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
@@ -93,7 +92,6 @@
 cp /usr/share/automake-1.12/config.* config/ 
 %endif
 sed -i 's/CXXFLAGS="$cxxflag"/CXXFLAGS="$CXXFLAGS $cxxflag"/' configure
-cp %{S:2} .
 
 %build
 # I don't version the rawwaves directory because apps seems to expect it this 
way
@@ -116,7 +114,7 @@
 
 %files -n libstk%{soname}
 %defattr(-,root,root,-)
-%doc README README.openSUSE
+%doc README
 %{_libdir}/libstk.so.*
 # 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

++ precheckin_cripple_tarball.sh ++
--- /var/tmp/diff_new_pack.Ciym6A/_old  2012-08-26 14:22:29.0 +0200
+++ /var/tmp/diff_new_pack.Ciym6A/_new  2012-08-26 14:22:29.0 +0200
@@ -53,6 +53,7 @@
 -e /src/FM.cpp \
 -e /src/FMVoices.cpp \
 -e /src/Flute.cpp \
+-e /src/Guitar.cpp \
 -e /src/HevyMetl.cpp \
 -e /src/Mandolin.cpp \
 -e /src/Mesh2D.cpp \

++ stk-4.4.3-crippled.tar.gz -> stk-4.4.4-crippled.tar.gz ++
 39474 lines of diff (skipped)

++ stk-4.4.3-crippled.tar.gz -> stk-4.4.4.tar.gz ++
 47541 lines of diff (skipped)

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



commit stk for openSUSE:Factory

2012-07-30 Thread h_root
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.0 
+0200
+++ /work/SRC/openSUSE:Factory/.stk.new/stk.changes 2012-07-30 
09:46:55.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.CBK3dM/_new  2012-07-30 09:47:33.0 +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