update to 1.4 (rhbz#1100733)
This commit is contained in:
parent
e62ce41a1b
commit
ba004aa5b1
3 changed files with 13 additions and 9 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/django_compressor-1.2.tar.gz
|
||||
/django_compressor-1.3.tar.gz
|
||||
/django_compressor-1.4.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
%global pypi_name django_compressor
|
||||
|
||||
Name: python-django-compressor
|
||||
Version: 1.3
|
||||
Release: 2%{?dist}
|
||||
Version: 1.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Compresses linked and inline JavaScript or CSS into single cached files
|
||||
|
||||
License: MIT
|
||||
URL: http://pypi.python.org/pypi/django_compressor/1.2
|
||||
URL: http://pypi.python.org/pypi/django_compressor/%{version}
|
||||
Source0: http://pypi.python.org/packages/source/d/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
|
|
@ -37,11 +37,11 @@ processed with optional, configurable compilers and filters.
|
|||
rm -rf %{pypi_name}.egg-info
|
||||
|
||||
# remove /usr/bin/env from scripts
|
||||
for i in compressor/tests/precompiler.py \
|
||||
compressor/filters/cssmin/cssmin.py \
|
||||
compressor/filters/jsmin/rjsmin.py;
|
||||
do sed -i -e "1d" $i;
|
||||
done
|
||||
#for i in compressor/tests/precompiler.py \
|
||||
#compressor/filters/cssmin/cssmin.py \
|
||||
#compressor/filters/jsmin/rjsmin.py;
|
||||
#do sed -i -e "1d" $i;
|
||||
#done
|
||||
|
||||
|
||||
|
||||
|
|
@ -59,6 +59,9 @@ done
|
|||
%{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
|
||||
|
||||
%changelog
|
||||
* Mon May 26 2014 Matthias Runge <mrunge@redhat.com> - 1.4-1
|
||||
- update to 1.4 (rhbz#1100732)
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
da8ee3c5908d648ded03dfe996499b15 django_compressor-1.3.tar.gz
|
||||
dc050f1a85f83f927f94bcb09e8bdd0f django_compressor-1.4.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue