[pyexiv2] Update to 0.3.2 and rebuild for new boost, drop upstreamed patch

Peter Robinson pbrobinson at fedoraproject.org
Fri Dec 23 14:57:44 UTC 2011


commit bf021f69063e173be98f48e9e643df69764511ba
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Fri Dec 23 14:57:40 2011 +0000

    Update to 0.3.2 and rebuild for new boost, drop upstreamed patch

 .gitignore                        |    5 +--
 101_100.diff                      |   75 ----------------------------
 pyexiv2-multilib.patch            |   21 --------
 pyexiv2-packager.patch            |   26 ----------
 pyexiv2-python26-compatible.patch |   98 -------------------------------------
 pyexiv2.spec                      |   14 ++---
 sources                           |    2 +-
 7 files changed, 7 insertions(+), 234 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 45921fe..0a2cb46 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1 @@
-pyexiv2-0.1.3.tar.bz2
-/pyexiv2-0.2.2.tar.bz2
-/pyexiv2-0.3.0.tar.bz2
-/pyexiv2-0.3.1.tar.bz2
+/pyexiv2-0.*.tar.bz2
diff --git a/pyexiv2.spec b/pyexiv2.spec
index 979d639..cf594ef 100644
--- a/pyexiv2.spec
+++ b/pyexiv2.spec
@@ -2,7 +2,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           pyexiv2
-Version:        0.3.1
+Version:        0.3.2
 Release:        1%{?dist}
 Summary:        Python binding to exiv2
 
@@ -10,8 +10,6 @@ Group:          Development/Languages
 License:        GPLv2+
 URL:            http://tilloy.net/dev/pyexiv2/
 Source0:        http://launchpad.net/pyexiv2/0.3.x/%{version}/+download/pyexiv2-%{version}.tar.bz2
-# Upstream patch from https://bugs.launchpad.net/pyexiv2/+bug/880659
-Patch0:         pyexiv2-python26-compatible.patch
 BuildRequires:  python-devel exiv2-devel boost-devel scons pytz
 
 %description
@@ -22,7 +20,6 @@ embedded in image files (JPEG, TIFF, ...).
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 # Remove CFLAGS=... for noarch packages (unneeded)
@@ -32,27 +29,26 @@ export LDFLAGS="%{optflags}"
 scons
 
 %install
-rm -rf $RPM_BUILD_ROOT
 #%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 export CXXFLAGS="%{optflags}"
 export LDFLAGS="%{optflags}"
 scons DESTDIR=$RPM_BUILD_ROOT install
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %check
 pushd test
 PYTHONPATH=$RPM_BUILD_ROOT%{python_sitearch}  ./TestsRunner.py
 popd
 
-%files
+ Dec 23 2011 Peter Robinson <pbrobinson at fedoraproject.org> -%files
 %defattr(-,root,root,-)
 %doc README COPYING NEWS doc/
 %{python_sitearch}/*
 
 
 %changelog
+* Fri Dec 23 2011 Peter Robinson <pbrobinson at fedoraproject.org> - 0.3.2-1
+- Update to 0.3.2 and rebuild for new boost, drop upstreamed patch
+
 * Fri Nov 11 2011 'Matěj Cepl <mcepl at redhat.com>' - 0.3.1-1
 - Add pytz to the BuildRequires (so that more tests are run).
 
diff --git a/sources b/sources
index 43f6793..fd41d4f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e9c868dd6f46ea4b8091d651b8e1fda7  pyexiv2-0.3.1.tar.bz2
+9c0377ca4cf7d5ceeee994af0b5536ae  pyexiv2-0.3.2.tar.bz2


More information about the scm-commits mailing list