[pyexiv2] - pyexiv2-0.3.0

Rex Dieter rdieter at fedoraproject.org
Sun Jan 2 16:08:34 UTC 2011


commit be24f3213f87615e502d99649377ca3e921486ec
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sun Jan 2 10:10:00 2011 -0600

    - pyexiv2-0.3.0

 .gitignore                                         |    1 +
 pyexiv2.spec                                       |   13 ++---
 sources                                            |    2 +-
 ...code-unit-tests-for-unsupported-encodings.patch |   55 --------------------
 ...p_bug_624999-fix-atime-typo-in-unit-tests.patch |   31 -----------
 5 files changed, 8 insertions(+), 94 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5207db1..b2c74d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 pyexiv2-0.1.3.tar.bz2
 /pyexiv2-0.2.2.tar.bz2
+/pyexiv2-0.3.0.tar.bz2
diff --git a/pyexiv2.spec b/pyexiv2.spec
index ffe9f75..1d8cbf9 100644
--- a/pyexiv2.spec
+++ b/pyexiv2.spec
@@ -2,16 +2,14 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           pyexiv2
-Version:        0.2.2
-Release:        2%{?dist}
+Version:        0.3.0
+Release:        1%{?dist}
 Summary:        Python binding to exiv2
 
 Group:          Development/Languages
 License:        GPLv2+
 URL:            http://tilloy.net/dev/pyexiv2/
-Source0:        http://launchpad.net/pyexiv2/0.2.x/%{version}/+download/pyexiv2-%{version}.tar.bz2
-Patch0:         upstream-lp_bug_624283-Skip-unicode-unit-tests-for-unsupported-encodings.patch
-Patch1:         upstream-lp_bug_624999-fix-atime-typo-in-unit-tests.patch
+Source0:        http://launchpad.net/pyexiv2/0.3.x/0.3/+download/pyexiv2-%{version}.tar.bz2
 
 BuildRequires:  python-devel exiv2-devel boost-devel scons
 
@@ -23,8 +21,6 @@ embedded in image files (JPEG, TIFF, ...).
 
 %prep
 %setup -q
-%patch0 -p1 -b .fixTests
-%patch1 -p1 -b .fixTimeTestTypo
 
 %build
 # Remove CFLAGS=... for noarch packages (unneeded)
@@ -55,6 +51,9 @@ popd
 
 
 %changelog
+* Sun Jan 02 2011 Rex Dieter <rdieter at fedoraproject.org> -  0.3.0-1
+- pyexiv2-0.3.0
+
 * Mon Oct 25 2010 Matěj Cepl <mcepl at redhat.com> - 0.2.2-2
 - Fixing unit tests.
 
diff --git a/sources b/sources
index 717a61b..4836cc6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3c1aab78bbd44cc3581a0645b0ee56ee  pyexiv2-0.2.2.tar.bz2
+fd737da99f1e5cf04823ab9915136a9c  pyexiv2-0.3.0.tar.bz2


More information about the scm-commits mailing list