From 01b11db7191a51f2a07d8918b61358cedda924e6 Mon Sep 17 00:00:00 2001 From: terjeros Date: Aug 22 2008 17:35:16 +0000 Subject: - 1.0.8 --- diff --git a/.cvsignore b/.cvsignore index e64f452..405d37a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -EXIFpy_1.0.7.tar.gz +EXIFpy_1.0.8.tar.gz diff --git a/python-exif.spec b/python-exif.spec index 2bb7402..0fb1ed5 100644 --- a/python-exif.spec +++ b/python-exif.spec @@ -6,8 +6,8 @@ Summary: Python module to extract EXIF information Name: python-exif # Remember to update setup.py -Version: 1.0.7 -Release: 4%{?dist} +Version: 1.0.8 +Release: 1%{?dist} License: BSD Group: Development/Libraries URL: http://sourceforge.net/projects/%{oname}/ @@ -22,7 +22,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Python Library to extract EXIF information in digital camera image files %prep -%setup -q -n EXIFpy_%{version} +%setup -q -c %{__cp} %{SOURCE1} . %{__cp} %{SOURCE2} . %{__chmod} 0644 EXIF.py @@ -47,6 +47,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build %{python_sitelib}/EXIF* %changelog +* Fri Aug 15 2008 Terje Rosten - 1.0.8-1 +- 1.0.8 + * Mon Mar 3 2008 Terje Rosten - 1.0.7-4 - Fix script (bz #435758) diff --git a/sources b/sources index 0a46bbe..0800110 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bbf0d274af8d9abb9683ca07942a6cca EXIFpy_1.0.7.tar.gz +a3beab78adff209ee8d3413aea5b9592 EXIFpy_1.0.8.tar.gz