commit libskk for openSUSE:Factory

2018-03-12 Thread root
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.changes2015-09-08 
18:06:45.0 +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 - jeng...@inai.de
+
+- Rename %soname to %sover to better reflect its use
+- Update summaries
+
+---
+Thu Mar  8 14:51:13 UTC 2018 - ft...@geeko.jp
+
+- 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

commit libskk for openSUSE:Factory

2015-09-08 Thread h_root
Hello community,

here is the log from the commit of package libskk for openSUSE:Factory checked 
in at 2015-09-08 17:45:05

Comparing /work/SRC/openSUSE:Factory/libskk (Old)
 and  /work/SRC/openSUSE:Factory/.libskk.new (New)


Package is "libskk"

Changes:

--- /work/SRC/openSUSE:Factory/libskk/libskk.changes2014-10-16 
18:16:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.libskk.new/libskk.changes   2015-09-08 
18:06:45.0 +0200
@@ -1,0 +2,18 @@
+Mon Sep  7 11:10:59 UTC 2015 - dims...@opensuse.org
+
+- Add libskk-typlib-dependencies.patch: Fix dependency between
+  Skk.typelib and the library.
+- Move autogen.sh to build phase, where it belongs.
+
+---
+Tue Aug 25 11:55:21 UTC 2015 - opensuse-packag...@opensuse.org
+
+- Update to version 1.2.0+git20150413.be6e20b:
+  + Issue #33. Fix initial state of okuri ari recursive edit.
+  + Add test for Issue #33
+  + Dictionary switch just needs one press (two before), but if
+there's number two press is still needed.
+  + rules: inherit KZIK keymap from the default keymap
+  + Inherit default/{latin,wide-latin} (KZIK)
+
+---

Old:

  libskk-1.0.2.tar.gz

New:

  _service
  _servicedata
  baselibs.conf
  libskk-1.2.0+git20150413.be6e20b.tar.xz
  libskk-typlib-dependencies.patch



Other differences:
--
++ libskk.spec ++
--- /var/tmp/diff_new_pack.HcfLcT/_old  2015-09-08 18:06:47.0 +0200
+++ /var/tmp/diff_new_pack.HcfLcT/_new  2015-09-08 18:06:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libskk
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,14 +16,17 @@
 #
 
 
+%define soname 0
 Name:   libskk
-Version:1.0.2
+Version:1.2.0+git20150413.be6e20b
 Release:0
 Summary:A statistical language model based Japanese input method engine
 License:GPL-3.0+
 Group:  System/I18n/Japanese
 Url:http://github.com/ueno/libskk
-Source0:
https://github.com/ueno/libskk/releases/download/%{version}/%{name}-%{version}.tar.gz
+Source: %{name}-%{version}.tar.xz
+Source99:   baselibs.conf
+Patch0: libskk-typlib-dependencies.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-common
@@ -33,45 +36,44 @@
 BuildRequires:  python-devel
 BuildRequires:  sqlite3-devel
 BuildRequires:  vala-devel >= 0.14
+BuildRequires:  xz
 BuildRequires:  pkgconfig(gee-0.8)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(json-glib-1.0)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 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 libskk0
+%package -n %{name}%{soname}
 Summary:Libskk libraries
-Group:  System/I18n/Japanese
+Group:  System/Libraries
 Requires:   skkdic
 Requires:   skkdic-extra
-Provides:   %{name} = %{version}
-Obsoletes:  %{name} < %{version}
 
-%description -n libskk0
+%description -n %{name}%{soname}
 SKK is a statistical language model based Japanese input method engine.
 to model the Japanese language, it use a backoff bigram and trigram
 
-This packge provides GObject-based library to deal with Japanese 
+This package provides GObject-based library to deal with Japanese
 kana-to-kanji conversion method.
 
-#%package -n typelib-1_0-Skk-1_0
-#Summary:Libskk libraries -- Introspection bindings
-#Group:  System/I18n/Japanese
-#Requires:   girepository-1_0
-#Requires:   %{name} = %{version}
-
-#%description -n typelib-1_0-Skk-1_0
-#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 typelib-1_0-Skk-1_0
+Summary:Libskk libraries -- Introspection bindings
+Group:  System/I18n/Japanese
+Requires:   girepository-1_0
+
+%description -n typelib-1_0-Skk-1_0
+SKK is a statistical language model based Japanese input method engine.
+to model the Japanese language, it use a backoff bigram and trigram
 
