0cb2d22
### Abstract ###
ae75c1b
ae75c1b
Name: pygobject2
John (J5) Palmieri 699c3f1
Version: 2.28.6
e48dcb2
Release: 10%{?dist}
babfac6
License: LGPLv2+
ae75c1b
Group: Development/Languages
John (J5) Palmieri deb2673
Summary: Python 2 bindings for GObject 
0cb2d22
URL: http://www.pygtk.org/
0cb2d22
BuildRoot: %{_tmppath}/%{name}-%{version}-root
b28520a
#VCS: git:git://git.gnome.org/pygobject
John (J5) Palmieri c9223ca
Source: http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.28/pygobject-%{version}.tar.bz2
John (J5) Palmieri fa0f2b8
Daniel Drake bafa5fa
### Patches ###
3b049fd
# Fix this warning on startup:
3b049fd
#   ** WARNING **: Trying to register gtype 'GMountMountFlags' as enum when
3b049fd
#   in fact it is of type 'GFlags'
3b049fd
# using upstream patch (rhbz#790053)
3b049fd
Patch1: fix-gio-flags.patch
Colin Walters 56d248e
Patch2: 0001-Fix-set_qdata-warning-on-accessing-NULL-gobject-prop.patch
Daniel Drake bafa5fa
0cb2d22
### Build Dependencies ###
0cb2d22
Colin Walters 56d248e
BuildRequires: pkgconfig(gio-unix-2.0)
Colin Walters 56d248e
BuildRequires: pkgconfig(gobject-introspection-1.0)
Colin Walters 56d248e
BuildRequires: pkgconfig(python2)
Colin Walters 56d248e
BuildRequires: pkgconfig(cairo-gobject)
John (J5) Palmieri deb2673
400c28a
# Bootstrap requirements
400c28a
BuildRequires: automake autoconf libtool
400c28a
ae75c1b
%description
55b88c4
The %{name} package provides a convenient wrapper for the GObject library
0cb2d22
for use in Python programs.
ae75c1b
73fb69e
%package codegen
73fb69e
Summary: The code generation program for PyGObject
73fb69e
Group: Development/Languages
73fb69e
73fb69e
%description codegen
73fb69e
The package contains the C code generation program for PyGObject.
73fb69e
ae75c1b
%package devel
0cb2d22
Summary: Development files for building add-on libraries
ae75c1b
Group: Development/Languages
55b88c4
Requires: %{name} = %{version}-%{release}
73fb69e
Requires: %{name}-codegen = %{version}-%{release}
55b88c4
Requires: %{name}-doc = %{version}-%{release}
6670f0d
Requires: glib2-devel
e8cf622
Requires: python2-devel
b09c624
Requires: pkgconfig
ae75c1b
ae75c1b
%description devel
55b88c4
This package contains files required to build wrappers for %{name}-based
55b88c4
libraries such as pygtk2.
ae75c1b
82dd974
%package doc
55b88c4
Summary: Documentation files for %{name}
82dd974
Group: Development/Languages
82dd974
82dd974
%description doc
55b88c4
This package contains documentation files for %{name}.
82dd974
ae75c1b
%prep
ae75c1b
%setup -q -n pygobject-%{version}
3b049fd
%patch1 -p1
Colin Walters 56d248e
%patch2 -p1
John (J5) Palmieri deb2673
John (J5) Palmieri deb2673
find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python}|'
ae75c1b
ae75c1b
%build
John (J5) Palmieri deb2673
PYTHON=%{__python} 
John (J5) Palmieri deb2673
export PYTHON
John (J5) Palmieri 7ce2302
%configure --disable-introspection
400c28a
make %{?_smp_mflags}
ae75c1b
ae75c1b
%install
ae75c1b
rm -rf $RPM_BUILD_ROOT
John (J5) Palmieri deb2673
c4cde4a
make DESTDIR=$RPM_BUILD_ROOT install
c4cde4a
find $RPM_BUILD_ROOT -name '*.la' -delete
c4cde4a
find $RPM_BUILD_ROOT -name '*.a' -delete
ae75c1b
ae75c1b
rm examples/Makefile*
ae75c1b
384df46
%post -p /sbin/ldconfig
384df46
%postun -p /sbin/ldconfig
384df46
ae75c1b
%files
ae75c1b
%defattr(644, root, root, 755)
babfac6
%doc AUTHORS NEWS README
ae75c1b
%doc examples
ae75c1b
c2ac27a
%{_libdir}/libpyglib-2.0-python.so*
8040d7c
%dir %{python_sitearch}/gtk-2.0
John (J5) Palmieri 1fcca1e
%dir %{python_sitearch}/gobject
John (J5) Palmieri 1fcca1e
%dir %{python_sitearch}/glib
John (J5) Palmieri 1fcca1e
c4cde4a
%{python_sitearch}/gtk-2.0/*
8040d7c
%{python_sitearch}/pygtk.*
John (J5) Palmieri 1fcca1e
%{python_sitearch}/gobject/*
John (J5) Palmieri 1fcca1e
%{python_sitearch}/glib/*
ae75c1b
73fb69e
%files codegen
73fb69e
%defattr(755, root, root, 755)
73fb69e
%{_bindir}/pygobject-codegen-2.0
73fb69e
%defattr(644, root, root, 755)
9f59b68
%dir %{_datadir}/pygobject/2.0
73fb69e
%{_datadir}/pygobject/2.0/codegen
73fb69e
ae75c1b
%files devel
ae75c1b
%defattr(644, root, root, 755)
82dd974
%dir %{_datadir}/pygobject
2b23e28
%dir %{_includedir}/pygtk-2.0
73fb69e
%{_datadir}/pygobject/2.0/defs
3de6b25
%{_includedir}/pygtk-2.0/pyglib.h
2b23e28
%{_includedir}/pygtk-2.0/pygobject.h
ae75c1b
%{_libdir}/pkgconfig/pygobject-2.0.pc
82dd974
82dd974
%files doc
82dd974
%defattr(644, root, root, 755)
2717324
%{_datadir}/gtk-doc/html/pygobject
82dd974
%{_datadir}/pygobject/xsl
ae75c1b
ae75c1b
%changelog
e48dcb2
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.28.6-10
e48dcb2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
e48dcb2
c8f12d2
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.28.6-9
c8f12d2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c8f12d2
Colin Walters 56d248e
* Tue Jan 22 2013 Colin Walters <walters@redhat.com> - 2.28.6-8
Colin Walters 56d248e
- Add various missing BuildRequires, switch to pkgconfig() syntax
Colin Walters 56d248e
- Backport upstream patch which fixes a crasher in some applications
Colin Walters 56d248e
384df46
* Fri Jul 27 2012 Ville Skyttä <ville.skytta@iki.fi> - 2.28.6-7
384df46
- Add ldconfig post(un)install scriptlets.
384df46
84ea310
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.28.6-6
84ea310
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
84ea310
3b049fd
* Fri Jun 15 2012 David Malcolm <dmalcolm@redhat.com> - 2.28.6-5
3b049fd
- fix warnings on startup (patch 1; rhbz#790053)
3b049fd
e8cf622
* Mon Feb 13 2012 Matthias Clasen <mclasen@redhat.com> - 2.28.6-4
e8cf622
- Require python2-devel in -devel
e8cf622
c0f6095
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.28.6-3
c0f6095
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c0f6095
John (J5) Palmieri 7ce2302
* Thu Aug 18 2011 John (J5) Palmieri <johnp@redhat.com> - 2.28.6-2
John (J5) Palmieri 7ce2302
- disable introspection in anticipation of pygobject3
John (J5) Palmieri 7ce2302
- https://bugzilla.redhat.com/show_bug.cgi?id=731851
John (J5) Palmieri 7ce2302
- pygobject2 now becomes legacy for static binding support (e.g. PyGTK)
John (J5) Palmieri 7ce2302
John (J5) Palmieri 699c3f1
* Mon Jun 13 2011 John (J5) Palmieri <johnp@redhat.com> - 2.28.6-1
John (J5) Palmieri 699c3f1
- update to upstream 2.28.6
John (J5) Palmieri 699c3f1
- closure: avoid double free crash
John (J5) Palmieri 699c3f1
- GVariantType is a boxed struct in newer versions of glib
John (J5) Palmieri 699c3f1
- Revert back to a GVariant workaround since the fix hasn't migrated to
John (J5) Palmieri 699c3f1
  Fedora's version of glib yet (workaround works in both cases)
John (J5) Palmieri 699c3f1
- closure: Check the out arg is not null.
John (J5) Palmieri 699c3f1
- Fix GC-related crash during PyGObject deallocation (remove patch from
John (J5) Palmieri 699c3f1
  previous spec)
John (J5) Palmieri 699c3f1
Daniel Drake bafa5fa
* Mon Jun 06 2011 Daniel Drake <dsd@laptop.org> - 2.28.4-3
Daniel Drake bafa5fa
- add upstream patch to solve Python GC crash during gobject deallocation
Daniel Drake bafa5fa
John (J5) Palmieri f25dda9
* Thu Apr 21 2011 John (J5) Palmieri <johnp@redhat.com> - 2.28.4-2
John (J5) Palmieri f25dda9
- require gobject-introspection version 0.10.8
John (J5) Palmieri f25dda9
John (J5) Palmieri fc56cfd
* Thu Apr 21 2011 John (J5) Palmieri <johnp@redhat.com> - 2.28.4-1
John (J5) Palmieri fc56cfd
- update to upstream 2.28.4
John (J5) Palmieri fc56cfd
John (J5) Palmieri fa0f2b8
* Tue Mar 22 2011 John (J5) Palmieri <johnp@redhat.com> - 2.28.3-1
John (J5) Palmieri fa0f2b8
- update to upstream 2.28.3
John (J5) Palmieri fa0f2b8
John (J5) Palmieri ba66ad8
* Mon Mar 21 2011 John (J5) Palmieri <johnp@redhat.com> - 2.28.2-1
John (J5) Palmieri ba66ad8
- update to upstream version 2.28.2 stable
John (J5) Palmieri ba66ad8
- fixes issue in bug - https://bugzilla.redhat.com/show_bug.cgi?id=682543
John (J5) Palmieri ba66ad8
John (J5) Palmieri c9223ca
* Mon Mar 21 2011 John (J5) Palmieri <johnp@redhat.com> - 2.28.1-1
John (J5) Palmieri c9223ca
- update to upstream version 2.28.1 stable
John (J5) Palmieri c9223ca
- fix the spec file's sources line to point to the correct ftp directory
John (J5) Palmieri c9223ca
John (J5) Palmieri a1fb06b
* Tue Mar 08 2011 John (J5) Palmieri <johnp@redhat.com> - 2.28.0-1
John (J5) Palmieri a1fb06b
- update to upstream version 2.28.0 stable
John (J5) Palmieri a1fb06b
John (J5) Palmieri 8370ae1
* Mon Feb 28 2011 John (J5) Palmieri <johnp@redhat.com> - 2.27.91-1
John (J5) Palmieri 8370ae1
- update to upstream version 2.27.91
John (J5) Palmieri 8370ae1
John (J5) Palmieri 1fcca1e
* Fri Feb 09 2011 John (J5) Palmieri <johnp@redhat.com> - 2.27.90-2
John (J5) Palmieri 1fcca1e
- update files manifest to reflect files that moved around
John (J5) Palmieri 1fcca1e
John (J5) Palmieri e72205e
* Fri Feb 09 2011 John (J5) Palmieri <johnp@redhat.com> - 2.27.90-1
John (J5) Palmieri e72205e
- update to upstream version 2.27.90
John (J5) Palmieri e72205e
bb59ea3
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.0-2
bb59ea3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
bb59ea3
John (J5) Palmieri a44ae84
* Wed Nov 10 2010 John (J5) Palmieri <johnp@redhat.com> - 2.27.0-1
John (J5) Palmieri a44ae84
- update to upstream version 2.27.0
John (J5) Palmieri a44ae84
John (J5) Palmieri a781b5c
* Thu Sep 30 2010 John (J5) Palmieri <johnp@redhat.com> - 2.26.0-4
John (J5) Palmieri a781b5c
- Edit PyCapsule patch to only use PyCapsule in Python 3.x
John (J5) Palmieri a781b5c
  since this effects header files which require other modules to 
John (J5) Palmieri a781b5c
  be recompiled.  There is actually discussion upstream to undeprecate it
John (J5) Palmieri a781b5c
  for the 2.x series
John (J5) Palmieri a781b5c
John (J5) Palmieri 9a1804d
* Tue Sep 28 2010 John (J5) Palmieri <johnp@redhat.com> - 2.26.0-3
John (J5) Palmieri 9a1804d
- add patch to work with PyCapsule since PyCObject is removed from 
John (J5) Palmieri 9a1804d
  Python 3.2 which we ship in rawhide
John (J5) Palmieri 9a1804d
John (J5) Palmieri a85d01d
* Tue Sep 28 2010 John (J5) Palmieri <johnp@redhat.com> - 2.26.0-2
John (J5) Palmieri a85d01d
- add another py3k patch so that we compile correctly under python 3
John (J5) Palmieri a85d01d
- fixes a couple of print syntax and a try, except syntax
John (J5) Palmieri a85d01d
John (J5) Palmieri deb2673
* Tue Sep 28 2010 John (J5) Palmieri <johnp@redhat.com> - 2.26.0-1
John (J5) Palmieri deb2673
- Update to upstream 2.26.0
John (J5) Palmieri deb2673
- package python3-gobject module
John (J5) Palmieri deb2673
2aa555b
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 2.21.5-3
2aa555b
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2aa555b
8fc3db4
* Wed Jul 14 2010 Colin Walters <walters@verbum.org> - 2.21.5-2
8fc3db4
- Rebuild against new gobject-introspection
8fc3db4
- Strip noarch docs hack, seems obsolete now
8fc3db4
d4f3a61
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 2.21.5-1
d4f3a61
- New upstream version
d4f3a61
d6d1830
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 2.21.4-5
d6d1830
- Require g-i 0.9.0 
d6d1830
ead91f8
* Wed Jul  7 2010 Colin Walters <walters@verbum.org> - 2.21.4-4
c4cde4a
- Update to latest upstream
c4cde4a
- Drop upstreamed patches
400c28a
- Require pycairo, since we have a module that uses it
c4cde4a
- Drop libtool overriding; was not commented and seems fine
c4cde4a
  without
c4cde4a
- Drop --enable-thread, it's default now
c4cde4a
- Drop --enable-pygi, it's default now
c4cde4a
- Drop clean section, no longer needed in F-14
c4cde4a
- Drop python-sitearch copy&paste, no longer needed in F-14
400c28a
- Add SMP flags to make
c4cde4a
856273f
* Thu May 27 2010 Colin Walters <walters@verbum.org> - 2.21.1-9
856273f
- Readd my patch to not blow up mysteriously
856273f
  Resolves: #596392
856273f
b28520a
* Mon May 24 2010 Colin Walters <walters@verbum.org> - 2.21.1-7
b28520a
- Reenable pygi in preparation for getting it packaged
b28520a
b28520a
* Wed May 05 2010 Colin Walters <walters@verbum.org> - 2.21.1-6
b28520a
- Switch to disabling pygi, remove my patch for now.  See commentary
b28520a
  https://bugzilla.redhat.com/show_bug.cgi?id=569885#c38
b28520a
b28520a
* Wed May 05 2010 Colin Walters <walters@verbum.org> - 2.21.1-5
b28520a
- Another patch to clear error when we've enabled pygi
b28520a
  Should really fix bug #569885
b28520a
b28520a
* Fri Mar 26 2010 Colin Walters <walters@verbum.org> - 2.21.1-4
b28520a
- Cherrypick patch from HEAD to fix pygi imports
b28520a
  Hopefully fixes bug #569885
b28520a
8795cdc
* Sat Jan 23 2010 Thomas Spura <tomspur@fedoraproject.org> - 2.21.1-3
8795cdc
- add --enable-pygi (fixes bug #558003)
8795cdc
- replace global with define
8795cdc
a155b12
* Fri Jan 08 2010 Matthew Barnes <mbarnes@redhat.com> - 2.21.1-2.fc13
a155b12
- Provide a complete URI for the Source field.
a155b12
085973a
* Sat Jan 02 2010 Matthew Barnes <mbarnes@redhat.com> - 2.21.1-1.fc13
085973a
- Update to 2.21.1
085973a
fc85cec
* Sun Dec 20 2009 Matthew Barnes <mbarnes@redhat.com> - 2.21.0-1.fc13
fc85cec
- Update to 2.21.0
fc85cec
a3472cd
* Wed Sep 23 2009 Matthew Barnes <mbarnes@redhat.com> - 2.20.0-1.fc12
a3472cd
- Update to 2.20.0
a3472cd
6665717
* Tue Aug 11 2009 Matthew Barnes <mbarnes@redhat.com> - 2.19.0-1.fc12
6665717
- Update to 2.19.0
6665717
96277b9
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.18.0-2
96277b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
96277b9
e473c08
* Mon May 25 2009 Matthew Barnes <mbarnes@redhat.com> - 2.18.0-1.fc12
e473c08
- Update to 2.18.0
e473c08
aa94ee3
* Thu Apr 30 2009 Matthew Barnes <mbarnes@redhat.com> - 2.17.1-1.fc12
aa94ee3
- Update to 2.17.0
aa94ee3
- Remove patch for GNOME bug #566571 (fixed upstream).
aa94ee3
335e773
* Wed Apr 22 2009 Matthew Barnes <mbarnes@redhat.com> - 2.16.1-4.fc11
335e773
- Add patch for GNOME bug #566571 (classic vs new-style inheritance crash).
335e773
4d4165f
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.16.1-3
4d4165f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
4d4165f
0137c9c
* Tue Feb 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.16.1-2
0137c9c
- Make -doc noarch
0137c9c
2422e9f
* Sun Feb 22 2009 - Matthew Barnes <mbarnes@redhat.com> - 2.16.1-1.fc11
2422e9f
- Update to 2.16.1
2422e9f
2422e9f
* Sun Jan 04 2009 - Matthew Barnes <mbarnes@redhat.com> - 2.16.0-1.fc11
10b946b
- Update to 2.16.0
10b946b
- Remove patch for RH bug #457502 (fixed upstream).
10b946b
- Remove patch for GNOME bug #551059 and #551212 (fixed upstream).
10b946b
309dd4d
* Sat Nov 29 2008 - Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.15.4-4
309dd4d
- Rebuild for Python 2.6
309dd4d
e63e74b
* Tue Oct 21 2008 - Bastien Nocera <bnocera@redhat.com> - 2.15.4-3.fc10
e63e74b
- Add patch to fix typos breaking compilation
e63e74b
067def3
* Tue Oct 21 2008 - Bastien Nocera <bnocera@redhat.com> - 2.15.4-2.fc10
067def3
- Add 2-liner fixing the load_contents functions not working appropriately
067def3
eaf63af
* Wed Sep 03 2008 Matthew Barnes <mbarnes@redhat.com> - 2.15.4-1.fc10
eaf63af
- Update to 2.15.4
eaf63af
09daf44
* Sun Aug 31 2008 Matthew Barnes <mbarnes@redhat.com> - 2.15.3-1.fc10
09daf44
- Update to 2.15.3
09daf44
93890e0
* Tue Aug 12 2008 Matthew Barnes <mbarnes@redhat.com> - 2.15.2-3.fc10
93890e0
- Modify thread initialization patch to fix RH bug #458522.
93890e0
59d1ffa
* Thu Aug 07 2008 Matthew Barnes <mbarnes@redhat.com> - 2.15.2-2.fc10
10b946b
- Add patch for RH bug #457502 (error on gtk.gdk.threads_init).
59d1ffa
3de6b25
* Sat Jul 26 2008 Matthew Barnes <mbarnes@redhat.com> - 2.15.2-1.fc10
3de6b25
- Update to 2.15.2
3de6b25
9f59b68
* Sun Jul 20 2008 Matthew Barnes <mbarnes@redhat.com> - 2.15.1-2.fc10
9f59b68
- Fix directory ownership.  (RH bug #455974, patch by Robert Scheck).
9f59b68
73fb69e
* Wed Jul 16 2008 Matthew Barnes <mbarnes@redhat.com> - 2.15.1-1.fc10
73fb69e
- Update to 2.15.1
73fb69e
- Bump glib2_version to 2.16.0.
73fb69e
- Remove ancient automake_version.
73fb69e
- Add a pygobject2-codegen subpackage.
73fb69e
cea88a6
* Fri May 23 2008 Matthew Barnes <mbarnes@redhat.com> - 2.14.2-1.fc10
cea88a6
- Update to 2.14.2
cea88a6
3f52d00
* Sun Feb 17 2008 Matthew Barnes <mbarnes@redhat.com> - 2.14.1-2.fc9
3f52d00
- Rebuild with GCC 4.3
3f52d00
ec8250d
* Thu Jan 03 2008 Matthew Barnes <mbarnes@redhat.com> - 2.14.1-1.fc9
ec8250d
- Update to 2.14.1
ec8250d
55b88c4
* Fri Oct 26 2007 Matthew Barnes <mbarnes@redhat.com> - 2.14.0-2.fc9
55b88c4
- Remove redundant requirements.
55b88c4
- Use name tag where appropriate.
55b88c4
df2eb92
* Sun Sep 16 2007 Matthew Barnes <mbarnes@redhat.com> - 2.14.0-1.fc8
df2eb92
- Update to 2.14.0
df2eb92
deefed2
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.13.2-3
deefed2
- Rebuild for selinux ppc32 issue.
deefed2
babfac6
* Wed Aug  8 2007 Matthias Clasen <mclasen@redhat.com> - 2.13.2-2
babfac6
- Update the license field
babfac6
cd25853
* Sat Jul 07 2007 Matthew Barnes <mbarnes@redhat.com> - 2.13.2-1.fc8
cd25853
- Update to 2.13.2
cd25853
8e53635
* Fri May 18 2007 Matthew Barnes <mbarnes@redhat.com> - 2.13.1-1.fc8
8e53635
- Update to 2.13.1
8e53635
- Remove patch for RH bug #237179 (fixed upstream).
8e53635
77b0626
* Thu May 03 2007 Matthew Barnes <mbarnes@redhat.com> - 2.12.3-5.fc7
fe19ea9
- Fix devel subpackage dependency (RH bug #238793).
fe19ea9
ef7abcb
* Thu Apr 19 2007 Matthew Barnes <mbarnes@redhat.com> - 2.12.3-3.fc7
ef7abcb
- Add patch for RH bug #237179 (memory leak).
ef7abcb
6908fab
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 2.12.3-2
6908fab
- rebuild against python 2.5
6908fab
2c2209f
* Sat Nov 18 2006 Matthew Barnes <mbarnes@redhat.com> - 2.12.3-1.fc7
2c2209f
- Update to 2.12.3
2c2209f
82dd974
* Thu Oct 26 2006 Matthew Barnes <mbarnes@redhat.com> - 2.12.2-3.fc7
82dd974
- Add subpackage pygobject2-doc (bug #205231).
82dd974
8040d7c
* Tue Oct 24 2006 Matthew Barnes <mbarnes@redhat.com> - 2.12.2-2.fc7
8040d7c
- Use python_sitearch instead of python_sitelib.
8040d7c
6357f41
* Sun Oct 15 2006 Matthew Barnes <mbarnes@redhat.com> - 2.12.2-1.fc7
6357f41
- Update to 2.12.2
6357f41
6670f0d
* Sun Sep 24 2006 Matthew Barnes <mbarnes@redhat.com> - 2.12.1-3.fc6
6670f0d
- Require glib2-devel for the -devel package.
6670f0d
0cb2d22
* Fri Sep 22 2006 Matthew Barnes <mbarnes@redhat.com> - 2.12.1-2.fc6
6670f0d
- Define a python_sitelib macro for files under site_packages.
0cb2d22
- Spec file cleanups.
0cb2d22
b09c624
* Tue Sep  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.12.1-1.fc6
b09c624
- Update to 2.12.1
b09c624
- Require pkgconfig for the -devel package
b09c624
3add2bc
* Sun Aug 27 2006 Matthias Clasen <mclasen@redhat.com> - 2.11.4-1.fc6
3add2bc
- Update to 2.11.4
3add2bc
- Use pre-built docs
3add2bc
0023fa6
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.11.3-1.fc6
0023fa6
- Update to 2.11.3
0023fa6
7d2a5cb
* Sun Aug 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.11.2-2.fc6
7d2a5cb
- BR libxslt
7d2a5cb
cf18980
* Sun Aug 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.11.2-1.fc6
cf18980
- Update to 2.11.2
cf18980
196744d
* Wed Jul 19 2006 Jesse Keating <jkeating@redhat.com> - 2.11.0-2
196744d
- rebuild
196744d
6fab6b9
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.11.0-1
6fab6b9
- Update to 2.11.0
6fab6b9
3cf7bd8
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.10.1-3
8173475
- rebuild
3cf7bd8
- Add missing br libtool
8173475
ae75c1b
* Fri May 19 2006 John (J5) Palmieri <johnp@redhat.com> - 2.10.1-2
ae75c1b
- Cleanup
3cf7bd8
ae75c1b
* Fri May 12 2006 John (J5) Palmieri <johnp@redhat.com> - 2.10.1-1
ae75c1b
- Initial package