rpms/gnome-python2-extras/devel gnome-python-extras-2.11.4-fix-wnck_window_demands_attention.patch, NONE, 1.1 gnome-python-extras.spec, 1.20, 1.21

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Sep 27 21:05:38 UTC 2005


Author: dmalcolm

Update of /cvs/dist/rpms/gnome-python2-extras/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv26344

Modified Files:
	gnome-python-extras.spec 
Added Files:
	gnome-python-extras-2.11.4-fix-wnck_window_demands_attention.patch 
Log Message:
* Tue Sep 27 2005 David Malcolm <dmalcolm at redhat.com> - 2.12.0-1
- bump from 2.11.4 to 2.12.0
- rename wnck_window_demands_attention to wnck_window_needs_attention, to track
  change made in libwnck C API in 2.11.4, #169383
- added build requirement on gnome-media-devel, since this is needed to build
  mediaprofiles.so



gnome-python-extras-2.11.4-fix-wnck_window_demands_attention.patch:
 wnck.defs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE gnome-python-extras-2.11.4-fix-wnck_window_demands_attention.patch ---
--- gnome-python-extras-2.12.0/wnck/wnck.defs.fix-wnck_window_demands_attention	2005-09-27 15:12:18.000000000 -0400
+++ gnome-python-extras-2.12.0/wnck/wnck.defs	2005-09-27 15:12:42.000000000 -0400
@@ -787,9 +787,9 @@
   (return-type "gboolean")
 )
 
-(define-method demands_attention
+(define-method needs_attention
   (of-object "WnckWindow")
-  (c-name "wnck_window_demands_attention")
+  (c-name "wnck_window_needs_attention")
   (return-type "gboolean")
 )
 


Index: gnome-python-extras.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-python2-extras/devel/gnome-python-extras.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- gnome-python-extras.spec	19 Aug 2005 21:10:36 -0000	1.20
+++ gnome-python-extras.spec	27 Sep 2005 21:05:26 -0000	1.21
@@ -9,15 +9,17 @@
 %define nautilus_cd_burner_version 2.9.4
 %define mozilla_version 1.7.3
 %define gtkspell_version 2.0.7
+%define gnome_media_version 2.12.0
 
 Summary: The sources for additional. PyGNOME Python extension modules.
 Name: gnome-python2-extras
-Version: 2.11.4
-Release: 9
+Version: 2.12.0
+Release: 1
 License: GPL/LGPL
 Group: Development/Languages
-Source0: ftp://ftp.gnome.org:/pub/gnome/sources/gnome-python-extras/2.11/gnome-python-extras-%{version}.tar.bz2
+Source0: ftp://ftp.gnome.org:/pub/gnome/sources/gnome-python-extras/2.12/gnome-python-extras-%{version}.tar.bz2
 Patch0: gnome-python-extras-2.10.0-gtkspell-static.patch
+Patch1: gnome-python-extras-2.11.4-fix-wnck_window_demands_attention.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 Requires: gnome-python2 >= %{gnome_python_version}
@@ -40,6 +42,9 @@
 %ifnarch ppc64
 BuildRequires: mozilla-devel >= %{mozilla_version}
 %endif
+%ifnarch s390 s390x
+BuildRequires: gnome-media-devel >= %{gnome_media_version}
+%endif
 
 %description
 The gnome-python-extra package contains the source packages for additional 
@@ -171,6 +176,7 @@
 %prep
 %setup -q -n gnome-python-extras-%{version}
 %patch0 -p1 -b .gtkspell-static
+%patch1 -p1 -b .fix-wnck-window-demands-attention
 
 %build
 %configure
@@ -276,6 +282,13 @@
 
 
 %changelog
+* Tue Sep 27 2005 David Malcolm <dmalcolm at redhat.com> - 2.12.0-1
+- bump from 2.11.4 to 2.12.0
+- rename wnck_window_demands_attention to wnck_window_needs_attention, to track
+  change made in libwnck C API in 2.11.4, #169383
+- added build requirement on gnome-media-devel, since this is needed to build
+  mediaprofiles.so
+
 * Fri Aug 19 2005 Jonathan Blandford <jrb at redhat.com> - 2.11.4-9
 - add requires for gtksourceview, #162403
 




More information about the fedora-cvs-commits mailing list