Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libArcus for openSUSE:Factory 
checked in at 2023-09-13 20:46:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libArcus (Old)
 and      /work/SRC/openSUSE:Factory/.libArcus.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libArcus"

Wed Sep 13 20:46:13 2023 rev:21 rq:1110915 version:4.13.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libArcus/libArcus.changes        2023-07-07 
15:49:01.664806223 +0200
+++ /work/SRC/openSUSE:Factory/.libArcus.new.1766/libArcus.changes      
2023-09-13 20:48:27.690414680 +0200
@@ -1,0 +2,7 @@
+Wed Sep 13 10:53:44 UTC 2023 - Adrian Schröter <[email protected]>
+
+- fix wrong library versioning 3 -> 1.1.0. (bsc#1215305)
+  Also solves a file conflict to libArcus-lulzbot
+  Adding set-soname.patch
+
+-------------------------------------------------------------------

New:
----
  set-soname.patch

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

Other differences:
------------------
++++++ libArcus.spec ++++++
--- /var/tmp/diff_new_pack.bwREdO/_old  2023-09-13 20:48:28.778453494 +0200
+++ /var/tmp/diff_new_pack.bwREdO/_new  2023-09-13 20:48:28.782453637 +0200
@@ -30,6 +30,8 @@
 Patch0:         libArcus-3.5.1-PyQt5.sip.patch
 # PATCH-FIX-UPSTREAM
 Patch1:         0001-Use-single-parameter-SetTotalBytesLimit-fix-protobuf.patch
+# PATCH-FIX-OPENSUSE - set a soname
+Patch2:         set-soname.patch
 BuildRequires:  cmake >= 3.6
 BuildRequires:  gcc-c++
 BuildRequires:  protobuf-devel >= 3.0.0

++++++ set-soname.patch ++++++
Index: libArcus-4.13/CMakeLists.txt
===================================================================
--- libArcus-4.13.orig/CMakeLists.txt
+++ libArcus-4.13/CMakeLists.txt
@@ -120,7 +120,7 @@ endif()
 
 set_target_properties(Arcus PROPERTIES
     FRAMEWORK FALSE
-    VERSION ${ARCUS_VERSION}
+    VERSION ${ARCUS_SOVERSION}.1.0
     SOVERSION ${ARCUS_SOVERSION}
     PUBLIC_HEADER "${arcus_HDRS}"
     DEFINE_SYMBOL MAKE_ARCUS_LIB

Reply via email to