Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2022-08-27 11:50:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/krita (Old)
 and      /work/SRC/openSUSE:Factory/.krita.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "krita"

Sat Aug 27 11:50:16 2022 rev:65 rq:999479 version:5.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/krita/krita.changes      2022-08-24 
15:11:47.972541364 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new.2083/krita.changes    2022-08-27 
11:50:20.581875676 +0200
@@ -1,0 +2,13 @@
+Fri Aug 26 16:59:21 UTC 2022 - Marcus Rueckert <[email protected]>
+
+- Replace add-missing-so-version.patch with upstream patch:
+  0001-TIFF-fix-missing-SOVERSION-for-the-TIFF-PSD-library.patch
+
+-------------------------------------------------------------------
+Fri Aug 26 01:22:03 UTC 2022 - Marcus Rueckert <[email protected]>
+
+- Added add-missing-so-version.patch: (boo#1202795)
+  One of the newly added libraries had no so-version set and
+  therefor ended up in the devel package
+
+-------------------------------------------------------------------

New:
----
  0001-TIFF-fix-missing-SOVERSION-for-the-TIFF-PSD-library.patch

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

Other differences:
------------------
++++++ krita.spec ++++++
--- /var/tmp/diff_new_pack.7LXiQM/_old  2022-08-27 11:50:22.709880248 +0200
+++ /var/tmp/diff_new_pack.7LXiQM/_new  2022-08-27 11:50:22.717880265 +0200
@@ -29,6 +29,7 @@
 Source1:        
https://download.kde.org/stable/krita/%{version}/krita-%{version}.tar.xz.sig
 Source2:        krita.keyring
 %endif
+Patch0:         0001-TIFF-fix-missing-SOVERSION-for-the-TIFF-PSD-library.patch
 BuildRequires:  OpenEXR-devel
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fftw3-devel

++++++ 0001-TIFF-fix-missing-SOVERSION-for-the-TIFF-PSD-library.patch ++++++
>From 6734e02fa93d3cb3d4a162bc707649f7d3172386 Mon Sep 17 00:00:00 2001
From: "L. E. Segovia" <[email protected]>
Date: Fri, 26 Aug 2022 11:23:17 -0300
Subject: [PATCH] TIFF: fix missing SOVERSION for the TIFF PSD library

---
 plugins/impex/tiff/CMakeLists.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/plugins/impex/tiff/CMakeLists.txt 
b/plugins/impex/tiff/CMakeLists.txt
index bc392c3750..7cffc5da5c 100644
--- a/plugins/impex/tiff/CMakeLists.txt
+++ b/plugins/impex/tiff/CMakeLists.txt
@@ -9,6 +9,10 @@ if (TIFF_HAS_PSD_TAGS)
     kis_add_library(kritatiffpsd SHARED ${libkritatiffpsd_SRCS})
     generate_export_header(kritatiffpsd)
 
+    set_target_properties(kritatiffpsd PROPERTIES
+        VERSION ${GENERIC_KRITA_LIB_VERSION} SOVERSION 
${GENERIC_KRITA_LIB_SOVERSION}
+    )
+
     target_link_libraries(kritatiffpsd kritapsd ${TIFF_LIBRARIES})
 
     install(TARGETS kritatiffpsd DESTINATION ${INSTALL_TARGETS_DEFAULT_ARGS})
-- 
2.37.2

Reply via email to