[pyutil/f19] Fixed bug #1081739

anish anishpatil at fedoraproject.org
Fri Mar 28 04:57:52 UTC 2014


commit 6b49a21935e529373314e020c757fb7ca09fc336
Author: anish <anish.developer at gmail.com>
Date:   Fri Mar 28 10:27:41 2014 +0530

     Fixed bug #1081739

 pyutil.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pyutil.spec b/pyutil.spec
index 904270f..7d8f3fe 100644
--- a/pyutil.spec
+++ b/pyutil.spec
@@ -1,6 +1,6 @@
 Name:           pyutil
 Version:        1.9.7
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A collection of mature utilities for Python programmers
 
 Group:          Development/Languages
@@ -30,7 +30,7 @@ alone in wanting tools like these.
 
 %prep
 %setup -q
-
+find . -name "*~" -delete
 
 %build
 python setup.py build
@@ -76,6 +76,9 @@ find %{buildroot}%{python_sitelib}/%{name} -type f -name \*.py -o -name test_tem
 
 
 %changelog
+* Thu Mar 27 2014 Ville Skyttä <ville.skytta at iki.fi> - 1.9.7-2
+- Don't ship editor backup files
+
 * Fri Jan 17 2014 Anish Patil <apatil at apatil@redhat.com> 1.9.7-1
 - Added passphrase utility 
 


More information about the scm-commits mailing list