Hello community,

here is the log from the commit of package libxspf for openSUSE:Factory checked 
in at 2012-05-31 17:06:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libxspf (Old)
 and      /work/SRC/openSUSE:Factory/.libxspf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libxspf", Maintainer is "crrodrig...@novell.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libxspf/libxspf.changes  2012-03-22 
12:36:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libxspf.new/libxspf.changes     2012-05-31 
17:06:42.000000000 +0200
@@ -1,0 +2,8 @@
+Tue May 29 11:26:07 UTC 2012 - jeng...@inai.de
+
+- Remove redundant tags/sections from specfile
+- Parallel build with %_smp_mflags
+- Replace outdated constructs in configure.ac/Makefile.am to
+  have the build succeed again
+
+-------------------------------------------------------------------

New:
----
  libxspf-automake.diff

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

Other differences:
------------------
++++++ libxspf.spec ++++++
--- /var/tmp/diff_new_pack.JHxchO/_old  2012-05-31 17:06:44.000000000 +0200
+++ /var/tmp/diff_new_pack.JHxchO/_new  2012-05-31 17:06:44.000000000 +0200
@@ -33,6 +33,7 @@
 Source:         
http://downloads.xiph.org/releases/xspf/%{name}-%{version}.tar.bz2
 Patch0:         libxspf-1.1.0-gcc44.patch
 Patch1:         libxspf-gcc47.patch
+Patch2:         libxspf-automake.diff
 
 %description
 libxspf the replacement for libSpiff brings XSPF playlist reading and
@@ -123,27 +124,23 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P 0 -P 1 -P 2 -p1
 
 %build
 export  SUSE_ASNEEDED=0
 autoreconf -fiv
 %configure  --disable-test --enable-static=no --with-pic
 #  --enable-doc
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 # This section no longer works without libcpptest and can be enabled when the 
package is available
 # %check
-# %{__make} %{?jobs:-j%jobs} check
+# make %{?_smp_mflags} check
 
 %install
 %makeinstall
 %{__rm} -f %{buildroot}%{_libdir}/*.la
 
-%clean
-rm -rf %{buildroot}
-
 %post -n libxspf4 -p /sbin/ldconfig
 
 %postun -n libxspf4 -p /sbin/ldconfig

++++++ libxspf-automake.diff ++++++
From: Jan Engelhardt <jeng...@inai.de>
Date: 2012-05-29 13:24:33.672703853 +0200

Replace outdated constructs and replace dist-lzma by dist-xz.

Makefile.am:2: error: support for lzma-compressed distribution archives has been
autoreconf: automake failed with exit status: 1

---
 Makefile.am  |    1 -
 configure.ac |    7 ++++---
 2 files changed, 4 insertions(+), 4 deletions(-)

Index: libxspf-1.2.0/Makefile.am
===================================================================
--- libxspf-1.2.0.orig/Makefile.am
+++ libxspf-1.2.0/Makefile.am
@@ -1,5 +1,4 @@
 ## Process this file with automake to produce Makefile.in
-AUTOMAKE_OPTIONS = 1.10.1 gnu dist-zip dist-bzip2 dist-lzma subdir-objects
 
 ACLOCAL_AMFLAGS = -I m4
 
Index: libxspf-1.2.0/configure.ac
===================================================================
--- libxspf-1.2.0.orig/configure.ac
+++ libxspf-1.2.0/configure.ac
@@ -1,10 +1,11 @@
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.61)
-AC_INIT(src/XspfReader.cpp)
+AC_INIT([libxspf], [1.2.0])
+AC_CONFIG_SRCDIR(src/XspfReader.cpp)
 AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE(libxspf, 1.2.0)
+AM_INIT_AUTOMAKE([1.10.1 gnu dist-zip dist-bzip2 dist-xz subdir-objects])
 
-AC_PROG_LIBTOOL
+LT_INIT
 AC_PROG_INSTALL
 AC_PROG_CC
 AC_PROG_CXX
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to