diff --git a/.gitignore b/.gitignore index 8101d4d..49adfcc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /glue-0.2.7.tar.gz /glue-0.2.8.1.tar.gz +/glue-0.2.9.tar.gz diff --git a/python-glue-0.2.7-remove-pillow-dependency.patch b/python-glue-0.2.7-remove-pillow-dependency.patch deleted file mode 100644 index 1933e49..0000000 --- a/python-glue-0.2.7-remove-pillow-dependency.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- setup.py.orig 2012-10-22 20:24:13.207639103 +0200 -+++ setup.py 2012-10-22 20:24:23.990512955 +0200 -@@ -23,9 +23,6 @@ - 'sprite.'), - py_modules=['glue'], - platforms='any', -- install_requires=[ -- 'Pillow==1.7.7' -- ], - classifiers=[ - 'Development Status :: 4 - Beta', - 'Environment :: Web Environment', diff --git a/python-glue-0.2.9-remove-pillow-dependency.patch b/python-glue-0.2.9-remove-pillow-dependency.patch new file mode 100644 index 0000000..33fda7d --- /dev/null +++ b/python-glue-0.2.9-remove-pillow-dependency.patch @@ -0,0 +1,12 @@ +--- setup.py.orig 2012-12-15 18:31:51.449183913 +0100 ++++ setup.py 2012-12-15 18:32:11.936937864 +0100 +@@ -23,9 +23,6 @@ + 'sprite.'), + py_modules=['glue'], + platforms='any', +- install_requires=[ +- 'Pillow==1.7.8' +- ], + classifiers=[ + 'Development Status :: 4 - Beta', + 'Environment :: Web Environment', diff --git a/python-glue.spec b/python-glue.spec index c80dad4..e1c2cd1 100644 --- a/python-glue.spec +++ b/python-glue.spec @@ -1,14 +1,14 @@ Name: python-glue -Version: 0.2.8.1 +Version: 0.2.9 Release: 1%{?dist} Summary: A simple command line tool to generate CSS sprites License: BSD URL: http://github.com/jorgebastida/glue -Source0: http://pypi.python.org/packages/source/g/glue/glue-0.2.8.1.tar.gz +Source0: http://pypi.python.org/packages/source/g/glue/glue-%{version}.tar.gz # This patch removes the Pillow dependency since in Fedora we have # the python-imaging package which does the same exact thing. -Patch0: python-glue-0.2.7-remove-pillow-dependency.patch +Patch0: python-glue-0.2.9-remove-pillow-dependency.patch BuildArch: noarch BuildRequires: python2-devel @@ -46,8 +46,12 @@ sed -i -e "1d" glue.py %changelog +* Sat Dec 15 2012 Lorenzo Gil Sanchez - 0.2.9-1 +- Update upstream version to 0.2.9 +- Update the patch to remove the Pillow dependency +- Use %{version} in the Source0 to avoid repetition * Wed Oct 31 2012 Lorenzo Gil Sanchez - 0.2.8.1-1 -- Update to upstream version 0.2.8.1 +- Update upstream version to 0.2.8.1 * Tue Oct 23 2012 Lorenzo Gil Sanchez - 0.2.7-2 - Remove the shebang part of the glue.py script - Remove the glue.egg-info directory in the prep section diff --git a/sources b/sources index cd76e8f..8c0cc45 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -26f929ece5747f2bab2e76ec7734dd87 glue-0.2.8.1.tar.gz +1cbace4ed18a9ce0dd2333df798c4742 glue-0.2.9.tar.gz