- Update to 2.15.2

This commit is contained in:
Matthew Barnes 2008-07-26 12:32:00 +00:00
parent 9f59b6855d
commit 3de6b2527f
3 changed files with 10 additions and 4 deletions

View File

@ -1 +1 @@
pygobject-2.15.1.tar.bz2
pygobject-2.15.2.tar.bz2

View File

@ -7,8 +7,8 @@
### Abstract ###
Name: pygobject2
Version: 2.15.1
Release: 2%{?dist}
Version: 2.15.2
Release: 1%{?dist}
License: LGPLv2+
Group: Development/Languages
Summary: Python bindings for GObject
@ -78,12 +78,14 @@ rm -fr $RPM_BUILD_ROOT
%doc AUTHORS NEWS README
%doc examples
%{_libdir}/libpyglib-2.0.so*
%dir %{python_sitearch}/gtk-2.0
%{python_sitearch}/gtk-2.0/dsextras.*
%{python_sitearch}/pygtk.*
%defattr(755, root, root, 755)
%{python_sitearch}/gtk-2.0/gio
%{python_sitearch}/gtk-2.0/glib
%{python_sitearch}/gtk-2.0/gobject
%files codegen
@ -98,6 +100,7 @@ rm -fr $RPM_BUILD_ROOT
%dir %{_datadir}/pygobject
%dir %{_includedir}/pygtk-2.0
%{_datadir}/pygobject/2.0/defs
%{_includedir}/pygtk-2.0/pyglib.h
%{_includedir}/pygtk-2.0/pygobject.h
%{_libdir}/pkgconfig/pygobject-2.0.pc
@ -107,6 +110,9 @@ rm -fr $RPM_BUILD_ROOT
%{_datadir}/pygobject/xsl
%changelog
* Sat Jul 26 2008 Matthew Barnes <mbarnes@redhat.com> - 2.15.2-1.fc10
- Update to 2.15.2
* Sun Jul 20 2008 Matthew Barnes <mbarnes@redhat.com> - 2.15.1-2.fc10
- Fix directory ownership. (RH bug #455974, patch by Robert Scheck).

View File

@ -1 +1 @@
05bf0487c885a1ef6df615e02cac5ea6 pygobject-2.15.1.tar.bz2
60bfabf036cbafb3a584b3c7beee05d1 pygobject-2.15.2.tar.bz2