[python-django-pipeline] Upgrade to latest upstream release

Stephen Gallagher sgallagh at fedoraproject.org
Wed Oct 3 18:31:23 UTC 2012


commit d26ec623f87bc06bad13a27e9e2487d35e994609
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Wed Oct 3 14:30:54 2012 -0400

    Upgrade to latest upstream release
    
    - Support for more compressors:
    -   SlimIt
    -   Closure
    -   CSSTidy
    -   cssmin

 .gitignore                  |    1 +
 python-django-pipeline.spec |   19 ++++++++++---------
 sources                     |    2 +-
 3 files changed, 12 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2c11184..f8eab85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /django-pipeline-1.2.14.tar.gz
 /django-pipeline-1.2.1.tar.gz
+/django-pipeline-1.2.17.tar.gz
diff --git a/python-django-pipeline.spec b/python-django-pipeline.spec
index 1c09526..17ea7ff 100644
--- a/python-django-pipeline.spec
+++ b/python-django-pipeline.spec
@@ -1,6 +1,6 @@
 Name: python-django-pipeline
-Version: 1.2.1
-Release: 3%{?dist}
+Version: 1.2.17
+Release: 1%{?dist}
 Summary: An asset packaging library for Django
 
 Group: Applications/Internet
@@ -43,13 +43,14 @@ rm -rf $RPM_BUILD_ROOT%{python_sitelib}/tests
 
 
 %changelog
-* Mon Aug 06 2012 Stephen Gallagher <sgallagh at redhat.com> - 1.2.1-3
-- Downgrade to 1.2.1
-- Version 1.2.14 had an ABI break and regressions that made it unsuitable
-
-* Mon Aug 06 2012 Stephen Gallagher <sgallagh at redhat.com> - 1.2.14-2
-- Add proper changelog
+* Wed Oct 03 2012 Stephen Gallagher <sgallagh at redhat.com> - 1.2.17-1
+- Upgrade to latest upstream release
+- Support for more compressors:
+-   SlimIt
+-   Closure
+-   CSSTidy
+-   cssmin
 
-* Fri Aug 03 2012 Stephen Gallagher <sgallagh at redhat.com> - 1.2.14-1
+* Mon Aug 06 2012 Stephen Gallagher <sgallagh at redhat.com> - 1.2.1-3
 - Initial release
 - Add django_pipeline to Fedora to support Review Board 1.7
diff --git a/sources b/sources
index 40b328b..a00299e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9a9f5ac56ef4a3922b44481aff106d08  django-pipeline-1.2.1.tar.gz
+d1b9b9894e4e418973be383d6f1dfe2a  django-pipeline-1.2.17.tar.gz


More information about the scm-commits mailing list