Hello community,

here is the log from the commit of package spandsp for openSUSE:Factory checked 
in at 2015-03-29 20:15:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spandsp (Old)
 and      /work/SRC/openSUSE:Factory/.spandsp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spandsp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/spandsp/spandsp.changes  2013-03-08 
09:51:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.spandsp.new/spandsp.changes     2015-03-29 
20:15:42.000000000 +0200
@@ -1,0 +2,13 @@
+Wed Mar 25 17:33:40 UTC 2015 - [email protected]
+
+- Update to version 0.0.6 (finale)
+  * Unupdated changelog
+- Remove obsolete patches
+  * spandsp-pkgconfig1.diff
+  * spandsp-path.diff
+  * spandsp-lrint.diff
+- Update spandsp-autoconf.diff
+- Use download Url as source
+- Remove xz require
+
+-------------------------------------------------------------------

Old:
----
  spandsp-0.0.6pre21.tar.xz
  spandsp-lrint.diff
  spandsp-path.diff
  spandsp-pkgconfig1.diff

New:
----
  spandsp-0.0.6.tar.gz

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

Other differences:
------------------
++++++ spandsp.spec ++++++
--- /var/tmp/diff_new_pack.cuTjGf/_old  2015-03-29 20:15:43.000000000 +0200
+++ /var/tmp/diff_new_pack.cuTjGf/_new  2015-03-29 20:15:43.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package spandsp
 #
-# Copyright (c) 2013 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
@@ -21,25 +21,20 @@
 Summary:        A DSP library for Telephony and SoftFAX
 License:        LGPL-2.1 and GPL-2.0
 Group:          Development/Libraries/C and C++
-Version:        0.0.6pre21
+Version:        0.0.6
 Release:        0
 Url:            http://soft-switch.org/
 
-#DL-URL:       http://soft-switch.org/downloads/spandsp/
-Source0:        %name-%version.tar.xz
+Source0:        http://soft-switch.org/downloads/spandsp/%name-%version.tar.gz
 Source1:        baselibs.conf
 Patch1:         spandsp-autoconf.diff
-Patch2:         spandsp-pkgconfig1.diff
-Patch3:         spandsp-path.diff
-Patch4:         spandsp-lrint.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  doxygen
 BuildRequires:  libtiff-devel
 BuildRequires:  libtool
 BuildRequires:  libxslt
-BuildRequires:  pkgconfig
-BuildRequires:  xz
+BuildRequires:  pkg-config
 %define tests 0
 %if 0%{?tests}
 BuildRequires:  fftw3-devel
@@ -96,10 +91,11 @@
 
 %prep
 %setup -qn %name-0.0.6
-%patch -P 1 -P 2 -P 3 -P 4 -p1
+%patch1 -p1
 
 %build
 autoreconf -fiv
+# Enabling MMX could be safe.. I see cpuid calls in the source
 %configure \
 %ifarch i586 i686
        --enable-mmx \
@@ -108,8 +104,7 @@
        --enable-sse --enable-sse2 \
 %endif
        --disable-static \
-       --enable-doc \
-       --with-pic
+       --enable-doc
 make %{?_smp_mflags}
 
 %check
@@ -118,12 +113,11 @@
 %endif
 
 %install
-b="%buildroot";
-make install DESTDIR="$b";
-mkdir -p "$b/%_docdir/%name";
+make install DESTDIR="%buildroot";
+mkdir -p "%buildroot%_docdir/%name";
 cp -a COPYING AUTHORS NEWS README DueDiligence \
-        ChangeLog doc/api/html "$b/%_docdir/%name";
-find "$b" -name "*.la" -delete
+        ChangeLog doc/api/html "%buildroot%_docdir/%name";
+find %{buildroot} -name "*.la" -delete
 
 %post -n %lname -p /sbin/ldconfig
 

++++++ spandsp-autoconf.diff ++++++
--- /var/tmp/diff_new_pack.cuTjGf/_old  2015-03-29 20:15:43.000000000 +0200
+++ /var/tmp/diff_new_pack.cuTjGf/_new  2015-03-29 20:15:43.000000000 +0200
@@ -32,13 +32,13 @@
 ===================================================================
 --- spandsp-0.0.6.orig/configure.ac
 +++ spandsp-0.0.6/configure.ac
-@@ -44,6 +44,7 @@ AC_SUBST(SPANDSP_LT_AGE)
+@@ -45,6 +45,7 @@
  
  AC_CONFIG_SRCDIR([src/tone_generate.c])
  AC_CONFIG_AUX_DIR(config)
 +AC_CONFIG_MACRO_DIR([m4])
  AC_CONFIG_HEADERS([src/config.h:config-h.in])
- AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
+ AM_INIT_AUTOMAKE([1.9.5])
  
 Index: spandsp-0.0.6/m4/.gitignore
 ===================================================================

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to