Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ipadic for openSUSE:Factory checked in at 2021-05-16 23:42:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ipadic (Old) and /work/SRC/openSUSE:Factory/.ipadic.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ipadic" Sun May 16 23:42:00 2021 rev:16 rq:893463 version:2.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ipadic/ipadic.changes 2013-12-23 22:15:59.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ipadic.new.2988/ipadic.changes 2021-05-16 23:44:17.857096751 +0200 @@ -1,0 +2,9 @@ +Wed May 12 18:00:32 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de> + +- Update to version 2.7.0 + * Parameters are updated + * CTYPE/CFORM are modified +- Use configure macro +- Updated ipadic.patch + +------------------------------------------------------------------- Old: ---- ipadic-2.6.3.tar.bz2 New: ---- ipadic-2.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ipadic.spec ++++++ --- /var/tmp/diff_new_pack.9fVQ4N/_old 2021-05-16 23:44:18.401094642 +0200 +++ /var/tmp/diff_new_pack.9fVQ4N/_new 2021-05-16 23:44:18.401094642 +0200 @@ -1,7 +1,7 @@ # # spec file for package ipadic # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,55 +12,51 @@ # 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/ # Name: ipadic -BuildRequires: chasen-devel -BuildRequires: perl-Text-ChaSen -#!BuildIgnore: ipadic -PreReq: %install_info_prereq -Version: 2.6.3 +Version: 2.7.0 Release: 0 -Url: http://chasen.aist-nara.ac.jp/ -# Original Source is gzipped. -Source0: http://chasen.aist-nara.ac.jp/stable/ipadic/ipadic-2.6.3.tar.bz2 -Patch0: ipadic.patch -BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Standard Japanese Dictionary for ChaSen License: SUSE-Permissive Group: System/I18n/Japanese +URL: https://osdn.net/projects/ipadic/ +Source0: https://osdn.net/projects/ipadic/downloads/24435/ipadic-2.7.0.tar.gz +Patch0: ipadic.patch +BuildRequires: automake +BuildRequires: chasen-devel +BuildRequires: perl-Text-ChaSen +#!BuildIgnore: ipadic +# FIXME: use proper Requires(pre/post/preun/...) +PreReq: %{install_info_prereq} +BuildArch: noarch %description Standard Japanese dictionary for ChaSen. - %prep -%setup -%patch0 -p 1 +%autosetup -p1 %build -./configure --prefix=%{_prefix} \ - --sysconfdir=%{_sysconfdir} \ - --with-dicdir=%{_prefix}/share/chasen/dic/ \ - --with-chasenrc-path=/etc/chasenrc \ - --mandir=%{_mandir} \ - --infodir=%{_infodir} \ +autoreconf -fi +%configure \ + --with-dicdir=%{_datadir}/chasen/dic/ \ + --with-chasenrc-path=%{_sysconfdir}/chasenrc +# single thread, broken with parallel build make %install -mkdir -p $RPM_BUILD_ROOT/etc -make DESTDIR=$RPM_BUILD_ROOT install -rm -f $RPM_BUILD_ROOT/%{_infodir}/dir +%make_install +rm -f %{buildroot}/%{_infodir}/dir %files -%defattr(-, root, root) -%doc AUTHORS COPYING ChangeLog NEWS* README* +%license COPYING +%doc AUTHORS ChangeLog NEWS* README* %doc doc/*.pdf -%dir %{_prefix}/share/chasen/ -%{_prefix}/share/chasen/* -%config /etc/chasenrc +%dir %{_datadir}/chasen/ +%{_datadir}/chasen/* +%config %{_sysconfdir}/chasenrc %changelog ++++++ ipadic.patch ++++++ --- /var/tmp/diff_new_pack.9fVQ4N/_old 2021-05-16 23:44:18.421094565 +0200 +++ /var/tmp/diff_new_pack.9fVQ4N/_new 2021-05-16 23:44:18.421094565 +0200 @@ -1,7 +1,7 @@ -diff -ru ipadic-2.6.3/Makefile.in ipadic-2.6.3.new/Makefile.in ---- ipadic-2.6.3/Makefile.in 2003-08-15 04:03:48.000000000 +0200 -+++ ipadic-2.6.3.new/Makefile.in 2003-08-25 19:34:22.000000000 +0200 -@@ -450,10 +450,10 @@ +diff -Nur ipadic-2.7.0/Makefile.am new/Makefile.am +--- ipadic-2.7.0/Makefile.am 2003-09-13 07:37:17.000000000 +0200 ++++ new/Makefile.am 2021-05-12 21:48:10.407751866 +0200 +@@ -18,10 +18,10 @@ $(MKDICDIR)/makeda chadic *.dic install-data-local: @@ -10,7 +10,7 @@ echo "Please modify @CHASEN_CHASENRC_PATH@"; \ else \ - cp chasenrc @CHASEN_CHASENRC_PATH@ ;\ -+ cp chasenrc $(DESTDIR)@CHASEN_CHASENRC_PATH@ ;\ ++ install -D -m 0644 chasenrc $(DESTDIR)@CHASEN_CHASENRC_PATH@/chasenrc ;\ fi - # sjis-dist: dist + sjis-dist: dist