Hello community,

here is the log from the commit of package canna-yubin for openSUSE:Factory 
checked in at 2019-03-18 10:42:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/canna-yubin (Old)
 and      /work/SRC/openSUSE:Factory/.canna-yubin.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "canna-yubin"

Mon Mar 18 10:42:50 2019 rev:24 rq:685756 version:0.4.0.20190228.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/canna-yubin/canna-yubin.changes  2018-02-03 
15:42:56.996117410 +0100
+++ /work/SRC/openSUSE:Factory/.canna-yubin.new.28833/canna-yubin.changes       
2019-03-18 10:42:51.815164091 +0100
@@ -1,0 +2,11 @@
+Sun Mar 17 09:17:57 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Reduce PreReq to Requires(pre).
+
+-------------------------------------------------------------------
+Sun Mar 17 06:08:52 UTC 2019 - [email protected]
+
+- Updated upstream version to 0.4.0.20190228.0:
+  * Updated data to 2019-02-28 ver.
+
+-------------------------------------------------------------------

Old:
----
  canna-yubin-0.3.1.20180131.0.tar.xz

New:
----
  canna-yubin-0.4.0.20190228.0.tar.xz
  canna-yubin-0.4.0.20190228.0.tar.xz.asc
  canna-yubin.keyring

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

Other differences:
------------------
++++++ canna-yubin.spec ++++++
--- /var/tmp/diff_new_pack.D98Ned/_old  2019-03-18 10:42:52.615163635 +0100
+++ /var/tmp/diff_new_pack.D98Ned/_new  2019-03-18 10:42:52.615163635 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package canna-yubin
 #
-# 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,22 +12,24 @@
 # 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:           canna-yubin
 BuildRequires:  canna
-PreReq:         /usr/sbin/useradd
-Version:        0.3.1.20180131.0
+Version:        0.4.0.20190228.0
 Release:        0
 Url:            https://osdn.net/projects/canna-yubin/
-Source0:        https://osdn.net/dl/%{name}/%{name}-%{version}.tar.xz
+Source0:        
https://jaist.dl.osdn.jp/%{name}/70759/%{name}-%{version}.tar.xz
+Source1:        
https://jaist.dl.osdn.jp/%{name}/70759/%{name}-%{version}.tar.xz.asc
+Source2:        https://jaist.dl.osdn.jp/%{name}/70760/%{name}.keyring
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        Postal Code Extension Dictionary for Canna
-License:        GPL-2.0+ and SUSE-Public-Domain
+License:        GPL-2.0-or-later AND SUSE-Public-Domain
 Group:          System/I18n/Japanese
 BuildArch:      noarch
+Requires(pre):  shadow
 
 # Summary(ja): 郵便番号データのCanna用の辞書
 # _description -l ja
@@ -47,21 +49,16 @@
 %build
 %configure
 # make binary dictionaries:
-%__make
+make
 
 %install
 %define canna_system_dic_dir %{_var}/lib/canna/dic/canna
-[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && (
-    rm -rf $RPM_BUILD_ROOT;
-    mkdir "%buildroot"
-)
 %make_install
 
 %pre
-/usr/sbin/useradd -r -o -g bin -u 66 -s /bin/false -c "Wnn System Account" -d 
/var/lib/wnn wnn 2> /dev/null || :
-
-%clean
-#[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf 
$RPM_BUILD_ROOT;
+getent passwd wnn >/dev/null || \
+       %{_sbindir}/useradd -r -o -g root -u 66 -s /bin/false \
+       -c "Wnn System Account" -d %{_localstatedir}/lib/wnn wnn
 
 %files
 %defattr(-, root, root)

++++++ canna-yubin-0.3.1.20180131.0.tar.xz -> 
canna-yubin-0.4.0.20190228.0.tar.xz ++++++
++++ 7664 lines of diff (skipped)


Reply via email to