diff --git a/.gitignore b/.gitignore index fd3a6b8..63b5a4f 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ psutil-0.1.3.tar.gz /psutil-1.2.1.tar.gz /psutil-2.1.3.tar.gz /psutil-2.2.0.tar.gz +/psutil-3.1.1.tar.gz diff --git a/python-psutil.spec b/python-psutil.spec index 1a2b6d1..8260134 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -8,8 +8,8 @@ } Name: python-psutil -Version: 2.2.0 -Release: 2%{?dist} +Version: 3.1.1 +Release: 1%{?dist} Summary: A process and system utilities module for Python Group: Development/Languages @@ -89,8 +89,9 @@ popd %license LICENSE %doc CREDITS HISTORY.rst README.rst TODO %{python_sitearch}/%{short_name}/ +%exclude %{python_sitearch}/%{short_name}/*.so +%attr(0755,-,-) %{python_sitearch}/%{short_name}/*.so %{python_sitearch}/*.egg-info -%{python_sitearch}/*.so %if 0%{?with_python3} @@ -99,12 +100,16 @@ popd %license LICENSE %doc CREDITS HISTORY.rst README.rst TODO %{python3_sitearch}/%{short_name}/ +%exclude %{python3_sitearch}/%{short_name}/*.so +%attr(0755,-,-) %{python3_sitearch}/%{short_name}/*.so %{python3_sitearch}/*.egg-info -%{python3_sitearch}/*.so %endif %changelog +* Tue Jul 21 2015 Michel Alexandre Salim - 3.1.1-1 +- Update to 3.1.1 + * Thu Jun 18 2015 Fedora Release Engineering - 2.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 91fd12b..17e7a96 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b8f5ce3c47edc5e4491ef05a61387116 psutil-2.2.0.tar.gz +b34360627efb429cb18a4a3143b18c8c psutil-3.1.1.tar.gz