d3680b
# Last updated for version 3.18.0
a8fba1
%define glib2_version                  2.38.0
d3680b
%define gobject_introspection_version  1.46.0
d3680b
%define python2_version                2.7
d6ff17
d6ff17
%if 0%{?fedora} > 12
d6ff17
%global with_python3 1
d6ff17
%define python3_version                3.1
d6ff17
%endif
d6ff17
a8fba1
%global with_check 0
d6ff17
d3680b
Name:           pygobject3
d3680b
Version:        3.22.0
98cee8
Release:        1%{?dist}.1
d3680b
Summary:        Python bindings for GObject Introspection
a8fba1
d3680b
License:        LGPLv2+ and MIT
d3680b
URL:            https://wiki.gnome.org/Projects/PyGObject
d3680b
Source0:        https://download.gnome.org/sources/pygobject/3.22/pygobject-%{version}.tar.xz
a8fba1
a8fba1
# https://bugzilla.redhat.com/1247996
a8fba1
# which reverts https://bugzilla.gnome.org/709183
d3680b
Patch1:         pygobject-3.22.0-allow-static-module-import.patch
a8fba1
d3680b
BuildRequires:  glib2-devel >= %{glib2_version}
d3680b
BuildRequires:  gobject-introspection-devel >= %{gobject_introspection_version}
d3680b
BuildRequires:  python2-devel >= %{python2_version}
d6ff17
%if 0%{?with_python3}
d3680b
BuildRequires:  python3-devel >= %{python3_version}
d3680b
BuildRequires:  python3-cairo-devel
d6ff17
%endif # if with_python3
d6ff17
d3680b
BuildRequires:  cairo-gobject-devel
d3680b
BuildRequires:  pycairo-devel
d6ff17
d6ff17
# Required by the upstream selftest suite:
d6ff17
%if %{with_check}
d6ff17
%if 0%{?fedora}
d6ff17
# Temporarily disabled pyflakes tests to avoid the build failing due to too new
d6ff17
# pyflakes 0.7.2 in F19
d6ff17
# https://bugzilla.gnome.org/show_bug.cgi?id=701009
d3680b
#BuildRequires:  pyflakes
d3680b
BuildRequires:  python-pep8
d6ff17
%endif
d6ff17
## for the Gdk and Gtk typelibs, used during the test suite:
d3680b
BuildRequires:  gtk3
d6ff17
## for xvfb-run:
d3680b
BuildRequires:  xorg-x11-server-Xvfb
d3680b
BuildRequires:  dejavu-sans-fonts
d3680b
BuildRequires:  dejavu-sans-mono-fonts
d3680b
BuildRequires:  dejavu-serif-fonts
d6ff17
## for dbus-launch, used by test_gdbus:
d3680b
BuildRequires:  dbus-x11
d6ff17
%endif # with_check
d6ff17
d6ff17
%description
d6ff17
The %{name} package provides a convenient wrapper for the GObject library
d6ff17
for use in Python programs.
d6ff17
d3680b
%package     -n python-gobject
d3680b
Summary:        Python 2 bindings for GObject Introspection
d3680b
Requires:       python-gobject-base%{?_isa} = %{version}-%{release}
d3680b
# The cairo override module depends on this
d3680b
Requires:       pycairo%{?_isa}
d6ff17
d3680b
Obsoletes:      %{name} < 3.17.90-2
d3680b
Provides:       %{name} = %{version}-%{release}
d3680b
Provides:       %{name}%{?_isa} = %{version}-%{release}
d6ff17
d3680b
%description -n python-gobject
d3680b
The python-gobject package provides a convenient wrapper for the GObject
d3680b
library and and other libraries that are compatible with GObject Introspection,
d3680b
for use in Python 2 programs.
d6ff17
d3680b
%package     -n python-gobject-base
d3680b
Summary:        Python 2 bindings for GObject Introspection base package
d3680b
Requires:       gobject-introspection%{?_isa} >= %{gobject_introspection_version}
d6ff17
d3680b
Obsoletes:      %{name}-base < 3.17.90-2
d3680b
Provides:       %{name}-base = %{version}-%{release}
d3680b
Provides:       %{name}-base%{?_isa} = %{version}-%{release}
d6ff17
d3680b
%description -n python-gobject-base
d3680b
This package provides the non-cairo specific bits of the GObject Introspection
d3680b
library.
d3680b
d3680b
%if 0%{?with_python3}
d3680b
%package     -n python3-gobject
d3680b
Summary:        Python 3 bindings for GObject Introspection
d3680b
Requires:       python3-gobject-base%{?_isa} = %{version}-%{release}
d6ff17
# The cairo override module depends on this
d3680b
Requires:       python3-cairo%{?_isa}
d6ff17
d6ff17
%description -n python3-gobject
d6ff17
The python3-gobject package provides a convenient wrapper for the GObject 
d6ff17
library and and other libraries that are compatible with GObject Introspection, 
d6ff17
for use in Python 3 programs.
d6ff17
d3680b
%package     -n python3-gobject-base
d3680b
Summary:        Python 3 bindings for GObject Introspection base package
d3680b
Requires:       gobject-introspection%{?_isa} >= %{gobject_introspection_version}
d3680b
d3680b
%description -n python3-gobject-base
d3680b
This package provides the non-cairo specific bits of the GObject Introspection
d3680b
library.
d3680b
d6ff17
%endif # with_python3
d6ff17
d3680b
%package        devel
d3680b
Summary:        Development files for embedding PyGObject introspection support
d3680b
Requires:       python-gobject%{?_isa} = %{version}-%{release}
d3680b
%if 0%{?with_python3}
d3680b
Requires:       python3-gobject%{?_isa} = %{version}-%{release}
d3680b
%endif
d3680b
Requires:       gobject-introspection-devel%{?_isa}
d3680b
d3680b
%description    devel
d3680b
This package contains files required to embed PyGObject
d3680b
d6ff17
%prep
d6ff17
%setup -q -n pygobject-%{version}
a8fba1
%patch1 -p1 -b .allow-static-module-import
d6ff17
d6ff17
%if 0%{?with_python3}
d6ff17
rm -rf %{py3dir}
d6ff17
cp -a . %{py3dir}
d6ff17
find %{py3dir} -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'
d6ff17
%endif # with_python3
d6ff17
d6ff17
find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python}|'
d6ff17
d6ff17
%build
d6ff17
PYTHON=%{__python} 
d6ff17
export PYTHON
d6ff17
%configure
d3680b
make %{?_smp_mflags} V=1
d6ff17
d6ff17
%if 0%{?with_python3}
d6ff17
pushd %{py3dir}
d6ff17
PYTHON=%{__python3}
d6ff17
export PYTHON
d6ff17
%configure
d3680b
make %{?_smp_mflags} V=1
d6ff17
popd
d6ff17
%endif # with_python3
d6ff17
d6ff17
%install
d6ff17
%if 0%{?with_python3}
d6ff17
pushd %{py3dir}
d6ff17
PYTHON=%{__python3}
d6ff17
export PYTHON
d3680b
%make_install
d6ff17
popd
d6ff17
d6ff17
%endif # with_python3
d6ff17
d3680b
%make_install
d6ff17
find $RPM_BUILD_ROOT -name '*.la' -delete
d6ff17
d6ff17
# Don't include makefiles in the installed docs, in order to avoid creating
d6ff17
# multilib conflicts
d6ff17
rm -rf _docs
d6ff17
mkdir _docs
d6ff17
cp -a examples _docs
d6ff17
rm _docs/examples/Makefile*
d6ff17
d6ff17
%check
d6ff17
%if %{with_check}
d6ff17
# Run the selftests under a temporary xvfb X server (so that they can
d6ff17
# initialize Gdk etc):
d6ff17
d6ff17
# FIXME: disabled for python3
d6ff17
# Currently this fails with python3 with:
d6ff17
#  File "/builddir/build/BUILD/python3-pygobject3-3.3.4-4.fc19/gi/__init__.py", line 23, in <module>
d6ff17
#    from ._gi import _API, Repository
d6ff17
#ValueError: level must be >= 0
d6ff17
# Reported upstream as http://bugs.python.org/issue15610
d6ff17
%if 0
d6ff17
pushd %{py3dir}
d6ff17
PYTHON=%{__python3}
d6ff17
export PYTHON
d3680b
xvfb-run make DESTDIR=$RPM_BUILD_ROOT check V=1
d6ff17
popd
d6ff17
%endif # with_python3
d6ff17
d3680b
xvfb-run make DESTDIR=$RPM_BUILD_ROOT check V=1
d6ff17
d6ff17
%endif # with_check
d6ff17
d3680b
%files -n python-gobject
d6ff17
%{python_sitearch}/gi/_gi_cairo.so
d6ff17
d3680b
%files -n python-gobject-base
d3680b
%license COPYING
d3680b
%doc AUTHORS NEWS README
d6ff17
%dir %{python_sitearch}/gi
d6ff17
%{python_sitearch}/gi/*
d6ff17
%exclude %{python_sitearch}/gi/_gi_cairo.so
d6ff17
%{python_sitearch}/pygobject-*.egg-info
d6ff17
%{python_sitearch}/pygtkcompat/
d6ff17
d6ff17
%if 0%{?with_python3}
d6ff17
%files -n python3-gobject
d3680b
%{python3_sitearch}/gi/_gi_cairo*.so
d3680b
d3680b
%files -n python3-gobject-base
d3680b
%license COPYING
d3680b
%doc AUTHORS NEWS README
d6ff17
%dir %{python3_sitearch}/gi
d6ff17
%{python3_sitearch}/gi/*
d3680b
%exclude %{python3_sitearch}/gi/_gi_cairo*.so
d6ff17
%{python3_sitearch}/pygobject-*.egg-info
d6ff17
%{python3_sitearch}/pygtkcompat/
d6ff17
%endif # with_python3
d6ff17
d3680b
%files devel
d3680b
%doc _docs/*
d3680b
%dir %{_includedir}/pygobject-3.0/
d3680b
%{_includedir}/pygobject-3.0/pygobject.h
d3680b
%{_libdir}/pkgconfig/pygobject-3.0.pc
d3680b
d6ff17
%changelog
98cee8
* Thu Nov 09 2017 John Francini - 3.22.0-1.1
98cee8
- Bump release to allow rebuild to fix BZ#1510160
98cee8
d3680b
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
d3680b
- Update to 3.22.0
d3680b
- Resolves: #1387039
d3680b
a8fba1
* Tue Sep 15 2015 Matthew Barnes <mbarnes@redhat.com> - 3.14.0-3
a8fba1
- Allow importing static modules to fix RHEL7 rebase regressions
a8fba1
a8fba1
* Fri May 22 2015 Rui Matos <rmatos@redhat.com> - 3.14.0-2
a8fba1
- Add patch to fix a coverity issue
a8fba1
  https://bugzilla.gnome.org/show_bug.cgi?id=749698
a8fba1
a8fba1
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
a8fba1
- Update to 3.14.0
a8fba1
a8fba1
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
a8fba1
- Update to 3.13.92
a8fba1
a8fba1
* Tue Sep 02 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
a8fba1
- Update to 3.13.91
a8fba1
a8fba1
* Thu Aug 21 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-2
a8fba1
- Backport a fix for virt-manager crash (#1130758)
a8fba1
a8fba1
* Tue Aug 19 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-1
a8fba1
- Update to 3.13.90
a8fba1
a8fba1
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.4-2
a8fba1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
a8fba1
a8fba1
* Fri Aug 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.4-1
a8fba1
- Update to 3.13.4
a8fba1
a8fba1
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 3.13.3-1
a8fba1
- Update to 3.13.3
a8fba1
a8fba1
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-2
a8fba1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
a8fba1
a8fba1
* Mon May 26 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-1
a8fba1
- Update to 3.13.2
a8fba1
- Drop old testsuite patches
a8fba1
a8fba1
* Mon May 12 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 3.13.1-2
a8fba1
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
a8fba1
a8fba1
* Tue Apr 29 2014 Richard Hughes <rhughes@redhat.com> - 3.13.1-1
a8fba1
- Update to 3.13.1
a8fba1
a8fba1
* Tue Apr 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
a8fba1
- Update to 3.12.1
a8fba1
a8fba1
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-2
a8fba1
- Update dep versions
a8fba1
- Tighten deps with %%_isa
a8fba1
a8fba1
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
a8fba1
- Update to 3.12.0
a8fba1
a8fba1
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.92-1
a8fba1
- Update to 3.11.92
a8fba1
a8fba1
* Tue Mar 04 2014 Richard Hughes <rhughes@redhat.com> - 3.11.91-1
a8fba1
- Update to 3.11.91
a8fba1
a8fba1
* Tue Feb 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-1
a8fba1
- Update to 3.11.90
a8fba1
a8fba1
* Wed Feb 05 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-1
a8fba1
- Update to 3.11.5
a8fba1
a8fba1
* Tue Jan 14 2014 Richard Hughes <rhughes@redhat.com> - 3.11.4-1
a8fba1
- Update to 3.11.4
a8fba1
a8fba1
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 3.11.3-1
a8fba1
- Update to 3.11.3
a8fba1
a8fba1
* Mon Nov 18 2013 Richard Hughes <rhughes@redhat.com> - 3.11.2-1
a8fba1
- Update to 3.11.2
a8fba1
a8fba1
* Tue Oct 29 2013 Richard Hughes <rhughes@redhat.com> - 3.11.1-1
a8fba1
- Update to 3.11.1
a8fba1
a8fba1
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
a8fba1
- Update to 3.10.0
a8fba1
a8fba1
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.92-1
a8fba1
- Update to 3.9.92
a8fba1
a8fba1
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-1
a8fba1
- Update to 3.9.91
cb0639
a8fba1
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-1
a8fba1
- Update to 3.9.90
cb0639
a8fba1
* Fri Aug  9 2013 Daniel Drake <dsd@laptop.org> - 3.9.5-1
a8fba1
- Update to 3.9.5
53e87c
a8fba1
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.2-2
a8fba1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
53e87c
a8fba1
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.2-1
a8fba1
- Update to 3.9.2
d6ff17
a8fba1
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.1-2
d6ff17
- Disable pyflakes tests to avoid failures with too new pyflakes 0.7.2
d6ff17
a8fba1
* Fri May 10 2013 Richard Hughes <rhughes@redhat.com> - 3.9.1-1
a8fba1
- Update to 3.9.1
d6ff17
d6ff17
* Thu Apr 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 3.8.1-2
d6ff17
- Add upstream patch to fix Sugar (RHBZ 947538)
d6ff17
d6ff17
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
d6ff17
- Update to 3.8.1
d6ff17
d6ff17
* Tue Apr  2 2013 David Malcolm <dmalcolm@redhat.com> - 3.8.0-2
d6ff17
- add workarounds for ppc64 (rhbz#924425)
d6ff17
d6ff17
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
d6ff17
- Update to 3.8.0
d6ff17
d6ff17
* Wed Mar 20 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.92-1
d6ff17
- Update to 3.7.92
d6ff17
d6ff17
* Thu Mar  7 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
d6ff17
- Update to 3.7.91
d6ff17
d6ff17
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-1
d6ff17
- Update to 3.7.90
d6ff17
d6ff17
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5.1-1
d6ff17
- Update to 3.7.5.1
d6ff17
- Re-enable tests
d6ff17
d6ff17
* Wed Jan 16 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.4-1
d6ff17
- Update to 3.7.4
d6ff17
d6ff17
* Fri Dec 28 2012 Dan HorĂ¡k <dan[at]danny.cz> - 3.7.3-2
d6ff17
- Fix GBytes test (gnome#690837)
d6ff17
d6ff17
* Thu Dec 20 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-1
d6ff17
- Update to 3.7.3
d6ff17
- Drop upstreamed patches; rebase the ignore-more-pep8-errors patch
d6ff17
d6ff17
* Thu Dec 13 2012 Ray Strode <rstrode@redhat.com> 3.7.1-3
d6ff17
- Split non-cairo parts into a subpackage
d6ff17
d6ff17
* Mon Nov 12 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.1-2
d6ff17
- Remove lib64 rpaths (#817701)
d6ff17
- Move code examples to the -devel subpackage and fix the multilib
d6ff17
  conflict (#831434)
d6ff17
d6ff17
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.1-1
d6ff17
- Update to 3.7.1
d6ff17
d6ff17
* Tue Nov  6 2012 Daniel Drake <dsd@laptop.org> - 3.4.1.1-2
d6ff17
- Upstream fix for property lookup; needed for basic Sugar operation.
d6ff17
d6ff17
* Wed Oct 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1.1-1
d6ff17
- Update to 3.4.1.1
d6ff17
d6ff17
* Thu Sep 13 2012 Daniel Drake <dsd@laptop.org> - 3.3.91-1
d6ff17
- Latest version; upstreamed patches dropped
d6ff17
d6ff17
* Wed Aug 15 2012 David Malcolm <dmalcolm@redhat.com> - 3.3.4-9
d6ff17
- avoid dragging pyflakes and python-pep8 into RHEL (patch 7)
d6ff17
d6ff17
* Fri Aug 10 2012 David Malcolm <dmalcolm@redhat.com> - 3.3.4-8
d6ff17
- add endianness patch (rhbz#841596; attachment 603634)
d6ff17
d6ff17
* Fri Aug 10 2012 David Malcolm <dmalcolm@redhat.com> - 3.3.4-7
d6ff17
- update endianness patch for rhbz#841596 (to attachment 603367)
d6ff17
d6ff17
* Thu Aug  9 2012 David Malcolm <dmalcolm@redhat.com> - 3.3.4-6
d6ff17
- fix issues on big-endian 64-bit machines (rhbz#841596, rhbz#842880)
d6ff17
d6ff17
* Thu Aug  9 2012 David Malcolm <dmalcolm@redhat.com> - 3.3.4-5
d6ff17
- use xvfb-run in selftests; update known failures
d6ff17
d6ff17
* Wed Aug  8 2012 David Malcolm <dmalcolm@redhat.com> - 3.3.4-4
d6ff17
- add a %%check check; add V=1 to all make invocations
d6ff17
d6ff17
* Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 3.3.4-3
d6ff17
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
d6ff17
d6ff17
* Fri Aug  3 2012 David Malcolm <dmalcolm@redhat.com> - 3.3.4-2
d6ff17
- remove rhel logic from with_python3 conditional
d6ff17
d6ff17
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.3.4-1
d6ff17
- Update to 3.3.4
d6ff17
d6ff17
* Tue Jun 26 2012 David Malcolm <dmalcolm@redhat.com> - 3.3.3.1-2
d6ff17
- fix a segfault when dealing with mismatched .so/typelib files
d6ff17
d6ff17
* Mon Jun 25 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 3.3.3.1-1
d6ff17
- Update to 3.3.3.1
d6ff17
d6ff17
* Tue Jun 19 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.2-1
d6ff17
- Update to 3.3.2
d6ff17
d6ff17
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.1-1
d6ff17
- Update to 3.3.1
d6ff17
- Dropped the now unneeded -lm patch
d6ff17
d6ff17
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 3.2.0-1
d6ff17
- Update to 3.2.0
d6ff17
d6ff17
* Thu Mar 22 2012 Matthias Clasen <mclasen@redhat.com> - 3.1.93-1
d6ff17
- Update to 3.1.93
d6ff17
d6ff17
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.1.92-1
d6ff17
- Update to 3.1.92
d6ff17
d6ff17
* Sun Feb 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.1.1-1
d6ff17
- Update to 3.1.1
d6ff17
d6ff17
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 3.1.0-1
d6ff17
- Update to 3.1.0
d6ff17
d6ff17
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.3-2
d6ff17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d6ff17
d6ff17
* Tue Dec 20 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.0.3-1
d6ff17
- udpate to 3.0.3
d6ff17
d6ff17
* Sat Oct 22 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.0.2-1
d6ff17
- udpate to 3.0.2
d6ff17
d6ff17
* Fri Sep 30 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 3.0.1-1
d6ff17
- udpate to 3.0.1
d6ff17
d6ff17
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
d6ff17
- Update to 3.0.0
d6ff17
d6ff17
* Thu Sep 15 2011 John (J5) Palmieri <johnp@gnome.org> - 2.90.4-1
d6ff17
- update to 2.90.4
d6ff17
- get rid of packaging cruft that is taken care of by upstream now
d6ff17
d6ff17
* Wed Aug 31 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2.90.3-1
d6ff17
- udpate to 2.90.3
d6ff17
d6ff17
* Thu Aug 22 2011 John (J5) Palmieri <johnp@redhat.com> - 2.90.2-3
d6ff17
- remove some old requires
d6ff17
d6ff17
* Thu Aug 19 2011 John (J5) Palmieri <johnp@redhat.com> - 2.90.2-2
d6ff17
- fix up issues uncovered during package review
d6ff17
- disable docs because they still reference the static bindings 
d6ff17
  and upstream is working on new documentation
d6ff17
d6ff17
* Thu Aug 18 2011 John (J5) Palmieri <johnp@redhat.com> - 2.90.2-1
d6ff17
- Initial package