Hello community, here is the log from the commit of package libmpd for openSUSE:Factory checked in at 2015-05-27 12:52:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmpd (Old) and /work/SRC/openSUSE:Factory/.libmpd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmpd" Changes: -------- --- /work/SRC/openSUSE:Factory/libmpd/libmpd.changes 2014-11-11 01:11:19.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libmpd.new/libmpd.changes 2015-05-27 12:52:10.000000000 +0200 @@ -1,0 +2,11 @@ +Wed Feb 11 00:44:14 UTC 2015 - [email protected] + +- Update to version 11.8.17 + * ChangeLog has not been updated +- Update home page Url +- Use download Url as source +- Update and unversion libmpd-0.20.0_glibc-2.20.patch + > libmpd-glibc-2.20.patch +- Removed libmpd-overflow.patch + +------------------------------------------------------------------- Old: ---- libmpd-0.20.0.tar.bz2 libmpd-0.20.0_glibc-2.20.patch libmpd-overflow.patch New: ---- libmpd-11.8.17.tar.gz libmpd-glibc-2.20.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmpd.spec ++++++ --- /var/tmp/diff_new_pack.gvgnzb/_old 2015-05-27 12:52:11.000000000 +0200 +++ /var/tmp/diff_new_pack.gvgnzb/_new 2015-05-27 12:52:11.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libmpd # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -17,17 +17,16 @@ Name: libmpd -Version: 0.20.0 +Version: 11.8.17 Release: 0 Summary: Client Library to the Music Player Daemon License: GPL-2.0+ Group: System/Libraries -Url: http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client -Source: libmpd-0.20.0.tar.bz2 +Url: http://gmpclient.org/ +Source: http://download.sarine.nl/Programs/gmpc/11.8/libmpd-%{version}.tar.gz Source1: baselibs.conf -Patch0: libmpd-overflow.patch -#PATCH-FIX-UPSTREAM libmpd-0.20.0_glibc-2.20.patch [email protected] -- Fix build with glibc-2.20 -Patch1: libmpd-0.20.0_glibc-2.20.patch +#PATCH-FIX-UPSTREAM libmpd-glibc-2.20.patch [email protected] -- Fix build with glibc-2.20 +Patch1: libmpd-glibc-2.20.patch BuildRequires: doxygen BuildRequires: fdupes BuildRequires: libtool @@ -65,7 +64,6 @@ %prep %setup -q -%patch0 %patch1 -p1 %build @@ -83,9 +81,6 @@ %postun -n %libname -p /sbin/ldconfig -%clean -rm -rf %{buildroot} - %files -n %libname %defattr(-,root,root,-) %{_libdir}/%{name}.so.* ++++++ libmpd-glibc-2.20.patch ++++++ --- libmpd-0.20.0.orig/src/Makefile.am +++ libmpd-0.20.0/src/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = \ +INCLUDES = -include $(top_builddir)/config.h \ -I. \ -I$(top_srcdir) \ @EXTRA_CFLAGS@ -Wall -Wmissing-declarations @@ -36,5 +36,5 @@ EXTRA_DIST = \ libmpd-version.h.in libmpd_la_LIBADD = -libmpd_la_LDFLAGS = @EXTRA_LDFLAGS@ -version-info @LIBMPD_LIBTOOL_VERSION@ +libmpd_la_LDFLAGS = @EXTRA_LDFLAGS@ -no-undefined -version-info @LIBMPD_LIBTOOL_VERSION@ libmpdincludedir= $(includedir)/libmpd-1.0/libmpd/ --- libmpd-0.20.0.orig/configure.ac +++ libmpd-0.20.0/configure.ac @@ -23,7 +23,9 @@ LIBMPD_LIBTOOL_VERSION=4:0:3 AC_SUBST(LIBMPD_LIBTOOL_VERSION) -AC_PROG_CC +AC_USE_SYSTEM_EXTENSIONS +AC_SYS_LARGEFILE +AC_PROG_CC_STDC AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL --- libmpd-0.20.0.orig/src/libmpd-player.c +++ libmpd-0.20.0/src/libmpd-player.c @@ -19,7 +19,6 @@ #include <stdio.h> #include <stdlib.h> -#define __USE_GNU #include <string.h> #include <stdarg.h> --- libmpd-0.20.0.orig/src/libmpd-database.c +++ libmpd-0.20.0/src/libmpd-database.c @@ -19,7 +19,6 @@ #include <stdio.h> #include <stdlib.h> -#define __USE_GNU #include <string.h> #include <stdarg.h> --- libmpd-0.20.0.orig/src/libmpd-playlist.c +++ libmpd-0.20.0/src/libmpd-playlist.c @@ -19,7 +19,6 @@ #include <stdio.h> #include <stdlib.h> -#define __USE_GNU #include <string.h> #include <stdarg.h> --- libmpd-0.20.0.orig/src/libmpd-status.c +++ libmpd-0.20.0/src/libmpd-status.c @@ -20,7 +20,6 @@ #include <stdio.h> #include <stdlib.h> #include <assert.h> -#define __USE_GNU #include <string.h> #include <stdarg.h> --- libmpd-0.20.0.orig/src/libmpd-sticker.c +++ libmpd-0.20.0/src/libmpd-sticker.c @@ -1,6 +1,5 @@ #include <stdio.h> #include <stdlib.h> -#define __USE_GNU #include <glib.h> #include <string.h> #include <stdarg.h> --- libmpd-0.20.0.orig/src/libmpd.c +++ libmpd-0.20.0/src/libmpd.c @@ -19,7 +19,6 @@ #include <stdio.h> #include <stdlib.h> -#define __USE_GNU #include <string.h> #include <stdarg.h> --- libmpd-0.20.0.orig/example/testcase/testcase.c +++ libmpd-0.20.0/example/testcase/testcase.c @@ -17,6 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "config.h" #include <unistd.h> #include <stdio.h> #include <stdlib.h>
