[python-glue] Update upstream version to 0.9.4

Lorenzo Gil Sánchez lgs at fedoraproject.org
Sun Mar 15 16:58:32 UTC 2015


commit ebd097b0bbcf0e30c496e992173a7e7f110b05b4
Author: Lorenzo Gil Sanchez <lorenzo.gil.sanchez at gmail.com>
Date:   Sun Mar 15 09:58:31 2015 -0700

    Update upstream version to 0.9.4
    
    - Removed the patch since my changes were accepted upstream so the patch
      is not needed anymore.

 .gitignore                           |  1 +
 python-glue.spec                     | 10 +++++-----
 remove-non-needed-dependencies.patch | 10 ----------
 sources                              |  2 +-
 4 files changed, 7 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 173a692..09f2dc6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /glue-0.4.1.tar.gz
 /glue-0.9.1.tar.gz
 /glue-0.9.2.tar.gz
+/glue-0.9.4.tar.gz
diff --git a/python-glue.spec b/python-glue.spec
index 6eb3179..0ea1276 100644
--- a/python-glue.spec
+++ b/python-glue.spec
@@ -1,14 +1,11 @@
 Name:           python-glue
-Version:        0.9.2
+Version:        0.9.4
 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-%{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:         remove-non-needed-dependencies.patch
 
 BuildArch:      noarch
 BuildRequires:  python2-devel
@@ -26,7 +23,6 @@ classes to use the sprite.
 
 %prep
 %setup -q -n glue-%{version}
-%patch0
 rm -rf glue.egg-info
 # Remove the shebang that set the python executable since that's
 # generated later
@@ -45,6 +41,10 @@ sed -i -e "1d" glue/bin.py
 %{python_sitelib}/glue-%{version}-py?.?.egg-info
 
 %changelog
+* Sun Mar 15 2015 Lorenzo Gil Sanchez <lorenzo.gil.sanchez at gmail.com> - 0.9.4-1
+- Update upstream version to 0.9.4
+- Removed the patch since my changes were accepted upstream so the patch
+  is not needed anymore.
 * Wed Mar 04 2015 Lorenzo Gil Sanchez <lorenzo.gil.sanchez at gmail.com> - 0.9.2-1
 - Update upstream version to 0.9.2
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.1-2
diff --git a/sources b/sources
index ebf7c07..4257e02 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f4a23d9302ae0d4fc7e45d1556ea58e3  glue-0.9.2.tar.gz
+5745f0d57b0b48a01bbf28dcbe60248c  glue-0.9.4.tar.gz


More information about the scm-commits mailing list