rpms/libgdl/devel libgdl-2.25.91-pkgconfig.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 libgdl.spec, 1.10, 1.11 sources, 1.6, 1.7 libgdl-2.24.0-pkgconfig.patch, 1.1, NONE

Debarshi Ray rishi at fedoraproject.org
Tue Feb 24 19:35:57 UTC 2009


Author: rishi

Update of /cvs/pkgs/rpms/libgdl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25754

Modified Files:
	.cvsignore libgdl.spec sources 
Added Files:
	libgdl-2.25.91-pkgconfig.patch 
Removed Files:
	libgdl-2.24.0-pkgconfig.patch 
Log Message:
* Wed Feb 25 2009 Debarshi Ray <rishi at fedoraproject.org> - 2.25.91-1
- Version bump to 2.25.91.
  * Updated documentation.
- Removed 'Provides: anjuta-gdl' and 'Obsoletes: anjuta-gdl'.
- Removed 'Requires: gtk2-devel pkgconfig' from libgdl-devel. Let rpm-4.6
  autogenerate them.


libgdl-2.25.91-pkgconfig.patch:

--- NEW FILE libgdl-2.25.91-pkgconfig.patch ---
diff -urNp gdl-2.24.0.orig/gdl-1.0.pc.in gdl-2.24.0/gdl-1.0.pc.in
--- gdl-2.24.0.orig/gdl-1.0.pc.in	2008-09-22 20:48:17.000000000 +0530
+++ gdl-2.24.0/gdl-1.0.pc.in	2008-10-24 15:46:24.750075149 +0530
@@ -8,6 +8,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}


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libgdl/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	24 Oct 2008 16:06:03 -0000	1.6
+++ .cvsignore	24 Feb 2009 19:35:26 -0000	1.7
@@ -1 +1 @@
-gdl-2.24.0.tar.gz
+gdl-2.25.91.tar.gz


Index: libgdl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgdl/devel/libgdl.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libgdl.spec	19 Feb 2009 05:10:35 -0000	1.10
+++ libgdl.spec	24 Feb 2009 19:35:26 -0000	1.11
@@ -1,25 +1,17 @@
 Summary:	Components and library for GNOME development tools
 Name:		libgdl
-Version:	2.24.0
-Release:	2%{?dist}
+Version:	2.25.91
+Release:	1%{?dist}
 # Mixed source licensing scenario.
 License:	(GPLv2 and GPLv2+ and LGPLv2+)
 Group:		Development/Libraries
 URL:		http://www.gnome.org/
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/gdl/2.24/gdl-%{version}.tar.gz
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/gdl/2.25/gdl-%{version}.tar.gz
 
 Patch0:		%{name}-%{version}-pkgconfig.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-# Will be dropped in Fedora 10.
-Provides:	anjuta-gdl = %{version}-%{release}
-Obsoletes:	anjuta-gdl < 0.7.7-1
-
-%if 0%{?fc7}
-BuildRequires:	gtk-doc
-%endif
-
 BuildRequires:	gettext
 BuildRequires:	intltool
 BuildRequires:	libgnomeui-devel
@@ -41,14 +33,8 @@
 Summary:	Development files for %{name}
 Group:		Development/Libraries
 
-# Will be dropped in Fedora 10.
-Provides:	anjuta-gdl-devel = %{version}-%{release}
-Obsoletes:	anjuta-gdl-devel < 0.7.7-1
-
 Requires:	gtk-doc
-Requires:	gtk2-devel
 Requires:	%{name} = %{version}-%{release}
-Requires:	pkgconfig
 
 %description devel
 This package contains development files for %{name}.
@@ -99,36 +85,44 @@
 %{_libdir}/pkgconfig/gdl-1.0.pc
 
 %dir %{_datadir}/gtk-doc/html/gdl
-%{_datadir}/gtk-doc/html/gdl/*
+%doc %{_datadir}/gtk-doc/html/gdl/*
 
 %dir %{_includedir}/%{name}-1.0
 %{_includedir}/%{name}-1.0/gdl
 
 %changelog
+* Wed Feb 25 2009 Debarshi Ray <rishi at fedoraproject.org> - 2.25.91-1
+- Version bump to 2.25.91.
+  * Updated documentation.
+- Removed 'Provides: anjuta-gdl' and 'Obsoletes: anjuta-gdl'.
+- Removed 'Requires: gtk2-devel pkgconfig' from libgdl-devel. Let rpm-4.6
+  autogenerate them.
+
 * Tue Oct 28 2008 Debarshi Ray <rishi at fedoraproject.org> - 2.24.0-2
 - Updated Source0 URL.
 
 * Fri Oct 24 2008 Debarshi Ray <rishi at fedoraproject.org> - 2.24.0-1
 - Version bump to 2.24.0.
   * Smaller icons to waste less space.
-  * Ported to the GtkTooltip API. Closes GNOME Bugzilla bug #457562.
-  * Closes GNOME Bugzilla bugs #529457 and #539288.
+  * Ported to GtkTooltip. (GNOME Bugzilla #457562)
   * Translation updates: da, tr, el, it, zh_TW, zh_HK, ru, ar, vi, bg, th, ps,
     sq, pt_BR and mr.
 - Rpaths removed by upstream.
 - libgdl-gnome-1.so has been dropped.
 
 * Tue Mar 18 2008 Debarshi Ray <rishi at fedoraproject.org> - 0.7.11-1
-- Version bump to 0.7.11. Closes Red Hat Bugzilla bug #437556.
+- Version bump to 0.7.11. (Red Hat Bugzilla #437556)
   * Translation updates: hu, pt_BR, fr, mk, es, lt, hi, uk and cs.
+  * http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/gdl-0.7.11.news
 
 * Sun Mar 02 2008 Debarshi Ray <rishi at fedoraproject.org> - 0.7.10-1
 - Version bump to 0.7.10.
   * Added gtk-doc documentation (12% coverage).
   * Avoided critical warnings from GLib.
-  * Closes GNOME Bugzilla bug #514116.
   * Translation updates: si, sv, pt, fi, ne, ca, gl, pl, en_GB, es, eu, ar,
     nl, th tr and de.
+  * http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/gdl-0.7.10.news
+  * http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/gdl-0.7.9.news
 - Added 'BuildRequires: gtk-doc' on Fedora 7.
 - Added 'Requires: gtk-doc' for libgdl-devel.
 - Replaced 'BuildRequires: chrpath' with 'BuildRequires: libtool' for removing
@@ -141,10 +135,14 @@
 - Version bump to 0.7.8.
   * Smaller icons to waste less space.
   * Backported several small improvements from MonoDevelop.
-  * Closes GNOME Bugzilla bugs #468645, #452331, #462537 and #509950.
   * Translation updates: es, vi, ar, sl, bg, ko, nb, oc, ar, eu, sv and uk.
+  * http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/gdl-0.7.8.news
 - 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.
+  * Fixed crash when maximizing already removed widget. (GNOME Bugzilla
+    #317004)
+  * Fixed crash in button layout.
+  * http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/gdl-0.7.7.news


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libgdl/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	24 Oct 2008 16:06:03 -0000	1.6
+++ sources	24 Feb 2009 19:35:26 -0000	1.7
@@ -1 +1 @@
-f6976f171eb2f49a2bd839e0c732706d  gdl-2.24.0.tar.gz
+561363c34f1eb4049738897476d2a3ec  gdl-2.25.91.tar.gz


--- libgdl-2.24.0-pkgconfig.patch DELETED ---




More information about the fedora-extras-commits mailing list