Hello community,

here is the log from the commit of package opencc for openSUSE:Factory checked 
in at 2020-10-03 18:51:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opencc (Old)
 and      /work/SRC/openSUSE:Factory/.opencc.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opencc"

Sat Oct  3 18:51:44 2020 rev:18 rq:838153 version:1.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/opencc/opencc.changes    2020-09-21 
16:59:35.298715217 +0200
+++ /work/SRC/openSUSE:Factory/.opencc.new.4249/opencc.changes  2020-10-03 
18:51:53.861234290 +0200
@@ -1,0 +2,6 @@
+Mon Sep 28 05:07:44 UTC 2020 - Marguerite Su <i...@marguerite.su>
+
+- add opencc-1.1.1-missing-builtin-types.patch
+  * SimpleConverter.hpp missed "#include <string>" that breaks pyzy 
+
+-------------------------------------------------------------------

New:
----
  opencc-1.1.1-missing-builtin-types.patch

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

Other differences:
------------------
++++++ opencc.spec ++++++
--- /var/tmp/diff_new_pack.jZL70N/_old  2020-10-03 18:51:54.385234637 +0200
+++ /var/tmp/diff_new_pack.jZL70N/_new  2020-10-03 18:51:54.389234640 +0200
@@ -24,6 +24,8 @@
 Group:          System/I18n/Chinese
 URL:            https://github.com/BYVoid/OpenCC
 Source:         
https://github.com/BYVoid/OpenCC/archive/ver.%{version}/OpenCC-ver.%{version}.tar.gz
+#PATCH-FIX-UPSTREAM marguer...@opensuse.org SimpleConverter.hpp missed 
"#include <string>" that breaks pyzy 
+Patch:          opencc-1.1.1-missing-builtin-types.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -73,6 +75,7 @@
 
 %prep
 %setup -q -n OpenCC-ver.%{version}
+%patch -p1
 # call python3 with path
 sed -i \
     -e 's:BIN python:BIN /usr/bin/python3:g' \

++++++ opencc-1.1.1-missing-builtin-types.patch ++++++
Index: OpenCC-ver.1.1.1/src/SimpleConverter.hpp
===================================================================
--- OpenCC-ver.1.1.1.orig/src/SimpleConverter.hpp
+++ OpenCC-ver.1.1.1/src/SimpleConverter.hpp
@@ -16,6 +16,8 @@
  * limitations under the License.
  */
 
+#include <string>
+
 #include "Export.hpp"
 
 #ifndef __OPENCC_SIMPLECONVERTER_HPP_

Reply via email to