Hello community,

here is the log from the commit of package anthy for openSUSE:Factory checked 
in at 2019-04-01 12:39:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/anthy (Old)
 and      /work/SRC/openSUSE:Factory/.anthy.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "anthy"

Mon Apr  1 12:39:25 2019 rev:33 rq:690095 version:9100h

Changes:
--------
--- /work/SRC/openSUSE:Factory/anthy/anthy.changes      2018-09-04 
22:56:06.300987570 +0200
+++ /work/SRC/openSUSE:Factory/.anthy.new.25356/anthy.changes   2019-04-01 
12:39:25.873945671 +0200
@@ -1,0 +2,9 @@
+Sun Mar 17 21:49:25 UTC 2019 - Jan Engelhardt <jeng...@inai.de>
+
+- Drop --with-pic that is useless in the face of --disable-static.
+- Drop pre-openSUSE-12.3 parts from the build recipe.
+- Implement the shared library packaging policy.
+- Replace description because canna/freewnn seem comparatively
+  active in OBS's M17N project.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ anthy.spec ++++++
--- /var/tmp/diff_new_pack.YgxW15/_old  2019-04-01 12:39:27.469946445 +0200
+++ /var/tmp/diff_new_pack.YgxW15/_new  2019-04-01 12:39:27.497946459 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package anthy
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -54,35 +54,38 @@
 %endif
 
 %description
-Anthy (previously called 'Ancy'):
+Anthy is a package for an input method editor backend for Unix-like
+systems for the Japanese language. It can convert Hiragana to Kanji
+as per the language rules. As a preconversion stage, Latin characters
+(Romaji) can be used to input Hiragana. Anthy is commonly used with
+an input method framework such as ibus, fcitx or SCIM.
 
-Canna, FreeWnn, and others are famous Kana-Kanji conversion engines
-usable for Unix on PCs. They were originally developed for Japanese
-Unix workstations around 1990 and development has practically stopped.
-Therefore, the Heke Project is writing a free conversion engine from
-scratch (apart from the dictionary, which is developed outside of the
-Heke Project).
+%package -n libanthy0
+Summary:        Kana–Kanji conversion engine
+License:        GPL-2.0-or-later AND LGPL-2.1-or-later
+Group:          System/Libraries
+
+%description -n libanthy0
+A Kana–Kanji conversion engine.
 
 %package devel
-Summary:        Include Files and Libraries mandatory for Development.
+Summary:        Header files for the Anthy Kana–Kanji conversion engine
 License:        GPL-2.0-or-later
-Group:          System/I18n/Japanese
-Requires:       %{name} = %{version}
+Group:          Development/Libraries/C and C++
+Requires:       libanthy0 = %{version}
 # Summary(ja): Anthy のヘッダファイル及びライブラリです。
 # %description devel -l ja
 # Anthy のヘッダファイル及びライブラリです。
 
 %description devel
 This package contains all necessary include files and libraries needed
-to develop applications that require these.
+to develop applications that require libanthy.
 
 %prep
 %setup -q
 %patch2 -p 1
 %patch3 -p 1
-%if 0%{?suse_version} > 1230
 %patch4 -p 1
-%endif
 
 %build
 autoreconf --force --install
@@ -113,8 +116,8 @@
 # remove unneeded Makefiles for documents
 rm -f doc/Makefile.*
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post   -n libanthy0 -p /sbin/ldconfig
+%postun -n libanthy0 -p /sbin/ldconfig
 
 %files
 %doc AUTHORS ChangeLog DIARY NEWS README doc
@@ -123,12 +126,14 @@
 %dir %{_datadir}/anthy/
 %{_datadir}/anthy/*
 %{_bindir}/*
-%{_libdir}/*.so.*
 %if %{with emacs}
 %{_datadir}/emacs/site-lisp/*
 %{_datadir}/xemacs/*
 %endif
 
+%files -n libanthy0
+%{_libdir}/*.so.*
+
 %files devel
 %dir %{_includedir}/anthy/
 %{_includedir}/anthy/*


Reply via email to