Accepting request 393518 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/393518 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gobject?expand=0&rev=62
This commit is contained in:
commit
db5e79b3ff
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31ab4701f40490082aa98af537ccddba889577abe66d242582f28577e8807f46
|
||||
size 749068
|
3
pygobject-3.20.1.tar.xz
Normal file
3
pygobject-3.20.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d261005d6fed6a92ac4c25f283792552f7dad865d1b7e0c03c2b84c04dbd745
|
||||
size 749748
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 3 21:29:34 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Move gi/overrides/keysyms.* also to the -Gdk subpackage: Keysyms
|
||||
is mapped to Gdk symbols and is only usable in GUI apps.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 25 08:20:10 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.20.1:
|
||||
+ test_gerror_novalue: Don't assign the error to a variable
|
||||
(bgo#764165).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 18 14:12:41 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
|
@ -39,7 +39,7 @@ Name: python-gobject
|
||||
Summary: Python bindings for GObject
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/Python
|
||||
Version: 3.20.0
|
||||
Version: 3.20.1
|
||||
Release: 0
|
||||
Url: https://wiki.gnome.org/Projects/PyGObject/
|
||||
Source: http://download.gnome.org/sources/pygobject/3.20/%{_name}-%{version}.tar.xz
|
||||
@ -152,11 +152,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%exclude %{local_py_sitedir}/gi/_gi_cairo*.so
|
||||
%exclude %{local_py_sitedir}/gi/overrides/Gdk.*
|
||||
%exclude %{local_py_sitedir}/gi/overrides/Gtk.*
|
||||
%exclude %{local_py_sitedir}/gi/overrides/keysyms.*
|
||||
|
||||
%files Gdk
|
||||
%defattr(-,root,root)
|
||||
%{local_py_sitedir}/gi/overrides/Gdk.*
|
||||
%{local_py_sitedir}/gi/overrides/Gtk.*
|
||||
%{local_py_sitedir}/gi/overrides/keysyms.*
|
||||
|
||||
%files cairo
|
||||
%defattr(-,root,root)
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 3 21:29:34 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Move gi/overrides/keysyms.* also to the -Gdk subpackage: Keysyms
|
||||
is mapped to Gdk symbols and is only usable in GUI apps.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 25 08:20:10 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.20.1:
|
||||
+ test_gerror_novalue: Don't assign the error to a variable
|
||||
(bgo#764165).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 18 14:12:41 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
|
@ -39,7 +39,7 @@ Name: python3-gobject
|
||||
Summary: Python bindings for GObject
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Libraries/Python
|
||||
Version: 3.20.0
|
||||
Version: 3.20.1
|
||||
Release: 0
|
||||
Url: https://wiki.gnome.org/Projects/PyGObject/
|
||||
Source: http://download.gnome.org/sources/pygobject/3.20/%{_name}-%{version}.tar.xz
|
||||
@ -152,11 +152,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%exclude %{local_py_sitedir}/gi/_gi_cairo*.so
|
||||
%exclude %{local_py_sitedir}/gi/overrides/Gdk.*
|
||||
%exclude %{local_py_sitedir}/gi/overrides/Gtk.*
|
||||
%exclude %{local_py_sitedir}/gi/overrides/keysyms.*
|
||||
|
||||
%files Gdk
|
||||
%defattr(-,root,root)
|
||||
%{local_py_sitedir}/gi/overrides/Gdk.*
|
||||
%{local_py_sitedir}/gi/overrides/Gtk.*
|
||||
%{local_py_sitedir}/gi/overrides/keysyms.*
|
||||
|
||||
%files cairo
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user