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 2025-02-11 21:25:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/man-pages-zh_CN (Old)
and /work/SRC/openSUSE:Factory/.man-pages-zh_CN.new.19470 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "man-pages-zh_CN"
Tue Feb 11 21:25:22 2025 rev:19 rq:1244983 version:1.6.4.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/man-pages-zh_CN/man-pages-zh_CN.changes
2024-01-07 21:40:25.132273514 +0100
+++
/work/SRC/openSUSE:Factory/.man-pages-zh_CN.new.19470/man-pages-zh_CN.changes
2025-02-11 21:27:12.368647881 +0100
@@ -1,0 +2,8 @@
+Mon Feb 10 11:50:07 UTC 2025 - [email protected]
+
+- version update to 1.6.4.2
+ * environ(7): Retranslate using upstream man page from Linux man-pages
+ 6.9.1.
+ * COPYRIGHT: Update information and use more SPDX short license name.
+
+-------------------------------------------------------------------
Old:
----
manpages-zh-1.6.4.0.tar.gz
New:
----
manpages-zh-1.6.4.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ man-pages-zh_CN.spec ++++++
--- /var/tmp/diff_new_pack.PsIZYf/_old 2025-02-11 21:27:12.828666857 +0100
+++ /var/tmp/diff_new_pack.PsIZYf/_new 2025-02-11 21:27:12.832667022 +0100
@@ -1,7 +1,7 @@
#
# spec file for package man-pages-zh_CN
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
Name: man-pages-zh_CN
-Version: 1.6.4.0
+Version: 1.6.4.2
Release: 0
Summary: Simplified Chinese Linux man pages
License: GFDL-1.3-or-later
Group: System/I18n/Chinese
URL: https://github.com/man-pages-zh/manpages-zh
Source: %{URL}/archive/v%{version}/manpages-zh-%{version}.tar.gz
-BuildRequires: libtool
+BuildRequires: cmake
+BuildRequires: gcc-c++
BuildRequires: opencc
BuildRequires: python3
Provides: locale(man:zh)
@@ -42,12 +43,14 @@
%setup -q -n manpages-zh-%{version}
%build
-autoreconf -fiv
-%configure --disable-zhtw
+%cmake
+%cmake_build
%install
-%make_install
-rm -rf %{buildroot}%{_datadir}/doc/manpages-zh
+%cmake_install
+# this is man-pages-zh_CN package, perhaps could be renamed to
+# man-pages-zh with CN and TW multibuild flavors?
+rm -r %{buildroot}%{_mandir}/zh_TW
%files
%license COPYING
++++++ manpages-zh-1.6.4.0.tar.gz -> manpages-zh-1.6.4.2.tar.gz ++++++
++++ 1882 lines of diff (skipped)