Mailinglist Archive: opensuse-commit (768 mails)

< Previous Next >
commit libsamplerate
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Sun, 22 Jun 2008 03:32:19 +0200
  • Message-id: <20080622013219.5049A678187@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package libsamplerate
checked in at Sun Jun 22 03:32:19 CEST 2008.


--------
--- libsamplerate/libsamplerate.changes 2008-06-05 01:32:01.000000000 +0200
+++ libsamplerate/libsamplerate.changes 2008-06-18 16:56:54.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Jun 18 16:53:55 CEST 2008 - tiwai@xxxxxxx
+
+- updated to version 0.1.3:
+ * Huge quality improvements to two best SINC based converters
+- fix post and postun scripts
+
+-------------------------------------------------------------------



Old:
----
libsamplerate-0.1.2.tar.bz2

New:
----
libsamplerate-0.1.3.tar.bz2

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

Other differences:
------------------
++++++ libsamplerate.spec ++++++
--- /var/tmp/diff_new_pack.U23069/_old 2008-06-22 03:31:56.000000000 +0200
+++ /var/tmp/diff_new_pack.U23069/_new 2008-06-22 03:31:56.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package libsamplerate (Version 0.1.2)
+# spec file for package libsamplerate (Version 0.1.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -14,8 +14,8 @@
Name: libsamplerate
BuildRequires: pkgconfig
Summary: A Sample Rate Converter Library
-Version: 0.1.2
-Release: 114
+Version: 0.1.3
+Release: 1
License: GPL v2 or later
Group: System/Libraries
Source: %{name}-%{version}.tar.bz2
@@ -59,12 +59,11 @@
%prep
%setup
%patch
-%{?suse_update_config:%{suse_update_config -f}}

%build
autoreconf --force --install
%configure --disable-static
-make
+make %{?jobs:-j %jobs}

%install
make DESTDIR="$RPM_BUILD_ROOT" install
@@ -73,11 +72,9 @@
# remove example binaries
rm -f $RPM_BUILD_ROOT%{_bindir}/*

-%post
-%run_ldconfig
+%post -p /sbin/ldconfig

-%postun
-%run_ldconfig
+%postun -p /sbin/ldconfig

%clean
rm -rf $RPM_BUILD_ROOT
@@ -94,6 +91,10 @@
%{_libdir}/pkgconfig/*.pc

%changelog
+* Wed Jun 18 2008 tiwai@xxxxxxx
+- updated to version 0.1.3:
+ * Huge quality improvements to two best SINC based converters
+- fix post and postun scripts
* Thu Jun 05 2008 ro@xxxxxxx
- added baselibs.conf (for alsa-plugins-samplerate)
* Mon Apr 16 2007 tiwai@xxxxxxx


++++++ libsamplerate-0.1.2.tar.bz2 -> libsamplerate-0.1.3.tar.bz2 ++++++
++++ 441943 lines of diff (skipped)


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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread