Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package siril for openSUSE:Factory checked 
in at 2023-06-23 21:53:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/siril (Old)
 and      /work/SRC/openSUSE:Factory/.siril.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "siril"

Fri Jun 23 21:53:48 2023 rev:18 rq:1094905 version:1.0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/siril/siril.changes      2022-11-09 
12:57:42.884442392 +0100
+++ /work/SRC/openSUSE:Factory/.siril.new.15902/siril.changes   2023-06-23 
21:53:57.843082344 +0200
@@ -1,0 +2,5 @@
+Fri Jun 23 14:36:11 UTC 2023 - Stefan Brüns <stefan.bru...@rwth-aachen.de>
+
+- Add 0001-Fix-compilation-with-Exiv-0.28.patch
+
+-------------------------------------------------------------------

New:
----
  0001-Fix-compilation-with-Exiv-0.28.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ siril.spec ++++++
--- /var/tmp/diff_new_pack.wgmQO0/_old  2023-06-23 21:53:58.555086424 +0200
+++ /var/tmp/diff_new_pack.wgmQO0/_new  2023-06-23 21:53:58.559086447 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package siril
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,8 @@
 Group:          Productivity/Scientific/Physics
 URL:            https://www.siril.org/
 Source:         
https://gitlab.com/free-astro/siril/-/archive/%{version}/siril-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM -- 
https://gitlab.com/free-astro/siril/-/commit/a593c2b10c9090b5f991718148d61c0fa156fb41
+Patch0:         0001-Fix-compilation-with-Exiv-0.28.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  meson >= 0.53.0

++++++ 0001-Fix-compilation-with-Exiv-0.28.patch ++++++
>From 15d475774e4f9e0498618466f8e349070688f4dc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20Br=C3=BCns?= <stefan.bru...@rwth-aachen.de>
Date: Fri, 23 Jun 2023 16:35:09 +0200
Subject: [PATCH] Fix compilation with Exiv 0.28

Extracted from commit a593c2b10c9090b5f991718148d61c0fa156fb41.
---
 src/core/exif.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/exif.cpp b/src/core/exif.cpp
index 6bc5c52..266abec 100644
--- a/src/core/exif.cpp
+++ b/src/core/exif.cpp
@@ -108,7 +108,7 @@ int siril_get_thumbnail_exiv(const char *path, uint8_t 
**buffer, size_t *size, c
                //std::cerr << "[exiv2] "<< path << ": found thumbnail "<< 
preview.width() << "x" << preview.height() << std::endl;
                memcpy(*buffer, tmp, _size);
                return 0;
-       } catch (Exiv2::AnyError &e) {
+       } catch (Exiv2::Error &e) {
                std::string s(e.what());
                std::cerr << "[exiv2]: " << s << std::endl;
                return 1;
-- 
2.41.0

Reply via email to