[python-django-filter/el6] BZ# 1023189

Luis Enrique Bazán De León lbazan at fedoraproject.org
Mon Feb 3 15:54:50 UTC 2014


commit ad3f535cd8f9afabacf84e49f56892d21e12bee5
Author: lbazan <lbazan at fedoraproject.org>
Date:   Mon Feb 3 10:54:54 2014 -0500

    BZ# 1023189

 python-django-filter.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/python-django-filter.spec b/python-django-filter.spec
index b0c368b..72e0443 100644
--- a/python-django-filter.spec
+++ b/python-django-filter.spec
@@ -3,7 +3,7 @@
 
 Name:           python-%{pypi_name}
 Version:        0.6
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A Django application for allowing users to filter queryset dynamically
 
 Group:          Development/Languages
@@ -36,15 +36,15 @@ parameters a user provides.
 %install
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
-#%check
-#%{__python} runtests.py
-
 %files
 %doc CHANGES.rst README.rst LICENSE docs/
 %{python_sitelib}/django_filters
 %{python_sitelib}/django_filter-%{version}-py?.?.egg-info
 
 %changelog
+* Mon Feb 03 2014 Luis Bazan <lbazan at fedoraproject.org> - 0.6-5
+- fix BZ# 1023189
+
 * Mon Feb 03 2014 Luis Bazan <lbazan at fedoraproject.org> - 0.6-4
 - remove some lines
 


More information about the scm-commits mailing list