From f7b8fceb7144e88dc4af5938102942e18b21cb94 Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Sat, 15 Oct 2022 17:41:25 +0000 Subject: [PATCH 01/24] Rebase to version 2.11.0 Resolves: #2135043 --- .gitignore | 1 + man-db.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 36994c7..af3bcbe 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /man-db-2.10.0.tar.xz /man-db-2.10.1.tar.xz /man-db-2.10.2.tar.xz +/man-db-2.11.0.tar.xz diff --git a/man-db.spec b/man-db.spec index e6e51cf..ded6b6d 100644 --- a/man-db.spec +++ b/man-db.spec @@ -2,8 +2,8 @@ Summary: Tools for searching and reading man pages Name: man-db -Version: 2.10.2 -Release: 2%{?dist} +Version: 2.11.0 +Release: 1%{?dist} # GPLv2+ .. man-db # GPLv3+ .. gnulib License: GPLv2+ and GPLv3+ @@ -225,6 +225,9 @@ fi %config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron %changelog +* Fri Oct 14 2022 Lukas Javorsky - 2.11.0-1 +- Rebase to version 2.11.0 + * Thu Jul 21 2022 Fedora Release Engineering - 2.10.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/sources b/sources index 0d9213b..8c957fa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (man-db-2.10.2.tar.xz) = 5ad7a7b601aadf4d2d7cc068881fffe3d91dc85fcf4c17e66fbe6e2b04bb1c46f5ba5d4bc7f6ab3f39e00065be39061b101d3064c12b1e89f0fee61c088611bf +SHA512 (man-db-2.11.0.tar.xz) = 0790dd6109e537f7dffb29258efd929d79274150755cab6bb8d6f239ad32df3a2006e00f61988808dc280fd3c1493a969e75cb8c4aab653f805bae8b73d9c910 From 4b6ff0aef0ae0f7921d7381b6a5017ee9c28be7f Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Fri, 18 Nov 2022 13:05:36 +0000 Subject: [PATCH 02/24] Rebase to version 2.11.1 Added Korean translations Resolves: #2142761 --- .gitignore | 1 + man-db.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index af3bcbe..a6bee79 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /man-db-2.10.1.tar.xz /man-db-2.10.2.tar.xz /man-db-2.11.0.tar.xz +/man-db-2.11.1.tar.xz diff --git a/man-db.spec b/man-db.spec index ded6b6d..cd1cbf3 100644 --- a/man-db.spec +++ b/man-db.spec @@ -2,7 +2,7 @@ Summary: Tools for searching and reading man pages Name: man-db -Version: 2.11.0 +Version: 2.11.1 Release: 1%{?dist} # GPLv2+ .. man-db # GPLv3+ .. gnulib @@ -210,6 +210,7 @@ fi %lang(id) %{_datadir}/man/id/man*/* %lang(it) %{_datadir}/man/it/man*/* %lang(ja) %{_datadir}/man/ja/man*/* +%lang(ko) %{_datadir}/man/ko/man*/* %lang(nl) %{_datadir}/man/nl/man*/* %lang(pl) %{_datadir}/man/pl/man*/* %lang(pt) %{_datadir}/man/pt/man*/* @@ -225,6 +226,11 @@ fi %config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron %changelog +* Fri Nov 18 2022 Lukas Javorsky - 2.11.1-1 +- Rebase to version 2.11.1 +- Add Korean translations +- Resolves: #2142761 + * Fri Oct 14 2022 Lukas Javorsky - 2.11.0-1 - Rebase to version 2.11.0 diff --git a/sources b/sources index 8c957fa..c98580a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (man-db-2.11.0.tar.xz) = 0790dd6109e537f7dffb29258efd929d79274150755cab6bb8d6f239ad32df3a2006e00f61988808dc280fd3c1493a969e75cb8c4aab653f805bae8b73d9c910 +SHA512 (man-db-2.11.1.tar.xz) = 249d65d01d83feac2503bfc1fba6d018ea0f7485c1112f1bfb4849ef7fbc3c1a50b97ab0844a7792d83bb1084a89abb4fa309ce1bc2bdf1183fe35b9e4f06263 From 8898ace03ad1202048676670105500321bc7ff06 Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Mon, 9 Jan 2023 14:10:26 +0000 Subject: [PATCH 03/24] Rebase to version 2.11.2 Resolves: #2159148 --- .gitignore | 1 + man-db.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a6bee79..c5fff0b 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /man-db-2.10.2.tar.xz /man-db-2.11.0.tar.xz /man-db-2.11.1.tar.xz +/man-db-2.11.2.tar.xz diff --git a/man-db.spec b/man-db.spec index cd1cbf3..da2e251 100644 --- a/man-db.spec +++ b/man-db.spec @@ -2,7 +2,7 @@ Summary: Tools for searching and reading man pages Name: man-db -Version: 2.11.1 +Version: 2.11.2 Release: 1%{?dist} # GPLv2+ .. man-db # GPLv3+ .. gnulib @@ -226,6 +226,9 @@ fi %config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron %changelog +* Mon Jan 09 2023 Lukas Javorsky - 2.11.2-1 +- Rebase to version 2.11.2 + * Fri Nov 18 2022 Lukas Javorsky - 2.11.1-1 - Rebase to version 2.11.1 - Add Korean translations diff --git a/sources b/sources index c98580a..d4da7c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (man-db-2.11.1.tar.xz) = 249d65d01d83feac2503bfc1fba6d018ea0f7485c1112f1bfb4849ef7fbc3c1a50b97ab0844a7792d83bb1084a89abb4fa309ce1bc2bdf1183fe35b9e4f06263 +SHA512 (man-db-2.11.2.tar.xz) = edb71cce7249c7b7f2f524e92f682047a77ed9ae8856763dfc8e18e239444651ff4c505e697f5a8b1be3b85678e714fbb1a520defe72a4eb685bc2cecc0e4391 From 0a36348a416079ccf78a67ada233cf0dc0d151b4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 18:53:28 +0000 Subject: [PATCH 04/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- man-db.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/man-db.spec b/man-db.spec index da2e251..022be92 100644 --- a/man-db.spec +++ b/man-db.spec @@ -3,7 +3,7 @@ Summary: Tools for searching and reading man pages Name: man-db Version: 2.11.2 -Release: 1%{?dist} +Release: 2%{?dist} # GPLv2+ .. man-db # GPLv3+ .. gnulib License: GPLv2+ and GPLv3+ @@ -226,6 +226,9 @@ fi %config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 2.11.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Mon Jan 09 2023 Lukas Javorsky - 2.11.2-1 - Rebase to version 2.11.2 From 05a0b1d04bd38bc697c9a04fad198eab34eb2ff4 Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Thu, 23 Mar 2023 11:39:47 +0000 Subject: [PATCH 05/24] migrated to SPDX license --- man-db.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man-db.spec b/man-db.spec index 022be92..949b747 100644 --- a/man-db.spec +++ b/man-db.spec @@ -6,7 +6,7 @@ Version: 2.11.2 Release: 2%{?dist} # GPLv2+ .. man-db # GPLv3+ .. gnulib -License: GPLv2+ and GPLv3+ +License: GPL-2.0-or-later AND GPL-3.0-or-later URL: http://www.nongnu.org/man-db/ Source0: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.xz From 75e961c75ee57dac17027ff64e1d52c4f7c12377 Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Mon, 10 Jul 2023 08:49:11 +0000 Subject: [PATCH 06/24] Add Recommends to package glibc-gconv-extra When glibc-gconv-extra package is missing, `mandb -c` returns warnings if man pages on the system attempt to utilize the ISO 8859-2 charset. Adding only recommends because some packages that want's the minimal footprint may accept to have these warnings. Resolves: #2182414 --- man-db.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/man-db.spec b/man-db.spec index 949b747..29316d7 100644 --- a/man-db.spec +++ b/man-db.spec @@ -3,7 +3,7 @@ Summary: Tools for searching and reading man pages Name: man-db Version: 2.11.2 -Release: 2%{?dist} +Release: 3%{?dist} # GPLv2+ .. man-db # GPLv3+ .. gnulib License: GPL-2.0-or-later AND GPL-3.0-or-later @@ -27,6 +27,7 @@ BuildRequires: gcc BuildRequires: systemd BuildRequires: gdbm-devel, gettext, groff, less, libpipeline-devel, zlib-devel BuildRequires: po4a, perl-interpreter, perl-version +Recommends: glibc-gconv-extra Requires(post): %{_sbindir}/update-alternatives Requires(postun): %{_sbindir}/update-alternatives @@ -226,6 +227,10 @@ fi %config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron %changelog +* Mon Jul 10 2023 Lukas Javorsky - 2.11.2-3 +- Add Recommends to package glibc-gconv-extra +- Justification in BZ#2182414 + * Thu Jan 19 2023 Fedora Release Engineering - 2.11.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 923262b0f6bf732049f78367c7aad0941fa21225 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jul 2023 13:41:52 +0000 Subject: [PATCH 07/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- man-db.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/man-db.spec b/man-db.spec index 29316d7..504841d 100644 --- a/man-db.spec +++ b/man-db.spec @@ -3,7 +3,7 @@ Summary: Tools for searching and reading man pages Name: man-db Version: 2.11.2 -Release: 3%{?dist} +Release: 4%{?dist} # GPLv2+ .. man-db # GPLv3+ .. gnulib License: GPL-2.0-or-later AND GPL-3.0-or-later @@ -227,6 +227,9 @@ fi %config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron %changelog +* Thu Jul 20 2023 Fedora Release Engineering - 2.11.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Mon Jul 10 2023 Lukas Javorsky - 2.11.2-3 - Add Recommends to package glibc-gconv-extra - Justification in BZ#2182414 From 751637c9397bd592a16135fb2adc55d916034254 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 24 Jul 2023 08:26:03 -0400 Subject: [PATCH 08/24] Fix build for groff 1.23 This includes a series of upstream fixes needed for the tests to pass with groff 1.23. These should be included in the next release. --- man-db-2.11.2-groff-1.23.patch | 209 +++++++++++++++++++++++++++++++++ man-db.spec | 4 + 2 files changed, 213 insertions(+) create mode 100644 man-db-2.11.2-groff-1.23.patch diff --git a/man-db-2.11.2-groff-1.23.patch b/man-db-2.11.2-groff-1.23.patch new file mode 100644 index 0000000..776b721 --- /dev/null +++ b/man-db-2.11.2-groff-1.23.patch @@ -0,0 +1,209 @@ +From bbf7701c4f8269090a12791f3c9bde80d45c8765 Mon Sep 17 00:00:00 2001 +From: "G. Branden Robinson" +Date: Wed, 19 Jul 2023 01:58:07 -0500 +Subject: [PATCH 17/30] Improve lexgrog(1) portability + +This fixes a test failure in man1/lexgrog.1 when building against groff +1.23.0. + +Borrow code from groff 1.23.0's "an-ext.tmac" file (licensed as +permissively as a decadent society) to implement `EX` and `EE` extension +macros from Ninth Edition Research Unix (1986) (and groff) to get +monospaced code displays in a more portable way. There is no way to +portably change font families in pure man(7) itself, and the names of +troff typefaces aren't very portable either. There is also no portable +way to test for the _existence_ of a font. FTW. + +("Portable" here largely means "to AT&T device-independent troff +implementations", for which there has been no official source since the +mid-1990s.[1] Several AT&T Unix System V licensees/descendants have +continued to ship their own vendored versions, but these have enjoyed +little or no development for the past 3 decades.) + +* Define a string `mC` to store the name of a presumed monospaced roman + typeface. Use "CW", which is portable to AT&T device-independent + troff of the early 1980s before it occurred to anyone that Courier + might someday be available in italic and bold styles (and budget + available to purchase them). +* Define `mC` as "CR" if using a typesetting device and the formatter is + groff, or claims groff compatibility by the setting the `.g` register. + This is reasonably portable to modern implementations given + traditional troff font naming practices and the pervasive influence of + Adobe Software and the "base fonts" of its PostScript and PDF + specifications. +* If not typesetting (i.e., if using nroff), define `mC` as "R", which + is certain to be available. +* Define `EX` and `EE` macros as groff does, if the formatter does not + set the `.g` register. +* Migrate from `ft CW` and `nf` requests to `EX` macro calls. +* Migrate from `ft P` and `fi` requests to `EE` macro calls. +* Replace an inline use of `\f(CW` with a change to inline bold. There + is to date no portable way to inline a font family change. + +Test passes now. Tested as-is and with the `EX` and `EE` macro +definitions forcibly enabled. + +[1] https://groups.google.com/g/comp.text/c/COkqrii4W0E/m/7HarA8Ha2dAJ +--- + man/man1/lexgrog.man1 | 57 ++++++++++++++++++++++++++++++++----------- + 1 file changed, 43 insertions(+), 14 deletions(-) + +diff --git a/man/man1/lexgrog.man1 b/man/man1/lexgrog.man1 +index 37b9d287..f9f708f8 100644 +--- a/man/man1/lexgrog.man1 ++++ b/man/man1/lexgrog.man1 +@@ -5,6 +5,41 @@ + .\" You may distribute under the terms of the GNU General Public + .\" License as specified in the file docs/COPYING.GPLv2 that comes with the + .\" man-db distribution. ++.\" ++.ds mC CW ++.if t .if \n(.g .ds mC CR ++.if n .ds mC R ++. ++.nr mE 0 \" in an example (EX/EE)? ++. ++.if \n(.g \{\ ++.de EX ++. br ++. if !\\n(mE \{\ ++. nr mF \\n(.f ++. nr mP \\n(PD ++. nr PD 1v ++. nf ++. ft \\*(mC ++. nr mE 1 ++. \} ++.. ++.\} ++. ++. ++.\" End example. ++.if \n(.g \{\ ++.de EE ++. br ++. if \\n(mE \{\ ++. ft \\n(mF ++. nr PD \\n(mP ++. fi ++. nr mE 0 ++. \} ++.. ++.\} ++. + .pc + .TH LEXGROG 1 "%date%" "%version%" "Manual pager utils" + .SH NAME +@@ -133,12 +168,10 @@ macro set, a correct + section looks something like this: + .PP + .RS +-.ft CW +-.nf ++.EX + \&.SH NAME + foo \e\- program to do something +-.fi +-.ft P ++.EE + .RE + .PP + Some manual pagers require the \(oq\e\-\(cq to be exactly as shown; +@@ -157,18 +190,16 @@ If several features with different descriptions are being documented in the + same manual page, the following form is therefore used: + .PP + .RS +-.ft CW +-.nf ++.EX + \&.SH NAME + foo, bar \e\- programs to do something + \&.br + baz \e\- program to do nothing +-.fi +-.ft P ++.EE + .RE + .PP +-(A macro which starts a new paragraph, like \f(CW.PP\fP, may be used instead +-of the break macro \f(CW.br\fP.) ++(A macro which starts a new paragraph, like \fB.PP\fP, may be used instead ++of the break macro \fB.br\fP.) + .PP + When using the BSD-derived + .I mdoc +@@ -177,13 +208,11 @@ macro set, a correct + section looks something like this: + .PP + .RS +-.ft CW +-.nf ++.EX + \&.Sh NAME + \&.Nm foo + \&.Nd program to do something +-.fi +-.ft P ++.EE + .RE + + There are several common reasons why whatis parsing fails. +-- +2.41.0 + +From 043c3cb83ce179e4c49528742df24b3b53923c4d Mon Sep 17 00:00:00 2001 +From: Colin Watson +Date: Wed, 19 Jul 2023 23:14:20 +0100 +Subject: [PATCH 18/30] Avoid translation fallout from lexgrog(1) fix + +* man/man1/lexgrog.man1: Protect `.ds mC CW` with `.if !'po4a'hide'`, to +avoid "CW" showing up as a string for translation. +--- + man/man1/lexgrog.man1 | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/man/man1/lexgrog.man1 b/man/man1/lexgrog.man1 +index f9f708f8..5a5f4206 100644 +--- a/man/man1/lexgrog.man1 ++++ b/man/man1/lexgrog.man1 +@@ -6,7 +6,7 @@ + .\" License as specified in the file docs/COPYING.GPLv2 that comes with the + .\" man-db distribution. + .\" +-.ds mC CW ++.if !'po4a'hide' .ds mC CW + .if t .if \n(.g .ds mC CR + .if n .ds mC R + . +-- +2.41.0 + +From b12ffb9df7a6a8956b08206c36be70fac78508bd Mon Sep 17 00:00:00 2001 +From: Colin Watson +Date: Thu, 20 Jul 2023 00:18:59 +0100 +Subject: [PATCH 19/30] Update warning regex for groff 1.23.0 + +Part of https://gitlab.com/man-db/man-db/-/issues/25. + +* man/check-man: groff 1.23.0 says "cannot break line" rather than +"can't break line"; update regular expression. +--- + man/check-man | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/man/check-man b/man/check-man +index a58b7f9d..f8985a0d 100755 +--- a/man/check-man ++++ b/man/check-man +@@ -31,7 +31,7 @@ errors="$(LC_ALL=C MANWIDTH=80 MAN_KEEP_FORMATTING=1 "$top_builddir/libtool" \ + # Indeed, even for other languages we're going to get "cannot adjust line" + # if %manpath_config_file% expands to something long. Hmm. We'll just ignore + # this across the board for now. +-errors="$(echo "$errors" | $EGREP -v "(cannot adjust line|can't break line)")" || true ++errors="$(echo "$errors" | $EGREP -v "(cannot adjust line|(can't|cannot) break line)")" || true + + if [ "$code" != 0 ]; then + echo "man -E UTF-8 -l $1 failed with exit status $code and error output:" +-- +2.41.0 + diff --git a/man-db.spec b/man-db.spec index 504841d..3866787 100644 --- a/man-db.spec +++ b/man-db.spec @@ -15,6 +15,10 @@ Source2: man-db.sysconfig Source3: man-db-cache-update.service Source4: man-db-restart-cache-update.service +# https://gitlab.com/man-db/man-db/-/issues/25 +# https://gitlab.com/man-db/man-db/-/issues/26 +Patch0: man-db-2.11.2-groff-1.23.patch + Obsoletes: man < 2.0 Provides: man = %{version} Provides: man-pages-reader = %{version} From 4de9a52cd338b5e4b62e4574f8d1c6cc9f3e8780 Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Tue, 25 Jul 2023 07:50:29 +0000 Subject: [PATCH 09/24] Release bump after added Patch0 from yselkowitz --- man-db.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/man-db.spec b/man-db.spec index 3866787..b15a175 100644 --- a/man-db.spec +++ b/man-db.spec @@ -3,7 +3,7 @@ Summary: Tools for searching and reading man pages Name: man-db Version: 2.11.2 -Release: 4%{?dist} +Release: 5%{?dist} # GPLv2+ .. man-db # GPLv3+ .. gnulib License: GPL-2.0-or-later AND GPL-3.0-or-later @@ -231,6 +231,9 @@ fi %config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron %changelog +* Tue Jul 25 2023 Lukas Javorsky - 2.11.2-5 +- Release bump after added Patch0 from yselkowitz + * Thu Jul 20 2023 Fedora Release Engineering - 2.11.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From e10f5e2a91febf213b685924b594b5f6fbb449ed Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Wed, 27 Sep 2023 07:51:58 +0000 Subject: [PATCH 10/24] Rebase to version 2.12.0 Patch0 was upstreamed Resolves: #2240403 --- .gitignore | 1 + man-db.spec | 12 ++++++------ sources | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index c5fff0b..2202d83 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /man-db-2.11.0.tar.xz /man-db-2.11.1.tar.xz /man-db-2.11.2.tar.xz +/man-db-2.12.0.tar.xz diff --git a/man-db.spec b/man-db.spec index b15a175..986878f 100644 --- a/man-db.spec +++ b/man-db.spec @@ -2,8 +2,8 @@ Summary: Tools for searching and reading man pages Name: man-db -Version: 2.11.2 -Release: 5%{?dist} +Version: 2.12.0 +Release: 1%{?dist} # GPLv2+ .. man-db # GPLv3+ .. gnulib License: GPL-2.0-or-later AND GPL-3.0-or-later @@ -15,10 +15,6 @@ Source2: man-db.sysconfig Source3: man-db-cache-update.service Source4: man-db-restart-cache-update.service -# https://gitlab.com/man-db/man-db/-/issues/25 -# https://gitlab.com/man-db/man-db/-/issues/26 -Patch0: man-db-2.11.2-groff-1.23.patch - Obsoletes: man < 2.0 Provides: man = %{version} Provides: man-pages-reader = %{version} @@ -231,6 +227,10 @@ fi %config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron %changelog +* Wed Sep 27 2023 Lukas Javorsky - 2.12.0-1 +- Rebase to version 2.12.0 +- Patch0 was upstreamed + * Tue Jul 25 2023 Lukas Javorsky - 2.11.2-5 - Release bump after added Patch0 from yselkowitz diff --git a/sources b/sources index d4da7c3..f5f396b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (man-db-2.11.2.tar.xz) = edb71cce7249c7b7f2f524e92f682047a77ed9ae8856763dfc8e18e239444651ff4c505e697f5a8b1be3b85678e714fbb1a520defe72a4eb685bc2cecc0e4391 +SHA512 (man-db-2.12.0.tar.xz) = 4b644a508cf10ef6d27b6325b08f8a89e0695bbc1409bf420efd27649c6851860cc472c4d86063f7b71dccd01fb158faa82afa1e2b91c9a20154acf66b0349bf From 9cd9dd71489879e2b4ccca0daeeeee5b67f347a5 Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Fri, 29 Sep 2023 08:44:09 +0000 Subject: [PATCH 11/24] Add GPG verify on the package --- .gitignore | 1 + man-db.spec | 18 +++++++++++++----- sources | 1 + 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 2202d83..2414e97 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /man-db-2.11.1.tar.xz /man-db-2.11.2.tar.xz /man-db-2.12.0.tar.xz +/man-db-2.12.0.tar.xz.asc diff --git a/man-db.spec b/man-db.spec index 986878f..09030be 100644 --- a/man-db.spec +++ b/man-db.spec @@ -3,17 +3,20 @@ Summary: Tools for searching and reading man pages Name: man-db Version: 2.12.0 -Release: 1%{?dist} +Release: 2%{?dist} # GPLv2+ .. man-db # GPLv3+ .. gnulib License: GPL-2.0-or-later AND GPL-3.0-or-later URL: http://www.nongnu.org/man-db/ Source0: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.xz -Source1: man-db.crondaily -Source2: man-db.sysconfig -Source3: man-db-cache-update.service -Source4: man-db-restart-cache-update.service +Source1: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.xz.asc +Source2: https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xac0a4ff12611b6fccf01c111393587d97d86500b + +Source3: man-db.crondaily +Source4: man-db.sysconfig +Source5: man-db-cache-update.service +Source6: man-db-restart-cache-update.service Obsoletes: man < 2.0 Provides: man = %{version} @@ -27,6 +30,7 @@ BuildRequires: gcc BuildRequires: systemd BuildRequires: gdbm-devel, gettext, groff, less, libpipeline-devel, zlib-devel BuildRequires: po4a, perl-interpreter, perl-version +BuildRequires: gnupg2 Recommends: glibc-gconv-extra Requires(post): %{_sbindir}/update-alternatives @@ -53,6 +57,7 @@ BuildArch: noarch This package provides periodic update of man-db cache. %prep +%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' %autosetup -p1 %build @@ -227,6 +232,9 @@ fi %config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron %changelog +* Fri Sep 29 2023 Lukas Javorsky - 2.12.0-2 +- Add GPG verify on the package + * Wed Sep 27 2023 Lukas Javorsky - 2.12.0-1 - Rebase to version 2.12.0 - Patch0 was upstreamed diff --git a/sources b/sources index f5f396b..f496404 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (man-db-2.12.0.tar.xz) = 4b644a508cf10ef6d27b6325b08f8a89e0695bbc1409bf420efd27649c6851860cc472c4d86063f7b71dccd01fb158faa82afa1e2b91c9a20154acf66b0349bf +SHA512 (man-db-2.12.0.tar.xz.asc) = 20ee61dacc33acee92c1c7d9b63df538c8dd884775ae00c3cb984158424a57a6d6906cacd2dc2b914fb3a293dc37b98f757d361b56c6706236867f3462f9996b From 6d98edec09543be5e5bfcc8a5f43987ad665e98f Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Mon, 2 Oct 2023 12:01:03 +0000 Subject: [PATCH 12/24] Rename the GPG key to correct name --- man-db.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man-db.spec b/man-db.spec index 09030be..6a3a348 100644 --- a/man-db.spec +++ b/man-db.spec @@ -57,6 +57,8 @@ BuildArch: noarch This package provides periodic update of man-db cache. %prep +# Rename the GPG key to correct name +mv lookup 0xac0a4ff12611b6fccf01c111393587d97d86500b %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' %autosetup -p1 From 955f3e8d084dfd40d34257e606d50d88243f7575 Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Mon, 2 Oct 2023 12:37:56 +0000 Subject: [PATCH 13/24] Fix the troublesome URL for GPG key --- .gitignore | 1 + man-db.spec | 6 +++--- sources | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2414e97..e0f75db 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /man-db-2.11.2.tar.xz /man-db-2.12.0.tar.xz /man-db-2.12.0.tar.xz.asc +/0xac0a4ff12611b6fccf01c111393587d97d86500b diff --git a/man-db.spec b/man-db.spec index 6a3a348..519f0ae 100644 --- a/man-db.spec +++ b/man-db.spec @@ -11,7 +11,9 @@ URL: http://www.nongnu.org/man-db/ Source0: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.xz Source1: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.xz.asc -Source2: https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xac0a4ff12611b6fccf01c111393587d97d86500b +# Man-db GPG key is stored in a different name which makes it hard to fetch +# It was downloaded here: https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xac0a4ff12611b6fccf01c111393587d97d86500b +Source2: 0xac0a4ff12611b6fccf01c111393587d97d86500b Source3: man-db.crondaily Source4: man-db.sysconfig @@ -57,8 +59,6 @@ BuildArch: noarch This package provides periodic update of man-db cache. %prep -# Rename the GPG key to correct name -mv lookup 0xac0a4ff12611b6fccf01c111393587d97d86500b %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' %autosetup -p1 diff --git a/sources b/sources index f496404..3e58160 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ SHA512 (man-db-2.12.0.tar.xz) = 4b644a508cf10ef6d27b6325b08f8a89e0695bbc1409bf420efd27649c6851860cc472c4d86063f7b71dccd01fb158faa82afa1e2b91c9a20154acf66b0349bf SHA512 (man-db-2.12.0.tar.xz.asc) = 20ee61dacc33acee92c1c7d9b63df538c8dd884775ae00c3cb984158424a57a6d6906cacd2dc2b914fb3a293dc37b98f757d361b56c6706236867f3462f9996b +SHA512 (0xac0a4ff12611b6fccf01c111393587d97d86500b) = 6509ce7ccd1b60b71e180e6ea9c6b63788d55c27f013e03609e649ef1e5b4f28b5358a7a7160e192b20c09e16ba5b24c111bd8275f8218029febe872a016448e From df711152ef4c6b9980356e5adffe7691a20de30c Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Tue, 10 Oct 2023 07:34:18 +0000 Subject: [PATCH 14/24] Fix the Source numbering in installation Resolves: BZ#2242757 --- man-db.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/man-db.spec b/man-db.spec index 519f0ae..974a93b 100644 --- a/man-db.spec +++ b/man-db.spec @@ -3,7 +3,7 @@ Summary: Tools for searching and reading man pages Name: man-db Version: 2.12.0 -Release: 2%{?dist} +Release: 3%{?dist} # GPLv2+ .. man-db # GPLv3+ .. gnulib License: GPL-2.0-or-later AND GPL-3.0-or-later @@ -100,18 +100,18 @@ install -d -m 0755 $RPM_BUILD_ROOT%{cache} # install cron script for man-db creation/update mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily -install -D -p -m 0755 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily/man-db.cron +install -D -p -m 0755 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily/man-db.cron # config for cron script mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig -install -D -p -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/man-db +install -D -p -m 0644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/man-db # config for tmpfiles.d install -D -p -m 0644 init/systemd/man-db.conf $RPM_BUILD_ROOT/usr/lib/tmpfiles.d/. # man-db-cache-update.service and man-db-restart-cache-update.service -install -D -p -m 0644 %{SOURCE3} $RPM_BUILD_ROOT%{_unitdir}/man-db-cache-update.service -install -D -p -m 0644 %{SOURCE4} $RPM_BUILD_ROOT%{_unitdir}/man-db-restart-cache-update.service +install -D -p -m 0644 %{SOURCE5} $RPM_BUILD_ROOT%{_unitdir}/man-db-cache-update.service +install -D -p -m 0644 %{SOURCE6} $RPM_BUILD_ROOT%{_unitdir}/man-db-restart-cache-update.service %find_lang %{name} %find_lang %{name}-gnulib @@ -234,6 +234,10 @@ fi %config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron %changelog +* Tue Oct 10 2023 Lukas Javorsky - 2.12.0-3 +- Fix the Source numbering in installation +- Resolves: BZ#2242757 + * Fri Sep 29 2023 Lukas Javorsky - 2.12.0-2 - Add GPG verify on the package From e8d5ff504e2c8936276f28c749b104207328ebfa Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 06:51:30 +0000 Subject: [PATCH 15/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- man-db.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/man-db.spec b/man-db.spec index 974a93b..6feaa4f 100644 --- a/man-db.spec +++ b/man-db.spec @@ -3,7 +3,7 @@ Summary: Tools for searching and reading man pages Name: man-db Version: 2.12.0 -Release: 3%{?dist} +Release: 4%{?dist} # GPLv2+ .. man-db # GPLv3+ .. gnulib License: GPL-2.0-or-later AND GPL-3.0-or-later @@ -234,6 +234,9 @@ fi %config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 2.12.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Tue Oct 10 2023 Lukas Javorsky - 2.12.0-3 - Fix the Source numbering in installation - Resolves: BZ#2242757 From fa547dece9277ed38bee2d9ad5c2fb208e0fb3f3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 05:42:56 +0000 Subject: [PATCH 16/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- man-db.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/man-db.spec b/man-db.spec index 6feaa4f..690cc8a 100644 --- a/man-db.spec +++ b/man-db.spec @@ -3,7 +3,7 @@ Summary: Tools for searching and reading man pages Name: man-db Version: 2.12.0 -Release: 4%{?dist} +Release: 5%{?dist} # GPLv2+ .. man-db # GPLv3+ .. gnulib License: GPL-2.0-or-later AND GPL-3.0-or-later @@ -234,6 +234,9 @@ fi %config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron %changelog +* Thu Jan 25 2024 Fedora Release Engineering - 2.12.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 2.12.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 736fc6804d9bd41b665e7759138cba79b07a6801 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 29 Jan 2024 10:59:29 +0000 Subject: [PATCH 17/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- man-db.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/man-db.spec b/man-db.spec index 690cc8a..298f557 100644 --- a/man-db.spec +++ b/man-db.spec @@ -3,7 +3,7 @@ Summary: Tools for searching and reading man pages Name: man-db Version: 2.12.0 -Release: 5%{?dist} +Release: 6%{?dist} # GPLv2+ .. man-db # GPLv3+ .. gnulib License: GPL-2.0-or-later AND GPL-3.0-or-later @@ -234,6 +234,9 @@ fi %config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron %changelog +* Mon Jan 29 2024 Fedora Release Engineering - 2.12.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Thu Jan 25 2024 Fedora Release Engineering - 2.12.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 17d44d57206ef511feda0cd9b72ab0182c529be0 Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Mon, 8 Apr 2024 10:46:46 +0000 Subject: [PATCH 18/24] Rebase to version 2.12.1 --- .gitignore | 2 ++ man-db.spec | 7 +++++-- sources | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e0f75db..061c9c9 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ /man-db-2.12.0.tar.xz /man-db-2.12.0.tar.xz.asc /0xac0a4ff12611b6fccf01c111393587d97d86500b +/man-db-2.12.1.tar.xz +/man-db-2.12.1.tar.xz.asc diff --git a/man-db.spec b/man-db.spec index 298f557..a375a19 100644 --- a/man-db.spec +++ b/man-db.spec @@ -2,8 +2,8 @@ Summary: Tools for searching and reading man pages Name: man-db -Version: 2.12.0 -Release: 6%{?dist} +Version: 2.12.1 +Release: 1%{?dist} # GPLv2+ .. man-db # GPLv3+ .. gnulib License: GPL-2.0-or-later AND GPL-3.0-or-later @@ -234,6 +234,9 @@ fi %config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron %changelog +* Mon Apr 08 2024 Lukas Javorsky - 2.12.1-1 +- Rebase to version 2.12.1 + * Mon Jan 29 2024 Fedora Release Engineering - 2.12.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild diff --git a/sources b/sources index 3e58160..6d3b82a 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (man-db-2.12.0.tar.xz) = 4b644a508cf10ef6d27b6325b08f8a89e0695bbc1409bf420efd27649c6851860cc472c4d86063f7b71dccd01fb158faa82afa1e2b91c9a20154acf66b0349bf -SHA512 (man-db-2.12.0.tar.xz.asc) = 20ee61dacc33acee92c1c7d9b63df538c8dd884775ae00c3cb984158424a57a6d6906cacd2dc2b914fb3a293dc37b98f757d361b56c6706236867f3462f9996b +SHA512 (man-db-2.12.1.tar.xz) = 0f79f4205ce116c3148dc6caf561c1b7d793aac234188ef8edd1b1f5aaaebcca32c65ef403dff65896920535077fb63ddc2e9cb293efdb6ef3037c33916aa329 +SHA512 (man-db-2.12.1.tar.xz.asc) = 3b3702312aa0cc1e0f2eb3f91734816cb6b3eb548e5108b9ecf7cca84647ca031c01f3f512359812be795ad1d1bd45bece8b594957f8ff9703c38917e94c2bf8 SHA512 (0xac0a4ff12611b6fccf01c111393587d97d86500b) = 6509ce7ccd1b60b71e180e6ea9c6b63788d55c27f013e03609e649ef1e5b4f28b5358a7a7160e192b20c09e16ba5b24c111bd8275f8218029febe872a016448e From 5bc523e8ce390eb2bcb5b611444fb2d01051353b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Wed, 8 May 2024 12:49:56 +0200 Subject: [PATCH 19/24] Add Packit configuration --- .packit.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .packit.yaml diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..774fcc5 --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,30 @@ +specfile_path: man-db.spec + +upstream_package_name: man-db +downstream_package_name: man-db + +upstream_project_url: https://gitlab.com/man-db/man-db + +jobs: + - job: pull_from_upstream + trigger: release + dist_git_branches: + - fedora-rawhide + + - job: koji_build + trigger: commit + allowed_pr_authors: + - packit + - all_admins + allowed_committers: + - all_admins + dist_git_branches: + - fedora-all + + - job: bodhi_update + trigger: commit + allowed_builders: + - packit + - all_admins + dist_git_branches: + - fedora-branched # rawhide updates are created automatically From 863a7fe5e18300dc4267861bc12535a4b656338b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jul 2024 16:41:25 +0000 Subject: [PATCH 20/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- man-db.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/man-db.spec b/man-db.spec index a375a19..8d78e49 100644 --- a/man-db.spec +++ b/man-db.spec @@ -3,7 +3,7 @@ Summary: Tools for searching and reading man pages Name: man-db Version: 2.12.1 -Release: 1%{?dist} +Release: 2%{?dist} # GPLv2+ .. man-db # GPLv3+ .. gnulib License: GPL-2.0-or-later AND GPL-3.0-or-later @@ -234,6 +234,9 @@ fi %config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron %changelog +* Thu Jul 18 2024 Fedora Release Engineering - 2.12.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Mon Apr 08 2024 Lukas Javorsky - 2.12.1-1 - Rebase to version 2.12.1 From 988da013eaa1cfe3d41d2c06517bf33b04da74e8 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 29 Aug 2024 12:27:07 +0000 Subject: [PATCH 21/24] Update to 2.13.0 upstream release - Resolves: rhbz#2308476 Upstream tag: 2.13.0 Upstream commit: 3312d1c1 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 2 ++ README.packit | 3 +++ man-db.spec | 8 ++++++-- sources | 4 ++-- 4 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 README.packit diff --git a/.gitignore b/.gitignore index 061c9c9..014f7ec 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ /0xac0a4ff12611b6fccf01c111393587d97d86500b /man-db-2.12.1.tar.xz /man-db-2.12.1.tar.xz.asc +/man-db-2.13.0.tar.xz +/man-db-2.13.0.tar.xz.asc diff --git a/README.packit b/README.packit new file mode 100644 index 0000000..3331d79 --- /dev/null +++ b/README.packit @@ -0,0 +1,3 @@ +This repository is maintained by packit. +https://packit.dev/ +The file was generated using packit 0.100.3.post1.dev9+g7a8deb2b. diff --git a/man-db.spec b/man-db.spec index 8d78e49..e1c41b3 100644 --- a/man-db.spec +++ b/man-db.spec @@ -2,8 +2,8 @@ Summary: Tools for searching and reading man pages Name: man-db -Version: 2.12.1 -Release: 2%{?dist} +Version: 2.13.0 +Release: 1%{?dist} # GPLv2+ .. man-db # GPLv3+ .. gnulib License: GPL-2.0-or-later AND GPL-3.0-or-later @@ -234,6 +234,10 @@ fi %config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron %changelog +* Thu Aug 29 2024 Packit - 2.13.0-1 +- Update to version 2.13.0 +- Resolves: rhbz#2308476 + * Thu Jul 18 2024 Fedora Release Engineering - 2.12.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild diff --git a/sources b/sources index 6d3b82a..cc5ff27 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (man-db-2.12.1.tar.xz) = 0f79f4205ce116c3148dc6caf561c1b7d793aac234188ef8edd1b1f5aaaebcca32c65ef403dff65896920535077fb63ddc2e9cb293efdb6ef3037c33916aa329 -SHA512 (man-db-2.12.1.tar.xz.asc) = 3b3702312aa0cc1e0f2eb3f91734816cb6b3eb548e5108b9ecf7cca84647ca031c01f3f512359812be795ad1d1bd45bece8b594957f8ff9703c38917e94c2bf8 +SHA512 (man-db-2.13.0.tar.xz) = 612ce39bb1e11aa7797e8e3a26f06a7154c48a13b2d74217c2c6701e0d33fa8f77ae2b8c9ee84353e364d16918f884115f2dfbf3cd743edd4ed32b763b87f723 +SHA512 (man-db-2.13.0.tar.xz.asc) = 483fb32f731f6135f9843faec4148048321aa8ac8a38ea6fac463f1addba47c827be6e1a6daefc11ca6cc33630dc939162e91620df5f9a2e443cadd607dbd8bd SHA512 (0xac0a4ff12611b6fccf01c111393587d97d86500b) = 6509ce7ccd1b60b71e180e6ea9c6b63788d55c27f013e03609e649ef1e5b4f28b5358a7a7160e192b20c09e16ba5b24c111bd8275f8218029febe872a016448e From d6ad9bb2de7afb20a612569658285e3ef938eeb7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jan 2025 16:49:45 +0000 Subject: [PATCH 22/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- man-db.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/man-db.spec b/man-db.spec index e1c41b3..f1cec98 100644 --- a/man-db.spec +++ b/man-db.spec @@ -3,7 +3,7 @@ Summary: Tools for searching and reading man pages Name: man-db Version: 2.13.0 -Release: 1%{?dist} +Release: 2%{?dist} # GPLv2+ .. man-db # GPLv3+ .. gnulib License: GPL-2.0-or-later AND GPL-3.0-or-later @@ -234,6 +234,9 @@ fi %config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron %changelog +* Fri Jan 17 2025 Fedora Release Engineering - 2.13.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Aug 29 2024 Packit - 2.13.0-1 - Update to version 2.13.0 - Resolves: rhbz#2308476 From 58fdc092376ed74f26aecc8543296ffacb64f859 Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Mon, 5 May 2025 11:12:11 +0000 Subject: [PATCH 23/24] Rebase to version 2.13.1 and add Ukrainian lang Resolves: BZ#2363668 --- .gitignore | 2 ++ man-db.spec | 8 ++++++-- sources | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 014f7ec..292c7d2 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ /man-db-2.12.1.tar.xz.asc /man-db-2.13.0.tar.xz /man-db-2.13.0.tar.xz.asc +/man-db-2.13.1.tar.xz +/man-db-2.13.1.tar.xz.asc diff --git a/man-db.spec b/man-db.spec index f1cec98..e4dcc8b 100644 --- a/man-db.spec +++ b/man-db.spec @@ -2,8 +2,8 @@ Summary: Tools for searching and reading man pages Name: man-db -Version: 2.13.0 -Release: 2%{?dist} +Version: 2.13.1 +Release: 1%{?dist} # GPLv2+ .. man-db # GPLv3+ .. gnulib License: GPL-2.0-or-later AND GPL-3.0-or-later @@ -229,11 +229,15 @@ fi %lang(sv) %{_datadir}/man/sv/man*/* %lang(tr) %{_datadir}/man/tr/man*/* %lang(zh_CN) %{_datadir}/man/zh_CN/man*/* +%lang(uk) %{_datadir}/man/uk/man*/* %files cron %config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron %changelog +* Mon May 05 2025 Lukas Javorsky - 2.13.1-1 +- Rebase to version 2.13.1 + * Fri Jan 17 2025 Fedora Release Engineering - 2.13.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild diff --git a/sources b/sources index cc5ff27..3118843 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (man-db-2.13.0.tar.xz) = 612ce39bb1e11aa7797e8e3a26f06a7154c48a13b2d74217c2c6701e0d33fa8f77ae2b8c9ee84353e364d16918f884115f2dfbf3cd743edd4ed32b763b87f723 -SHA512 (man-db-2.13.0.tar.xz.asc) = 483fb32f731f6135f9843faec4148048321aa8ac8a38ea6fac463f1addba47c827be6e1a6daefc11ca6cc33630dc939162e91620df5f9a2e443cadd607dbd8bd +SHA512 (man-db-2.13.1.tar.xz) = 9b39f512fe940e648ca7f47803f42e473064253b67eb96995d28da30fd322de31a4466bf821e9391e6041af2318a6d2c2d74102b73f4b42a63966b41d2df0578 +SHA512 (man-db-2.13.1.tar.xz.asc) = 0d7f5b58430ce779261f68517c212b0517485300d8ea3d6a8232b0ac6c892671346ce7a4f4c6621b512516ca4c70bc09d5d828ed54a2a27c30ca70d3c77f7cdd SHA512 (0xac0a4ff12611b6fccf01c111393587d97d86500b) = 6509ce7ccd1b60b71e180e6ea9c6b63788d55c27f013e03609e649ef1e5b4f28b5358a7a7160e192b20c09e16ba5b24c111bd8275f8218029febe872a016448e From 5d1055fdbd880cfbfc4f9d8bf98cd616caf77515 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 21:14:38 +0000 Subject: [PATCH 24/24] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- man-db.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/man-db.spec b/man-db.spec index e4dcc8b..970167c 100644 --- a/man-db.spec +++ b/man-db.spec @@ -3,7 +3,7 @@ Summary: Tools for searching and reading man pages Name: man-db Version: 2.13.1 -Release: 1%{?dist} +Release: 2%{?dist} # GPLv2+ .. man-db # GPLv3+ .. gnulib License: GPL-2.0-or-later AND GPL-3.0-or-later @@ -235,6 +235,9 @@ fi %config(noreplace) %{_sysconfdir}/cron.daily/man-db.cron %changelog +* Thu Jul 24 2025 Fedora Release Engineering - 2.13.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Mon May 05 2025 Lukas Javorsky - 2.13.1-1 - Rebase to version 2.13.1