From ec32269ccac789875a14423ec6c614b5646c19c7 Mon Sep 17 00:00:00 2001 From: Bruno Postle Date: Dec 14 2022 20:36:51 +0000 Subject: Rebuild with X11 backend due to wxGL now not supporting Wayland --- diff --git a/hugin.spec b/hugin.spec index 28b88ec..a0fcff0 100644 --- a/hugin.spec +++ b/hugin.spec @@ -1,7 +1,7 @@ Summary: A panoramic photo stitcher and more Name: hugin Version: 2021.0.0 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv2+ Source: https://downloads.sourceforge.net/hugin/%{name}-%{version}.tar.bz2 Patch0: hugin-fix-crash-wx3.2.patch @@ -40,7 +40,7 @@ src/hugin_script_interface/*.py \ src/hugin_script_interface/plugins/*.py %build -%cmake -DBUILD_HSI=1 +%cmake -DBUILD_HSI=1 -DUSE_GDKBACKEND_X11=ON %cmake_build %install @@ -170,6 +170,9 @@ EOF %{_mandir}/man1/hugin_lensdb.* %changelog +* Wed Dec 14 2022 Scott Talbert - 2021.0.0-10 +- Rebuild with X11 backend due to wxGL now not supporting Wayland + * Wed Dec 14 2022 Scott Talbert - 2021.0.0-9 - Fix crash with wxWidgets 3.2 (#2152749)