Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hugin for openSUSE:Factory checked in at 2025-09-25 18:46:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hugin (Old) and /work/SRC/openSUSE:Factory/.hugin.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hugin" Thu Sep 25 18:46:10 2025 rev:85 rq:1307153 version:2024.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/hugin/hugin.changes 2025-04-15 16:49:05.267097878 +0200 +++ /work/SRC/openSUSE:Factory/.hugin.new.11973/hugin.changes 2025-09-25 18:48:36.218479255 +0200 @@ -1,0 +2,7 @@ +Thu Sep 25 14:01:03 UTC 2025 - Ana Guerrero <[email protected]> + +- Remove BuildRequires on libboost_system-devel, removed on boost 1.89 + (bsc#1249599) + * Patch boost.patch + +------------------------------------------------------------------- @@ -364 +371 @@ -Fri Oct 10 11:39:33 NOVT 2014 - [email protected] +Fri Oct 10 04:39:33 UTC 2014 - [email protected] New: ---- boost.patch ----------(New B)---------- New: (bsc#1249599) * Patch boost.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hugin.spec ++++++ --- /var/tmp/diff_new_pack.f9j9Jm/_old 2025-09-25 18:48:36.886507216 +0200 +++ /var/tmp/diff_new_pack.f9j9Jm/_new 2025-09-25 18:48:36.890507383 +0200 @@ -1,7 +1,7 @@ # # spec file for package hugin # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,6 +35,7 @@ URL: http://hugin.sourceforge.net/ Source: https://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{mversion}/%{name}-%{version}.tar.bz2 Patch0: hugin.appdata.patch +Patch1: boost.patch BuildRequires: Mesa-devel BuildRequires: OpenEXR-devel BuildRequires: cmake >= 3.1.0 @@ -44,7 +45,6 @@ BuildRequires: fftw3-devel BuildRequires: gcc-c++ BuildRequires: libboost_filesystem-devel -BuildRequires: libboost_system-devel BuildRequires: libexiv2-devel BuildRequires: libjpeg-devel BuildRequires: liblcms2-devel ++++++ boost.patch ++++++ --- hugin-2024.0.1/CMakeLists.txt +++ hugin-2024.0.1/CMakeLists.txt @@ -373,7 +373,7 @@ ENDIF() ENDIF(WIN32) -FIND_PACKAGE(Boost 1.47 COMPONENTS filesystem system) +FIND_PACKAGE(Boost 1.47 COMPONENTS filesystem) IF (NOT Boost_FOUND) IF(WIN32)
