rpms/libgdl/F-8 libgdl-0.7.8-pkgconfig.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 libgdl.spec, 1.2, 1.3 sources, 1.2, 1.3

Debarshi Ray (rishi) fedora-extras-commits at redhat.com
Mon Jan 28 19:58:04 UTC 2008


Author: rishi

Update of /cvs/pkgs/rpms/libgdl/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7882

Modified Files:
	.cvsignore libgdl.spec sources 
Added Files:
	libgdl-0.7.8-pkgconfig.patch 
Log Message:
Updated to 0.7.8-1 in F-8.
 
 Modified Files:
 	.cvsignore libgdl.spec sources 
 Added Files:
 	libgdl-0.7.8-pkgconfig.patch 


libgdl-0.7.8-pkgconfig.patch:

--- NEW FILE libgdl-0.7.8-pkgconfig.patch ---
diff -urNp gdl-0.7.8.orig/gdl-1.0.pc.in gdl-0.7.8/gdl-1.0.pc.in
--- gdl-0.7.8.orig/gdl-1.0.pc.in	2007-05-07 18:40:12.000000000 +0530
+++ gdl-0.7.8/gdl-1.0.pc.in	2008-01-29 00:18:32.000000000 +0530
@@ -7,6 +7,6 @@ idldir=@datadir@/idl/libgdl-1.0
 Name: gdl
 Description: Gnome DevTool Libraries
 Version: @VERSION@
-Requires: gtk+-2.0 libxml-2.0 libglade-2.0
+Requires: gtk+-2.0
 Libs: -L${libdir} -lgdl-1
 Cflags: -I${includedir}
diff -urNp gdl-0.7.8.orig/gdl-gnome-1.0.pc.in gdl-0.7.8/gdl-gnome-1.0.pc.in
--- gdl-0.7.8.orig/gdl-gnome-1.0.pc.in	2007-05-07 18:40:12.000000000 +0530
+++ gdl-0.7.8/gdl-gnome-1.0.pc.in	2008-01-29 00:18:49.000000000 +0530
@@ -7,6 +7,6 @@ idldir=@datadir@/idl/libgdl-1.0
 Name: gdl-gnome
 Description: Gnome DevTool Libraries - Gnome part
 Version: @VERSION@
-Requires: libgnomeui-2.0 gnome-vfs-2.0 gtk+-2.0 gdl-1.0
+Requires: gtk+-2.0 gdl-1.0
 Libs: -L${libdir} -lgdl-gnome-1
 Cflags: -I${includedir}


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libgdl/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	10 Jan 2008 03:07:59 -0000	1.2
+++ .cvsignore	28 Jan 2008 19:57:29 -0000	1.3
@@ -1 +1 @@
-gdl-0.7.7.tar.gz
+gdl-0.7.8.tar.gz


Index: libgdl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgdl/F-8/libgdl.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libgdl.spec	26 Jan 2008 11:31:37 -0000	1.2
+++ libgdl.spec	28 Jan 2008 19:57:29 -0000	1.3
@@ -1,6 +1,6 @@
 Summary:	Components and library for GNOME development tools
 Name:		libgdl
-Version:	0.7.7
+Version:	0.7.8
 Release:	1%{?dist}
 # Mixed source licensing scenario.
 License:	(GPLv2 and GPLv2+ and LGPLv2+)
@@ -8,6 +8,8 @@
 URL:		http://www.gnome.org/
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/gdl-%{version}.tar.gz
 
+Patch0:		%{name}-%{version}-pkgconfig.patch
+
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 # Will be dropped in Fedora 10.
@@ -48,10 +50,7 @@
 
 %prep
 %setup -q -n gdl-%{version}
-
-# Suppress rpmlint error.
-iconv --from-code ISO8859-1 --to-code UTF-8 ./MAINTAINERS \
-  --output MAINTAINERS.utf-8 && mv MAINTAINERS.utf-8 ./MAINTAINERS
+%patch0 -p1
 
 %build
 %configure --disable-static
@@ -100,6 +99,10 @@
 %{_includedir}/%{name}-1.0/gdl
 
 %changelog
+* Sun Jan 28 2008 Debarshi Ray <rishi at fedoraproject.org> - 0.7.8-1
+- Version bump to 0.7.8.
+- Fixed gdl-1.0.pc.in and gdl-gnome-1.0.pc.in by trimming 'Requires' list.
+
 * Sat Dec 15 2007 Debarshi Ray <rishi at fedoraproject.org> - 0.7.7-1
 - Initial build. Imported SPEC from Rawhide and renamed as libgdl from
   anjuta-gdl.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libgdl/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	10 Jan 2008 03:07:59 -0000	1.2
+++ sources	28 Jan 2008 19:57:29 -0000	1.3
@@ -1 +1 @@
-b3069cd705e1ae967f5f7acbfcbd542c  gdl-0.7.7.tar.gz
+a54dbe53f6b2c6b196c24ea2285b0cea  gdl-0.7.8.tar.gz




More information about the fedora-extras-commits mailing list