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.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libxspf.new/libxspf.changes     2012-03-22 
12:36:13.000000000 +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.000000000 +0100
+++ /var/tmp/diff_new_pack.UXnwQb/_new  2012-03-22 12:36:15.000000000 +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 -n    libxspf4
-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

Reply via email to