commit libxspf for openSUSE:Factory

2015-11-28 Thread h_root
Hello community,

here is the log from the commit of package libxspf for openSUSE:Factory checked 
in at 2015-11-28 15:19:31

Comparing /work/SRC/openSUSE:Factory/libxspf (Old)
 and  /work/SRC/openSUSE:Factory/.libxspf.new (New)


Package is "libxspf"

Changes:

--- /work/SRC/openSUSE:Factory/libxspf/libxspf.changes  2013-03-08 
09:22:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.libxspf.new/libxspf.changes 2015-11-28 
15:19:34.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov 26 14:30:29 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Update dependencies
+
+---



Other differences:
--
++ libxspf.spec ++
--- /var/tmp/diff_new_pack.AG5AMO/_old  2015-11-28 15:19:35.0 +0100
+++ /var/tmp/diff_new_pack.AG5AMO/_new  2015-11-28 15:19:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libxspf
 #
-# 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
@@ -17,23 +17,25 @@
 
 
 Name:   libxspf
-Url:http://libspiff.sourceforge.net/
 Version:1.2.0
 Release:0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gcc-c++
-BuildRequires:  libexpat-devel
-BuildRequires:  libtool
-BuildRequires:  liburiparser-devel >= 0.7.5
-BuildRequires:  pkg-config
 # doxygen
 Summary:Provides XSPF playlist reading and writing support
 License:BSD-3-Clause and LGPL-2.1+
 Group:  Development/Libraries/C and C++
+Url:http://libspiff.sourceforge.net/
 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
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  gcc-c++
+BuildRequires:  libexpat-devel
+BuildRequires:  libtool
+BuildRequires:  liburiparser-devel >= 0.7.5
+BuildRequires:  pkg-config
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 libxspf the replacement for libSpiff brings XSPF playlist reading and
@@ -52,11 +54,6 @@
 * Uses unit testing
 * Liberal license: New BSD license
 
-Authors:
-
-Sebastian Pipping, sp...@xiph.org
-Ed Schouten, e...@fxq.nl
-
 %package -nlibxspf4
 Summary:Provides XSPF playlist reading and writing support
 Group:  Development/Libraries/C and C++
@@ -77,11 +74,6 @@
 * Uses unit testing
 * Liberal license: New BSD license
 
-Authors:
-
-Sebastian Pipping, sp...@xiph.org
-Ed Schouten, e...@fxq.nl
-
 %package -n libxspf-devel
 Summary:Brings XSPF playlist read and write support to C++ apps
 Group:  Development/Libraries/C and C++
@@ -115,20 +107,18 @@
 
 * Liberal license: New BSD license
 
-
-
-Authors:
-
-Sebastian Pipping, sp...@xiph.org
-Ed Schouten, e...@fxq.nl
-
 %prep
 %setup -q
-%patch -P 0 -P 1 -P 2 -p1
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf -fiv
-%configure  --disable-test --enable-static=no --with-pic
+%configure  \
+  --disable-test \
+  --enable-static=no \
+  --with-pic
 #  --enable-doc
 make %{?_smp_mflags}
 
@@ -137,8 +127,8 @@
 # make %{?_smp_mflags} check
 
 %install
