Hello community,

here is the log from the commit of package resample for openSUSE:Factory 
checked in at 2015-11-22 10:59:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/resample (Old)
 and      /work/SRC/openSUSE:Factory/.resample.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "resample"

Changes:
--------
--- /work/SRC/openSUSE:Factory/resample/resample.changes        2012-09-14 
12:36:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.resample.new/resample.changes   2015-11-22 
10:59:50.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Aug 22 14:38:32 UTC 2015 - [email protected]
+
+- Use original source URL. Remove redundant %clean section.
+  Feed through spec-beautifier.
+
+-------------------------------------------------------------------

Old:
----
  resample-1.8.1.tar.bz2

New:
----
  resample-1.8.1.tar.gz

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

Other differences:
------------------
++++++ resample.spec ++++++
--- /var/tmp/diff_new_pack.4NzimZ/_old  2015-11-22 10:59:51.000000000 +0100
+++ /var/tmp/diff_new_pack.4NzimZ/_new  2015-11-22 10:59:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package resample
 #
-# Copyright (c) 2012 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
@@ -17,13 +17,14 @@
 
 
 Name:           resample
+Version:        1.8.1
+Release:        0
 Summary:        Sampling-rate conversion program
 License:        LGPL-2.1+
 Group:          Productivity/Multimedia/Video/Editors and Convertors
-Version:        1.8.1
-Release:        0
 Url:            http://www-ccrma.stanford.edu/~jos/resample
-Source0:        http://ccrma.stanford.edu/~jos/gz/%{name}-%{version}.tar.bz2
+#Url2:          
https://ccrma.stanford.edu/~jos/resample/Free_Resampling_Software.html
+Source:         http://ccrma.stanford.edu/~jos/gz/%name-%version.tar.gz
 Patch0:         resample-filename-length-fix.diff
 BuildRequires:  gcc
 BuildRequires:  make
@@ -34,30 +35,22 @@
 it can be used to convert the sampling rate from 48 kHz (used by DAT
 machines) to 44.1 kHz (the standard sampling rate for Compact Discs).
 
-Authors:
---------
-    Julius O. Smith III <[email protected]>
-
 %prep
 %setup -q
 %patch0 -p1
 
 %build
-export CFLAGS="%{optflags} -ggdb"
 %configure
-%__make
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-chmod 0644 *
-
-%clean
-[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
+%make_install
+chmod 0644 [A-Z]*
 
 %files
 %defattr(-,root,root)
 %doc README INSTALL AUTHORS COPYING ChangeLog NEWS
-%{_bindir}/*
-%{_mandir}/man?/*
+%_bindir/*
+%_mandir/man?/*
 
 %changelog


Reply via email to