Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package opencc for openSUSE:Factory checked 
in at 2022-08-04 13:22:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opencc (Old)
 and      /work/SRC/openSUSE:Factory/.opencc.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opencc"

Thu Aug  4 13:22:51 2022 rev:21 rq:992420 version:1.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/opencc/opencc.changes    2022-02-17 
00:29:56.853439329 +0100
+++ /work/SRC/openSUSE:Factory/.opencc.new.1521/opencc.changes  2022-08-04 
13:23:01.844425001 +0200
@@ -1,0 +2,9 @@
+Mon Aug  1 22:04:39 UTC 2022 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 1.1.4:
+  * Add python 3.10 support
+  * remove support for python < 3.7 and node 10.x
+  * small bugfixes 
+- add fix-soversion.patch for fixing the leftover .so version tag
+
+-------------------------------------------------------------------

Old:
----
  OpenCC-ver.1.1.3.tar.gz

New:
----
  OpenCC-ver.1.1.4.tar.gz
  fix-soversion.patch

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

Other differences:
------------------
++++++ opencc.spec ++++++
--- /var/tmp/diff_new_pack.jQAx1w/_old  2022-08-04 13:23:02.428426657 +0200
+++ /var/tmp/diff_new_pack.jQAx1w/_new  2022-08-04 13:23:02.432426668 +0200
@@ -17,13 +17,14 @@
 
 
 Name:           opencc
-Version:        1.1.3
+Version:        1.1.4
 Release:        0
 Summary:        Open Chinese Convert
 License:        Apache-2.0
 Group:          System/I18n/Chinese
 URL:            https://github.com/BYVoid/OpenCC
 Source:         
https://github.com/BYVoid/OpenCC/archive/ver.%{version}/OpenCC-ver.%{version}.tar.gz
+Patch1:         fix-soversion.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -73,6 +74,7 @@
 
 %prep
 %setup -q -n OpenCC-ver.%{version}
+%patch1 -p1
 # call python3 with path
 sed -i \
     -e 's:BIN python:BIN /usr/bin/python3:g' \

++++++ OpenCC-ver.1.1.3.tar.gz -> OpenCC-ver.1.1.4.tar.gz ++++++
++++ 1846 lines of diff (skipped)

++++++ fix-soversion.patch ++++++
--- OpenCC-ver.1.1.4/src/CMakeLists.txt
+++ OpenCC-ver.1.1.4/src/CMakeLists.txt
@@ -132,9 +132,9 @@
     OUTPUT_NAME
       opencc
     VERSION
-      1.1.3
+      
${OPENCC_VERSION_MAJOR}.${OPENCC_VERSION_MINOR}.${OPENCC_VERSION_REVISION}
     SOVERSION
-      1.1
+      ${OPENCC_VERSION_MAJOR}.${OPENCC_VERSION_MINOR}
 )
 
 # Installation

Reply via email to