commit libsamplerate for openSUSE:Factory

2012-03-07 Thread h_root
Hello community,

here is the log from the commit of package libsamplerate for openSUSE:Factory 
checked in at 2012-03-07 13:43:08

Comparing /work/SRC/openSUSE:Factory/libsamplerate (Old)
 and  /work/SRC/openSUSE:Factory/.libsamplerate.new (New)


Package is "libsamplerate", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libsamplerate/libsamplerate.changes  
2011-11-23 19:36:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.libsamplerate.new/libsamplerate.changes 
2012-03-07 13:43:12.0 +0100
@@ -1,0 +2,13 @@
+Tue Mar  6 11:17:23 UTC 2012 - sasc...@suse.de
+
+- Adhere to shared library packaging policy
+
+---
+Sun Mar  4 23:14:45 UTC 2012 - reddw...@opensuse.org
+
+- update to version 0.1.8
+  * Minor bug fixes and updates.
+- drop all patches, not needed in new upstream version
+- run spec-cleaner
+
+---

Old:

  libsamplerate-0.1.7.tar.bz2
  libsamplerate-ac.diff
  libsamplerate_0.1.7-3.diff.gz

New:

  libsamplerate-0.1.8.tar.gz



Other differences:
--
++ libsamplerate.spec ++
--- /var/tmp/diff_new_pack.8AKgvi/_old  2012-03-07 13:43:17.0 +0100
+++ /var/tmp/diff_new_pack.8AKgvi/_new  2012-03-07 13:43:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libsamplerate
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,21 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libsamplerate
-BuildRequires:  fftw3-devel libsndfile-devel libtool pkgconfig
+Version:0.1.8
+Release:0
 Summary:A Sample Rate Converter Library
-Version:0.1.7
-Release:11
 License:GPL-2.0+
 Group:  System/Libraries
-Source: %{name}-%{version}.tar.bz2
-Source2:baselibs.conf
-Patch0: %{name}-ac.diff
-Patch1: libsamplerate_0.1.7-3.diff.gz
 Url:http://www.mega-nerd.com/SRC/
+Source0:http://www.mega-nerd.com/SRC/libsamplerate-%{version}.tar.gz
+Source1:baselibs.conf
+BuildRequires:  fftw3-devel
+BuildRequires:  libsndfile-devel
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -43,55 +42,44 @@
 conversion ratio can also vary with time for speeding up and slowing
 down effects.
 
+%package -n libsamplerate0
+Summary:A Sample Rate Converter Library
+Group:  System/Libraries
 
+%description -n libsamplerate0
+Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for
+audio. One example of where such a thing would be useful is in
+converting audio from the CD sample rate of 44.1kHz to the 48kHz sample
+rate used by DAT players.
 
-Authors:
-
-Erik de Castro Lopo 
+SRC is capable of arbitrary and time varying conversions; from
+downsampling by a factor of 12 to upsampling by the same factor.  The
+conversion ratio can also vary with time for speeding up and slowing
+down effects.
 
 %package devel
-License:GPL-2.0+
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Libraries/C and C++
-Requires:   libsamplerate = %{version} glibc-devel
+Requires:   glibc-devel
+Requires:   libsamplerate0 = %{version}
 
 %description devel
 This package contains all necessary include files and libraries needed
 to develop applications that require these.
 
-
-
-Authors:
-
-Erik de Castro Lopo 
-
 %package progs
-License:GPL-2.0+
 Summary:Example Programs for libsamplerate
 Group:  Productivity/Multimedia/Sound/Utilities
 
 %description progs
 This package includes the example programs for libsamplerate.
 
-
-
-Authors:
-
-Erik de Castro Lopo 
-
 %prep
 %setup -q
