commit anthy for openSUSE:Factory

2020-10-05 Thread root
Hello community,

here is the log from the commit of package anthy for openSUSE:Factory checked 
in at 2020-10-05 19:32:03

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


Package is "anthy"

Mon Oct  5 19:32:03 2020 rev:39 rq:839543 version:9100h

Changes:

--- /work/SRC/openSUSE:Factory/anthy/anthy.changes  2020-09-30 
19:55:21.900836933 +0200
+++ /work/SRC/openSUSE:Factory/.anthy.new.4249/anthy.changes2020-10-05 
19:32:09.592957387 +0200
@@ -6,0 +7,5 @@
+Wed Sep 30 10:31:45 UTC 2020 - Dr. Werner Fink 
+
+- Use build condition to enable or disable Xemacs support (jsc#SLE-11658) 
+
+---
@@ -11,0 +17,5 @@
+Tue Sep 29 13:25:37 UTC 2020 - Dr. Werner Fink 
+
+- Do not use Xemacs on SLE products (jsc#SLE-11658) 
+
+---
@@ -15 +25 @@
-  difference between SLE-15 and openSUSE-Leap (jsc#SLE-12100). 
+  difference between SLE-15 and openSUSE-Leap (jsc#SLE-11658). 



Other differences:
--



commit anthy for openSUSE:Factory

2020-09-30 Thread root
Hello community,

here is the log from the commit of package anthy for openSUSE:Factory checked 
in at 2020-09-30 19:55:15

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


Package is "anthy"

Wed Sep 30 19:55:15 2020 rev:38 rq:838742 version:9100h

Changes:

--- /work/SRC/openSUSE:Factory/anthy/anthy.changes  2020-09-29 
19:05:27.106032538 +0200
+++ /work/SRC/openSUSE:Factory/.anthy.new.4249/anthy.changes2020-09-30 
19:55:21.900836933 +0200
@@ -1,0 +2,5 @@
+Wed Sep 30 10:31:45 UTC 2020 - Dr. Werner Fink 
+
+- Use build condition to enable or disable Xemacs support (jsc#SLE-12100) 
+
+---



Other differences:
--
++ anthy.spec ++
--- /var/tmp/diff_new_pack.ZZuSSs/_old  2020-09-30 19:55:23.124838028 +0200
+++ /var/tmp/diff_new_pack.ZZuSSs/_new  2020-09-30 19:55:23.124838028 +0200
@@ -16,6 +16,8 @@
 #
 
 
+%bcond_with xemacs
+
 Name:   anthy
 Version:9100h
 Release:0
@@ -45,7 +47,7 @@
 BuildRequires:  emacs-x11
 BuildRequires:  fdupes
 BuildRequires:  libtool
-%if 0%{?is_opensuse}
+%if %{with xemacs}
 BuildRequires:  xemacs
 %endif
 
@@ -98,7 +100,7 @@
 %install
 %make_install
 install -m 644 $RPM_SOURCE_DIR/suse-start-anthy.el 
%{buildroot}%{_datadir}/emacs/site-lisp/
-%if 0%{?is_opensuse}
+%if %{with xemacs}
 # compile the XEmacs versions of the emacs-lisp files and install them:
 pushd src-util
 rm -f *.elc
@@ -124,7 +126,7 @@
 %{_datadir}/anthy/*
 %{_bindir}/*
 %{_datadir}/emacs/site-lisp/*
-%if 0%{?is_opensuse}
+%if %{with xemacs}
 %{_datadir}/xemacs/*
 %endif
 




commit anthy for openSUSE:Factory

2020-09-29 Thread root
Hello community,

here is the log from the commit of package anthy for openSUSE:Factory checked 
in at 2020-09-29 19:05:14

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


Package is "anthy"

Tue Sep 29 19:05:14 2020 rev:37 rq:838572 version:9100h

Changes:

--- /work/SRC/openSUSE:Factory/anthy/anthy.changes  2020-09-27 
11:49:41.552038019 +0200
+++ /work/SRC/openSUSE:Factory/.anthy.new.4249/anthy.changes2020-09-29 
19:05:27.106032538 +0200
@@ -1,0 +2,5 @@
+Tue Sep 29 13:25:37 UTC 2020 - Dr. Werner Fink 
+
+- Do not use Xemacs on SLE products (jsc#SLE-12100) 
+
+---



Other differences:
--
++ anthy.spec ++
--- /var/tmp/diff_new_pack.jaCZNx/_old  2020-09-29 19:05:27.798033236 +0200
+++ /var/tmp/diff_new_pack.jaCZNx/_new  2020-09-29 19:05:27.802033240 +0200
@@ -45,7 +45,9 @@
 BuildRequires:  emacs-x11
 BuildRequires:  fdupes
 BuildRequires:  libtool
+%if 0%{?is_opensuse}
 BuildRequires:  xemacs
+%endif
 
 %description
 Anthy is a package for an input method editor backend for Unix-like
@@ -96,6 +98,7 @@
 %install
 %make_install
 install -m 644 $RPM_SOURCE_DIR/suse-start-anthy.el 
%{buildroot}%{_datadir}/emacs/site-lisp/
+%if 0%{?is_opensuse}
 # compile the XEmacs versions of the emacs-lisp files and install them:
 pushd src-util
 rm -f *.elc
@@ -104,6 +107,7 @@
 mkdir -p %{buildroot}%{_datadir}/xemacs/site-packages/lisp/anthy
 install -m 644 *.el *.elc 
%{buildroot}%{_datadir}/xemacs/site-packages/lisp/anthy
 popd
+%endif
 %fdupes %{buildroot}%{_datadir}
 find %{buildroot} -type f -name "*.la" -delete -print
 # remove unneeded Makefiles for documents
@@ -120,7 +124,9 @@
 %{_datadir}/anthy/*
 %{_bindir}/*
 %{_datadir}/emacs/site-lisp/*
+%if 0%{?is_opensuse}
 %{_datadir}/xemacs/*
+%endif
 
 %files -n libanthy0
 %{_libdir}/*.so.*




commit anthy for openSUSE:Factory

2020-09-27 Thread root
Hello community,

here is the log from the commit of package anthy for openSUSE:Factory checked 
in at 2020-09-27 11:49:39

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


Package is "anthy"

Sun Sep 27 11:49:39 2020 rev:36 rq:837196 version:9100h

Changes:

--- /work/SRC/openSUSE:Factory/anthy/anthy.changes  2020-08-18 
15:36:47.444680275 +0200
+++ /work/SRC/openSUSE:Factory/.anthy.new.4249/anthy.changes2020-09-27 
11:49:41.552038019 +0200
@@ -1,0 +2,6 @@
+Tue Sep 15 06:18:12 UTC 2020 - Cliff Zhao 
+
+- Update anthy.spec: Drop the is_opensuse macro to eliminate the
+  difference between SLE-15 and openSUSE-Leap (jsc#SLE-12100). 
+
+---



Other differences:
--
++ anthy.spec ++
--- /var/tmp/diff_new_pack.pFEfjX/_old  2020-09-27 11:49:42.304038830 +0200
+++ /var/tmp/diff_new_pack.pFEfjX/_new  2020-09-27 11:49:42.308038834 +0200
@@ -16,11 +16,6 @@
 #
 
 
-%if 0%{?is_opensuse}
-%bcond_without emacs
-%else
-%bcond_with emacs
-%endif
 Name:   anthy
 Version:9100h
 Release:0
@@ -47,12 +42,10 @@
 # PATCH-FIX-OPENSUSE anthy-use-last-command-event.diff bnc#849211 ti...@suse.de
 Patch4: anthy-use-last-command-event.diff
 Patch5: bugzilla-1175274-emacs-27.1.patch
+BuildRequires:  emacs-x11
 BuildRequires:  fdupes
 BuildRequires:  libtool
-%if %{with emacs}
-BuildRequires:  emacs-x11
 BuildRequires:  xemacs
-%endif
 
 %description
 Anthy is a package for an input method editor backend for Unix-like
@@ -102,7 +95,6 @@
 
 %install
 %make_install
-%if %{with emacs}
 install -m 644 $RPM_SOURCE_DIR/suse-start-anthy.el 
%{buildroot}%{_datadir}/emacs/site-lisp/
 # compile the XEmacs versions of the emacs-lisp files and install them:
 pushd src-util
@@ -112,7 +104,6 @@
 mkdir -p %{buildroot}%{_datadir}/xemacs/site-packages/lisp/anthy
 install -m 644 *.el *.elc 
%{buildroot}%{_datadir}/xemacs/site-packages/lisp/anthy
 popd
-%endif
 %fdupes %{buildroot}%{_datadir}
 find %{buildroot} -type f -name "*.la" -delete -print
 # remove unneeded Makefiles for documents
@@ -128,10 +119,8 @@
 %dir %{_datadir}/anthy/
 %{_datadir}/anthy/*
 %{_bindir}/*
-%if %{with emacs}
 %{_datadir}/emacs/site-lisp/*
 %{_datadir}/xemacs/*
-%endif
 
 %files -n libanthy0
 %{_libdir}/*.so.*




commit anthy for openSUSE:Factory

2020-08-18 Thread root
Hello community,

here is the log from the commit of package anthy for openSUSE:Factory checked 
in at 2020-08-18 15:36:45

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


Package is "anthy"

Tue Aug 18 15:36:45 2020 rev:35 rq:827585 version:9100h

Changes:

--- /work/SRC/openSUSE:Factory/anthy/anthy.changes  2019-06-13 
09:29:24.848183659 +0200
+++ /work/SRC/openSUSE:Factory/.anthy.new.3399/anthy.changes2020-08-18 
15:36:47.444680275 +0200
@@ -1,0 +2,7 @@
+Tue Aug 18 11:19:51 UTC 2020 - Dr. Werner Fink 
+
+- Add patch bugzilla-1175274-emacs-27.1.patch
+  There is no (process-kill-without-query) anymore, use
+  (set-process-query-on-exit-flag) instead (boo#1175274).
+
+---

New:

  bugzilla-1175274-emacs-27.1.patch



Other differences:
--
++ anthy.spec ++
--- /var/tmp/diff_new_pack.0JI6YQ/_old  2020-08-18 15:36:48.456680695 +0200
+++ /var/tmp/diff_new_pack.0JI6YQ/_new  2020-08-18 15:36:48.460680696 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package anthy
 #
-# 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
@@ -46,6 +46,7 @@
 Patch3: bugzilla-224463-comparison-with-string-literal.patch
 # PATCH-FIX-OPENSUSE anthy-use-last-command-event.diff bnc#849211 ti...@suse.de
 Patch4: anthy-use-last-command-event.diff
+Patch5: bugzilla-1175274-emacs-27.1.patch
 BuildRequires:  fdupes
 BuildRequires:  libtool
 %if %{with emacs}
@@ -86,6 +87,7 @@
 %patch2 -p 1
 %patch3 -p 1
 %patch4 -p 1
+%patch5 -p 0
 
 %build
 autoreconf --force --install

++ bugzilla-1175274-emacs-27.1.patch ++
There is no (process-kill-without-query) anymore, use
(set-process-query-on-exit-flag) instead.

---
 src-util/anthy.el |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

--- src-util/anthy.el
+++ src-util/anthy.el   2020-08-18 11:58:02.915408190 +
@@ -161,11 +161,11 @@
 
 ;; From skk-macs.el From viper-util.el.  Welcome!
 (defmacro anthy-deflocalvar (var default-value  documentation)
-  (` (progn
-   (defvar (, var) (, default-value)
-(, (format "%s\n\(buffer local\)" documentation)))
-   (make-variable-buffer-local '(, var))
-   )))
+  `(progn
+   (defvar ,var ,default-value
+,(format "%s\n\(buffer local\)" documentation))
+   (make-variable-buffer-local ',var)
+   ))
 
 ;; buffer local variables
 (anthy-deflocalvar anthy-context-id nil "$B%3%s%F%-%9%H$N(Bid")
@@ -745,7 +745,7 @@
(if anthy-agent-process
(kill-process anthy-agent-process))
(setq anthy-agent-process proc)
-   (process-kill-without-query proc)
+   (set-process-query-on-exit-flag proc nil)
(if anthy-xemacs
(if (coding-system-p (find-coding-system 'euc-japan))
(set-process-coding-system proc 'euc-japan 'euc-japan))



commit anthy for openSUSE:Factory

2019-06-13 Thread root
Hello community,

here is the log from the commit of package anthy for openSUSE:Factory checked 
in at 2019-06-13 09:29:23

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


Package is "anthy"

Thu Jun 13 09:29:23 2019 rev:34 rq:709671 version:9100h

Changes:

--- /work/SRC/openSUSE:Factory/anthy/anthy.changes  2019-04-01 
12:39:25.873945671 +0200
+++ /work/SRC/openSUSE:Factory/.anthy.new.4811/anthy.changes2019-06-13 
09:29:24.848183659 +0200
@@ -1,0 +2,6 @@
+Thu Jun 13 07:07:00 UTC 2019 - Dominique Leuenberger 
+
+- Fix baselibs.conf: the library was split out as libanthy0 with
+  the last change.
+
+---



Other differences:
--
++ baselibs.conf ++
--- /var/tmp/diff_new_pack.rJI8dF/_old  2019-06-13 09:29:25.680183532 +0200
+++ /var/tmp/diff_new_pack.rJI8dF/_new  2019-06-13 09:29:25.684183532 +0200
@@ -1 +1,2 @@
 anthy
+libanthy0




commit anthy for openSUSE:Factory

2019-04-01 Thread root
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 
+
+- 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/*




commit anthy for openSUSE:Factory

2018-09-04 Thread root
Hello community,

here is the log from the commit of package anthy for openSUSE:Factory checked 
in at 2018-09-04 22:56:04

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


Package is "anthy"

Tue Sep  4 22:56:04 2018 rev:32 rq:632718 version:9100h

Changes:

--- /work/SRC/openSUSE:Factory/anthy/anthy.changes  2018-02-10 
17:59:29.561253233 +0100
+++ /work/SRC/openSUSE:Factory/.anthy.new/anthy.changes 2018-09-04 
22:56:06.300987570 +0200
@@ -1,0 +2,13 @@
+Sat Sep  1 12:13:32 UTC 2018 - Ismail Dönmez 
+
+- Cleanup spec file with spec-cleaner
+- Don't install INSTALL file
+- Use %bcond_with{out}
+
+---
+Fri Aug 31 10:19:58 UTC 2018 - qz...@suse.com
+
+- Update anthy.spec: Divide openSUSE build with emacs function and 
+  SLE doesn't need it.
+
+---



Other differences:
--
++ anthy.spec ++
--- /var/tmp/diff_new_pack.BwKmAc/_old  2018-09-04 22:56:06.748989100 +0200
+++ /var/tmp/diff_new_pack.BwKmAc/_new  2018-09-04 22:56:06.752989114 +0200
@@ -16,22 +16,14 @@
 #
 
 
+%if 0%{?is_opensuse}
+%bcond_without emacs
+%else
+%bcond_with emacs
+%endif
 Name:   anthy
-BuildRequires:  emacs-x11
-BuildRequires:  fdupes
-BuildRequires:  libtool
-BuildRequires:  xemacs
 Version:9100h
 Release:0
-Url:https://osdn.jp/projects/anthy/
-Source0:anthy-%{version}.tar.bz2
-Source1:suse-start-anthy.el
-Source2:baselibs.conf
-Patch2: anthy-last-command-char-xemacs.patch
-Patch3: bugzilla-224463-comparison-with-string-literal.patch
-# PATCH-FIX-OPENSUSE anthy-use-last-command-event.diff bnc#849211 ti...@suse.de
-Patch4: anthy-use-last-command-event.diff
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Kana-Kanji Conversion Engine
 # Summary(ja): 仮名漢字変換エンジン
 # Anthy(旧称Ancy)
@@ -44,8 +36,22 @@
 # 著者:
 # --
 # 田畑 悠介 
-License:GPL-2.0+ and LGPL-2.1+
+License:GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:  System/I18n/Japanese
+URL:https://osdn.jp/projects/anthy/
+Source0:anthy-%{version}.tar.bz2
+Source1:suse-start-anthy.el
+Source2:baselibs.conf
+Patch2: anthy-last-command-char-xemacs.patch
+Patch3: bugzilla-224463-comparison-with-string-literal.patch
+# PATCH-FIX-OPENSUSE anthy-use-last-command-event.diff bnc#849211 ti...@suse.de
+Patch4: anthy-use-last-command-event.diff
+BuildRequires:  fdupes
+BuildRequires:  libtool
+%if %{with emacs}
+BuildRequires:  emacs-x11
+BuildRequires:  xemacs
+%endif
 
 %description
 Anthy (previously called 'Ancy'):
@@ -59,7 +65,7 @@
 
 %package devel
 Summary:Include Files and Libraries mandatory for Development.
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/I18n/Japanese
 Requires:   %{name} = %{version}
 # Summary(ja): Anthy のヘッダファイル及びライブラリです。
@@ -80,8 +86,8 @@
 
 %build
 autoreconf --force --install
-CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
-CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
+CFLAGS="%{optflags} -fno-strict-aliasing" \
+CXXFLAGS="%{optflags} -fno-strict-aliasing" \
 %configure --disable-static --with-pic
 make %{?_smp_mflags}
 
@@ -90,41 +96,42 @@
 ./anthy --all
 
 %install
-%makeinstall
-install -m 644 $RPM_SOURCE_DIR/suse-start-anthy.el 
$RPM_BUILD_ROOT/usr/share/emacs/site-lisp/
+%make_install
+%if %{with emacs}
+install -m 644 $RPM_SOURCE_DIR/suse-start-anthy.el 
%{buildroot}%{_datadir}/emacs/site-lisp/
 # compile the XEmacs versions of the emacs-lisp files and install them:
 pushd src-util
 rm -f *.elc
 # make EMACS=xemacs
 EMACS=xemacs ../elisp-comp *.el
-mkdir -p $RPM_BUILD_ROOT/usr/share/xemacs/site-packages/lisp/anthy
-install -m 644 *.el *.elc 
$RPM_BUILD_ROOT/usr/share/xemacs/site-packages/lisp/anthy
+mkdir -p %{buildroot}%{_datadir}/xemacs/site-packages/lisp/anthy
+install -m 644 *.el *.elc 
%{buildroot}%{_datadir}/xemacs/site-packages/lisp/anthy
 popd
-%fdupes $RPM_BUILD_ROOT/usr/share
-%{__rm} -f %{buildroot}%{_libdir}/*.la
+%endif
+%fdupes %{buildroot}%{_datadir}
+find %{buildroot} -type f -name "*.la" -delete -print
 # remove unneeded Makefiles for documents
 rm -f doc/Makefile.*
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-, root, root)
-%doc AUTHORS COPYING ChangeLog DIARY INSTALL NEWS README
-%doc doc
+%doc AUTHORS ChangeLog DIARY NEWS README doc
+%license COPYING
 %config %{_sysconfdir}/anthy-conf
-%dir /usr/share/anthy/
-/usr/share/anthy/*
+%dir %{_datadir}/anthy/
+%{_datadir}/anthy/*
 %{_bindir}/*
 %{_libdir}/*.so.*

commit anthy for openSUSE:Factory

2018-02-10 Thread root
Hello community,

here is the log from the commit of package anthy for openSUSE:Factory checked 
in at 2018-02-10 17:59:26

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


Package is "anthy"

Sat Feb 10 17:59:26 2018 rev:31 rq:574876 version:9100h

Changes:

--- /work/SRC/openSUSE:Factory/anthy/anthy.changes  2015-09-30 
05:51:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.anthy.new/anthy.changes 2018-02-10 
17:59:29.561253233 +0100
@@ -1,0 +2,5 @@
+Thu Feb  8 17:26:49 UTC 2018 - msucha...@suse.com
+
+- Drop build-time requirement on X11. It does not seem to be used for anything.
+
+---



Other differences:
--
++ anthy.spec ++
--- /var/tmp/diff_new_pack.TP53R0/_old  2018-02-10 17:59:30.281227169 +0100
+++ /var/tmp/diff_new_pack.TP53R0/_new  2018-02-10 17:59:30.285227025 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package anthy
 #
-# 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
@@ -21,7 +21,6 @@
 BuildRequires:  fdupes
 BuildRequires:  libtool
 BuildRequires:  xemacs
-BuildRequires:  xorg-x11-devel
 Version:9100h
 Release:0
 Url:https://osdn.jp/projects/anthy/
@@ -34,8 +33,6 @@
 Patch4: anthy-use-last-command-event.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Kana-Kanji Conversion Engine
-License:GPL-2.0+ and LGPL-2.1+
-Group:  System/I18n/Japanese
 # Summary(ja): 仮名漢字変換エンジン
 # Anthy(旧称Ancy)
 # 
@@ -47,6 +44,8 @@
 # 著者:
 # --
 # 田畑 悠介 
+License:GPL-2.0+ and LGPL-2.1+
+Group:  System/I18n/Japanese
 
 %description
 Anthy (previously called 'Ancy'):




commit anthy for openSUSE:Factory

2015-09-29 Thread h_root
Hello community,

here is the log from the commit of package anthy for openSUSE:Factory checked 
in at 2015-09-30 05:51:07

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


Package is "anthy"

Changes:

--- /work/SRC/openSUSE:Factory/anthy/anthy.changes  2014-06-01 
19:41:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.anthy.new/anthy.changes 2015-09-30 
05:51:08.0 +0200
@@ -1,0 +2,8 @@
+Tue Sep 22 09:52:59 UTC 2015 - ft...@geeko.jp
+
+- Stop providing locale(ja)
+  + Most of ja locale users do not need this anymore
+- Change the upstream URL
+- Clean up the spec file
+
+---



Other differences:
--
++ anthy.spec ++
--- /var/tmp/diff_new_pack.h2DDuA/_old  2015-09-30 05:51:09.0 +0200
+++ /var/tmp/diff_new_pack.h2DDuA/_new  2015-09-30 05:51:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package anthy
 #
-# 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
@@ -18,23 +18,13 @@
 
 Name:   anthy
 BuildRequires:  emacs-x11
-%if 0%{?suse_version} >= 1110
 BuildRequires:  fdupes
-%endif
 BuildRequires:  libtool
 BuildRequires:  xemacs
 BuildRequires:  xorg-x11-devel
-Provides:   locale(emacs:ja)
-Provides:   locale(m17n-lib:ja)
-Provides:   locale(scim-anthy:ja)
-Provides:   locale(uim:ja)
-Provides:   locale(xemacs:ja)
 Version:9100h
 Release:0
-Url:http://sourceforge.jp/projects/anthy/
-# old URL, still some information only there: 
http://www.kmc.kyoto-u.ac.jp/proj/heke/
-# cvs -d:pserver:anonym...@cvs.sourceforge.jp:/cvsroot/anthy login
-# cvs -z3 -d:pserver:anonym...@cvs.sourceforge.jp:/cvsroot/anthy co modulename
+Url:https://osdn.jp/projects/anthy/
 Source0:anthy-%{version}.tar.bz2
 Source1:suse-start-anthy.el
 Source2:baselibs.conf
@@ -111,9 +101,7 @@
 mkdir -p $RPM_BUILD_ROOT/usr/share/xemacs/site-packages/lisp/anthy
 install -m 644 *.el *.elc 
$RPM_BUILD_ROOT/usr/share/xemacs/site-packages/lisp/anthy
 popd
-%if %suse_version > 1110
 %fdupes $RPM_BUILD_ROOT/usr/share
-%endif
 %{__rm} -f %{buildroot}%{_libdir}/*.la
 # remove unneeded Makefiles for documents
 rm -f doc/Makefile.*




commit anthy for openSUSE:Factory

2014-06-01 Thread h_root
Hello community,

here is the log from the commit of package anthy for openSUSE:Factory checked 
in at 2014-06-01 19:41:27

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


Package is anthy

Changes:

--- /work/SRC/openSUSE:Factory/anthy/anthy.changes  2013-11-08 
07:03:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.anthy.new/anthy.changes 2014-06-01 
19:41:47.0 +0200
@@ -1,0 +2,6 @@
+Fri May 30 20:37:56 UTC 2014 - jeng...@inai.de
+
+- Drop unused build-time requirements on libpng, libgif, libtiff,
+  krb5, openldap2
+
+---



Other differences:
--
++ anthy.spec ++
--- /var/tmp/diff_new_pack.3ihW5v/_old  2014-06-01 19:41:49.0 +0200
+++ /var/tmp/diff_new_pack.3ihW5v/_new  2014-06-01 19:41:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package anthy
 #
-# 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
@@ -21,12 +21,7 @@
 %if 0%{?suse_version} = 1110
 BuildRequires:  fdupes
 %endif
-BuildRequires:  giflib-devel
-BuildRequires:  krb5
-BuildRequires:  libpng-devel
-BuildRequires:  libtiff-devel
 BuildRequires:  libtool
-BuildRequires:  openldap2-devel
 BuildRequires:  xemacs
 BuildRequires:  xorg-x11-devel
 Provides:   locale(emacs:ja)

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



commit anthy for openSUSE:Factory

2013-11-07 Thread h_root
Hello community,

here is the log from the commit of package anthy for openSUSE:Factory checked 
in at 2013-11-08 07:03:11

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


Package is anthy

Changes:

--- /work/SRC/openSUSE:Factory/anthy/anthy.changes  2013-07-12 
20:41:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.anthy.new/anthy.changes 2013-11-08 
07:03:13.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov  6 15:32:43 CET 2013 - ti...@suse.de
+
+- Fix breakage on GNU Emacs on openSUSE 13.1 (bnc#849211)
+- Added patch: anthy-use-last-command-event.diff
+
+---

New:

  anthy-use-last-command-event.diff



Other differences:
--
++ anthy.spec ++
--- /var/tmp/diff_new_pack.QjJwOs/_old  2013-11-08 07:03:14.0 +0100
+++ /var/tmp/diff_new_pack.QjJwOs/_new  2013-11-08 07:03:14.0 +0100
@@ -45,6 +45,8 @@
 Source2:baselibs.conf
 Patch2: anthy-last-command-char-xemacs.patch
 Patch3: bugzilla-224463-comparison-with-string-literal.patch
+# PATCH-FIX-OPENSUSE anthy-use-last-command-event.diff bnc#849211 ti...@suse.de
+Patch4: anthy-use-last-command-event.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Kana-Kanji Conversion Engine
 License:GPL-2.0+ and LGPL-2.1+
@@ -88,6 +90,9 @@
 %setup -q
 %patch2 -p 1
 %patch3 -p 1
+%if 0%{?suse_version}  1230
+%patch4 -p 1
+%endif
 
 %build
 autoreconf --force --install

++ anthy-use-last-command-event.diff ++
---
 src-util/anthy.el |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/src-util/anthy.el
+++ b/src-util/anthy.el
@@ -892,7 +892,7 @@
 ((equal event (character-to-event 'backspace)) 8)
 (t
  (char-to-int (event-to-character event)
-last-command-char))
+last-command-event))
 
 ;;
 ;;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit anthy for openSUSE:Factory

2013-07-12 Thread h_root
Hello community,

here is the log from the commit of package anthy for openSUSE:Factory checked 
in at 2013-07-12 20:41:52

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


Package is anthy

Changes:

--- /work/SRC/openSUSE:Factory/anthy/anthy.changes  2013-02-04 
19:27:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.anthy.new/anthy.changes 2013-07-12 
20:41:53.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 12 12:39:02 CEST 2013 - ti...@suse.de
+
+- work around the build error with xemacs 21.5.33
+
+---



Other differences:
--
++ anthy.spec ++
--- /var/tmp/diff_new_pack.A0FBRW/_old  2013-07-12 20:41:54.0 +0200
+++ /var/tmp/diff_new_pack.A0FBRW/_new  2013-07-12 20:41:54.0 +0200
@@ -106,7 +106,8 @@
 # compile the XEmacs versions of the emacs-lisp files and install them:
 pushd src-util
 rm -f *.elc
-make EMACS=xemacs
+# make EMACS=xemacs
+EMACS=xemacs ../elisp-comp *.el
 mkdir -p $RPM_BUILD_ROOT/usr/share/xemacs/site-packages/lisp/anthy
 install -m 644 *.el *.elc 
$RPM_BUILD_ROOT/usr/share/xemacs/site-packages/lisp/anthy
 popd

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



commit anthy for openSUSE:Factory

2013-02-04 Thread h_root
Hello community,

here is the log from the commit of package anthy for openSUSE:Factory checked 
in at 2013-02-04 19:27:27

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


Package is anthy, Maintainer is dmzh...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/anthy/anthy.changes  2012-06-05 
15:29:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.anthy.new/anthy.changes 2013-02-04 
19:27:29.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb  4 09:07:19 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ anthy.spec ++
--- /var/tmp/diff_new_pack.nOwwQH/_old  2013-02-04 19:27:30.0 +0100
+++ /var/tmp/diff_new_pack.nOwwQH/_new  2013-02-04 19:27:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package anthy
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   anthy
 BuildRequires:  emacs-x11
 %if 0%{?suse_version} = 1110
@@ -28,11 +29,11 @@
 BuildRequires:  openldap2-devel
 BuildRequires:  xemacs
 BuildRequires:  xorg-x11-devel
+Provides:   locale(emacs:ja)
+Provides:   locale(m17n-lib:ja)
 Provides:   locale(scim-anthy:ja)
 Provides:   locale(uim:ja)
-Provides:   locale(m17n-lib:ja)
 Provides:   locale(xemacs:ja)
-Provides:   locale(emacs:ja)
 Version:9100h
 Release:0
 Url:http://sourceforge.jp/projects/anthy/
@@ -46,7 +47,7 @@
 Patch3: bugzilla-224463-comparison-with-string-literal.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Kana-Kanji Conversion Engine
-License:GPL-2.0+ ; LGPL-2.1+
+License:GPL-2.0+ and LGPL-2.1+
 Group:  System/I18n/Japanese
 # Summary(ja): 仮名漢字変換エンジン
 # Anthy(旧称Ancy)

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



commit anthy for openSUSE:Factory

2012-06-05 Thread h_root
Hello community,

here is the log from the commit of package anthy for openSUSE:Factory checked 
in at 2012-06-05 15:29:19

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


Package is anthy, Maintainer is dmzh...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/anthy/anthy.changes  2011-12-12 
16:55:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.anthy.new/anthy.changes 2012-06-05 
15:29:21.0 +0200
@@ -1,0 +2,5 @@
+Sun Jun  3 03:15:56 UTC 2012 - i...@marguerite.su
+
+- fix sles builds.
+
+---



Other differences:
--
++ anthy.spec ++
--- /var/tmp/diff_new_pack.S1op6W/_old  2012-06-05 15:29:23.0 +0200
+++ /var/tmp/diff_new_pack.S1op6W/_new  2012-06-05 15:29:23.0 +0200
@@ -17,7 +17,9 @@
 
 Name:   anthy
 BuildRequires:  emacs-x11
+%if 0%{?suse_version} = 1110
 BuildRequires:  fdupes
+%endif
 BuildRequires:  giflib-devel
 BuildRequires:  krb5
 BuildRequires:  libpng-devel
@@ -71,6 +73,7 @@
 %package devel
 Summary:Include Files and Libraries mandatory for Development.
 License:GPL-2.0+
+Group:  System/I18n/Japanese
 Requires:   %{name} = %{version}
 # Summary(ja): Anthy のヘッダファイル及びライブラリです。
 # %description devel -l ja
@@ -106,7 +109,7 @@
 mkdir -p $RPM_BUILD_ROOT/usr/share/xemacs/site-packages/lisp/anthy
 install -m 644 *.el *.elc 
$RPM_BUILD_ROOT/usr/share/xemacs/site-packages/lisp/anthy
 popd
-%if %suse_version  1020
+%if %suse_version  1110
 %fdupes $RPM_BUILD_ROOT/usr/share
 %endif
 %{__rm} -f %{buildroot}%{_libdir}/*.la

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



commit anthy for openSUSE:Factory

2011-12-12 Thread h_root
Hello community,

here is the log from the commit of package anthy for openSUSE:Factory checked 
in at 2011-12-12 16:55:45

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


Package is anthy, Maintainer is dmzh...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/anthy/anthy.changes  2011-10-03 
09:12:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.anthy.new/anthy.changes 2011-12-12 
16:55:57.0 +0100
@@ -1,0 +2,5 @@
+Sun Dec 11 15:00:46 CET 2011 - meiss...@suse.de
+
+- does not need openldap2 direct dependency, libraries are enough
+
+---



Other differences:
--
++ anthy.spec ++
--- /var/tmp/diff_new_pack.dFKqds/_old  2011-12-12 16:56:06.0 +0100
+++ /var/tmp/diff_new_pack.dFKqds/_new  2011-12-12 16:56:06.0 +0100
@@ -15,21 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   anthy
-BuildRequires:  emacs-x11 giflib-devel krb5 libpng-devel libtiff-devel 
openldap2 openldap2-devel xemacs xorg-x11-devel
-BuildRequires:  libtool
+BuildRequires:  emacs-x11
 BuildRequires:  fdupes
-License:GPL-2.0+ ; LGPL-2.1+
-Group:  System/I18n/Japanese
+BuildRequires:  giflib-devel
+BuildRequires:  krb5
+BuildRequires:  libpng-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  libtool
+BuildRequires:  openldap2-devel
+BuildRequires:  xemacs
+BuildRequires:  xorg-x11-devel
 Provides:   locale(scim-anthy:ja)
 Provides:   locale(uim:ja)
 Provides:   locale(m17n-lib:ja)
 Provides:   locale(xemacs:ja)
 Provides:   locale(emacs:ja)
 Version:9100h
-Release:2
+Release:0
 Url:http://sourceforge.jp/projects/anthy/
 # old URL, still some information only there: 
http://www.kmc.kyoto-u.ac.jp/proj/heke/
 # cvs -d:pserver:anonym...@cvs.sourceforge.jp:/cvsroot/anthy login
@@ -41,6 +44,8 @@
 Patch3: bugzilla-224463-comparison-with-string-literal.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Kana-Kanji Conversion Engine
+License:GPL-2.0+ ; LGPL-2.1+
+Group:  System/I18n/Japanese
 # Summary(ja): 仮名漢字変換エンジン
 # Anthy(旧称Ancy)
 # 
@@ -64,9 +69,8 @@
 Heke Project).
 
 %package devel
-License:GPL-2.0+
 Summary:Include Files and Libraries mandatory for Development.
-Group:  System/I18n/Japanese
+License:GPL-2.0+
 Requires:   %{name} = %{version}
 # Summary(ja): Anthy のヘッダファイル及びライブラリです。
 # %description devel -l ja

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



commit anthy for openSUSE:Factory

2011-10-03 Thread h_root

Hello community,

here is the log from the commit of package anthy for openSUSE:Factory
checked in at Mon Oct 3 09:12:33 CEST 2011.




--- openSUSE:Factory/anthy/anthy.changes2011-09-23 01:51:50.0 
+0200
+++ anthy/anthy.changes 2011-09-30 22:09:28.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 30 20:07:41 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to make the spec file more reliable
+
+---

calling whatdependson for head-i586




Other differences:
--
++ anthy.spec ++
--- /var/tmp/diff_new_pack.fWxHlQ/_old  2011-10-03 09:12:30.0 +0200
+++ /var/tmp/diff_new_pack.fWxHlQ/_new  2011-10-03 09:12:30.0 +0200
@@ -19,9 +19,8 @@
 
 Name:   anthy
 BuildRequires:  emacs-x11 giflib-devel krb5 libpng-devel libtiff-devel 
openldap2 openldap2-devel xemacs xorg-x11-devel
-%if %suse_version  1020
+BuildRequires:  libtool
 BuildRequires:  fdupes
-%endif
 License:GPLv2+ ; LGPLv2.1+
 Group:  System/I18n/Japanese
 Provides:   locale(scim-anthy:ja)

continue with q...



Remember to have fun...

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