diff --git a/.gitignore b/.gitignore index 8ca26ee..b07500e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /django_compressor-1.4.tar.gz /django_compressor-1.5.tar.gz /django_compressor-1.6.tar.gz +/django_compressor-2.0.tar.gz diff --git a/python-django-compressor.spec b/python-django-compressor.spec index a599b97..3ffc800 100644 --- a/python-django-compressor.spec +++ b/python-django-compressor.spec @@ -11,8 +11,8 @@ %endif Name: python-django-compressor -Version: 1.6 -Release: 2%{?dist} +Version: 2.0 +Release: 1%{?dist} Summary: Compresses linked and inline JavaScript or CSS into single cached files License: MIT @@ -26,7 +26,9 @@ BuildRequires: python-setuptools Requires: python-django-appconf >= 0.4 Requires: python-versiontools -Requires: python-django +Requires: python-django +Requires: python2-rjsmin +Requires: python2-rcssmin %description Django Compressor combines and compresses linked and inline Javascript @@ -42,6 +44,8 @@ Summary: Compresses linked and inline JavaScript or CSS into single cached f Requires: python3-versiontools Requires: python3-django-appconf Requires: python3-django +Requires: python3-rjsmin +Requires: python3-rcssmin BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -110,6 +114,9 @@ popd %endif %changelog +* Fri Feb 26 2016 Matthias Runge - 2.0-1 +- update to 2.0 (rhbz#1296716) + * Thu Feb 04 2016 Fedora Release Engineering - 1.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 46fd624..8b1e69b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -21aff524cc1b3fc50b44d4ef4846036e django_compressor-1.6.tar.gz +98254da44f1676d7b871ffeb14115175 django_compressor-2.0.tar.gz