Update to 3.31.3
This commit is contained in:
parent
4ba279efe2
commit
3dff056f8b
@ -11,8 +11,8 @@
|
||||
%global with_check 0
|
||||
|
||||
Name: pygobject3
|
||||
Version: 3.31.2
|
||||
Release: 2%{?dist}
|
||||
Version: 3.31.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Python bindings for GObject Introspection
|
||||
|
||||
License: LGPLv2+ and MIT
|
||||
@ -178,7 +178,7 @@ xvfb-run make DESTDIR=$RPM_BUILD_ROOT check V=1
|
||||
%{python2_sitearch}/gi/*
|
||||
%exclude %{python2_sitearch}/gi/_gi_cairo.so
|
||||
%{python2_sitearch}/pygtkcompat/
|
||||
%{python2_sitelib}/PyGObject-*.egg-info
|
||||
%{python2_sitearch}/PyGObject-*.egg-info
|
||||
|
||||
%if 0%{?with_python3}
|
||||
%files -n python3-gobject
|
||||
@ -191,7 +191,7 @@ xvfb-run make DESTDIR=$RPM_BUILD_ROOT check V=1
|
||||
%{python3_sitearch}/gi/*
|
||||
%exclude %{python3_sitearch}/gi/_gi_cairo*.so
|
||||
%{python3_sitearch}/pygtkcompat/
|
||||
%{python3_sitelib}/PyGObject-*.egg-info
|
||||
%{python3_sitearch}/PyGObject-*.egg-info
|
||||
%endif # with_python3
|
||||
|
||||
%files devel
|
||||
@ -201,6 +201,9 @@ xvfb-run make DESTDIR=$RPM_BUILD_ROOT check V=1
|
||||
%{_libdir}/pkgconfig/pygobject-3.0.pc
|
||||
|
||||
%changelog
|
||||
* Mon Feb 04 2019 Kalev Lember <klember@redhat.com> - 3.31.3-1
|
||||
- Update to 3.31.3
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.31.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pygobject-3.31.2.tar.xz) = c20bc0a9cefd34cc0e157df6e711b586db634eade12066eeb47998cd1ec678ffb9178d1231761ef2772836fdf26fdb985c6c0f8d25cc2a977e7556ef1109ec0c
|
||||
SHA512 (pygobject-3.31.3.tar.xz) = 54af301e792542b9c78a82a180160b2b02fb5a131b8a2a0e1caa58d7e1d8c091d76011c5da58cfca175a40193e270a4bd57848d6a0a9a783facedbeabefa69bb
|
||||
|
||||
Loading…
Reference in New Issue
Block a user