46fe5f
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
46fe5f
46fe5f
# Last updated for version 2.17.0
46fe5f
%define glib2_version		2.8.0
46fe5f
%define pango_version		1.16.0
46fe5f
%define gtk2_version		2.9.0
46fe5f
%define libglade2_version	2.5.0
46fe5f
%define pycairo_version		1.0.2
46fe5f
%define pygobject2_version	2.21.3
46fe5f
%define python2_version		2.3.5
46fe5f
46fe5f
%define buildglade %(pkg-config libglade-2.0 && echo 1 || echo 0)
46fe5f
46fe5f
### Abstract ###
46fe5f
46fe5f
Name: pygtk2
46fe5f
Version: 2.24.0
46fe5f
Release: 7%{?dist}
46fe5f
License: LGPLv2+
46fe5f
Group: Development/Languages
46fe5f
Summary: Python bindings for GTK+
46fe5f
URL: http://www.pygtk.org/
46fe5f
BuildRoot: %{_tmppath}/%{name}-%{version}-root
46fe5f
Source: http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.24/pygtk-%{version}.tar.bz2
46fe5f
46fe5f
### Patches ###
46fe5f
46fe5f
# RH bug #208608
46fe5f
Patch0: pygtk-nodisplay-exception.patch
46fe5f
46fe5f
# This was dropped from gnome-python; obsolete it here because, well,
46fe5f
# we have to put it somewhere
46fe5f
Obsoletes: gnome-python2-applet < 2.32.0-5
46fe5f
46fe5f
### Dependencies ###
46fe5f
46fe5f
# Leave these requirements alone!  RPM isn't smart enough
46fe5f
# to derive these from the build requirements below.
46fe5f
Requires: pycairo
46fe5f
Requires: pygobject2
46fe5f
46fe5f
### Build Dependencies ###
46fe5f
46fe5f
BuildRequires: automake
46fe5f
BuildRequires: docbook-style-xsl
46fe5f
BuildRequires: glib2-devel >= %{glib2_version}
46fe5f
BuildRequires: gtk2-devel >= %{gtk2_version}
46fe5f
BuildRequires: libglade2-devel >= %{libglade2_version}
46fe5f
BuildRequires: libtool
46fe5f
BuildRequires: libxslt
46fe5f
BuildRequires: numpy
46fe5f
BuildRequires: pango-devel >= %{pango_version}
46fe5f
BuildRequires: pycairo-devel >= %{pycairo_version}
46fe5f
BuildRequires: pygobject2-devel >= %{pygobject2_version}
46fe5f
BuildRequires: python2-devel >= %{python2_version}
46fe5f
46fe5f
%description
46fe5f
PyGTK is an extension module for Python that gives you access to the GTK+
46fe5f
widget set.  Just about anything you can write in C with GTK+ you can write
46fe5f
in Python with PyGTK (within reason), but with all the benefits of using a
46fe5f
high-level scripting language.
46fe5f
46fe5f
%package codegen
46fe5f
Summary: The code generation program for PyGTK
46fe5f
Group: Development/Languages
46fe5f
46fe5f
%description codegen
46fe5f
This package contains the C code generation program for PyGTK.
46fe5f
46fe5f
%package libglade
46fe5f
Summary: A wrapper for the libglade library for use with PyGTK
46fe5f
Group: Development/Languages
46fe5f
Requires: %{name} = %{version}-%{release}
46fe5f
46fe5f
%description libglade
46fe5f
This module contains a wrapper for the libglade library.  Libglade allows
46fe5f
a program to construct its user interface from an XML description, which
46fe5f
allows the programmer to keep the UI and program logic separate.
46fe5f
46fe5f
%package devel
46fe5f
Summary: Development files for building add-on libraries
46fe5f
Group: Development/Languages
46fe5f
Requires: %{name} = %{version}-%{release}
46fe5f
Requires: %{name}-codegen = %{version}-%{release}
46fe5f
Requires: %{name}-doc = %{version}-%{release}
46fe5f
Requires: pkgconfig
46fe5f
Requires: pycairo-devel
46fe5f
Requires: pygobject2-devel
46fe5f
46fe5f
%description devel
46fe5f
This package contains files required to build wrappers for GTK+ add-on
46fe5f
libraries so that they interoperate with pygtk.
46fe5f
46fe5f
%package doc
46fe5f
Summary: Documentation files for %{name}
46fe5f
Group: Development/Languages
46fe5f
BuildArch: noarch
46fe5f
46fe5f
%description doc
46fe5f
This package contains documentation files for %{name}.
46fe5f
46fe5f
%prep
46fe5f
%setup -q -n pygtk-%{version}
46fe5f
%patch0 -p1
46fe5f
46fe5f
%build
46fe5f
%configure --enable-thread --enable-numpy
46fe5f
export tagname=CC
46fe5f
make LIBTOOL=/usr/bin/libtool
46fe5f
46fe5f
%install
46fe5f
rm -rf $RPM_BUILD_ROOT
46fe5f
export tagname=CC
46fe5f
make LIBTOOL=/usr/bin/libtool DESTDIR=$RPM_BUILD_ROOT install
46fe5f
find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
46fe5f
46fe5f
%clean
46fe5f
rm -fr $RPM_BUILD_ROOT
46fe5f
46fe5f
%files
46fe5f
%defattr(644, root, root, 755)
46fe5f
%doc AUTHORS NEWS README MAPPING COPYING
46fe5f
%dir %{python_sitearch}/gtk-2.0
46fe5f
%dir %{python_sitearch}/gtk-2.0/gtk
46fe5f
%{python_sitearch}/gtk-2.0/gtk/*.py*
46fe5f
%dir %{_libdir}/pygtk
46fe5f
%dir %{_libdir}/pygtk/2.0
46fe5f
%{_libdir}/pygtk/2.0/*
46fe5f
46fe5f
%defattr(755, root, root, 755)
46fe5f
%{_bindir}/pygtk-demo
46fe5f
%{python_sitearch}/gtk-2.0/atk.so
46fe5f
%{python_sitearch}/gtk-2.0/pango.so
46fe5f
%{python_sitearch}/gtk-2.0/gtk/_gtk.so
46fe5f
%{python_sitearch}/gtk-2.0/gtkunixprint.so
46fe5f
%{python_sitearch}/gtk-2.0/pangocairo.so
46fe5f
46fe5f
%if %{buildglade}
46fe5f
%files libglade
46fe5f
%defattr(755, root, root, 755)
46fe5f
%{python_sitearch}/gtk-2.0/gtk/glade.so
46fe5f
%endif
46fe5f
46fe5f
%files codegen
46fe5f
%defattr(755, root, root, 755)
46fe5f
%{_prefix}/bin/pygtk-codegen-2.0
46fe5f
46fe5f
%files devel
46fe5f
%defattr(644, root, root, 755)
46fe5f
%dir %{_prefix}/include/pygtk-2.0
46fe5f
%dir %{_prefix}/include/pygtk-2.0/pygtk
46fe5f
%{_prefix}/include/pygtk-2.0/pygtk/*.h
46fe5f
%{_libdir}/pkgconfig/pygtk-2.0.pc
46fe5f
%dir %{_prefix}/share/pygtk
46fe5f
%dir %{_prefix}/share/pygtk/2.0
46fe5f
%dir %{_prefix}/share/pygtk/2.0/defs
46fe5f
%{_prefix}/share/pygtk/2.0/defs/*.defs
46fe5f
%{_prefix}/share/pygtk/2.0/defs/pangocairo.override
46fe5f
46fe5f
%files doc
46fe5f
%defattr(644, root, root, 755)
46fe5f
%doc examples
46fe5f
%{_datadir}/gtk-doc/html/pygtk
46fe5f
46fe5f
%changelog
46fe5f
* Tue Mar 02 2013 Colin Walters <walters@verbum.org> - 2.24.0-7
46fe5f
- Patch from mbarnes to hopefully fix multilib conflict
46fe5f
46fe5f
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.0-6
46fe5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
46fe5f
46fe5f
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.0-5
46fe5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
46fe5f
46fe5f
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.0-4
46fe5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
46fe5f
46fe5f
* Thu May  5 2011 Colin Walters <walters@verbum.org> - 2.24.0-3
46fe5f
- Increase obsoletes version to be larger than both f14 and f15
46fe5f
46fe5f
* Thu May  5 2011 Colin Walters <walters@verbum.org> - 2.24.0-2
46fe5f
- Obsolete gnome-python2-applet
46fe5f
46fe5f
* Tue Apr 12 2011 Christopher Aillon <caillon@redhat.com> - 2.24.0-1
46fe5f
- Update to 2.24.0
46fe5f
46fe5f
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22.0-2
46fe5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
46fe5f
46fe5f
* Fri Jan 21 2011 Christopher Aillon <caillon@redhat.com> - 2.22.0-1
46fe5f
- Update to 2.22.0
46fe5f
46fe5f
* Fri Jul 30 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 2.17.0-7
46fe5f
- Add upstream patch to fix pkgconfig dependencies
46fe5f
46fe5f
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 2.17.0-6
46fe5f
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
46fe5f
46fe5f
* Tue Jul 20 2010 Colin Walters <walters@verbum.org> - 2.17.0-5
46fe5f
- Add patch to remove use of deprecated pygobject API
46fe5f
46fe5f
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 2.17.0-4
46fe5f
- Rebuild against new pygobject2
46fe5f
46fe5f
* Fri Jan 08 2010 Matthew Barnes <mbarnes@redhat.com> - 2.17.0-3.fc13
46fe5f
- Remove patch for RH bug #379051 (fixed upstream, differently).
46fe5f
46fe5f
* Fri Jan 08 2010 Matthew Barnes <mbarnes@redhat.com> - 2.17.0-2.fc13
46fe5f
- Fix the major version number in the Source URI.
46fe5f
46fe5f
* Sat Dec 26 2009 Matthew Barnes <mbarnes@redhat.com> - 2.17.0-1.fc13
46fe5f
- Update to 2.17.0
46fe5f
46fe5f
* Sun Aug 23 2009 Matthew Barnes <mbarnes@redhat.com> - 2.16.0-1.fc12
46fe5f
- Update to 2.16.0
46fe5f
- Remove patch for RH bug #511082 (fixed upstream).
46fe5f
46fe5f
* Tue Aug 18 2009 Adam Jackson <ajax@redhat.com> 2.15.2-4
46fe5f
- Drop the explicit Requires: numpy as per new packaging guidelines.  If
46fe5f
  your app calls gtk.gdk.get_pixels_array() you need to pull numpy in
46fe5f
  yourself.
46fe5f
46fe5f
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.15.2-3
46fe5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
46fe5f
46fe5f
* Mon Jul 13 2009 Matthew Barnes <mbarnes@redhat.com> - 2.15.2-2.fc12
46fe5f
- Add patch for RH bug #511082 (missing gtk-2.16-types.defs).
46fe5f
46fe5f
* Sun Jun 21 2009 Matthew Barnes <mbarnes@redhat.com> - 2.15.2-1.fc12
46fe5f
- Update to 2.15.2
46fe5f
46fe5f
* Tue Jun 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.15.1-2.fc12
46fe5f
- Require numpy instead of python-numeric (RH bug #503691).
46fe5f
46fe5f
* Mon May 25 2009 Matthew Barnes <mbarnes@redhat.com> - 2.15.1-1.fc12
46fe5f
- Update to 2.15.1
46fe5f
46fe5f
* Sat May 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.15.0-1.fc12
46fe5f
- Update to 2.15.0
46fe5f
- Bump pygobject2_version to 2.16.1.
46fe5f
46fe5f
* Fri Mar 06 2009 Matthew Barnes <mbarnes@redhat.com> - 2.14.1-1.fc11
46fe5f
- Update to 2.14.1
46fe5f
- Bump gtk2_version to 2.9.0 for gtkunixprint requirement.
46fe5f
46fe5f
* Tue Feb 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.14.0-2
46fe5f
- Make -doc noarch
46fe5f
46fe5f
* Sat Jan 31 2009 Matthew Barnes <mbarnes@redhat.com> - 2.14.0-1.fc11
46fe5f
- Update to 2.14.0
46fe5f
46fe5f
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 2.13.0-3
46fe5f
- Rebuild for Python 2.6
46fe5f
46fe5f
* Tue Aug 26 2008 Matthew Barnes <mbarnes@redhat.com> - 2.13.0-2.fc10
46fe5f
- Restore pycairo and pygobject2 requirements, with a note to myself
46fe5f
  to stop screwing around with them (RH bug #460105).
46fe5f
46fe5f
* Mon Aug 25 2008 Matthew Barnes <mbarnes@redhat.com> - 2.13.0-1.fc10
46fe5f
- Update to 2.13.0
46fe5f
- Update version requirements.
46fe5f
46fe5f
* Mon Mar 17 2008 Matthew Barnes <mbarnes@redhat.com> - 2.12.1-6.fc9
46fe5f
- Add patch for RH bug #379051 (keyboard events in cell renderer).
46fe5f
46fe5f
* Sun Feb 17 2008 Matthew Barnes <mbarnes@redhat.com> - 2.12.1-5.fc9
46fe5f
- Rebuild with GCC 4.3
46fe5f
46fe5f
* Wed Feb 06 2008 Matthew Barnes <mbarnes@redhat.com> - 2.12.1-4.fc9
46fe5f
- Use a full URL for the source tag (RH bug #226333).
46fe5f
46fe5f
* Thu Jan 24 2008 Matthew Barnes <mbarnes@redhat.com> - 2.12.1-3.fc9
46fe5f
- Documentation files should not be executable (RH bug #430093).
46fe5f
46fe5f
* Mon Jan 21 2008 Matthew Barnes <mbarnes@redhat.com> - 2.12.1-2.fc9
46fe5f
- Update package description to match suggestions from Content Services.
46fe5f
46fe5f
* Thu Jan 03 2008 Matthew Barnes <mbarnes@redhat.com> - 2.12.1-1.fc9
46fe5f
- Update to 2.12.1
46fe5f
- Remove patch for RH bug #217430 (fixed upstream).
46fe5f
- Remove patch for GNOME bug #479012 (fixed upstream).
46fe5f
46fe5f
* Fri Oct 26 2007 Matthew Barnes <mbarnes@redhat.com> - 2.12.0-3.fc8
46fe5f
- Add subpackage pygtk2-doc to avoid multilib conflicts.
46fe5f
46fe5f
* Fri Sep 21 2007 Jeremy Katz <katzj@redhat.com> - 2.12.0-2.fc8
46fe5f
- fix crash using TreeView.convert_widget_to_bin_window_coords
46fe5f
46fe5f
* Sun Sep 16 2007 Matthew Barnes <mbarnes@redhat.com> - 2.12.0-1.fc8
46fe5f
- Update to 2.12.0
46fe5f
46fe5f
* Mon Aug 27 2007 Matthew Barnes <mbarnes@redhat.com> - 2.11.0-1.fc8
46fe5f
- Update to 2.11.0
46fe5f
46fe5f
* Wed Aug  8 2007 Matthias Clasen <mclasen@redhat.com> - 2.10.6-2
46fe5f
- Update the license field
46fe5f
46fe5f
* Tue Jul 10 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.6-1.fc8
46fe5f
- Update to 2.10.6
46fe5f
46fe5f
* Mon Jul 09 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.5-1.fc8
46fe5f
- Update to 2.10.5
46fe5f
46fe5f
* Tue Apr 17 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.4-2.fc7
46fe5f
- Make pygtk-demo executable (RH bug #236716).
46fe5f
46fe5f
* Mon Feb 05 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.4-1.fc7
46fe5f
- Update to 2.10.4
46fe5f
46fe5f
* Mon Feb 05 2007 Matthew Barnes <mbarnes@redhat.com> - 2.10.3-8.fc7
46fe5f
- Rename spec file to pygtk2.spec (RH bug #226333).
46fe5f
46fe5f
* Sat Dec 30 2006 Matthew Barnes <mbarnes@redhat.com> - 2.10.3-7.fc7
46fe5f
- Add Requires pkgconfig to devel subpackage.
46fe5f
46fe5f
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 2.10.3-6
46fe5f
- rebuild for python 2.5
46fe5f
46fe5f
* Mon Nov 27 2006 Matthew Barnes <mbarnes@redhat.com> - 2.10.3-5.fc7
46fe5f
- Add patch for RH bug #217430 (missing gtk-extrafuncs.defs).
46fe5f
46fe5f
* Thu Oct 26 2006 Matthew Barnes <mbarnes@redhat.com> - 2.10.3-4.fc7
46fe5f
- Require pygtk2-codegen = %%{version}-%%{release} in devel.
46fe5f
46fe5f
* Thu Oct 26 2006 Matthew Barnes <mbarnes@redhat.com> - 2.10.3-3.fc7
46fe5f
- Add subpackage pygtk2-codegen (bug #212287).
46fe5f
46fe5f
* Tue Oct 24 2006 Matthew Barnes <mbarnes@redhat.com> - 2.10.3-2.fc7
46fe5f
- Oops, try using python_sitearch instead of python_sitelib.
46fe5f
46fe5f
* Sun Oct 15 2006 Matthew Barnes <mbarnes@redhat.com> - 2.10.3-1.fc7
46fe5f
- Update to 2.10.3
46fe5f
- Spec file cleanups.
46fe5f
- Define a python_sitelib macro for files under site_packages.
46fe5f
46fe5f
* Mon Oct  2 2006 Jeremy Katz <katzj@redhat.com> - 2.10.1-4
46fe5f
- go back to raising an exception when importing gtk fails (#208608)
46fe5f
46fe5f
* Tue Sep  5 2006 Ray Strode <rstrode@redhat.com> - 2.10.1-3.fc6
46fe5f
- drop crazy reload hack patch, since it's been fixed by jdahlin
46fe5f
  upstream in a better way.
46fe5f
46fe5f
* Tue Sep  5 2006 Ray Strode <rstrode@redhat.com> - 2.10.1-2.fc6
46fe5f
- drop some old patches
46fe5f
46fe5f
* Tue Sep  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.10.1-1.fc6
46fe5f
- Update to 2.10.1
46fe5f
46fe5f
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.6-2.fc6
46fe5f
- Include docs 
46fe5f
46fe5f
* Sun Aug 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.6-1.fc6
46fe5f
- Update to 2.9.6
46fe5f
46fe5f
* Fri Jul 28 2006 Alexander Larsson <alexl@redhat.com> - 2.9.3-3
46fe5f
- Make sure reloading the gtk module works
46fe5f
- Fixes system-config-display (#199629)
46fe5f
46fe5f
* Wed Jul 19 2006 Chris Lumens <clumens@redhat.com> 2.9.3-2
46fe5f
- Revert to previous behavior of raising an error if $DISPLAY cannot be
46fe5f
  opened.
46fe5f
46fe5f
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.3-1
46fe5f
- Update to 2.9.3
46fe5f
46fe5f
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.9.2-1.1
46fe5f
- rebuild
46fe5f
46fe5f
* Thu Jun 22 2006 Jeremy Katz <katzj@redhat.com> - 2.9.2-1
46fe5f
- update to 2.9.2
46fe5f
- fix for gtk+ 2.9.4 API changes
46fe5f
46fe5f
* Thu Jun 15 2006 Ray Strode <rstrode@redhat.com> - 2.9.1-3
46fe5f
- Use full include path for defs parser
46fe5f
46fe5f
* Wed Jun 14 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.1-2
46fe5f
- Fix missing BuildRequries
46fe5f
46fe5f
* Wed Jun 14 2006 Matthias Clasen <mclasen@redhat.com> - 2.9.1-1
46fe5f
- Update to 2.9.1
46fe5f
46fe5f
* Fri May 26 2006 Jeremy Katz <katzj@redhat.com> - 2.9.0-3
46fe5f
- BR should be pygobject2-devel, need to actually require pygobject2 at runtime
46fe5f
46fe5f
* Thu May 25 2006 John (J5) Palmieri <johnp@redhat.com> - 2.9.0-2
46fe5f
- Add BR for pygobject2
46fe5f
- Take out files now packaged in pygobject2 from the files list
46fe5f
46fe5f
* Wed May 10 2006 Matthias Clasem <mclasen@redhat.com> - 2.9.0-1
46fe5f
- Update to 2.9.0
46fe5f
46fe5f
* Thu Apr 20 2006 John (J5) Palmieri <johnp@redhat.com> - 2.8.6-1
46fe5f
- Update to upstream 2.8.6
46fe5f
46fe5f
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.8.4-1.1
46fe5f
- rebuilt for new gcc4.1 snapshot and glibc changes
46fe5f
46fe5f
* Sun Jan 15 2006 Christopher Aillon <caillon@redhat.com> - 2.8.4-1
46fe5f
- Bump to upstream 2.8.4
46fe5f
46fe5f
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
46fe5f
- rebuilt
46fe5f
46fe5f
* Wed Oct 26 2005 John (J5) Palmieri <johnp@redhat.com> - 2.8.2-2
46fe5f
- Add the pycairo dependency since pycairo is now built in rawhide
46fe5f
46fe5f
* Mon Oct 24 2005 Christopher Aillon <caillon@redhat.com> - 2.8.2-1
46fe5f
- Bump to upstream 2.8.2
46fe5f
46fe5f
* Thu Sep 08 2005 John (J5) Palmieri <johnp@redhat.com> - 2.8.0-1
46fe5f
- Bump to upstream 2.8.0
46fe5f
46fe5f
* Tue Aug 23 2005 John (J5) Palmieri <johnp@redhat.com> - 2.7.3-3
46fe5f
- Add a BuildRequires on python-numeric so that Numeric
46fe5f
  python support is added
46fe5f
- Add a Requires on python-numeric as well
46fe5f
46fe5f
* Tue Aug 18 2005 John (J5) Palmieri <johnp@redhat.com> - 2.7.3-2
46fe5f
- Bump and rebuild for cairo ABI changes
46fe5f
46fe5f
* Wed Aug 10 2005  <jrb@redhat.com> - 2.7.3-1
46fe5f
- Update to 2.7.3
46fe5f
46fe5f
* Wed Aug 10 2005  <jrb@redhat.com> - 2.7.2-1
46fe5f
- Update to 2.7.2
46fe5f
46fe5f
* Wed Jul 27 2005 Mark McLoughlin <markmc@redhat.com> 2.7.1-1
46fe5f
- Update to 2.7.1
46fe5f
46fe5f
* Mon Jul 18 2005 John (J5) Palmieri <johnp@redhat.com> - 2.7.0-1
46fe5f
- Update to upstream 2.7.0
46fe5f
46fe5f
* Wed Jul  6 2005 John (J5) Palmieri <johnp@redhat.com> - 2.6.2-1
46fe5f
- update to upstream 2.6.2
46fe5f
- remove gcc4 patch as it is in updated tarball
46fe5f
46fe5f
* Mon Mar  7 2005 Jeremy Katz <katzj@redhat.com> - 2.6.0-2
46fe5f
- fix build with gcc4
46fe5f
- add pygtk-demo
46fe5f
46fe5f
* Mon Mar  7 2005 Jeremy Katz <katzj@redhat.com> - 2.6.0-1
46fe5f
- 2.6.0
46fe5f
46fe5f
* Thu Feb 10 2005 Mark McLoughlin <markmc@redhat.com> - 2.5.3-3
46fe5f
- Avoid assertion errors in signal handling patch
46fe5f
46fe5f
* Wed Feb  9 2005 Mark McLoughlin <markmc@redhat.com> - 2.5.3-2
46fe5f
- Backport fix for gnome #154779 - python signal handlers weren't
46fe5f
  getting executed while gobject.MainLoop was running
46fe5f
46fe5f
* Tue Jan 25 2005 Jeremy Katz <katzj@redhat.com> - 2.5.3-1
46fe5f
- 2.5.3
46fe5f
46fe5f
* Thu Jan 20 2005  <jrb@redhat.com> - 2.5.1-1
46fe5f
- New version
46fe5f
46fe5f
* Fri Nov 26 2004 Florian La Roche <laroche@redhat.com>
46fe5f
- add a %%clean target
46fe5f
46fe5f
* Sun Nov  7 2004 Jeremy Katz <katzj@redhat.com> - 2.4.1-1
46fe5f
- update to 2.4.1
46fe5f
46fe5f
* Mon Oct  4 2004 GNOME <jrb@redhat.com> - 2.4.0-1
46fe5f
- new version
46fe5f
46fe5f
* Tue Aug 10 2004 Jonathan Blandford <jrb@redhat.com> 2.3.96-2
46fe5f
- cleaner lib64 patch
46fe5f
46fe5f
* Tue Aug 10 2004 Jonathan Blandford <jrb@redhat.com> 2.3.96-1
46fe5f
- move pythondir into /usr/lib64/
46fe5f
46fe5f
* Mon Aug  9 2004 Jonathan Blandford <jrb@redhat.com> 2.3.96-1
46fe5f
- new version
46fe5f
46fe5f
* Tue Aug  3 2004 Jeremy Katz <katzj@redhat.com> - 2.3.95-1
46fe5f
- update to 2.3.95
46fe5f
46fe5f
* Thu Jun 17 2004 Jeremy Katz <katzj@redhat.com> - 2.3.92-1
46fe5f
- update to 2.3.92
46fe5f
46fe5f
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
46fe5f
- rebuilt
46fe5f
46fe5f
* Thu Mar 11 2004 Jeremy Katz <katzj@redhat.com> - 2.2.0-1
46fe5f
- 2.2.0
46fe5f
46fe5f
* Wed Mar 10 2004 Jeremy Katz <katzj@redhat.com> 2.2.0-0.rc1
46fe5f
- 2.2.0 RC1
46fe5f
46fe5f
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
46fe5f
- rebuilt
46fe5f
46fe5f
* Tue Feb 17 2004 Jeremy Katz <katzj@redhat.com> - 2.0.0-5
46fe5f
- GtkTextSearchFlags is flags, not enum (#114910)
46fe5f
46fe5f
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
46fe5f
- rebuilt
46fe5f
46fe5f
* Thu Feb 12 2004 Jeremy Katz <katzj@redhat.com> - 2.0.0-3
46fe5f
- own %%{_libdir}/python?.?/site-packages/gtk-2.0/gtk dir (#113048)
46fe5f
46fe5f
* Thu Nov  6 2003 Jeremy Katz <katzj@redhat.com> 2.0.0-2
46fe5f
- rebuild for python 2.3
46fe5f
46fe5f
* Thu Sep  4 2003 Jeremy Katz <katzj@redhat.com> 2.0.0-1
46fe5f
- 2.0.0
46fe5f
46fe5f
* Thu Aug 14 2003 Elliot Lee <sopwith@redhat.com> 1.99.17-1
46fe5f
- Update to latest version
46fe5f
- Module filenames changed from foomodule.so to foo.so
46fe5f
46fe5f
* Thu Aug  7 2003 Elliot Lee <sopwith@redhat.com> 1.99.16-10
46fe5f
- Fix libtool
46fe5f
46fe5f
* Fri Jul 18 2003 Jeremy Katz <katzj@redhat.com> 1.99.16-8
46fe5f
- part of the fixnew patch wasn't applied upstream, apply it (#99400)
46fe5f
46fe5f
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
46fe5f
- rebuilt
46fe5f
46fe5f
* Tue May 27 2003 Jonathan Blandford <jrb@redhat.com> 1.99.16-5
46fe5f
- Update compat patch to include gtk_text_buffer_set_text
46fe5f
46fe5f
* Tue May 27 2003 Matt Wilson <msw@redhat.com> 1.99.16-4
46fe5f
- don't require the deprecated length parameter
46fe5f
46fe5f
* Fri May 23 2003 Matt Wilson <msw@redhat.com> 1.99.16-3
46fe5f
- add compatibility for deprecated length field in GtkTextBuffer
46fe5f
  insert methods (#91519)
46fe5f
46fe5f
* Thu May 22 2003 Matt Wilson <msw@redhat.com> 1.99.16-2
46fe5f
- apply atom_intern patch again (#91349)
46fe5f
46fe5f
* Tue May 20 2003 Matt Wilson <msw@redhat.com> 1.99.16-1
46fe5f
- added a compatibility function for gtk.gdk.gc_new() so we won't have
46fe5f
  to fix all our code quite yet
46fe5f
46fe5f
* Mon May 19 2003 Matt Wilson <msw@redhat.com> 1.99.16-1
46fe5f
- enable threads (#83539, #87872)
46fe5f
46fe5f
* Fri Apr 11 2003 Jonathan Blandford <jrb@redhat.com> 1.99.16-1
46fe5f
- new version
46fe5f
46fe5f
* Thu Mar 13 2003 Jeremy Katz <katzj@redhat.com> 1.99.14-7
46fe5f
- and again
46fe5f
46fe5f
* Thu Mar 13 2003 Jeremy Katz <katzj@redhat.com> 1.99.14-6
46fe5f
- rebuild in new environment
46fe5f
46fe5f
* Wed Mar  5 2003 Thomas Woerner <twoerner@redhat.com> 1.99.14-5
46fe5f
- fixed new functions for ListStore, TreeStrore and ProgressBar
46fe5f
46fe5f
* Thu Feb  6 2003 Mihai Ibanescu <misa@redhat.com> 1.99.14-4
46fe5f
- rebuild to use the UCS4-enabled python
46fe5f
46fe5f
* Tue Jan 28 2003 Jeremy Katz <katzj@redhat.com> 1.99.14-3
46fe5f
- rerun auto* to use new python.m4 and work properly with multilib python
46fe5f
- libdir-ize
46fe5f
46fe5f
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
46fe5f
- rebuilt
46fe5f
46fe5f
* Fri Dec 27 2002 Jeremy Katz <katzj@redhat.com> 1.99.14-1
46fe5f
- bump version to 1.99.14
46fe5f
- add patch to up the ref on gtkInvisible instantiation (#80283)
46fe5f
46fe5f
* Thu Dec 12 2002 Jonathan Blandford <jrb@redhat.com>
46fe5f
- bump version to 1.99.13
46fe5f
- backport gdk.Pixbuf.save
46fe5f
46fe5f
* Thu Oct 31 2002 Matt Wilson <msw@redhat.com>
46fe5f
- rebuild for multilib
46fe5f
- use %%configure
46fe5f
46fe5f
* Fri Aug 30 2002 Matt Wilson <msw@redhat.com>
46fe5f
- fix pixbuf leaks (#72137)
46fe5f
- five more pixbuf leaks plugged
46fe5f
46fe5f
* Wed Aug 28 2002 Jonathan Blandford <jrb@redhat.com>
46fe5f
- remover Packager tag
46fe5f
46fe5f
* Tue Aug 27 2002 Jonathan Blandford <jrb@redhat.com>
46fe5f
- add binding for gdk_atom_intern
46fe5f
46fe5f
* Mon Jul 29 2002 Matt Wilson <msw@redhat.com>
46fe5f
- 0.99.12
46fe5f
46fe5f
* Wed Jul 17 2002 Matt Wilson <msw@redhat.com>
46fe5f
- new version from CVS
46fe5f
46fe5f
* Thu Jun 27 2002 Tim Waugh <twaugh@redhat.com>
46fe5f
- Fix bug #65770.
46fe5f
46fe5f
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
46fe5f
- automated rebuild
46fe5f
46fe5f
* Mon Jun 17 2002 Matt Wilson <msw@redhat.com>
46fe5f
- new version from CVS
46fe5f
46fe5f
* Sun May 26 2002 Tim Powers <timp@redhat.com>
46fe5f
- automated rebuild
46fe5f
46fe5f
* Wed May 22 2002 Jeremy Katz <katzj@redhat.com>
46fe5f
- 1.99.10
46fe5f
46fe5f
* Wed Feb 27 2002 Matt Wilson <msw@redhat.com>
46fe5f
- 1.99.8
46fe5f
46fe5f
* Mon Jan 28 2002 Matt Wilson <msw@redhat.com>
46fe5f
- added atkmodule.so to file list
46fe5f
46fe5f
* Thu Oct 18 2001 Matt Wilson <msw@redhat.com>
46fe5f
- fix devel filelist to match new header location
46fe5f
46fe5f
* Mon Oct 15 2001 Matt Wilson <msw@redhat.com>
46fe5f
- get the headers from their new version-specific location
46fe5f
46fe5f
* Thu Oct 11 2001 Matt Wilson <msw@redhat.com>
46fe5f
- fixed typo in devel filelist
46fe5f
- added macro that tests to see if we have libglade2, make the
46fe5f
  filelist a condition of that
46fe5f
- changed name to 'pygtk2' to avoid name conflict with pygtk
46fe5f