Hello community,

here is the log from the commit of package libxspf for openSUSE:Factory checked 
in at 2012-08-04 09:21:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libxspf (Old)
 and      /work/SRC/openSUSE:Factory/.libxspf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libxspf", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libxspf/libxspf.changes  2012-05-31 
17:06:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libxspf.new/libxspf.changes     2012-08-04 
09:21:52.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jul 30 23:04:24 UTC 2012 - [email protected]
+
+- Fix build with as-needed and fix extra autotools bugs. 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libxspf.spec ++++++
--- /var/tmp/diff_new_pack.2Nd0Ba/_old  2012-08-04 09:21:55.000000000 +0200
+++ /var/tmp/diff_new_pack.2Nd0Ba/_new  2012-08-04 09:21:55.000000000 +0200
@@ -127,7 +127,6 @@
 %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

++++++ libxspf-automake.diff ++++++
--- /var/tmp/diff_new_pack.2Nd0Ba/_old  2012-08-04 09:21:55.000000000 +0200
+++ /var/tmp/diff_new_pack.2Nd0Ba/_new  2012-08-04 09:21:55.000000000 +0200
@@ -21,11 +21,22 @@
  
  ACLOCAL_AMFLAGS = -I m4
  
+@@ -41,7 +40,9 @@ endif
+ 
+ libxspf_la_CFLAGS = @URIPARSER_CFLAGS@
+ 
+-libxspf_la_LDFLAGS = @URIPARSER_LIBS@ -version-info 4:1:0
++libxspf_la_LDFLAGS = -no-undefined -version-info 4:1:0
++
++libxspf_la_LIBADD = $(URIPARSER_LIBS)
+ 
+ libxspf_la_SOURCES = \
+       src/XspfChunkCallback.cpp \
 Index: libxspf-1.2.0/configure.ac
 ===================================================================
 --- libxspf-1.2.0.orig/configure.ac
 +++ libxspf-1.2.0/configure.ac
-@@ -1,10 +1,11 @@
+@@ -1,13 +1,16 @@
  # Process this file with autoconf to produce a configure script.
  AC_PREREQ(2.61)
 -AC_INIT(src/XspfReader.cpp)
@@ -36,7 +47,14 @@
 +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_INSTALL
+-AC_PROG_CC
++AC_PROG_CC_STDC
++AC_USE_SYSTEM_EXTENSIONS
++AC_SYS_LARGEFILE
  AC_PROG_CXX
++LT_INIT([disable-static pic-only])
++AC_PROG_INSTALL
+ PKG_PROG_PKG_CONFIG
+ 
+ AC_HEADER_STDC

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

Reply via email to