[python-exif] 1.4.2

terjeros terjeros at fedoraproject.org
Fri Jan 24 18:25:37 UTC 2014


commit 395fed2d048c80eaec5227d5039030e80bd5262a
Author: Terje Røsten <terje.rosten at ntnu.no>
Date:   Fri Jan 24 19:25:54 2014 +0100

    1.4.2
    
    - Fix github source url

 .gitignore       |    1 +
 python-exif.spec |   19 +++++++++++--------
 sources          |    2 +-
 3 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 112bc38..152d8f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ EXIFpy_1.0.8.tar.gz
 /EXIFpy_1.1.0.tar.gz
 /exif-py-1.3.3.tar.gz
 /exif-py-1.4.1.tar.gz
+/exif-py-1.4.2.tar.gz
diff --git a/python-exif.spec b/python-exif.spec
index dbd2e0b..66fd5fc 100644
--- a/python-exif.spec
+++ b/python-exif.spec
@@ -1,14 +1,13 @@
-%global oname exif-py
+%global oname   exif-py
 
 Summary:        Python module to extract EXIF information
 Name:           python-exif
-Version:        1.4.1
+Version:        1.4.2
 Release:        1%{?dist}
 License:        BSD
 Group:          Development/Libraries
 URL:            https://github.com/ianare/exif-py
-# Download cmd:  wget -O exif-py-%{version}.tar.gz https://github.com/ianare/exif-py/archive/%{version}.tar.gz
-Source0:        https://github.com/ianare/exif-py/archive/%{oname}-%{version}.tar.gz
+Source0:        https://github.com/ianare/%{oname}/archive/%{version}/%{oname}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  python-devel
 
@@ -19,10 +18,10 @@ Python Library to extract EXIF information in digital camera image files
 %setup -q -n %{oname}-%{version}
 
 %build
-%{__python} setup.py build
+%{__python2} setup.py build
 
 %install
-%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+%{__python2} setup.py install -O1 --skip-build --root %{buildroot}
 ln -s EXIF.py %{buildroot}%{_bindir}/EXIF
 
 %files
@@ -33,10 +32,14 @@ ln -s EXIF.py %{buildroot}%{_bindir}/EXIF
 %{python_sitelib}/exifread
 
 %changelog
-* Tue Oct 22 2013 Terje Rosten <terje.rosten at .ntnu.no> - 1.4.1-1
+* Tue Jan 21 2014 Terje Rosten <terje.rosten at ntnu.no> - 1.4.2-1
+- 1.4.2
+- Fix github source url
+
+* Tue Oct 22 2013 Terje Rosten <terje.rosten at ntnu.no> - 1.4.1-1
 - 1.4.1
 
-* Tue Aug 13 2013 Terje Rosten <terje.rosten at .ntnu.no> - 1.3.3-1
+* Tue Aug 13 2013 Terje Rosten <terje.rosten at ntnu.no> - 1.3.3-1
 - 1.3.3, (fixing bz #996583)
 - Project has moved to github
 
diff --git a/sources b/sources
index 28bf668..e834580 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ea2ebcb55d5a83aac105b12472772bd0  exif-py-1.4.1.tar.gz
+fb99ecc1919494600aa6965ffb41dd60  exif-py-1.4.2.tar.gz


More information about the scm-commits mailing list