Hello community,

here is the log from the commit of package libskk for openSUSE:Factory checked 
in at 2018-03-12 12:11:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libskk (Old)
 and      /work/SRC/openSUSE:Factory/.libskk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libskk"

Mon Mar 12 12:11:22 2018 rev:6 rq:585030 version:1.2.0+git20171110+1.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/libskk/libskk.changes    2015-09-08 
18:06:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libskk.new/libskk.changes       2018-03-12 
12:11:26.740063564 +0100
@@ -1,0 +2,20 @@
+Thu Mar  8 19:15:45 UTC 2018 - [email protected]
+
+- Rename %soname to %sover to better reflect its use
+- Update summaries
+
+-------------------------------------------------------------------
+Thu Mar  8 14:51:13 UTC 2018 - [email protected]
+
+- Update to 1.0.3 (1.2.0+git20171110+1.0.3)
+  + Fix hiragana to katakana conversion in abbrev mode [#41]
+  + Make "commit-unhandled" actually commit in abbrev mode [#39]
+  + Avoid redundant dictionary lookup in non-numeric conversion
+    cases [#36]
+  + Fix KZIK rules [#35, #37]
+  + Add command for sticky-shift [#32]
+  + Don't crash when a rule has no default metadata [#31]
+  + Bind C-j to go back to hiragana in AZIK latin [#30]
+  + Build fixes [#42, #43]
+
+-------------------------------------------------------------------

Old:
----
  _service
  _servicedata
  libskk-1.2.0+git20150413.be6e20b.tar.xz

New:
----
  libskk-1.0.3.tar.xz
  libskk-1.0.3.tar.xz.sig

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

Other differences:
------------------
++++++ libskk.spec ++++++
--- /var/tmp/diff_new_pack.LzgRvM/_old  2018-03-12 12:11:28.835988793 +0100
+++ /var/tmp/diff_new_pack.LzgRvM/_new  2018-03-12 12:11:28.839988651 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libskk
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,20 @@
 #
 
 
-%define soname 0
+%define sover 0
+%define real_version 1.0.3
 Name:           libskk
-Version:        1.2.0+git20150413.be6e20b
+# Note this is 1.0.2 release version
+# Some package maintainer once specified wrong version number
+# so we have to keep 1.2.0
+Version:        1.2.0+git20171110+%{real_version}
 Release:        0
 Summary:        A statistical language model based Japanese input method engine
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          System/I18n/Japanese
 Url:            http://github.com/ueno/libskk
-Source:         %{name}-%{version}.tar.xz
+Source0:        %{name}-%{real_version}.tar.xz
+Source1:        %{name}-%{real_version}.tar.xz.sig
 Source99:       baselibs.conf
 Patch0:         libskk-typlib-dependencies.patch
 BuildRequires:  fdupes
@@ -46,13 +51,13 @@
 SKK is a statistical language model based Japanese input method engine.
 to model the Japanese language, it use a backoff bigram and trigram
 
-%package -n %{name}%{soname}
-Summary:        Libskk libraries
+%package -n %{name}%{sover}
+Summary:        A statistical language model based Japanese input method engine
 Group:          System/Libraries
 Requires:       skkdic
 Requires:       skkdic-extra
 
-%description -n %{name}%{soname}
+%description -n %{name}%{sover}
 SKK is a statistical language model based Japanese input method engine.
 to model the Japanese language, it use a backoff bigram and trigram
 
@@ -60,7 +65,7 @@
 kana-to-kanji conversion method.
 
 %package -n typelib-1_0-Skk-1_0
-Summary:        Libskk libraries -- Introspection bindings
+Summary:        Introspection bindings for libskk, a Japanese IME
 Group:          System/I18n/Japanese
 Requires:       girepository-1_0
 
@@ -73,7 +78,7 @@
 %package -n libskk-devel
 Summary:        Development Files for libskk
 Group:          Development/Libraries/Other
-Requires:       %{name}%{soname} = %{version}
+Requires:       %{name}%{sover} = %{version}
 
 %description -n libskk-devel
 SKK is a statistical language model based Japanese input method engine.
@@ -82,28 +87,28 @@
 This package provides C/Vala headers for the libskk library.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{real_version}
 %patch0 -p1
 
 %build
-NOCONFIGURE=1 ./autogen.sh
+autoreconf -f
 %configure --disable-static \
            --enable-introspection=yes
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install %{?_smp_mflags}
 find %{buildroot}/%{_libdir} -name "*.la" -delete
 
 %find_lang %{name}
 
-%fdupes %{buildroot}
+%fdupes %{buildroot}/%{_prefix}
 
-%post -n %{name}%{soname} -p /sbin/ldconfig
+%post -n %{name}%{sover} -p /sbin/ldconfig
 
-%postun -n %{name}%{soname} -p /sbin/ldconfig
+%postun -n %{name}%{sover} -p /sbin/ldconfig
 
-%files -n %{name}%{soname} -f %{name}.lang
+%files -n %{name}%{sover} -f %{name}.lang
 %defattr(-,root,root)
 %doc COPYING README NEWS
 %{_mandir}/man1/skk.1.gz

++++++ libskk-1.2.0+git20150413.be6e20b.tar.xz -> libskk-1.0.3.tar.xz ++++++
++++ 121653 lines of diff (skipped)


Reply via email to