[hugin/f16] Remove patch that forwarded-ported tclap now that tclap is in fedora

bpostle bpostle at fedoraproject.org
Mon Oct 31 20:45:58 UTC 2011


commit 86427ca5c773e06c5273b1512651b2c537e3163c
Author: Bruno Postle <bruno at postle.net>
Date:   Mon Oct 31 20:48:15 2011 +0000

    Remove patch that forwarded-ported tclap now that tclap is in fedora

 hugin.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/hugin.spec b/hugin.spec
index a197da4..65e9083 100644
--- a/hugin.spec
+++ b/hugin.spec
@@ -2,11 +2,10 @@
 Summary: A panoramic photo stitcher and more
 Name: hugin
 Version: 2011.2.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/Multimedia
 Source: http://downloads.sourceforge.net/hugin/%{name}-%{version}.tar.bz2
-Patch0: hugin-2011.2.0.tclap.diff
 URL: http://hugin.sourceforge.net/
 Requires: shared-mime-info
 Requires: webclient
@@ -14,7 +13,7 @@ Requires: %{name}-base = %{version}-%{release}
 BuildRequires: libpano13-devel >= 2.9.18 zlib-devel libtiff-devel libjpeg-devel
 BuildRequires: libpng-devel gettext-devel wxGTK-devel >= 2.7.0 boost-devel freeglut-devel
 BuildRequires: cmake desktop-file-utils OpenEXR-devel exiv2-devel glew-devel
-BuildRequires: python-devel swig
+BuildRequires: tclap-devel python-devel swig
 %{?fedora:BuildRequires: mesa-libGLU-devel libXmu-devel}
 %{?rhel:BuildRequires: xorg-x11-devel}
 
@@ -28,7 +27,6 @@ to create high quality images
 Summary: Command-line tools and libraries required by hugin
 Group: Applications/Multimedia
 Requires: make enblend >= 3.2 perl-Image-ExifTool
-Provides: bundled(tclap) = 1.2.0
 Provides: bundled(vigra) = 1.5.0
 Provides: bundled(zthread) = 2.3.1
 Provides: bundled(flann) = 1.6.6
@@ -40,7 +38,6 @@ without a GUI environment.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %cmake . -DBUILD_HSI=1
@@ -161,6 +158,9 @@ touch --no-create %{_datadir}/icons/gnome || :
 %{_mandir}/man1/cpfind.*
 
 %changelog
+* Sun Oct 30 2011 Bruno Postle 2011.2.0-2
+- remove tclap patch since tclap is now in fedora
+
 * Fri Sep 30 2011 Bruno Postle 2011.2.0-1
 - upstream release. tclap patch ported forward from 2011.0.0, see bug #683591
 


More information about the scm-commits mailing list