rpms/pygtk2/devel pygtk2.spec,1.13,1.14

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Thu Jan 24 15:13:45 UTC 2008


Author: mbarnes

Update of /cvs/pkgs/rpms/pygtk2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6247

Modified Files:
	pygtk2.spec 
Log Message:

* Thu Jan 24 2008 Matthew Barnes <mbarnes at redhat.com> - 2.12.1-3.fc9
- Documentation files should not be executable (RH bug #430093).



Index: pygtk2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pygtk2/devel/pygtk2.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- pygtk2.spec	21 Jan 2008 18:33:07 -0000	1.13
+++ pygtk2.spec	24 Jan 2008 15:13:08 -0000	1.14
@@ -6,7 +6,7 @@
 
 Name: pygtk2
 Version: 2.12.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: LGPLv2+
 Group: Development/Languages
 Summary: Python bindings for GTK+
@@ -105,6 +105,8 @@
 
 %files
 %defattr(644, root, root, 755)
+%doc AUTHORS NEWS README MAPPING COPYING
+%doc examples
 %dir %{python_sitearch}/gtk-2.0
 %dir %{python_sitearch}/gtk-2.0/gtk
 %{python_sitearch}/gtk-2.0/gtk/*.py*
@@ -120,9 +122,6 @@
 %{python_sitearch}/gtk-2.0/gtkunixprint.so
 %{python_sitearch}/gtk-2.0/pangocairo.so
 
-%doc AUTHORS NEWS README MAPPING COPYING
-%doc examples
-
 %if %{buildglade}
 %files libglade
 %defattr(755, root, root, 755)
@@ -152,6 +151,9 @@
 %{_datadir}/gtk-doc/html/pygtk
 
 %changelog
+* Thu Jan 24 2008 Matthew Barnes <mbarnes at redhat.com> - 2.12.1-3.fc9
+- Documentation files should not be executable (RH bug #430093).
+
 * Mon Jan 21 2008 Matthew Barnes <mbarnes at redhat.com> - 2.12.1-2.fc9
 - Update package description to match suggestions from Content Services.
 




More information about the fedora-extras-commits mailing list