Hello community,

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

Package is "ddskk"

Sun Mar 11 15:23:54 2018 rev:25 rq:584496 version:20160304

Changes:
--------
--- /work/SRC/openSUSE:Factory/ddskk/ddskk.changes      2017-08-12 
20:29:33.412228741 +0200
+++ /work/SRC/openSUSE:Factory/.ddskk.new/ddskk.changes 2018-03-11 
15:23:55.854057357 +0100
@@ -1,0 +2,31 @@
+Thu Mar  8 15:33:31 UTC 2018 - ft...@geeko.jp
+
+- Remove unnecessary script: SKK-JISYO.rb
+- Add download-dic.sh to Source
+
+-------------------------------------------------------------------
+Wed Mar  7 14:51:08 UTC 2018 - ft...@geeko.jp
+
+- Update to ddskk-16.2
+  * Drop support for GNU Emacs 22
+  * Support GNU Emacs 26
+  * bayesian/bskk: Support Ruby 2.4
+  * A New variable, skk-candidate-buffer-delete-other-windows
+    for users of popwin.el or shackle.el
+  * A New variable, skk-show-candidates-nth-henkan-char
+    to configure the number of space keys to show a candidate list
+  * A New variable, skk-henkan-number-to-display-candidates
+    to specify the number of candidates on a candidate list at once
+    obsoleting skk-henkan-show-candidates-rows
+- Update to ddskk-16.1
+  * Support GNU Emacs 25
+  * Update documents
+- Update dictionary to 20180304
+- Drop edict dictionary
+  * edict is now considered as non-free
+- Remove unnecessary documents
+- Fix License tag since some dictionary files are not distributed
+  under GPL-2.0+
+- Update the source code URL to GitHub
+
+-------------------------------------------------------------------

Old:
----
  SKK-JISYO.rb
  SKK-JISYO.wiki.20150326.bz2
  ddskk-20150816.tar.gz
  skkdic-20150821.tar.xz

New:
----
  ddskk-16.2_Warabitai.tar.gz
  download-dic.sh
  skkdic-20180304.tar.xz

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

Other differences:
------------------
++++++ ddskk.spec ++++++
--- /var/tmp/diff_new_pack.yY9hZf/_old  2018-03-11 15:23:57.246007422 +0100
+++ /var/tmp/diff_new_pack.yY9hZf/_new  2018-03-11 15:23:57.254007135 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ddskk
 #
-# 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
@@ -19,20 +19,21 @@
 # Current version does not build with current xemacs, disable for now
 %define use_xemacs 0
 Name:           ddskk
-Version:        20150816
+Version:        20160304
 Release:        0
 Summary:        SKK (Simple Kana to Kanji Conversion Program) for Emacs
-License:        GPL-2.0+
+License:        GPL-2.0+ and SUSE-Permissive and SUSE-Public-Domain
 Group:          Productivity/Editors/Emacs
 Url:            http://openlab.ring.gr.jp/skk/ddskk.html
-Source0:        
http://openlab.ring.gr.jp/skk/maintrunk/%{name}-%{version}.tar.gz
+Source0:        
https://github.com/skk-dev/ddskk/archive/%{name}-16.2_Warabitai.tar.gz
 Source1:        suse-start.el
-Source97:       SKK-JISYO.rb
+Source97:       download-dic.sh
 Source98:       README.SUSE
 Source99:       ddskk-rpmlintrc
-# see README.SUSE
-Source100:      skkdic-20150821.tar.xz
-Source200:      SKK-JISYO.wiki.20150326.bz2
+# see README.SUSE for how to generate this file.
+# NOTE: some dictionary files are not licenced under GPL-2.0+
+# see commiters.txt
+Source100:      skkdic-20180304.tar.xz
 Patch2:         bugzilla-141756-workaround.patch
 # PATCH-FIX-OPENSUSE or UPSTREAM -- drop build date to make build reproducible
 Patch3:         ddskk-drop-build-date.patch
@@ -96,20 +97,10 @@
 optional, additional dictionaries for SKK
 
 %prep
-%setup -q
+%setup -q -n ddskk-ddskk-16.2_Warabitai
 %patch2 -p1
 %patch3 -p1
 tar --strip-components=1 --xz -xf %{S:100} -C dic
