[hugin/f20] One line fix to re-enable .pto file association

bpostle bpostle at fedoraproject.org
Sun Dec 15 11:59:55 UTC 2013


commit b7f890d13295e4687339814a838def2f3c42211d
Author: Bruno Postle <bruno at postle.net>
Date:   Sun Dec 15 12:05:36 2013 +0000

    One line fix to re-enable .pto file association

 hugin.spec |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/hugin.spec b/hugin.spec
index 881b77d..e6f4c5b 100644
--- a/hugin.spec
+++ b/hugin.spec
@@ -2,7 +2,7 @@
 Summary: A panoramic photo stitcher and more
 Name: hugin
 Version: 2013.0.0
-Release: 1%{?dist}
+Release: 5%{?dist}
 License: GPLv2+
 Group: Applications/Multimedia
 Source: http://downloads.sourceforge.net/hugin/%{name}-%{version}.tar.bz2
@@ -44,6 +44,8 @@ without a GUI environment.
 %build
 %cmake . -DBUILD_HSI=1
 make VERBOSE=1 %{?_smp_mflags}
+# backported fix from 2014.0 pre-release
+sed -i 's/Exec=hugin/Exec=hugin %%f/' src/hugin1/hugin/hugin.desktop
 
 %install
 make install DESTDIR=%{buildroot}
@@ -173,9 +175,24 @@ touch --no-create %{_datadir}/icons/gnome || :
 %{_mandir}/man1/geocpset.*
 
 %changelog
+* Sun Dec 15 2013 Bruno Postle <bruno at postle.net> - 2013.0.0-5
+- fix to re-enable .pto file association
+
+* Tue Dec 03 2013 Rex Dieter <rdieter at fedoraproject.org> - 2013.0.0-4
+- rebuild (exiv2)
+
+* Wed Nov 27 2013 Rex Dieter <rdieter at fedoraproject.org> - 2013.0.0-3
+- rebuild (openexr)
+
+* Mon Nov 18 2013 Dave Airlie <airlied at redhat.com> - 2013.0.0-2
+- rebuilt for GLEW 1.10
+
 * Thu Oct 31 2013 Bruno Postle <bruno at postle.net> - 2013.0.0-1
 - upstream stable release
 
+* Sun Sep 08 2013 Rex Dieter <rdieter at fedoraproject.org> 2012.0.0-11
+- rebuild (openexr)
+
 * Mon Aug 26 2013 Rex Dieter <rdieter at fedoraproject.org> 2012.0.0-10
 - fix FTBFS wrt perl pod encoding issue(s) (#991875)
 


More information about the scm-commits mailing list