Update to 3.26.1
This commit is contained in:
parent
9a2a707853
commit
c0d8992d63
@ -12,8 +12,8 @@
|
||||
%global with_check 0
|
||||
|
||||
Name: pygobject3
|
||||
Version: 3.26.0
|
||||
Release: 2%{?dist}
|
||||
Version: 3.26.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Python bindings for GObject Introspection
|
||||
|
||||
License: LGPLv2+ and MIT
|
||||
@ -195,6 +195,7 @@ xvfb-run make DESTDIR=$RPM_BUILD_ROOT check V=1
|
||||
%dir %{python_sitearch}/gi
|
||||
%{python_sitearch}/gi/*
|
||||
%exclude %{python_sitearch}/gi/_gi_cairo.so
|
||||
%{python_sitearch}/pygobject-*.egg-info
|
||||
%{python_sitearch}/pygtkcompat/
|
||||
|
||||
%if 0%{?with_python3}
|
||||
@ -207,6 +208,7 @@ xvfb-run make DESTDIR=$RPM_BUILD_ROOT check V=1
|
||||
%dir %{python3_sitearch}/gi
|
||||
%{python3_sitearch}/gi/*
|
||||
%exclude %{python3_sitearch}/gi/_gi_cairo*.so
|
||||
%{python3_sitearch}/pygobject-*.egg-info
|
||||
%{python3_sitearch}/pygtkcompat/
|
||||
%endif # with_python3
|
||||
|
||||
@ -217,6 +219,9 @@ xvfb-run make DESTDIR=$RPM_BUILD_ROOT check V=1
|
||||
%{_libdir}/pkgconfig/pygobject-3.0.pc
|
||||
|
||||
%changelog
|
||||
* Wed Nov 01 2017 Kalev Lember <klember@redhat.com> - 3.26.1-1
|
||||
- Update to 3.26.1
|
||||
|
||||
* Wed Sep 27 2017 Troy Dawson <tdawson@redhat.com> - 3.26.0-2
|
||||
- Cleanup spec file conditionals
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pygobject-3.26.0.tar.xz) = 2358a2cf6e15427ebfc2d370d9222f91318f455edae172c51ad71e1bc85451fda8b26ede9b7aae0d59b455a487e9b82a5ad90b4ef038f223b1a9b14f7c236d2b
|
||||
SHA512 (pygobject-3.26.1.tar.xz) = d4993bd3bbf3133c3903664e699fc1def6af4fb6f43d45fc202a487b375deaa5e937ac25711fe6f35d9309526a1a6296865e6801807cb6a214e3930dea40004e
|
||||
|
Loading…
Reference in New Issue
Block a user