-%makeinstall
-%{__rm} -f %{buildroot}%{_libdir}/*.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libxspf4 -p /sbin/ldconfig
 




commit libxspf for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package libxspf for openSUSE:Factory checked 
in at 2013-03-08 09:22:09

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-08-04 
09:21:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.libxspf.new/libxspf.changes 2013-03-08 
09:22:10.0 +0100
@@ -1,0 +2,5 @@
+Sat Mar  2 08:13:39 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ libxspf.spec ++
--- /var/tmp/diff_new_pack.3GsZF5/_old  2013-03-08 09:22:11.0 +0100
+++ /var/tmp/diff_new_pack.3GsZF5/_new  2013-03-08 09:22:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libxspf
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,7 @@
 BuildRequires:  pkg-config
 # doxygen
 Summary:Provides XSPF playlist reading and writing support
-License:BSD-3-Clause ; LGPL-2.1+
+License:BSD-3-Clause and LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Source: 
http://downloads.xiph.org/releases/xspf/%{name}-%{version}.tar.bz2
 Patch0: libxspf-1.1.0-gcc44.patch

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libxspf for openSUSE:Factory

2012-08-04 Thread h_root
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 crrodrig...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/libxspf/libxspf.changes  2012-05-31 
17:06:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.libxspf.new/libxspf.changes 2012-08-04 
09:21:52.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 30 23:04:24 UTC 2012 - crrodrig...@opensuse.org
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.2Nd0Ba/_new  2012-08-04 09:21:55.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.2Nd0Ba/_new  2012-08-04 09:21:55.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libxspf for openSUSE:Factory

2012-05-31 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.libxspf.new/libxspf.changes 2012-05-31 
17:06:42.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.JHxchO/_new  2012-05-31 17:06:44.0 +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



commit libxspf for openSUSE:Factory

2012-03-22 Thread h_root
Hello community,

here is the log from the commit of package libxspf for openSUSE:Factory checked 
in at 2012-03-22 12:34:49

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  2011-11-21 
15:48:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.libxspf.new/libxspf.changes 2012-03-22 
12:36:13.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar 21 21:30:48 UTC 2012 - dims...@opensuse.org
+
+- Add libxspf-gcc47.patch: Fix build with gcc 4.7.
+
+---

New:

  libxspf-gcc47.patch



Other differences:
--
++ libxspf.spec ++
--- /var/tmp/diff_new_pack.UXnwQb/_old  2012-03-22 12:36:15.0 +0100
+++ /var/tmp/diff_new_pack.UXnwQb/_new  2012-03-22 12:36:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libxspf
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,21 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   libxspf
 Url:http://libspiff.sourceforge.net/
 Version:1.2.0
-Release:1
-License:BSD-3-Clause ; LGPL-2.1+
+Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gcc-c++ libexpat-devel libtool liburiparser-devel = 0.7.5 
pkg-config
+BuildRequires:  gcc-c++
+BuildRequires:  libexpat-devel
+BuildRequires:  libtool
+BuildRequires:  liburiparser-devel = 0.7.5
+BuildRequires:  pkg-config
 # doxygen
-Group:  Development/Libraries/C and C++
 Summary:Provides XSPF playlist reading and writing support
+License:BSD-3-Clause ; LGPL-2.1+
+Group:  Development/Libraries/C and C++
 Source: 
http://downloads.xiph.org/releases/xspf/%{name}-%{version}.tar.bz2
 Patch0: libxspf-1.1.0-gcc44.patch
+Patch1: libxspf-gcc47.patch
 
 %description
 libxspf the replacement for libSpiff brings XSPF playlist reading and
@@ -54,9 +57,8 @@
 Ed Schouten, e...@fxq.nl
 
 %package -nlibxspf4
-License:BSD-3-Clause ; LGPL-2.1+
-Group:  Development/Libraries/C and C++
 Summary:Provides XSPF playlist reading and writing support
+Group:  Development/Libraries/C and C++
 
 %description -n libxspf4
 libxspf brings XSPF playlist reading and writing support to your C++
@@ -80,10 +82,11 @@
 Ed Schouten, e...@fxq.nl
 
 %package -n libxspf-devel
-License:BSD-3-Clause ; LGPL-2.1+
-Group:  Development/Libraries/C and C++
 Summary:Brings XSPF playlist read and write support to C++ apps
-Requires:   libxspf4 = %{version} libstdc++-devel libexpat-devel
+Group:  Development/Libraries/C and C++
+Requires:   libexpat-devel
+Requires:   libstdc++-devel
+Requires:   libxspf4 = %{version}
 
 %description -n libxspf-devel
 libxspf brings XSPF playlist reading and writing support to your C++
@@ -121,6 +124,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 export  SUSE_ASNEEDED=0

++ libxspf-gcc47.patch ++
Index: libxspf-1.2.0/examples/read/read.cpp
===
--- libxspf-1.2.0.orig/examples/read/read.cpp
+++ libxspf-1.2.0/examples/read/read.cpp
@@ -43,6 +43,7 @@
 #include cstdio
 #include cstdlib // MAX_PATH
 #include climits // PATH_MAX
+#include unistd.h
 
 
 #if defined(__WIN32__) || defined(WIN32)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libxspf for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package libxspf for openSUSE:Factory checked 
in at 2011-12-06 18:26:28

Comparing /work/SRC/openSUSE:Factory/libxspf (Old)
 and  /work/SRC/openSUSE:Factory/.libxspf.new (New)


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

Changes:




Other differences:
--
++ libxspf.spec ++
--- /var/tmp/diff_new_pack.yv8PnE/_old  2011-12-06 18:48:02.0 +0100
+++ /var/tmp/diff_new_pack.yv8PnE/_new  2011-12-06 18:48:02.0 +0100
@@ -22,7 +22,7 @@
 Url:http://libspiff.sourceforge.net/
 Version:1.2.0
 Release:1
-License:BSD3c ; LGPLv2.1+
+License:BSD-3-Clause ; LGPL-2.1+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++ libexpat-devel libtool liburiparser-devel = 0.7.5 
pkg-config
 # doxygen
@@ -54,7 +54,7 @@
 Ed Schouten, e...@fxq.nl
 
 %package -nlibxspf4
-License:BSD3c ; LGPLv2.1+
+License:BSD-3-Clause ; LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Summary:Provides XSPF playlist reading and writing support
 
@@ -80,7 +80,7 @@
 Ed Schouten, e...@fxq.nl
 
 %package -n libxspf-devel
-License:BSD3c ; LGPLv2.1+
+License:BSD-3-Clause ; LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Summary:Brings XSPF playlist read and write support to C++ apps
 Requires:   libxspf4 = %{version} libstdc++-devel libexpat-devel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libxspf for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package libxspf for openSUSE:Factory checked 
in at 2011-11-21 15:48:02

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  2011-09-23 
02:11:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.libxspf.new/libxspf.changes 2011-11-21 
15:48:04.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 20 06:25:50 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ libxspf.spec ++
--- /var/tmp/diff_new_pack.Pat84a/_old  2011-11-21 15:48:05.0 +0100
+++ /var/tmp/diff_new_pack.Pat84a/_new  2011-11-21 15:48:05.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libxspf (Version 1.2.0)
+# spec file for package libxspf
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 Release:1
 License:BSD3c ; LGPLv2.1+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gcc-c++ libexpat-devel liburiparser-devel = 0.7.5 pkg-config
+BuildRequires:  gcc-c++ libexpat-devel libtool liburiparser-devel = 0.7.5 
pkg-config
 # doxygen
 Group:  Development/Libraries/C and C++
 Summary:Provides XSPF playlist reading and writing support

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org