-pushd dic
-    ln -sf zipcode/SKK-JISYO.* .
-popd
-iconv -f iso-2022-jp -t utf-8 doc/skk.texi > doc/skk.texi.utf-8
-mv doc/skk.texi.utf-8 doc/skk.texi
-perl -pi -e "s/coding: iso-2022-jp/coding: utf-8/" doc/skk.texi
-# check if changing the encoding cookie worked, exit if not:
-grep "coding: utf-8" doc/skk.texi || exit 1
-# unpack dictionaries' introduction
-cp %{S:200} . && bzip2 -d *.bz2
 
 %build
 %define emacs_sitelisp_dir %{_datadir}/emacs/site-lisp
@@ -192,6 +183,8 @@
 %{emacs_package_dir}
 %config %{emacs_sitelisp_dir}/suse-start-%{name}.el
 %{_infodir}/*
+%exclude %{_datadir}/doc/packages/ddskk/READMEs/README.MacOSX.ja
+%exclude %{_datadir}/doc/packages/ddskk/READMEs/README.w32.ja.org
 
 %if %{use_xemacs}
 %files -n ddskk-xemacs
@@ -206,7 +199,8 @@
 
 %files -n skkdic
 %defattr(-,root,root)
-%doc dic/ChangeLog* dic/edict_doc.txt dic/READMEs/committers.txt 
dic/zipcode/README.ja SKK-JISYO.wiki.20150326 
+%doc dic/ChangeLog*
+%license dic/READMEs/committers.txt
 %dir %{_datadir}/skk/
 %{_datadir}/skk/SKK-JISYO.L
 %{_datadir}/skk/skk.xpm
@@ -220,6 +214,7 @@
 %{_datadir}/skk/SKK-JISYO.M
 %{_datadir}/skk/SKK-JISYO.zipcode
 %{_datadir}/skk/SKK-JISYO.office.zipcode
+# SUSE-Permissive
 %{_datadir}/skk/SKK-JISYO.pubdic+
 %{_datadir}/skk/SKK-JISYO.JIS3_4
 %{_datadir}/skk/SKK-JISYO.JIS2
@@ -234,6 +229,7 @@
 %{_datadir}/skk/SKK-JISYO.itaiji.JIS3_4
 %{_datadir}/skk/SKK-JISYO.jinmei
 %{_datadir}/skk/SKK-JISYO.law
+%{_datadir}/skk/SKK-JISYO.lisp
 %{_datadir}/skk/SKK-JISYO.mazegaki
 %{_datadir}/skk/SKK-JISYO.okinawa
 %{_datadir}/skk/SKK-JISYO.propernoun

++++++ README.SUSE ++++++
--- /var/tmp/diff_new_pack.yY9hZf/_old  2018-03-11 15:23:57.298005556 +0100
+++ /var/tmp/diff_new_pack.yY9hZf/_new  2018-03-11 15:23:57.298005556 +0100
@@ -1,14 +1,4 @@
 # skk-dic
 
-get -c -r -np -k -L -p http://openlab.ring.gr.jp/skk/skk/dic/
-# 20150821: visit the link and see the last modification time
-cp -r openlab.ring.gr.jp/skk/skk/dic skkdic-20150821
-rm -rf skkdic-20150821/index*
-tar -cvf skkdic-20150821.tar skkdic-20150821
-xz -z -9 skkdic-20150821.tar
-
-# SKK-JISYO.wiki.20150326.bz2
-
-# 20150326: visit the page and see the last update time
-./SKK-JISYO > SKK-JISYO.wiki.20150326
-bzip2 -z -9 SKK-JISYO.wiki.20150326
+# visit the link and see the last modification time
+./download-dic.sh 20180307

++++++ download-dic.sh ++++++
#!/bin/sh

if [ -z $1 ]; then
    echo Usage: download-dic.sh YYYYMMDD
    exit 1;
fi

dest=skkdic-$1
rm -r $dest
# wget -c -r -np -k -L -p http://openlab.ring.gr.jp/skk/skk/dic/
mkdir -p $dest
find openlab.ring.gr.jp/skk/skk/dic -name "SKK-JISYO.*" -exec cp {} $dest \;

# remove dictionaries that cannot be packaged
rm -f $dest/dic/SKK-JISYO.edict

mkdir -p $dest/READMEs
cp openlab.ring.gr.jp/skk/skk/dic/READMEs/committers.txt $dest/READMEs
cp openlab.ring.gr.jp/skk/skk/dic/ChangeLog* $dest

tar cvJf skkdic-$1.tar.xz $dest
++++++ skkdic-20150821.tar.xz -> skkdic-20180304.tar.xz ++++++
/work/SRC/openSUSE:Factory/ddskk/skkdic-20150821.tar.xz 
/work/SRC/openSUSE:Factory/.ddskk.new/skkdic-20180304.tar.xz differ: char 17, 
line 1



Reply via email to