Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package man-pages-zh_CN for openSUSE:Factory
checked in at 2021-11-03 17:25:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/man-pages-zh_CN (Old)
and /work/SRC/openSUSE:Factory/.man-pages-zh_CN.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "man-pages-zh_CN"
Wed Nov 3 17:25:31 2021 rev:17 rq:928842 version:1.6.3.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/man-pages-zh_CN/man-pages-zh_CN.changes
2014-08-03 15:36:41.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.man-pages-zh_CN.new.1890/man-pages-zh_CN.changes
2021-11-03 17:26:21.501340257 +0100
@@ -1,0 +2,20 @@
+Fri Oct 22 11:14:32 UTC 2021 - Ferdinand Thiessen <[email protected]>
+
+- Update to version 1.6.3.6
+ * Update translations for ulimit(3) from manpages-dev 5.10
+ * Update unicode_stop(1) and unicode_start(1) from kbd 2.3.0
+ * Add translation for epoll(7)
+ * Add coreutils 8.32 translation: od(1) and pr(1).
+ * Replace old fileutils ln(1) with coreutils ln(1).
+ * Replace old bsdutils kill(1) with coreutils kill(1).
+ * Some other minor improvements
+- Fix URL and SourceUrl
+
+-------------------------------------------------------------------
+Mon May 31 04:04:43 UTC 2021 - Marguerite Su <[email protected]>
+
+- update version 1.6.3.4
+ * switch upstream to https://github.com/manpages-zh
+ which has latest coreutils translations
+
+-------------------------------------------------------------------
Old:
----
man-pages-zh_CN-1.5.2.1.tar.xz
New:
----
manpages-zh-1.6.3.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ man-pages-zh_CN.spec ++++++
--- /var/tmp/diff_new_pack.bpx0JN/_old 2021-11-03 17:26:21.973340515 +0100
+++ /var/tmp/diff_new_pack.bpx0JN/_new 2021-11-03 17:26:21.977340517 +0100
@@ -1,7 +1,7 @@
#
# spec file for package man-pages-zh_CN
#
-# Copyright (c) 2014 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,20 +12,21 @@
# 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: man-pages-zh_CN
-Version: 1.5.2.1
+Version: 1.6.3.6
Release: 0
Summary: Simplified Chinese Linux man pages
-License: GFDL-1.3+
+License: GFDL-1.3-or-later
Group: System/I18n/Chinese
-Url: https://github.com/marguerite/man-pages-zh_CN
-Source:
https://github.com/marguerite/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
+URL: https://github.com/man-pages-zh/manpages-zh
+Source: %{URL}/archive/v%{version}/manpages-zh-%{version}.tar.gz
BuildRequires: libtool
-BuildRequires: xz
+BuildRequires: opencc
+BuildRequires: python3
Provides: locale(man:zh)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@@ -39,18 +40,15 @@
maintainers.
%prep
-%setup -q
+%setup -q -n manpages-zh-%{version}
%build
-./autogen.sh
+autoreconf -fiv
%configure --disable-zhtw
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
-# remove man pages packaged somewhere else
-for man in apropos.1 man.1 whatis.1; do
- rm %{buildroot}%{_mandir}/zh_CN/man1/$man
-done
+rm -rf %{buildroot}%{_datadir}/doc/manpages-zh
%files
%defattr(-,root,root)