Update to 3.30.0
This commit is contained in:
parent
8b33524533
commit
56e1b58d47
@ -12,13 +12,13 @@
|
||||
%global with_check 0
|
||||
|
||||
Name: pygobject3
|
||||
Version: 3.29.2
|
||||
Version: 3.30.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Python bindings for GObject Introspection
|
||||
|
||||
License: LGPLv2+ and MIT
|
||||
URL: https://wiki.gnome.org/Projects/PyGObject
|
||||
Source0: https://download.gnome.org/sources/pygobject/3.29/pygobject-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/pygobject/3.30/pygobject-%{version}.tar.xz
|
||||
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
|
||||
@ -179,8 +179,7 @@ xvfb-run make DESTDIR=$RPM_BUILD_ROOT check V=1
|
||||
%{python2_sitearch}/gi/*
|
||||
%exclude %{python2_sitearch}/gi/_gi_cairo.so
|
||||
%{python2_sitearch}/pygtkcompat/
|
||||
%dir %{python2_sitelib}/gi
|
||||
%{python2_sitelib}/gi/pygobject-*.egg-info
|
||||
%{python2_sitelib}/PyGObject-*.egg-info
|
||||
|
||||
%if 0%{?with_python3}
|
||||
%files -n python3-gobject
|
||||
@ -193,8 +192,7 @@ xvfb-run make DESTDIR=$RPM_BUILD_ROOT check V=1
|
||||
%{python3_sitearch}/gi/*
|
||||
%exclude %{python3_sitearch}/gi/_gi_cairo*.so
|
||||
%{python3_sitearch}/pygtkcompat/
|
||||
%dir %{python3_sitelib}/gi
|
||||
%{python3_sitelib}/gi/pygobject-*.egg-info
|
||||
%{python3_sitelib}/PyGObject-*.egg-info
|
||||
%endif # with_python3
|
||||
|
||||
%files devel
|
||||
@ -204,6 +202,9 @@ xvfb-run make DESTDIR=$RPM_BUILD_ROOT check V=1
|
||||
%{_libdir}/pkgconfig/pygobject-3.0.pc
|
||||
|
||||
%changelog
|
||||
* Thu Sep 06 2018 Kalev Lember <klember@redhat.com> - 3.30.0-1
|
||||
- Update to 3.30.0
|
||||
|
||||
* Mon Aug 13 2018 Kalev Lember <klember@redhat.com> - 3.29.2-1
|
||||
- Update to 3.29.2
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pygobject-3.29.2.tar.xz) = 59a62617b9e23f5232fc57765a8a63a7b97db05d92b0eb64e103fa62878f7d079350a19bad0e433fa7ec9446cf9740ff8fd7338f09201be4e5a0da9d69cf0d07
|
||||
SHA512 (pygobject-3.30.0.tar.xz) = 532d0552b792f402d5fc235299c2b5b08ee07ba4d5cbfc3b472659d7543f8ab26d2979c328de60135cd424d2dfa3fc3e3c24c1e6289c54a76a6334fd33c4f2f1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user