Update to 4.3.1. Fixes bug #1372500
This commit is contained in:
parent
0576e7c0cd
commit
ef10aec0ab
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ psutil-0.1.3.tar.gz
|
||||
/psutil-3.1.1.tar.gz
|
||||
/psutil-3.2.1.tar.gz
|
||||
/psutil-4.3.0.tar.gz
|
||||
/psutil-4.3.1.tar.gz
|
||||
|
@ -5,8 +5,8 @@
|
||||
%global __provides_exclude_from ^(%{python2_sitearch}|%{python3_sitearch})/.*\\.so$
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 4.3.0
|
||||
Release: 2%{?dist}
|
||||
Version: 4.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: %{sum}
|
||||
|
||||
License: BSD
|
||||
@ -94,6 +94,9 @@ make test-memleaks PYTHON=%{__python3}
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Sep 03 2016 Kevin Fenzi <kevin@scrye.com> - 4.3.1-1
|
||||
- Update to 4.3.1. Fixes bug #1372500
|
||||
|
||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.3.0-2
|
||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user