[python-glue] Update upstream version to 0.4.1

Lorenzo Gil Sánchez lgs at fedoraproject.org
Wed Feb 12 04:24:23 UTC 2014


commit 1ed55c13de72ae67203a869d94c63f017e20aac9
Author: Lorenzo Gil Sanchez <lorenzo.gil.sanchez at gmail.com>
Date:   Tue Feb 11 20:24:59 2014 -0800

    Update upstream version to 0.4.1
    
    - Update upstream version to 0.4
    - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
    - Update upstream version to 0.3
    - Update upstream version to 0.2.9
    - Update the patch to remove the Pillow dependency
    - Use %{version} in the Source0 to avoid repetition
    - Update upstream version to 0.2.8.1
    - Remove the shebang part of the glue.py script
    - Remove the glue.egg-info directory in the prep section
    - Remove the 'rm -rf $RPM_BUILD_ROOT' in the install section
    - New package.

 .gitignore                                       |    1 +
 python-glue-0.2.9-remove-pillow-dependency.patch |    2 +-
 python-glue.spec                                 |    6 ++++--
 sources                                          |    2 +-
 4 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7178bfb..33661f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /glue-0.2.9.tar.gz
 /glue-0.3.tar.gz
 /glue-0.4.tar.gz
+/glue-0.4.1.tar.gz
diff --git a/python-glue-0.2.9-remove-pillow-dependency.patch b/python-glue-0.2.9-remove-pillow-dependency.patch
index 33fda7d..e1fd8bd 100644
--- a/python-glue-0.2.9-remove-pillow-dependency.patch
+++ b/python-glue-0.2.9-remove-pillow-dependency.patch
@@ -5,7 +5,7 @@
      py_modules=['glue'],
      platforms='any',
 -    install_requires=[
--        'Pillow==1.7.8'
+-        'Pillow>=2.2.2'
 -    ],
      classifiers=[
          'Development Status :: 4 - Beta',
diff --git a/python-glue.spec b/python-glue.spec
index 496dd78..7114cf7 100644
--- a/python-glue.spec
+++ b/python-glue.spec
@@ -1,5 +1,5 @@
 Name:           python-glue
-Version:        0.4
+Version:        0.4.1
 Release:        1%{?dist}
 Summary:        A simple command line tool to generate CSS sprites
 
@@ -13,7 +13,7 @@ Patch0:         python-glue-0.2.9-remove-pillow-dependency.patch
 BuildArch:      noarch
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
-Requires:       python-imaging
+Requires:       python-pillow
 
 %description
 Glue is a simple command line tool to generate CSS sprites using any kind
@@ -46,6 +46,8 @@ sed -i -e "1d" glue.py
 
 
 %changelog
+* Tue Feb 11 2014 Lorenzo Gil Sanchez <lorenzo.gil.sanchez at gmail.com> - 0.4.1-1
+- Update upstream version to 0.4.1
 * Wed Dec 4 2013 Lorenzo Gil Sanchez <lorenzo.gil.sanchez at gmail.com> - 0.4-1
 - Update upstream version to 0.4
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3-2
diff --git a/sources b/sources
index eca7db4..f943454 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-79d38e86b163ea9794267d4c4f071966  glue-0.4.tar.gz
+264e45bcbfd44f175b52cfe6b7887ea0  glue-0.4.1.tar.gz


More information about the scm-commits mailing list