-#This package provides the introspection bindings for the libskk library.
+This package provides the introspection bindings for the libskk library.
 
 %package -n libskk-devel
 Summary:Development Files for libskk
 Group:  Development/Libraries/Other
-Requires:   %{name} = %{ve

commit libskk for openSUSE:Factory

2014-10-16 Thread h_root
Hello community,

here is the log from the commit of package libskk for openSUSE:Factory checked 
in at 2014-10-16 18:14:41

Comparing /work/SRC/openSUSE:Factory/libskk (Old)
 and  /work/SRC/openSUSE:Factory/.libskk.new (New)


Package is "libskk"

Changes:

--- /work/SRC/openSUSE:Factory/libskk/libskk.changes2013-10-30 
15:45:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.libskk.new/libskk.changes   2014-10-16 
18:16:37.0 +0200
@@ -1,0 +2,11 @@
+Wed Oct 15 06:30:57 UTC 2014 - hillw...@linuxfans.org
+
+- Update to 1.0.2
+  * Migrate to libgee 0.8 from 0.6.
+  * rules: new ACT09 rule contributed by Naoki Mizuno.
+  * Consume key event for "commit" command. 
+Use "commit-unhandled" for the previous behavior.
+  * Comsume C-j in abbrev mode.
+ 
+
+---

Old:

  libskk-1.0.1.tar.gz

New:

  libskk-1.0.2.tar.gz



Other differences:
--
++ libskk.spec ++
--- /var/tmp/diff_new_pack.HItjYT/_old  2014-10-16 18:16:38.0 +0200
+++ /var/tmp/diff_new_pack.HItjYT/_new  2014-10-16 18:16:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libskk
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   libskk
-Version:1.0.1
+Version:1.0.2
 Release:0
-License:GPL-3.0+
 Summary:A statistical language model based Japanese input method engine
-Url:http://github.com/ueno/libskk
+License:GPL-3.0+
 Group:  System/I18n/Japanese
-Source0:
https://bitbucket.org/libskk/libskk/downloads/%{name}-%{version}.tar.gz
+Url:http://github.com/ueno/libskk
+Source0:
https://github.com/ueno/libskk/releases/download/%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-common
@@ -33,7 +33,7 @@
 BuildRequires:  python-devel
 BuildRequires:  sqlite3-devel
 BuildRequires:  vala-devel >= 0.14
-BuildRequires:  pkgconfig(gee-1.0)
+BuildRequires:  pkgconfig(gee-0.8)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(json-glib-1.0)
 

++ libskk-1.0.1.tar.gz -> libskk-1.0.2.tar.gz ++
 50146 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libskk for openSUSE:Factory

2013-10-30 Thread h_root
Hello community,

here is the log from the commit of package libskk for openSUSE:Factory checked 
in at 2013-10-30 15:45:06

Comparing /work/SRC/openSUSE:Factory/libskk (Old)
 and  /work/SRC/openSUSE:Factory/.libskk.new (New)


Package is "libskk"

Changes:

--- /work/SRC/openSUSE:Factory/libskk/libskk.changes2013-10-10 
12:34:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.libskk.new/libskk.changes   2013-10-30 
15:45:07.0 +0100
@@ -1,0 +2,6 @@
+Sat Oct 26 16:14:35 UTC 2013 - i...@marguerite.su
+
+- add Requires: skkdic and skkdic-extra
+- without dictionaries, this library is actually useless
+
+---



Other differences:
--
++ libskk.spec ++
--- /var/tmp/diff_new_pack.IHiPuL/_old  2013-10-30 15:45:10.0 +0100
+++ /var/tmp/diff_new_pack.IHiPuL/_new  2013-10-30 15:45:10.0 +0100
@@ -44,6 +44,8 @@
 %package -n libskk0
 Summary:Libskk libraries
 Group:  System/I18n/Japanese
+Requires:  skkdic
+Requires:  skkdic-extra
 Provides:  %{name} = %{version}
 Obsoletes: %{name} < %{version}
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org