rpms/libmms/F-19 0001-Remove-Requires-glib-2.0-since-libmms-no-longer-depe.patch, NONE, 1.1 libmms.spec, 1.12, 1.13

Hans de Goede jwrdegoede at rpmfusion.org
Sun Jun 15 12:19:24 CEST 2014


Author: jwrdegoede

Update of /cvs/free/rpms/libmms/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv21271

Modified Files:
	libmms.spec 
Added Files:
	0001-Remove-Requires-glib-2.0-since-libmms-no-longer-depe.patch 
Log Message:
* Sun Jun 15 2014 Hans de Goede <j.w.r.degoede at gmail.com> - 0.6.4-2
- Add patch from upstream to drop glib requires from the pkg-config file
  (rhbz#1109495)


0001-Remove-Requires-glib-2.0-since-libmms-no-longer-depe.patch:
 libmms.pc.in |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

--- NEW FILE 0001-Remove-Requires-glib-2.0-since-libmms-no-longer-depe.patch ---
>From b9bbe17c08e5dcbe3ce841e6bed52ce8d8b10f9e Mon Sep 17 00:00:00 2001
From: John Lindgren <john.lindgren at aol.com>
Date: Thu, 29 May 2014 22:42:53 -0400
Subject: [PATCH] Remove "Requires: glib-2.0" since libmms no longer depends on
 GLib.

Signed-off-by: Hans de Goede <j.w.r.degoede at gmail.com>
---
 pkgconfig/libmms.pc.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pkgconfig/libmms.pc.in b/pkgconfig/libmms.pc.in
index 602c967..a86d15a 100644
--- a/pkgconfig/libmms.pc.in
+++ b/pkgconfig/libmms.pc.in
@@ -4,8 +4,7 @@ libdir=@libdir@
 includedir=@includedir@/
 
 Name: libmms
-Description: Library implementing the MMS protocol 
-Requires: glib-2.0
+Description: Library implementing the MMS protocol
 Version: @VERSION@
 Libs: -L${libdir} -lmms -lm
 Cflags: -I${includedir}
-- 
2.0.0



Index: libmms.spec
===================================================================
RCS file: /cvs/free/rpms/libmms/F-19/libmms.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libmms.spec	10 Apr 2014 12:51:00 -0000	1.12
+++ libmms.spec	15 Jun 2014 10:19:24 -0000	1.13
@@ -1,11 +1,12 @@
 Name:          libmms
 Version:       0.6.4
-Release:       1%{?dist}
+Release:       2%{?dist}
 Summary:       Library for Microsoft Media Server (MMS) streaming protocol
 License:       LGPLv2+
 Group:         System Environment/Libraries
 URL:           http://www.sf.net/projects/libmms
 Source0:       http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Patch1:        0001-Remove-Requires-glib-2.0-since-libmms-no-longer-depe.patch
 
 %description
 MMS is a proprietary streaming protocol used in Microsoft server products,
@@ -26,6 +27,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 
 %build
@@ -54,6 +56,10 @@
 
 
 %changelog
+* Sun Jun 15 2014 Hans de Goede <j.w.r.degoede at gmail.com> - 0.6.4-2
+- Add patch from upstream to drop glib requires from the pkg-config file
+  (rhbz#1109495)
+
 * Thu Apr 10 2014 Hans de Goede <j.w.r.degoede at gmail.com> - 0.6.4-1
 - New upstream bugfix release 0.6.4
 


More information about the rpmfusion-commits mailing list