[python-exif] 1.1.0

terjeros terjeros at fedoraproject.org
Mon Dec 3 14:09:45 UTC 2012


commit 06814a827b7ec4956e2af339efee9010093c5bf8
Author: Terje Røsten <terje.rosten at ntnu.no>
Date:   Mon Dec 3 15:09:40 2012 +0100

    1.1.0

 .gitignore       |    1 +
 python-exif.spec |   37 ++++++++++++++++++++-----------------
 setup.py         |    4 ++--
 sources          |    2 +-
 4 files changed, 24 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 405d37a..80f386c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 EXIFpy_1.0.8.tar.gz
+/EXIFpy_1.1.0.tar.gz
diff --git a/python-exif.spec b/python-exif.spec
index e4a8566..0cd0a53 100644
--- a/python-exif.spec
+++ b/python-exif.spec
@@ -1,28 +1,28 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"
 )}
 
-%define oname exif-py
+%global oname exif-py
 
-Summary: Python module to extract EXIF information
-Name:    python-exif
+Summary:        Python module to extract EXIF information
+Name:           python-exif
 # Remember to update setup.py
-Version: 1.0.8
-Release: 8%{?dist}
-License: BSD
-Group:   Development/Libraries
-URL:     http://sourceforge.net/projects/%{oname}/
-Source0: http://downloads.sourceforge.net/%{oname}/EXIFpy_%{version}.tar.gz
-Source1: setup.py
-Source2: EXIF
-BuildArch: noarch
-BuildRequires: python-devel
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Version:        1.1.0
+Release:        1%{?dist}
+License:        BSD
+Group:          Development/Libraries
+URL:            https://github.com/ianare/exif-py
+Source0:        http://downloads.sourceforge.net/exif-py/EXIFpy_%{version}.tar.gz
+Source1:        setup.py
+Source2:        EXIF
+BuildArch:      noarch
+BuildRequires:  python-devel
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
 Python Library to extract EXIF information in digital camera image files
 
 %prep
-%setup -q -c
+%setup -q -n EXIFpy_%{version}
 %{__cp} %{SOURCE1} .
 %{__cp} %{SOURCE2} .
 %{__chmod} 0644 EXIF.py
@@ -42,11 +42,14 @@ CFLAGS="%{optflags}" %{__python} setup.py build
 
 %files
 %defattr(-, root, root, -)
-%doc COPYING changes.txt
+%doc COPYING README.md changes.txt
 %{_bindir}/EXIF
 %{python_sitelib}/EXIF*
 
 %changelog
+* Mon Dec 03 2012 Terje Rosten <terjeros at phys.ntnu.no> - 1.1.0-1
+- 1.1.0
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.8-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/setup.py b/setup.py
index 15fce9e..62f2c3b 100644
--- a/setup.py
+++ b/setup.py
@@ -5,11 +5,11 @@
 from distutils.core import setup
 desc = 'Python library to extract EXIF data from tiff and jpeg files'
 setup(name        = 'EXIF',
-      version     = '1.0.7',
+      version     = '1.1.0',
       author      = 'Ianaré Sévi',
       description =  desc,
       long_description =  desc,
-      url         = 'http://sourceforge.net/projects/exif-py/',
+      url         = 'https://github.com/ianare/exif-py',
       license     = 'BSD license',
       py_modules  = ['EXIF'],
       scripts     = ['EXIF'],
diff --git a/sources b/sources
index 0800110..e57b50e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a3beab78adff209ee8d3413aea5b9592  EXIFpy_1.0.8.tar.gz
+40c9191038795a97b968c7a4950b4b99  EXIFpy_1.1.0.tar.gz


More information about the scm-commits mailing list