packages: libdmapsharing/libdmapsharing.spec, libdmapsharing/glib.patch (NE...
wiget
wiget at pld-linux.org
Wed Mar 28 18:14:07 CEST 2012
Author: wiget Date: Wed Mar 28 16:14:06 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- fix compilation with glib 2.32
- rel. 4
---- Files affected:
packages/libdmapsharing:
libdmapsharing.spec (1.5 -> 1.6) , glib.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/libdmapsharing/libdmapsharing.spec
diff -u packages/libdmapsharing/libdmapsharing.spec:1.5 packages/libdmapsharing/libdmapsharing.spec:1.6
--- packages/libdmapsharing/libdmapsharing.spec:1.5 Wed Mar 28 09:27:43 2012
+++ packages/libdmapsharing/libdmapsharing.spec Wed Mar 28 18:14:01 2012
@@ -6,11 +6,12 @@
Summary: A DMAP client and server library
Name: libdmapsharing
Version: 2.1.8
-Release: 3
+Release: 4
License: LGPL v2+
Group: Development/Libraries
Source0: http://www.flyn.org/projects/libdmapsharing/%{name}-%{version}.tar.gz
# Source0-md5: 88583f0c6160142567e8b521f210443b
+Patch0: glib.patch
URL: http://www.flyn.org/projects/libdmapsharing/index.html
BuildRequires: avahi-glib-devel
BuildRequires: glib2-devel
@@ -55,6 +56,7 @@
%prep
%setup -q
+%patch0 -p1
%build
%configure \
@@ -101,6 +103,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2012/03/28 16:14:01 wiget
+- fix compilation with glib 2.32
+- rel. 4
+
Revision 1.5 2012/03/28 07:27:43 arekm
- release 3
================================================================
Index: packages/libdmapsharing/glib.patch
diff -u /dev/null packages/libdmapsharing/glib.patch:1.1
--- /dev/null Wed Mar 28 18:14:07 2012
+++ packages/libdmapsharing/glib.patch Wed Mar 28 18:14:01 2012
@@ -0,0 +1,12 @@
+--- libdmapsharing-2.1.8/libdmapsharing/dpap-share.c.wiget 2012-03-28 18:12:02.368074938 +0200
++++ libdmapsharing-2.1.8/libdmapsharing/dpap-share.c 2012-03-28 18:12:19.478074655 +0200
+@@ -29,8 +29,7 @@
+ #include <stdlib.h>
+
+ #include <glib/gi18n.h>
+-#include <glib/gslist.h>
+-#include <glib/gmappedfile.h>
++#include <glib.h>
+
+ #include <unistd.h>
+ #include <sys/types.h>
================================================================
---- CVS-web:
http://cvs.pld-linux.org/packages/libdmapsharing/libdmapsharing.spec?r1=1.5&r2=1.6
More information about the pld-cvs-commit
mailing list