Hello community,

here is the log from the commit of package libkkc for openSUSE:Factory checked 
in at 2020-09-29 19:01:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkkc (Old)
 and      /work/SRC/openSUSE:Factory/.libkkc.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkkc"

Tue Sep 29 19:01:16 2020 rev:12 rq:838143 version:0.3.6~git20200818.e33e7fb

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkkc/libkkc.changes    2020-02-18 
15:18:21.908664436 +0100
+++ /work/SRC/openSUSE:Factory/.libkkc.new.4249/libkkc.changes  2020-09-29 
19:01:41.993765944 +0200
@@ -1,0 +2,15 @@
+Mon Sep 28 00:49:40 UTC 2020 - i...@marguerite.su
+
+- Update to version 0.3.6~git20200818.e33e7fb:
+  * travis: Enable SYS_PTRACE in Docker
+  * build: Bump valadoc pkgconfig name
+  * Update README.md
+  * travis: Use python3 in coverage build
+  * build: Bump valadoc pkgconfig name
+  * build: Declare creation methods of abstract classes as protected
+  * build: Enable python3
+  * README.md: Link to the API references
+  * travis: Deploy documentation
+  * user-sentence-dictionary: Fix memleak
+
+-------------------------------------------------------------------

Old:
----
  libkkc-0.3.5+git20190809.b2e5a15.tar.xz

New:
----
  libkkc-0.3.6~git20200818.e33e7fb.tar.xz

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

Other differences:
------------------
++++++ libkkc.spec ++++++
--- /var/tmp/diff_new_pack.HWQY8N/_old  2020-09-29 19:01:43.781768116 +0200
+++ /var/tmp/diff_new_pack.HWQY8N/_new  2020-09-29 19:01:43.785768120 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libkkc
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,15 @@
 
 
 %define soname 2
-%define data_version 0.2.7
 Name:           libkkc
-Version:        0.3.5+git20190809.b2e5a15
+Version:        0.3.6~git20200818.e33e7fb
 Release:        0
 Summary:        Japanese Kana-string to Kana-Kanji-mixed-string converter
 License:        GPL-3.0-only
 Group:          System/I18n/Japanese
-Url:            https://github.com/ueno/libkkc
+URL:            https://github.com/ueno/libkkc
 Source:         %{name}-%{version}.tar.xz
-# data: https://bitbucket.org/libkkc/libkkc-data/downloads/
-Source1:        %{name}-data-%{data_version}.tar.xz
+Source1:        
https://github.com/ueno/libkkc/releases/download/v0.3.5/libkkc-data-0.2.7.tar.xz
 Source99:       baselibs.conf
 # PATCH-FIX-UPSTREAM marguer...@opensuse.org - use correct shared library for 
typelib generation
 Patch0:         libkkc-typelib-sharelib.patch
@@ -111,8 +109,11 @@
 
 # make data
 cp -r %{SOURCE1} .
-tar -xf %{name}-data-%{data_version}.tar.xz
-pushd %{name}-data-%{data_version}
+tar -xf %{name}-data-0.2.7.tar.xz
+OLD=$(pwd)
+pushd %{name}-data-0.2.7
+cp -r ${OLD}/data/templates/libkkc-data/tools/genfilter.py tools/
+cp -r ${OLD}/data/templates/libkkc-data/tools/sortlm.py tools/
 %configure
 # %{?_smp_mflags} cost too much memory
 make
@@ -124,7 +125,7 @@
 find %{buildroot}%{_libdir} -name "*.la" -delete
 
 # install data
-pushd %{name}-data-%{data_version}
+pushd %{name}-data-0.2.7
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 popd
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.HWQY8N/_old  2020-09-29 19:01:43.825768169 +0200
+++ /var/tmp/diff_new_pack.HWQY8N/_new  2020-09-29 19:01:43.829768174 +0200
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/ueno/libkkc</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="versionformat">0.3.5+git%cd.%h</param>
+    <param name="versionformat">0.3.6~git%cd.%h</param>
     <param name="revision">master</param>
     <param name="changesgenerate">enable</param>
   </service>


Reply via email to