diff --git a/hugin.spec b/hugin.spec index 435a609..52cc6a0 100644 --- a/hugin.spec +++ b/hugin.spec @@ -1,10 +1,9 @@ Summary: A panoramic photo stitcher and more Name: hugin -Version: 2019.0.0 -Release: 5%{?dist} +Version: 2019.2.0 +Release: 1%{?dist} License: GPLv2+ Source: http://downloads.sourceforge.net/hugin/%{name}-%{version}.tar.bz2 -Patch0: hugin-exiv2-0-27-1.patch URL: http://hugin.sourceforge.net/ Requires: shared-mime-info Requires: webclient @@ -34,8 +33,7 @@ without a GUI environment. %prep %setup -q -%patch0 -p1 -sed -i 's^/usr/bin/env python^/usr/bin/python3^' \ +sed -i 's^/usr/bin/env python3^/usr/bin/python3^' \ src/hugin_script_interface/plugins-dev/*.py \ src/hugin_script_interface/*.py \ src/hugin_script_interface/plugins/*.py @@ -44,6 +42,7 @@ src/hugin_script_interface/plugins/*.py # hugin now forces build out of tree [ ! -d "build" ] && mkdir build cd build +# note -DUSE_GDKBACKEND_X11=1 can be removed for f32, see https://src.fedoraproject.org/rpms/panoglview/pull-request/2 %cmake .. -DBUILD_HSI=1 -DUSE_GDKBACKEND_X11=1 %make_build VERBOSE=1 @@ -199,6 +198,10 @@ EOF %{_mandir}/man1/hugin_lensdb.* %changelog + +* Sun Jan 05 2020 Bruno Postle - 2019.2.0-1 +- stable release + * Thu Oct 03 2019 Miro HronĨok - 2019.0.0-5 - Rebuilt for Python 3.8.0rc1 (#1748018) @@ -208,8 +211,8 @@ EOF * Thu Jul 25 2019 Fedora Release Engineering - 2019.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild -* Wed May 14 2019 Bruno Postle - 2019.0.0-2 -* Patch to fix breakage caused by exiv2-0.27.1 +* Wed May 15 2019 Bruno Postle - 2019.0.0-2 +- Patch to fix breakage caused by exiv2-0.27.1 * Sat Apr 13 2019 Bruno Postle - 2019.0.0-1 - Stable release, still built with configure option to force X11 backend on Wayland