rpms/glade3/F-11 glade3-3.6.2-desktop.patch, NONE, 1.1 glade3-3.6.2-pkgconfig.patch, NONE, 1.1 .cvsignore, 1.12, 1.13 glade3.spec, 1.25, 1.26 sources, 1.12, 1.13 glade3-3.6.1-desktop.patch, 1.1, NONE

Debarshi Ray rishi at fedoraproject.org
Fri Apr 17 19:12:20 UTC 2009


Author: rishi

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

Modified Files:
	.cvsignore glade3.spec sources 
Added Files:
	glade3-3.6.2-desktop.patch glade3-3.6.2-pkgconfig.patch 
Removed Files:
	glade3-3.6.1-desktop.patch 
Log Message:
* Fri Apr 17 2009 Debarshi Ray <rishi at fedoraproject.org> - 3.6.2-1
- Version bump to 3.6.2.
  * Fixed missing properties/attributes when serializing a GtkWindow. (GNOME
    Bugzilla #578211)
  * Fixed loading state of GtkCellRenderer attributes (whether to use
    attribute or property directly). (GNOME Bugzilla #566928)
  * Translation updates: es, sr and sr at latin.
  * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.6/glade3-3.6.2.news
  * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.6/glade3-3.6.2.changes
- Fixed gladeui-1.0.pc.in by trimming 'Requires' list.


glade3-3.6.2-desktop.patch:

--- NEW FILE glade3-3.6.2-desktop.patch ---
diff -urNp glade3-3.5.5.orig/data/glade-3.desktop.in.in glade3-3.5.5/data/glade-3.desktop.in.in
--- glade3-3.5.5.orig/data/glade-3.desktop.in.in	2009-01-07 00:41:35.000000000 +0530
+++ glade3-3.5.5/data/glade-3.desktop.in.in	2009-01-07 00:42:21.000000000 +0530
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Encoding=UTF-8
-_Name=Glade Interface Designer
+_Name=Glade-3 Interface Designer
 _GenericName=User Interface Designer
 _Comment=Create or open user interface designs for GTK+ applications
 Exec=glade-3 %F

glade3-3.6.2-pkgconfig.patch:

--- NEW FILE glade3-3.6.2-pkgconfig.patch ---
diff -urNp glade3-3.6.2.orig/data/gladeui-1.0.pc.in glade3-3.6.2/data/gladeui-1.0.pc.in
--- glade3-3.6.2.orig/data/gladeui-1.0.pc.in	2009-04-17 23:49:19.000000000 +0530
+++ glade3-3.6.2/data/gladeui-1.0.pc.in	2009-04-17 23:52:56.000000000 +0530
@@ -13,6 +13,6 @@ Name: Glade
 Description: Glade interface designer library
 URL: http://glade.gnome.org
 Version: @PACKAGE_VERSION@
-Requires: gtk+-2.0 >= 2.14.0 libxml-2.0 >= 2.4.0
+Requires: gtk+-2.0 >= 2.14.0
 Libs: -L${libdir} -lgladeui-1
 Cflags: -I${includedir}


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/glade3/F-11/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	7 Apr 2009 04:16:52 -0000	1.12
+++ .cvsignore	17 Apr 2009 19:11:50 -0000	1.13
@@ -1 +1 @@
-glade3-3.6.1.tar.gz
+glade3-3.6.2.tar.gz


Index: glade3.spec
===================================================================
RCS file: /cvs/pkgs/rpms/glade3/F-11/glade3.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- glade3.spec	11 Apr 2009 19:45:05 -0000	1.25
+++ glade3.spec	17 Apr 2009 19:11:50 -0000	1.26
@@ -1,6 +1,6 @@
 Summary:	User Interface Designer for GTK+ and GNOME
 Name:		glade3
-Version:	3.6.1
+Version:	3.6.2
 Release:	1%{?dist}
 License:	GPLv2+
 Group:		Development/Tools
@@ -8,6 +8,7 @@
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/glade3/3.6/%{name}-%{version}.tar.gz
 
 Patch0:		%{name}-%{version}-desktop.patch
+Patch1:		%{name}-%{version}-pkgconfig.patch
 
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -63,6 +64,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 # Suppress rpmlint warning.
 chmod 644 ./plugins/gtk+/glade-attributes.c
@@ -191,6 +193,17 @@
 %{_includedir}/libgladeui-1.0/gladeui
 
 %changelog
+* Fri Apr 17 2009 Debarshi Ray <rishi at fedoraproject.org> - 3.6.2-1
+- Version bump to 3.6.2.
+  * Fixed missing properties/attributes when serializing a GtkWindow. (GNOME
+    Bugzilla #578211)
+  * Fixed loading state of GtkCellRenderer attributes (whether to use
+    attribute or property directly). (GNOME Bugzilla #566928)
+  * Translation updates: es, sr and sr at latin.
+  * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.6/glade3-3.6.2.news
+  * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.6/glade3-3.6.2.changes
+- Fixed gladeui-1.0.pc.in by trimming 'Requires' list.
+
 * Tue Apr 07 2009 Debarshi Ray <rishi at fedoraproject.org> - 3.6.1-1
 - Version bump to 3.6.1.
   * Fixed crash during internal widget selection.
@@ -201,9 +214,10 @@
   * Properly initialize a GValue on the stack. (GNOME Bugzilla #577822)
   * Translation updates: ar and cs.
   * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.6/glade3-3.6.1.news
+  * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.6/glade3-3.6.1.changes
 - Added 'Requires: devhelp' to glade3-libgladeui.
 - Removed 'Requires: gtk2-devel >= 2.14.0 libxml2-devel pkgconfig' from
-  glade3-libgladeui-devel.
+  glade3-libgladeui-devel. Let rpm-4.6 autogenerate them.
 
 * Tue Mar 17 2009 Debarshi Ray <rishi at fedoraproject.org> - 3.6.0-1
 - Version bump to 3.6.0.
@@ -239,12 +253,14 @@
   * Support running from gtk2-2.14 targetting gtk2-2.16.
   * Translation updates: de, es, fi, he, ko and pt_BR.
   * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.5/glade3-3.5.7.news
+  * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.5/glade3-3.5.7.changes
 
 * Sat Jan 31 2009 Rakesh Pandit <rakesh at fedoraproject.org> - 3.5.6-1
 - Version bump to 3.5.6.
   * Handles new GdkPixbuf properties. (GNOME Bugzilla #567454)
   * Translation updates: es, nb and pt_BR.
   * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.5/glade3-3.5.6.news
+  * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.5/glade3-3.5.6.changes
 - Fixed unowned directories in libgladeui-devel. (Red Hat Bugzilla #483311)
 
 * Wed Jan 07 2009 Debarshi Ray <rishi at fedoraproject.org> - 3.5.5-1
@@ -253,6 +269,7 @@
     navigations.
   * Translation updates: es.
   * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.5/glade3-3.5.5.news
+  * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.5/glade3-3.5.5.changes
 - Removed 'Provides: glade'.
 - Addressed warnings generated by rpmlint.
 
@@ -282,16 +299,22 @@
   * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.5/glade3-3.5.3.news
   * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.5/glade3-3.5.2.news
   * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.5/glade3-3.5.1.news
+  * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.5/glade3-3.5.4.changes
+  * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.5/glade3-3.5.3.changes
+  * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.5/glade3-3.5.2.changes
+  * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.5/glade3-3.5.1.changes
 
 * Tue Sep 16 2008 Debarshi Ray <rishi at fedoraproject.org> - 3.4.5-1
 - Version bump to 3.4.5.
   * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.4/glade3-3.4.5.news
+  * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.4/glade3-3.4.5.changes
 
 * Wed Apr 19 2008 Debarshi Ray <rishi at fedoraproject.org> - 3.4.4-1
 - Version bump to 3.4.4.
   * Duplicate widget names not allowed in a project.
   * Translation updates: sq, tr, bg, da, es, en_GB, ml, pt_BR and hi.
   * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.4/glade3-3.4.4.news
+  * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.4/glade3-3.4.4.changes
 
 * Wed Mar 12 2008 Debarshi Ray <rishi at fedoraproject.org> - 3.4.3-1
 - Version bump to 3.4.3.
@@ -300,6 +323,8 @@
     de, pt, th, uk, he, tr, vi, oc, sv, ar, es and ja.
   * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.4/glade3-3.4.3.news
   * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.4/glade3-3.4.2.news
+  * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.4/glade3-3.4.3.changes
+  * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.4/glade3-3.4.2.changes
 
 * Sun Mar 02 2008 Debarshi Ray <rishi at fedoraproject.org> - 3.4.1-5
 - Removed 'BuildRequires: gtk-doc' from all distributions, except Fedora 7.
@@ -320,6 +345,7 @@
 - Version bump to 3.4.1.
   * Translation updates: nb, sl, et, ar, tr, gl, ko, ja and pt_BR.
   * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.4/glade3-3.4.1.news
+  * http://ftp.gnome.org/pub/GNOME/sources/glade3/3.4/glade3-3.4.1.changes
 
 * Tue Nov 27 2007 Debarshi Ray <rishi at fedoraproject.org> - 3.4.0-5
 - Fixed usage of _remove_encoding to prevent failure on Fedora 7.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/glade3/F-11/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	7 Apr 2009 04:16:52 -0000	1.12
+++ sources	17 Apr 2009 19:11:50 -0000	1.13
@@ -1 +1 @@
-9215ade3cc65e746e0d0b16a65500bb9  glade3-3.6.1.tar.gz
+ac525d7bb0e4064e56f3b0975294f43c  glade3-3.6.2.tar.gz


--- glade3-3.6.1-desktop.patch DELETED ---




More information about the scm-commits mailing list