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