[hugin/f17] backported fix for bug that prevented python plugin 'Actions' menu appearing

bpostle bpostle at fedoraproject.org
Sun May 20 22:27:48 UTC 2012


commit 13d2d7ee4bc1ef7fea687c5b2fc9c67a454516b4
Author: Bruno Postle <bruno at postle.net>
Date:   Sun May 20 23:29:49 2012 +0100

    backported fix for bug that prevented python plugin 'Actions' menu appearing

 hugin.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/hugin.spec b/hugin.spec
index a72f018..e4f82cd 100644
--- a/hugin.spec
+++ b/hugin.spec
@@ -2,7 +2,7 @@
 Summary: A panoramic photo stitcher and more
 Name: hugin
 Version: 2011.4.0
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+
 Group: Applications/Multimedia
 Source: http://downloads.sourceforge.net/hugin/%{name}-%{version}.tar.bz2
@@ -41,6 +41,7 @@ without a GUI environment.
 %prep
 %setup -q
 %patch0 -p1
+%__sed -i 's/^# @api-max.*/# @api-max %{version}/' src/hugin_script_interface/plugins/*.py
 
 %build
 %cmake . -DBUILD_HSI=1
@@ -163,6 +164,9 @@ touch --no-create %{_datadir}/icons/gnome || :
 %{_mandir}/man1/linefind.*
 
 %changelog
+* Sun May 20 2012 Bruno Postle - 2011.4.0-5
+- backported fix for bug that prevented python plugin 'Actions' menu appearing
+
 * Tue Feb 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2011.4.0-4
 - Rebuilt for c++ ABI breakage
 


More information about the scm-commits mailing list