Accepting request 176671 from GNOME:Factory
Push GNOME 3.9.1 - been running it for a while now. OBS-URL: https://build.opensuse.org/request/show/176671 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gobject?expand=0&rev=38
This commit is contained in:
parent
9067073391
commit
02e7094d2e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e85c8ec64238ce88ec1e905497f5a2eaa947a7f4050e338d21ec510d8a50eacb
|
|
||||||
size 652864
|
|
3
pygobject-3.9.1.tar.xz
Normal file
3
pygobject-3.9.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ab42670fd83747fbb5a019f8ffd45e24fcb1f04c657a0bc475113ab4a759e79e
|
||||||
|
size 656008
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 1 08:18:33 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.9.1:
|
||||||
|
+ Drop support for Python 2.6.
|
||||||
|
+ Bugs fixed: bgo#698547, bgo#699096, bgo#698829, bgo#685218,
|
||||||
|
bgo#685218, bgo#698366, bgo#698444, bgo#698477, bgo#697363,
|
||||||
|
bgo#696143, bgo#696646, bgo#697951, bgo#693405, bgo#696648,
|
||||||
|
bgo#696646, bgo#696892, bgo#686914, bgo#686795.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 15 19:14:29 UTC 2013 - dimstar@opensuse.org
|
Mon Apr 15 19:14:29 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -37,13 +37,13 @@ Name: python-gobject
|
|||||||
Summary: Python bindings for GObject
|
Summary: Python bindings for GObject
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Version: 3.8.1
|
Version: 3.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://ftp.gnome.org/pub/GNOME/sources/pygobject/
|
Url: http://ftp.gnome.org/pub/GNOME/sources/pygobject/
|
||||||
Source: http://download.gnome.org/sources/pygobject/3.8/%{_name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/pygobject/3.9/%{_name}-%{version}.tar.xz
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: glib2-devel >= 2.34.2
|
BuildRequires: glib2-devel >= 2.35.9
|
||||||
BuildRequires: gobject-introspection-devel >= 1.34.2
|
BuildRequires: gobject-introspection-devel >= 1.35.9
|
||||||
BuildRequires: libffi-devel
|
BuildRequires: libffi-devel
|
||||||
%if %{build_for_python3}
|
%if %{build_for_python3}
|
||||||
BuildRequires: python3-cairo-devel
|
BuildRequires: python3-cairo-devel
|
||||||
@ -147,7 +147,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{local_py_sitedir}/gi/
|
%{local_py_sitedir}/gi/
|
||||||
%{local_py_sitedir}/*.egg-info
|
%{local_py_sitedir}/*.egg-info
|
||||||
# Lives in cairo subpackage
|
# Lives in cairo subpackage
|
||||||
%exclude %{local_py_sitedir}/gi/_gi_cairo.so
|
%exclude %{local_py_sitedir}/gi/_gi_cairo*.so
|
||||||
# Lives in pygtkcompat subpackage
|
# Lives in pygtkcompat subpackage
|
||||||
%exclude %{local_py_sitedir}/gi/pygtkcompat.py
|
%exclude %{local_py_sitedir}/gi/pygtkcompat.py
|
||||||
|
|
||||||
@ -157,7 +157,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files cairo
|
%files cairo
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{local_py_sitedir}/gi/_gi_cairo.so
|
%{local_py_sitedir}/gi/_gi_cairo*.so
|
||||||
|
|
||||||
%files pygtkcompat
|
%files pygtkcompat
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 1 08:18:33 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.9.1:
|
||||||
|
+ Drop support for Python 2.6.
|
||||||
|
+ Bugs fixed: bgo#698547, bgo#699096, bgo#698829, bgo#685218,
|
||||||
|
bgo#685218, bgo#698366, bgo#698444, bgo#698477, bgo#697363,
|
||||||
|
bgo#696143, bgo#696646, bgo#697951, bgo#693405, bgo#696648,
|
||||||
|
bgo#696646, bgo#696892, bgo#686914, bgo#686795.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 15 19:14:29 UTC 2013 - dimstar@opensuse.org
|
Mon Apr 15 19:14:29 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -37,13 +37,13 @@ Name: python3-gobject
|
|||||||
Summary: Python bindings for GObject
|
Summary: Python bindings for GObject
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Version: 3.8.1
|
Version: 3.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://ftp.gnome.org/pub/GNOME/sources/pygobject/
|
Url: http://ftp.gnome.org/pub/GNOME/sources/pygobject/
|
||||||
Source: http://download.gnome.org/sources/pygobject/3.8/%{_name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/pygobject/3.9/%{_name}-%{version}.tar.xz
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: glib2-devel >= 2.34.2
|
BuildRequires: glib2-devel >= 2.35.9
|
||||||
BuildRequires: gobject-introspection-devel >= 1.34.2
|
BuildRequires: gobject-introspection-devel >= 1.35.9
|
||||||
BuildRequires: libffi-devel
|
BuildRequires: libffi-devel
|
||||||
%if %{build_for_python3}
|
%if %{build_for_python3}
|
||||||
BuildRequires: python3-cairo-devel
|
BuildRequires: python3-cairo-devel
|
||||||
@ -147,7 +147,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{local_py_sitedir}/gi/
|
%{local_py_sitedir}/gi/
|
||||||
%{local_py_sitedir}/*.egg-info
|
%{local_py_sitedir}/*.egg-info
|
||||||
# Lives in cairo subpackage
|
# Lives in cairo subpackage
|
||||||
%exclude %{local_py_sitedir}/gi/_gi_cairo.so
|
%exclude %{local_py_sitedir}/gi/_gi_cairo*.so
|
||||||
# Lives in pygtkcompat subpackage
|
# Lives in pygtkcompat subpackage
|
||||||
%exclude %{local_py_sitedir}/gi/pygtkcompat.py
|
%exclude %{local_py_sitedir}/gi/pygtkcompat.py
|
||||||
|
|
||||||
@ -157,7 +157,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files cairo
|
%files cairo
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{local_py_sitedir}/gi/_gi_cairo.so
|
%{local_py_sitedir}/gi/_gi_cairo*.so
|
||||||
|
|
||||||
%files pygtkcompat
|
%files pygtkcompat
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user