rpms/libgdl/F-11 libgdl-2.26.2-paned-dock.patch, NONE, 1.1 libgdl-2.26.2-pkgconfig.patch, NONE, 1.1 .cvsignore, 1.9, 1.10 libgdl.spec, 1.13, 1.14 sources, 1.9, 1.10 libgdl-2.26.0-pkgconfig.patch, 1.1, NONE

Debarshi Ray rishi at fedoraproject.org
Thu Jul 9 19:16:25 UTC 2009


Author: rishi

Update of /cvs/pkgs/rpms/libgdl/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4580

Modified Files:
	.cvsignore libgdl.spec sources 
Added Files:
	libgdl-2.26.2-paned-dock.patch libgdl-2.26.2-pkgconfig.patch 
Removed Files:
	libgdl-2.26.0-pkgconfig.patch 
Log Message:
* Fri Jul 10 2009 Debarshi Ray <rishi at fedoraproject.org> - 2.26.2-1
- Version bump to 2.26.2.
  * Translation updates: ar, be, ca at valencia, el, jp and sk.
- Ensure that objects docked to a GdlDockPaned are shown. (GNOME Bugzilla
  #584418)


libgdl-2.26.2-paned-dock.patch:

--- NEW FILE libgdl-2.26.2-paned-dock.patch ---
diff -urNp gdl-2.26.2.orig/gdl/gdl-dock-paned.c gdl-2.26.2/gdl/gdl-dock-paned.c
--- gdl-2.26.2.orig/gdl/gdl-dock-paned.c	2009-07-10 00:10:39.000000000 +0530
+++ gdl-2.26.2/gdl/gdl-dock-paned.c	2009-07-10 00:11:16.000000000 +0530
@@ -584,6 +584,7 @@ gdl_dock_paned_dock (GdlDockObject    *o
     }
     else {
         gdl_dock_item_show_grip (GDL_DOCK_ITEM (requestor));
+        gtk_widget_show (GTK_WIDGET (requestor));
         GDL_DOCK_OBJECT_SET_FLAGS (requestor, GDL_DOCK_ATTACHED);
     }
 }

libgdl-2.26.2-pkgconfig.patch:

--- NEW FILE libgdl-2.26.2-pkgconfig.patch ---
diff -urNp gdl-2.26.2.orig/gdl-1.0.pc.in gdl-2.26.2/gdl-1.0.pc.in
--- gdl-2.26.2.orig/gdl-1.0.pc.in	2009-07-10 00:10:39.000000000 +0530
+++ gdl-2.26.2/gdl-1.0.pc.in	2009-07-10 00:14:22.000000000 +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/F-11/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	31 Mar 2009 02:49:41 -0000	1.9
+++ .cvsignore	9 Jul 2009 19:16:19 -0000	1.10
@@ -1 +1 @@
-gdl-2.26.0.tar.gz
+gdl-2.26.2.tar.gz


Index: libgdl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgdl/F-11/libgdl.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- libgdl.spec	31 Mar 2009 02:49:41 -0000	1.13
+++ libgdl.spec	9 Jul 2009 19:16:22 -0000	1.14
@@ -1,6 +1,6 @@
 Summary:	Components and library for GNOME development tools
 Name:		libgdl
-Version:	2.26.0
+Version:	2.26.2
 Release:	1%{?dist}
 # Mixed source licensing scenario.
 License:	(GPLv2 and GPLv2+ and LGPLv2+)
@@ -8,7 +8,9 @@ Group:		Development/Libraries
 URL:		http://www.gnome.org/
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/gdl/2.26/gdl-%{version}.tar.gz
 
-Patch0:		%{name}-%{version}-pkgconfig.patch
+# http://bugzilla.gnome.org/584418
+Patch0:		%{name}-%{version}-paned-dock.patch
+Patch1:		%{name}-%{version}-pkgconfig.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -42,6 +44,7 @@ This package contains development files 
 %prep
 %setup -q -n gdl-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure --disable-static --enable-gtk-doc
@@ -90,10 +93,16 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/%{name}-1.0/gdl
 
 %changelog
+* Fri Jul 10 2009 Debarshi Ray <rishi at fedoraproject.org> - 2.26.2-1
+- Version bump to 2.26.2.
+  * Translation updates: ar, be, ca at valencia, el, jp and sk.
+- Ensure that objects docked to a GdlDockPaned are shown. (GNOME Bugzilla
+  #584418)
+
 * Tue Mar 31 2009 Debarshi Ray <rishi at fedoraproject.org> - 2.26.0-1
 - Version bump to 2.26.0.
   * Fixed Valgrind violation. (GNOME Bugzilla #574172)
-  * Translation updates: el, pl, gl, he, gu, te,cs and or.
+  * Translation updates: el, pl, gl, he, gu, te, cs and or.
 
 * Tue Mar 10 2009 Debarshi Ray <rishi at fedoraproject.org> - 2.25.92-1
 - Version bump to 2.25.92.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libgdl/F-11/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	31 Mar 2009 02:49:41 -0000	1.9
+++ sources	9 Jul 2009 19:16:22 -0000	1.10
@@ -1 +1 @@
-1789d16c6370c2bc7f354ceb2564e46e  gdl-2.26.0.tar.gz
+8a8ee211f6dd1ef6b2e3fdb481f99ec7  gdl-2.26.2.tar.gz


--- libgdl-2.26.0-pkgconfig.patch DELETED ---




More information about the scm-commits mailing list