887bd1
%define glib2_version                  2.56.0
887bd1
%define gobject_introspection_version  1.56.0
887bd1
%define pycairo_version                1.16.0
887bd1
%define python2_version                2.7
887bd1
%define python3_version                3.4
887bd1
887bd1
Name:           pygobject3
887bd1
Version:        3.40.1
2241c1
Release:        6%{?dist}
887bd1
Summary:        Python bindings for GObject Introspection
887bd1
887bd1
License:        LGPLv2+ and MIT
887bd1
URL:            https://wiki.gnome.org/Projects/PyGObject
887bd1
Source0:        https://download.gnome.org/sources/pygobject/3.40/pygobject-%{version}.tar.xz
887bd1
887bd1
BuildRequires:  cairo-gobject-devel
887bd1
BuildRequires:  glib2-devel >= %{glib2_version}
887bd1
BuildRequires:  gobject-introspection-devel >= %{gobject_introspection_version}
887bd1
BuildRequires:  meson
887bd1
BuildRequires:  python3-devel >= %{python3_version}
887bd1
BuildRequires:  python3-cairo-devel >= %{pycairo_version}
887bd1
BuildRequires:  python3-setuptools
887bd1
2241c1
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Python_Appendix/#_byte_compilation_reproducibility
2241c1
%global py_reproducible_pyc_path %{buildroot}%{python3_sitelib}
2241c1
BuildRequires:  /usr/bin/marshalparser
2241c1
887bd1
Patch10001:     0001-IntrospectionModule-handle-two-threads-loading-type-.patch
887bd1
887bd1
%description
887bd1
The %{name} package provides a convenient wrapper for the GObject library
887bd1
for use in Python programs.
887bd1
887bd1
%package     -n python3-gobject
887bd1
Summary:        Python 3 bindings for GObject Introspection
887bd1
Requires:       python3-gobject-base%{?_isa} = %{version}-%{release}
887bd1
# The cairo override module depends on this
887bd1
Requires:       python3-cairo%{?_isa} >= %{pycairo_version}
887bd1
887bd1
%description -n python3-gobject
887bd1
The python3-gobject package provides a convenient wrapper for the GObject 
887bd1
library and and other libraries that are compatible with GObject Introspection, 
887bd1
for use in Python 3 programs.
887bd1
887bd1
%package     -n python3-gobject-base
887bd1
Summary:        Python 3 bindings for GObject Introspection base package
887bd1
Requires:       gobject-introspection%{?_isa} >= %{gobject_introspection_version}
2241c1
Requires:       python3-gobject-base-noarch = %{version}-%{release}
887bd1
887bd1
%description -n python3-gobject-base
887bd1
This package provides the non-cairo specific bits of the GObject Introspection
2241c1
library that are architecture specific.
2241c1
2241c1
%package     -n python3-gobject-base-noarch
2241c1
Summary:        Python 3 bindings for GObject Introspection base (not architecture dependent)
2241c1
BuildArch:      noarch
2241c1
Requires:       python3-gobject-base = %{version}-%{release}
2241c1
2241c1
%description -n python3-gobject-base-noarch
2241c1
This package provides the non-cairo specific bits of the GObject Introspection
2241c1
library that are not architecture specific.
887bd1
887bd1
%package     -n python3-gobject-devel
887bd1
Summary:        Development files for embedding PyGObject introspection support
887bd1
Requires:       python3-gobject%{?_isa} = %{version}-%{release}
887bd1
Requires:       gobject-introspection-devel%{?_isa}
887bd1
# Renamed in F31
887bd1
Obsoletes:      pygobject3-devel < 3.34.0-2
887bd1
Provides:       pygobject3-devel = %{version}-%{release}
887bd1
887bd1
%description -n python3-gobject-devel
887bd1
This package contains files required to embed PyGObject
887bd1
887bd1
%prep
887bd1
%autosetup -n pygobject-%{version} -p1
887bd1
887bd1
%build
887bd1
%meson -Dpython=%{__python3}
887bd1
%meson_build
887bd1
887bd1
%install
887bd1
%meson_install
887bd1
887bd1
%files -n python3-gobject
887bd1
%{python3_sitearch}/gi/_gi_cairo*.so
887bd1
887bd1
%files -n python3-gobject-base
2241c1
%dir %{python3_sitearch}/gi/
2241c1
%pycached %{python3_sitearch}/gi/*.py
2241c1
%{python3_sitearch}/gi/_gi.*.so
2241c1
%{python3_sitearch}/PyGObject-*.egg-info
2241c1
2241c1
%files -n python3-gobject-base-noarch
887bd1
%license COPYING
887bd1
%doc NEWS
2241c1
%dir %{python3_sitelib}/gi/
2241c1
%{python3_sitelib}/gi/overrides/
2241c1
%{python3_sitelib}/gi/repository/
887bd1
%{python3_sitelib}/pygtkcompat/
887bd1
887bd1
%files -n python3-gobject-devel
887bd1
%dir %{_includedir}/pygobject-3.0/
887bd1
%{_includedir}/pygobject-3.0/pygobject.h
887bd1
%{_libdir}/pkgconfig/pygobject-3.0.pc
887bd1
887bd1
%changelog
2241c1
* Tue Jun 14 2022 Tomas Popela <tpopela@redhat.com> - 3.40.1-6
2241c1
- Fix the multilib problems by backporting fixes done by mhroncok from Fedora:
2241c1
- Move pure Python modules to a noarch subpackage
2241c1
- Ensure Python bytecode installed in multilib packages is bit-to-bit identical
2241c1
  Resolves: rhbz#1915764
2241c1
887bd1
* Thu Aug 19 2021 DJ Delorie <dj@redhat.com> - 3.40.1-5
887bd1
- Rebuilt for libffi 3.4.2 SONAME transition.
887bd1
  Related: rhbz#1891914
887bd1
887bd1
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 3.40.1-4
887bd1
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
887bd1
  Related: rhbz#1991688
887bd1
887bd1
* Wed May 05 2021 Ray Strode <rstrode@redhat.com> - 3.40.1-3
887bd1
- Add concurrency fix
887bd1
  Related: #1957130
887bd1
887bd1
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.40.1-2
887bd1
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
887bd1
887bd1
* Tue Mar 30 2021 Kalev Lember <klember@redhat.com> - 3.40.1-1
887bd1
- Update to 3.40.1
887bd1
887bd1
* Mon Mar 22 2021 Kalev Lember <klember@redhat.com> - 3.40.0-1
887bd1
- Update to 3.40.0
887bd1
887bd1
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.38.0-3
887bd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
887bd1
887bd1
* Mon Oct 05 2020 Kalev Lember <klember@redhat.com> - 3.38.0-2
887bd1
- Explicity BuildRequire python3-setuptools
887bd1
887bd1
* Sat Sep 12 2020 Kalev Lember <klember@redhat.com> - 3.38.0-1
887bd1
- Update to 3.38.0
887bd1
887bd1
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.36.1-4
887bd1
- Second attempt - Rebuilt for
887bd1
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
887bd1
887bd1
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.36.1-3
887bd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
887bd1
887bd1
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 3.36.1-2
887bd1
- Rebuilt for Python 3.9
887bd1
887bd1
* Thu May 07 2020 Kalev Lember <klember@redhat.com> - 3.36.1-1
887bd1
- Update to 3.36.1
887bd1
887bd1
* Sun Mar 08 2020 Kalev Lember <klember@redhat.com> - 3.36.0-2
887bd1
- Drop pkgconfig provides filtering as we no longer ship the Python 2 package
887bd1
887bd1
* Sun Mar 08 2020 Kalev Lember <klember@redhat.com> - 3.36.0-1
887bd1
- Update to 3.36.0
887bd1
887bd1
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.34.0-5
887bd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
887bd1
887bd1
* Thu Jan 16 2020 Miro Hrončok <mhroncok@redhat.com> - 3.34.0-4
887bd1
- Subpackages python2-gobject, python2-gobject-base, python2-gobject-devel have been removed
887bd1
  See https://fedoraproject.org/wiki/Changes/RetirePython2
887bd1
887bd1
* Wed Sep 25 2019 Kalev Lember <klember@redhat.com> - 3.34.0-3
887bd1
- Don't add pkgconfig provides to python2-gobject-devel
887bd1
887bd1
* Sat Sep 21 2019 Kalev Lember <klember@redhat.com> - 3.34.0-2
887bd1
- Drop Python 3 conditionals
887bd1
- Split pygobject3-devel into python2-gobject-devel and python3-gobject-devel
887bd1
  (#1749589)
887bd1
887bd1
* Mon Sep 09 2019 Kalev Lember <klember@redhat.com> - 3.34.0-1
887bd1
- Update to 3.34.0
887bd1
887bd1
* Mon Aug 19 2019 Kalev Lember <klember@redhat.com> - 3.33.1-1
887bd1
- Update to 3.33.1
887bd1
887bd1
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 3.32.2-3
887bd1
- Rebuilt for Python 3.8
887bd1
887bd1
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.2-2
887bd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
887bd1
887bd1
* Mon Jun 24 2019 Kalev Lember <klember@redhat.com> - 3.32.2-1
887bd1
- Update to 3.32.2
887bd1
887bd1
* Tue Jun 18 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.32.1-2
887bd1
- Fix build under python3.8 (#1717655)
887bd1
887bd1
* Mon May 06 2019 Kalev Lember <klember@redhat.com> - 3.32.1-1
887bd1
- Update to 3.32.1
887bd1
887bd1
* Mon Mar 11 2019 Kalev Lember <klember@redhat.com> - 3.32.0-1
887bd1
- Update to 3.32.0
887bd1
887bd1
* Thu Mar 07 2019 Kalev Lember <klember@redhat.com> - 3.31.4-1
887bd1
- Update to 3.31.4
887bd1
887bd1
* Mon Feb 04 2019 Kalev Lember <klember@redhat.com> - 3.31.3-1
887bd1
- Update to 3.31.3
887bd1
887bd1
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.31.2-2
887bd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
887bd1
887bd1
* Wed Jan 23 2019 Kalev Lember <klember@redhat.com> - 3.31.2-1
887bd1
- Update to 3.31.2
887bd1
887bd1
* Sat Dec 01 2018 Kalev Lember <klember@redhat.com> - 3.30.4-1
887bd1
- Update to 3.30.4
887bd1
887bd1
* Tue Nov 27 2018 Kalev Lember <klember@redhat.com> - 3.30.3-1
887bd1
- Update to 3.30.3
887bd1
887bd1
* Mon Nov 12 2018 Kalev Lember <klember@redhat.com> - 3.30.2-1
887bd1
- Update to 3.30.2
887bd1
887bd1
* Fri Sep 14 2018 Kalev Lember <klember@redhat.com> - 3.30.1-1
887bd1
- Update to 3.30.1
887bd1
887bd1
* Fri Sep 14 2018 Dan Horák <dan[at]danny.cz> - 3.30.0-2
887bd1
- Include temporary big endian fix (#1623547)
887bd1
887bd1
* Thu Sep 06 2018 Kalev Lember <klember@redhat.com> - 3.30.0-1
887bd1
- Update to 3.30.0
887bd1
887bd1
* Mon Aug 13 2018 Kalev Lember <klember@redhat.com> - 3.29.2-1
887bd1
- Update to 3.29.2
887bd1
887bd1
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.3-3
887bd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
887bd1
887bd1
* Fri Jun 15 2018 Miro Hrončok <mhroncok@redhat.com> - 3.28.3-2
887bd1
- Rebuilt for Python 3.7
887bd1
887bd1
* Fri Jun 01 2018 Kalev Lember <klember@redhat.com> - 3.28.3-1
887bd1
- Update to 3.28.3
887bd1
887bd1
* Wed Mar 28 2018 Kalev Lember <klember@redhat.com> - 3.28.2-1
887bd1
- Update to 3.28.2
887bd1
887bd1
* Mon Mar 19 2018 Kalev Lember <klember@redhat.com> - 3.28.1-1
887bd1
- Update to 3.28.1
887bd1
887bd1
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
887bd1
- Update to 3.28.0
887bd1
887bd1
* Sat Mar 03 2018 Kalev Lember <klember@redhat.com> - 3.27.5-1
887bd1
- Update to 3.27.5
887bd1
887bd1
* Wed Feb 21 2018 Iryna Shcherbina <ishcherb@redhat.com> - 3.27.1-3
887bd1
- Update Python 2 dependency declarations to new packaging standards
887bd1
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
887bd1
887bd1
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.27.1-2
887bd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
887bd1
887bd1
* Wed Dec 20 2017 Kalev Lember <klember@redhat.com> - 3.27.1-1
887bd1
- Update to 3.27.1
887bd1
887bd1
* Wed Nov 01 2017 Kalev Lember <klember@redhat.com> - 3.26.1-1
887bd1
- Update to 3.26.1
887bd1
887bd1
* Wed Sep 27 2017 Troy Dawson <tdawson@redhat.com> - 3.26.0-2
887bd1
- Cleanup spec file conditionals
887bd1
887bd1
* Thu Sep 14 2017 Kalev Lember <klember@redhat.com> - 3.26.0-1
887bd1
- Update to 3.26.0
887bd1
887bd1
* Thu Sep 14 2017 Kalev Lember <klember@redhat.com> - 3.24.1-5
887bd1
- Rename python-gobject-base to python2-gobject-base as well
887bd1
887bd1
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.24.1-4
887bd1
- Python 2 binary package renamed to python2-pygobject3
887bd1
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
887bd1
887bd1
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.1-3
887bd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
887bd1
887bd1
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.1-2
887bd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
887bd1
887bd1
* Tue Apr 11 2017 Kalev Lember <klember@redhat.com> - 3.24.1-1
887bd1
- Update to 3.24.1
887bd1
887bd1
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
887bd1
- Update to 3.24.0
887bd1
887bd1
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.0-3
887bd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
887bd1
887bd1
* Mon Dec 12 2016 Charalampos Stratakis <cstratak@redhat.com> - 3.22.0-2
887bd1
- Rebuild for Python 3.6
887bd1
887bd1
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
887bd1
- Update to 3.22.0
887bd1
887bd1
* Sun Sep 11 2016 Kalev Lember <klember@redhat.com> - 3.21.92-1
887bd1
- Update to 3.21.92
887bd1
887bd1
* Fri Aug 26 2016 Kalev Lember <klember@redhat.com> - 3.21.91-1
887bd1
- Update to 3.21.91
887bd1
887bd1
* Tue Aug 23 2016 Kalev Lember <klember@redhat.com> - 3.21.1-0.1.git395779e
887bd1
- Update to 3.21.1 git snapshot
887bd1
887bd1
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.21.0-2
887bd1
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
887bd1
887bd1
* Tue May 03 2016 Kalev Lember <klember@redhat.com> - 3.21.0-1
887bd1
- Update to 3.21.0
887bd1
887bd1
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
887bd1
- Update to 3.20.0
887bd1
887bd1
* Wed Mar 16 2016 Kalev Lember <klember@redhat.com> - 3.19.92-1
887bd1
- Update to 3.19.92
887bd1
887bd1
* Wed Mar 02 2016 Richard Hughes <rhughes@redhat.com> - 3.19.91-1
887bd1
- Update to 3.19.91
887bd1
887bd1
* Mon Feb 29 2016 Richard Hughes <rhughes@redhat.com> - 3.19.90-1
887bd1
- Update to 3.19.90
887bd1
887bd1
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.2-3
887bd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
887bd1
887bd1
* Tue Nov 03 2015 Robert Kuska <rkuska@redhat.com> - 3.19.2-2
887bd1
- Rebuilt for Python3.5 rebuild
887bd1
887bd1
* Sun Nov 01 2015 Kalev Lember <klember@redhat.com> - 3.19.2-1
887bd1
- Update to 3.19.2
887bd1
887bd1
* Sat Oct 24 2015 Kalev Lember <klember@redhat.com> - 3.18.2-1
887bd1
- Update to 3.18.2
887bd1
887bd1
* Sat Oct 24 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
887bd1
- Update to 3.18.1
887bd1
- Update project URL and Source download location
887bd1
887bd1
* Mon Oct 19 2015 Kalev Lember <klember@redhat.com> - 3.18.0-2
887bd1
- Backport a fix for Gdk.rectangle_intersect/rectangle_union compatibility
887bd1
  (#1269901)
887bd1
887bd1
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
887bd1
- Update to 3.18.0
887bd1
887bd1
* Sat Aug 22 2015 Kalev Lember <klember@redhat.com> - 3.17.90-2
887bd1
- Rename Python 2 subpackage to python-gobject for consistency with the
887bd1
  python3-gobject package
887bd1
887bd1
* Thu Aug 20 2015 Kalev Lember <klember@redhat.com> - 3.17.90-1
887bd1
- Update to 3.17.90
887bd1
- Use make_install macro
887bd1
- Use license macro for COPYING
887bd1
887bd1
* Tue Jun 30 2015 Kalev Lember <klember@redhat.com> - 3.17.1-3
887bd1
- Split non-cairo parts python3-gobject into a subpackage
887bd1
887bd1
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.1-2
887bd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
887bd1
887bd1
* Mon Jun 15 2015 Kalev Lember <kalevlember@gmail.com> - 3.17.1-1
887bd1
- Update to 3.17.1
887bd1
887bd1
* Wed Jun 03 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.1-2
887bd1
- Backport a patch for GdkRectangle changes in gtk+ 3.17.2
887bd1
887bd1
* Tue Apr 14 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.1-1
887bd1
- Update to 3.16.1
887bd1
887bd1
* Tue Mar 24 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
887bd1
- Update to 3.16.0
887bd1
887bd1
* Thu Mar 05 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91-1
887bd1
- Update to 3.15.91
887bd1
887bd1
* Sat Feb 21 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.0-1
887bd1
- Update to 3.15.0
887bd1
887bd1
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
887bd1
- Update to 3.14.0
887bd1
887bd1
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
887bd1
- Update to 3.13.92
887bd1
887bd1
* Tue Sep 02 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
887bd1
- Update to 3.13.91
887bd1
887bd1
* Thu Aug 21 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-2
887bd1
- Backport a fix for virt-manager crash (#1130758)
887bd1
887bd1
* Tue Aug 19 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-1
887bd1
- Update to 3.13.90
887bd1
887bd1
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.4-2
887bd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
887bd1
887bd1
* Fri Aug 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.4-1
887bd1
- Update to 3.13.4
887bd1
887bd1
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 3.13.3-1
887bd1
- Update to 3.13.3
887bd1
887bd1
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-2
887bd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
887bd1
887bd1
* Mon May 26 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-1
887bd1
- Update to 3.13.2
887bd1
- Drop old testsuite patches
887bd1
887bd1
* Mon May 12 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 3.13.1-2
887bd1
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
887bd1
887bd1
* Tue Apr 29 2014 Richard Hughes <rhughes@redhat.com> - 3.13.1-1
887bd1
- Update to 3.13.1
887bd1
887bd1
* Tue Apr 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
887bd1
- Update to 3.12.1
887bd1
887bd1
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-2
887bd1
- Update dep versions
887bd1
- Tighten deps with %%_isa
887bd1
887bd1
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
887bd1
- Update to 3.12.0
887bd1
887bd1
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.92-1
887bd1
- Update to 3.11.92
887bd1
887bd1
* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 3.11.91-1
887bd1
- Update to 3.11.91
887bd1
887bd1
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-1
887bd1
- Update to 3.11.90
887bd1
887bd1
* Wed Feb 05 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-1
887bd1
- Update to 3.11.5
887bd1
887bd1
* Tue Jan 14 2014 Richard Hughes <rhughes@redhat.com> - 3.11.4-1
887bd1
- Update to 3.11.4
887bd1
887bd1
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 3.11.3-1
887bd1
- Update to 3.11.3
887bd1
887bd1
* Mon Nov 18 2013 Richard Hughes <rhughes@redhat.com> - 3.11.2-1
887bd1
- Update to 3.11.2
887bd1
887bd1
* Tue Oct 29 2013 Richard Hughes <rhughes@redhat.com> - 3.11.1-1
887bd1
- Update to 3.11.1
887bd1
887bd1
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
887bd1
- Update to 3.10.0
887bd1
887bd1
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.92-1
887bd1
- Update to 3.9.92
887bd1
887bd1
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-1
887bd1
- Update to 3.9.91
887bd1
887bd1
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-1
887bd1
- Update to 3.9.90
887bd1
887bd1
* Fri Aug  9 2013 Daniel Drake <dsd@laptop.org> - 3.9.5-1
887bd1
- Update to 3.9.5
887bd1
887bd1
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.2-2
887bd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
887bd1
887bd1
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.2-1
887bd1
- Update to 3.9.2
887bd1
887bd1
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.1-2
887bd1
- Disable pyflakes tests to avoid failures with too new pyflakes 0.7.2
887bd1
887bd1
* Fri May 10 2013 Richard Hughes <rhughes@redhat.com> - 3.9.1-1
887bd1
- Update to 3.9.1
887bd1
887bd1
* Thu Apr 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 3.8.1-2
887bd1
- Add upstream patch to fix Sugar (RHBZ 947538)
887bd1
887bd1
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
887bd1
- Update to 3.8.1
887bd1
887bd1
* Tue Apr  2 2013 David Malcolm <dmalcolm@redhat.com> - 3.8.0-2
887bd1
- add workarounds for ppc64 (rhbz#924425)
887bd1
887bd1
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
887bd1
- Update to 3.8.0
887bd1
887bd1
* Wed Mar 20 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.92-1
887bd1
- Update to 3.7.92
887bd1
887bd1
* Thu Mar  7 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
887bd1
- Update to 3.7.91
887bd1
887bd1
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-1
887bd1
- Update to 3.7.90
887bd1
887bd1
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5.1-1
887bd1
- Update to 3.7.5.1
887bd1
- Re-enable tests
887bd1
887bd1
* Wed Jan 16 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.4-1
887bd1
- Update to 3.7.4
887bd1
887bd1
* Fri Dec 28 2012 Dan Horák <dan[at]danny.cz> - 3.7.3-2
887bd1
- Fix GBytes test (gnome#690837)
887bd1
887bd1
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-1
887bd1
- Update to 3.7.3
887bd1
- Drop upstreamed patches; rebase the ignore-more-pep8-errors patch
887bd1
887bd1
* Thu Dec 13 2012 Ray Strode <rstrode@redhat.com> 3.7.1-3
887bd1
- Split non-cairo parts into a subpackage
887bd1
887bd1
* Mon Nov 12 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.1-2
887bd1
- Remove lib64 rpaths (#817701)
887bd1
- Move code examples to the -devel subpackage and fix the multilib
887bd1
  conflict (#831434)
887bd1
887bd1
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.1-1
887bd1
- Update to 3.7.1
887bd1
887bd1
* Tue Nov  6 2012 Daniel Drake <dsd@laptop.org> - 3.4.1.1-2
887bd1
- Upstream fix for property lookup; needed for basic Sugar operation.
887bd1
887bd1
* Wed Oct 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1.1-1
887bd1
- Update to 3.4.1.1
887bd1
887bd1
* Thu Sep 13 2012 Daniel Drake <dsd@laptop.org> - 3.3.91-1
887bd1
- Latest version; upstreamed patches dropped
887bd1
887bd1
* Wed Aug 15 2012 David Malcolm <dmalcolm@redhat.com> - 3.3.4-9
887bd1
- avoid dragging pyflakes and python-pep8 into RHEL (patch 7)
887bd1
887bd1
* Fri Aug 10 2012 David Malcolm <dmalcolm@redhat.com> - 3.3.4-8
887bd1
- add endianness patch (rhbz#841596; attachment 603634)
887bd1
887bd1
* Fri Aug 10 2012 David Malcolm <dmalcolm@redhat.com> - 3.3.4-7
887bd1
- update endianness patch for rhbz#841596 (to attachment 603367)
887bd1
887bd1
* Thu Aug  9 2012 David Malcolm <dmalcolm@redhat.com> - 3.3.4-6
887bd1
- fix issues on big-endian 64-bit machines (rhbz#841596, rhbz#842880)
887bd1
887bd1
* Thu Aug  9 2012 David Malcolm <dmalcolm@redhat.com> - 3.3.4-5
887bd1
- use xvfb-run in selftests; update known failures
887bd1
887bd1
* Wed Aug  8 2012 David Malcolm <dmalcolm@redhat.com> - 3.3.4-4
887bd1
- add a %%check check; add V=1 to all make invocations
887bd1
887bd1
* Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 3.3.4-3
887bd1
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
887bd1
887bd1
* Fri Aug  3 2012 David Malcolm <dmalcolm@redhat.com> - 3.3.4-2
887bd1
- remove rhel logic from with_python3 conditional
887bd1
887bd1
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.3.4-1
887bd1
- Update to 3.3.4
887bd1
887bd1
* Tue Jun 26 2012 David Malcolm <dmalcolm@redhat.com> - 3.3.3.1-2
887bd1
- fix a segfault when dealing with mismatched .so/typelib files
887bd1
887bd1
* Mon Jun 25 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 3.3.3.1-1
887bd1
- Update to 3.3.3.1
887bd1
887bd1
* Tue Jun 19 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.2-1
887bd1
- Update to 3.3.2
887bd1
887bd1
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.1-1
887bd1
- Update to 3.3.1
887bd1
- Dropped the now unneeded -lm patch
887bd1
887bd1
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 3.2.0-1
887bd1
- Update to 3.2.0
887bd1
887bd1
* Thu Mar 22 2012 Matthias Clasen <mclasen@redhat.com> - 3.1.93-1
887bd1
- Update to 3.1.93
887bd1
887bd1
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.1.92-1
887bd1
- Update to 3.1.92
887bd1
887bd1
* Sun Feb 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.1.1-1
887bd1
- Update to 3.1.1
887bd1
887bd1
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 3.1.0-1
887bd1
- Update to 3.1.0
887bd1
887bd1
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.3-2
887bd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
887bd1
887bd1
* Tue Dec 20 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.0.3-1
887bd1
- udpate to 3.0.3
887bd1
887bd1
* Sat Oct 22 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.0.2-1
887bd1
- udpate to 3.0.2
887bd1
887bd1
* Fri Sep 30 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.0.1-1
887bd1
- udpate to 3.0.1
887bd1
887bd1
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
887bd1
- Update to 3.0.0
887bd1
887bd1
* Thu Sep 15 2011 John (J5) Palmieri <johnp@gnome.org> - 2.90.4-1
887bd1
- update to 2.90.4
887bd1
- get rid of packaging cruft that is taken care of by upstream now
887bd1
887bd1
* Wed Aug 31 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2.90.3-1
887bd1
- udpate to 2.90.3
887bd1
887bd1
* Mon Aug 22 2011 John (J5) Palmieri <johnp@redhat.com> - 2.90.2-3
887bd1
- remove some old requires
887bd1
887bd1
* Fri Aug 19 2011 John (J5) Palmieri <johnp@redhat.com> - 2.90.2-2
887bd1
- fix up issues uncovered during package review
887bd1
- disable docs because they still reference the static bindings 
887bd1
  and upstream is working on new documentation
887bd1
887bd1
* Thu Aug 18 2011 John (J5) Palmieri <johnp@redhat.com> - 2.90.2-1
887bd1
- Initial package