-%patch0
-%patch1 -p1
-for i in debian/patches/*diff ; do
-   patch -p1 <$i
-done
-find . -name "*.orig"|xargs rm
 
 %build
-autoreconf --force --install
-%configure --with-pic --disable-static
-make %{?jobs:-j %jobs}
+%configure --disable-silent-rules --disable-static
+make %{?_smp_mflags}
 
 %check
 pushd tests
@@ -99,32 +87,30 @@
 popd
 
 %install
-make DESTDIR="$RPM_BUILD_ROOT" install
+# Since configure doesn't honor --docdir set htmldocdir here
+make install DESTDIR=%{?buildroot} \
+ htmldocdir=%{_defaultdocdir}/libsamplerate-devel
 # remove unneeded files
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
-

commit libsamplerate for openSUSE:Factory

2011-11-23 Thread h_root
Hello community,

here is the log from the commit of package libsamplerate for openSUSE:Factory 
checked in at 2011-11-23 19:36:01

Comparing /work/SRC/openSUSE:Factory/libsamplerate (Old)
 and  /work/SRC/openSUSE:Factory/.libsamplerate.new (New)


Package is "libsamplerate", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libsamplerate/libsamplerate.changes  
2011-09-23 02:10:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsamplerate.new/libsamplerate.changes 
2011-11-23 19:36:09.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 22 10:19:16 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libsamplerate.spec ++
--- /var/tmp/diff_new_pack.3dLBqb/_old  2011-11-23 19:36:11.0 +0100
+++ /var/tmp/diff_new_pack.3dLBqb/_new  2011-11-23 19:36:11.0 +0100
@@ -19,7 +19,7 @@
 
 
 Name:   libsamplerate
-BuildRequires:  fftw3-devel libsndfile-devel pkgconfig
+BuildRequires:  fftw3-devel libsndfile-devel libtool pkgconfig
 Summary:A Sample Rate Converter Library
 Version:0.1.7
 Release:11

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



commit libsamplerate for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package libsamplerate for openSUSE:Factory 
checked in at 2011-12-06 18:25:34

Comparing /work/SRC/openSUSE:Factory/libsamplerate (Old)
 and  /work/SRC/openSUSE:Factory/.libsamplerate.new (New)


Package is "libsamplerate", Maintainer is "ti...@suse.com"

Changes:




Other differences:
--
++ libsamplerate.spec ++
--- /var/tmp/diff_new_pack.jDaLC3/_old  2011-12-06 18:45:23.0 +0100
+++ /var/tmp/diff_new_pack.jDaLC3/_new  2011-12-06 18:45:23.0 +0100
@@ -23,7 +23,7 @@
 Summary:A Sample Rate Converter Library
 Version:0.1.7
 Release:11
-License:GPLv2+
+License:GPL-2.0+
 Group:  System/Libraries
 Source: %{name}-%{version}.tar.bz2
 Source2:baselibs.conf
@@ -50,7 +50,7 @@
 Erik de Castro Lopo 
 
 %package devel
-License:GPLv2+
+License:GPL-2.0+
 Summary:Include Files and Libraries mandatory for Development
 Group:  Development/Libraries/C and C++
 Requires:   libsamplerate = %{version} glibc-devel
@@ -66,7 +66,7 @@
 Erik de Castro Lopo 
 
 %package progs
-License:GPLv2+
+License:GPL-2.0+
 Summary:Example Programs for libsamplerate
 Group:  Productivity/Multimedia/Sound/Utilities
 

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



commit libsamplerate for openSUSE:Factory

2011-08-06 Thread h_root

Hello community,

here is the log from the commit of package libsamplerate for openSUSE:Factory
checked in at Sat Aug 6 19:18:39 CEST 2011.




--- libsamplerate/libsamplerate.changes 2010-12-08 17:27:08.0 +0100
+++ /mounts/work_src_done/STABLE/libsamplerate/libsamplerate.changes
2011-08-06 17:48:11.0 +0200
@@ -1,0 +2,5 @@
+Sat Aug  6 17:47:41 CEST 2011 - meiss...@suse.de
+
+- disable quilt usage, as it extends the build chain quite some
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libsamplerate.spec ++
--- /var/tmp/diff_new_pack.ZZm9BQ/_old  2011-08-06 19:17:35.0 +0200
+++ /var/tmp/diff_new_pack.ZZm9BQ/_new  2011-08-06 19:17:35.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libsamplerate (Version 0.1.7)
+# spec file for package libsamplerate
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -19,10 +19,10 @@
 
 
 Name:   libsamplerate
-BuildRequires:  fftw3-devel libsndfile-devel pkgconfig quilt
+BuildRequires:  fftw3-devel libsndfile-devel pkgconfig
 Summary:A Sample Rate Converter Library
 Version:0.1.7
-Release:2
+Release:11
 License:GPLv2+
 Group:  System/Libraries
 Source: %{name}-%{version}.tar.bz2
@@ -83,7 +83,10 @@
 %setup -q
 %patch0
 %patch1 -p1
-QUILT_PATCHES=debian/patches quilt push -a
+for i in debian/patches/*diff ; do
+   patch -p1 <$i
+done
+find . -name "*.orig"|xargs rm
 
 %build
 autoreconf --force --install






Remember to have fun...

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



commit libsamplerate for openSUSE:Factory

2012-05-08 Thread h_root
Hello community,

here is the log from the commit of package libsamplerate for openSUSE:Factory 
checked in at 2012-05-08 12:28:01

Comparing /work/SRC/openSUSE:Factory/libsamplerate (Old)
 and  /work/SRC/openSUSE:Factory/.libsamplerate.new (New)


Package is "libsamplerate", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/libsamplerate/libsamplerate.changes  
2012-03-07 13:43:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.libsamplerate.new/libsamplerate.changes 
2012-05-08 12:28:03.0 +0200
@@ -1,0 +2,5 @@
+Sat May  5 14:58:55 UTC 2012 - crrodrig...@opensuse.org
+
+- build with profiling rnabled 
+
+---



Other differences:
--
++ libsamplerate.spec ++
--- /var/tmp/diff_new_pack.mBiZ3S/_old  2012-05-08 12:28:04.0 +0200
+++ /var/tmp/diff_new_pack.mBiZ3S/_new  2012-05-08 12:28:04.0 +0200
@@ -27,7 +27,6 @@
 Source1:baselibs.conf
 BuildRequires:  fftw3-devel
 BuildRequires:  libsndfile-devel
-BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -76,8 +75,16 @@
 
 %prep
 %setup -q
-
 %build
+profiledir=`mktemp -d`
+export CFLAGS="%optflags %cflags_profile_generate=$profiledir"
+%configure --disable-silent-rules --disable-static
+make %{?_smp_mflags}
+pushd tests
+make check
+popd
+make clean
+export CFLAGS="%optflags %cflags_profile_feedback=$profiledir"
 %configure --disable-silent-rules --disable-static
 make %{?_smp_mflags}
 

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