rpms/pywebkitgtk/devel pywebkitgtk.spec,1.5,1.6

Jeremy Katz katzj at fedoraproject.org
Fri Dec 5 18:56:53 UTC 2008


Author: katzj

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

Modified Files:
	pywebkitgtk.spec 
Log Message:
* Fri Dec  5 2008 Jeremy Katz <katzj at redhat.com> - 1.0.1-4
- Fix build for python 2.6.  Patch matches what went upstream to 
  fix the same problem



Index: pywebkitgtk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pywebkitgtk/devel/pywebkitgtk.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pywebkitgtk.spec	29 Nov 2008 18:16:55 -0000	1.5
+++ pywebkitgtk.spec	5 Dec 2008 18:56:23 -0000	1.6
@@ -2,13 +2,14 @@
 
 Name:           pywebkitgtk
 Version:        1.0.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Python Bindings for WebKit-gtk
 
 Group:          Development/Languages
 License:        GPLv2+
 URL:            http://code.google.com/p/pywebkitgtk/
 Source0:        http://pywebkitgtk.googlecode.com/files/%{name}-%{version}.tar.gz
+Patch0:         pywebkitgtk-python26.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 #BuildArch:      
@@ -23,6 +24,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 chmod -x demos/*
 
 %build
@@ -44,6 +46,10 @@
 %{python_sitearch}/gtk-2.0/*
 
 %changelog
+* Fri Dec  5 2008 Jeremy Katz <katzj at redhat.com> - 1.0.1-4
+- Fix build for python 2.6.  Patch matches what went upstream to 
+  fix the same problem
+
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.0.1-3
 - Rebuild for Python 2.6
 




More information about the fedora-extras-commits mailing list