From 73ecb2263658dc26b9b891727879de6c5635e74a Mon Sep 17 00:00:00 2001 From: Mohamed El Morabity Date: Fri, 16 Aug 2013 13:39:57 +0200 Subject: [PATCH] Update to 1.0.1 --- .gitignore | 1 + python-psutil.spec | 19 ++++++++----------- sources | 2 +- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index b26776d..8af7152 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ psutil-0.1.3.tar.gz /psutil-0.5.1.tar.gz /psutil-0.6.1.tar.gz /psutil-0.7.1.tar.gz +/psutil-1.0.1.tar.gz diff --git a/python-psutil.spec b/python-psutil.spec index 68b629e..35724a6 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -8,8 +8,8 @@ } Name: python-psutil -Version: 0.7.1 -Release: 2%{?dist} +Version: 1.0.1 +Release: 1%{?dist} Summary: A process and system utilities module for Python Group: Development/Languages @@ -75,23 +75,17 @@ popd --skip-build \ --root $RPM_BUILD_ROOT -# Fix permissions -chmod 0755 $RPM_BUILD_ROOT%{python_sitearch}/*.so - %if 0%{?with_python3} pushd %{py3dir} %{__python3} setup.py install \ --skip-build \ --root $RPM_BUILD_ROOT popd - -# Fix permissions -chmod 0755 $RPM_BUILD_ROOT%{python3_sitearch}/*.so %endif %files -%doc CREDITS HISTORY LICENSE README +%doc CREDITS HISTORY LICENSE README TODO %{python_sitearch}/%{short_name}/ %{python_sitearch}/*.egg-info %{python_sitearch}/*.so @@ -99,7 +93,7 @@ chmod 0755 $RPM_BUILD_ROOT%{python3_sitearch}/*.so %if 0%{?with_python3} %files -n python3-psutil -%doc CREDITS HISTORY LICENSE README +%doc CREDITS HISTORY LICENSE README TODO %{python3_sitearch}/%{short_name}/ %{python3_sitearch}/*.egg-info %{python3_sitearch}/*.so @@ -107,10 +101,13 @@ chmod 0755 $RPM_BUILD_ROOT%{python3_sitearch}/*.so %changelog +* Fri Aug 16 2013 Mohamed El Morabity - 1.0.1-1 +- Update to 1.0.1 + * Sun Aug 04 2013 Fedora Release Engineering - 0.7.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild -* Sun May 12 2013 Mohamed El Morabity - 0.7.1-1 +* Sun May 12 2013 Mohamed El Morabity - 0.7.1-1 - Update to 0.7.1 * Thu Feb 14 2013 Fedora Release Engineering - 0.6.1-2 diff --git a/sources b/sources index 0e5388d..961ba40 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ad7bcd473cd2a64763ed8286e279d3d7 psutil-0.7.1.tar.gz +c85e29db7d6d716761eb2b105b9fb177 psutil-1.0.1.tar.gz