update to 2.0
This commit is contained in:
parent
d7be77fdb4
commit
82ec62a112
3 changed files with 12 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 <mrunge@redhat.com> - 2.0-1
|
||||
- update to 2.0 (rhbz#1296716)
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
21aff524cc1b3fc50b44d4ef4846036e django_compressor-1.6.tar.gz
|
||||
98254da44f1676d7b871ffeb14115175 django_compressor-2.0.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue