From 08d4c0cadb0ff69eb7971705bbb8cae8397cd8bd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 16:58:11 +0000 Subject: [PATCH 01/26] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hyphen.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hyphen.spec b/hyphen.spec index eeb76b2..0b97ac5 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -1,7 +1,7 @@ Name: hyphen Summary: A text hyphenation library Version: 2.8.8 -Release: 8%{?dist} +Release: 9%{?dist} Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz Group: System Environment/Libraries URL: http://hunspell.sf.net @@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/substrings.pl %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 2.8.8-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Wed Aug 02 2017 Fedora Release Engineering - 2.8.8-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From bb8e7340df0ac5fbd20ae96988fcf5e5c67c1a3b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 13 Feb 2018 23:31:01 +0100 Subject: [PATCH 02/26] Remove BuildRoot definition None of currently supported distributions need that. It was needed last for EL5 which is EOL now Signed-off-by: Igor Gnatenko --- hyphen.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/hyphen.spec b/hyphen.spec index 0b97ac5..0ec1400 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -5,7 +5,6 @@ Release: 9%{?dist} Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz Group: System Environment/Libraries URL: http://hunspell.sf.net -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: GPLv2 or LGPLv2+ or MPLv1.1 BuildRequires: perl-interpreter, patch, autoconf, automake, libtool # s390 lacks valgrind support From 218a22c92b75cc7aa4d6a90b0c6a93568bfbfe5b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:07:20 +0100 Subject: [PATCH 03/26] Remove %clean section None of currently supported distributions need that. Last one was EL5 which is EOL for a while. Signed-off-by: Igor Gnatenko --- hyphen.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/hyphen.spec b/hyphen.spec index 0ec1400..ed839d9 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -61,9 +61,6 @@ done popd -%clean -rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig From dd732993ffb5f18cee3beb3a3bdfb8e3a6d4b5ac Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 10 Jul 2018 01:21:01 -0500 Subject: [PATCH 04/26] Remove needless use of %defattr --- hyphen.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/hyphen.spec b/hyphen.spec index ed839d9..c5db9ea 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -66,17 +66,14 @@ popd %postun -p /sbin/ldconfig %files -%defattr(-,root,root,-) %doc AUTHORS ChangeLog README README.hyphen README.nonstandard TODO %{_libdir}/*.so.* %dir %{_datadir}/hyphen %files en -%defattr(-,root,root,-) %{_datadir}/hyphen/hyph_en*.dic %files devel -%defattr(-,root,root,-) %{_includedir}/hyphen.h %{_libdir}/*.so %{_bindir}/substrings.pl From 97aff9ad70fbb35680a9849118c87aed47d7aded Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 05:23:58 +0000 Subject: [PATCH 05/26] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hyphen.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hyphen.spec b/hyphen.spec index c5db9ea..7014ee7 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -1,7 +1,7 @@ Name: hyphen Summary: A text hyphenation library Version: 2.8.8 -Release: 9%{?dist} +Release: 10%{?dist} Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz Group: System Environment/Libraries URL: http://hunspell.sf.net @@ -79,6 +79,9 @@ popd %{_bindir}/substrings.pl %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 2.8.8-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Feb 07 2018 Fedora Release Engineering - 2.8.8-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From c32faa4c44a483840916d3c5ffb3f163f10bfeb5 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 22 Jan 2019 18:39:18 +0100 Subject: [PATCH 06/26] Remove obsolete ldconfig scriptlets References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets Signed-off-by: Igor Gnatenko --- hyphen.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hyphen.spec b/hyphen.spec index 7014ee7..7c30ce8 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -61,9 +61,7 @@ done popd -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files %doc AUTHORS ChangeLog README README.hyphen README.nonstandard TODO From 0431cb3dc6ca18fe12ca7e34078a35bc67593b36 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:17:48 +0100 Subject: [PATCH 07/26] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- hyphen.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/hyphen.spec b/hyphen.spec index 7c30ce8..4f13959 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -3,7 +3,6 @@ Summary: A text hyphenation library Version: 2.8.8 Release: 10%{?dist} Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz -Group: System Environment/Libraries URL: http://hunspell.sf.net License: GPLv2 or LGPLv2+ or MPLv1.1 BuildRequires: perl-interpreter, patch, autoconf, automake, libtool @@ -21,7 +20,6 @@ Hyphen is a library for high quality hyphenation and justification. %package devel Requires: hyphen = %{version}-%{release} Summary: Files for developing with hyphen -Group: Development/Libraries %description devel Includes and definitions for developing with hyphen @@ -29,7 +27,6 @@ Includes and definitions for developing with hyphen %package en Requires: hyphen Summary: English hyphenation rules -Group: Applications/Text BuildArch: noarch %description en From 497129296a749c38ec6953d802605d87aa8ec6b1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Feb 2019 02:53:40 +0000 Subject: [PATCH 08/26] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hyphen.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hyphen.spec b/hyphen.spec index 4f13959..006db9c 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -1,7 +1,7 @@ Name: hyphen Summary: A text hyphenation library Version: 2.8.8 -Release: 10%{?dist} +Release: 11%{?dist} Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz URL: http://hunspell.sf.net License: GPLv2 or LGPLv2+ or MPLv1.1 @@ -74,6 +74,9 @@ popd %{_bindir}/substrings.pl %changelog +* Fri Feb 01 2019 Fedora Release Engineering - 2.8.8-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Fri Jul 13 2018 Fedora Release Engineering - 2.8.8-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 7bd1821971faa2abb8201e7d5580b61b0876b6f7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 09:02:54 +0000 Subject: [PATCH 09/26] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hyphen.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hyphen.spec b/hyphen.spec index 006db9c..aa25782 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -1,7 +1,7 @@ Name: hyphen Summary: A text hyphenation library Version: 2.8.8 -Release: 11%{?dist} +Release: 12%{?dist} Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz URL: http://hunspell.sf.net License: GPLv2 or LGPLv2+ or MPLv1.1 @@ -74,6 +74,9 @@ popd %{_bindir}/substrings.pl %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 2.8.8-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Fri Feb 01 2019 Fedora Release Engineering - 2.8.8-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From e4a2038771b55341423b3746f50e6e529643bcd0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jan 2020 04:55:54 +0000 Subject: [PATCH 10/26] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hyphen.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hyphen.spec b/hyphen.spec index aa25782..e57c47c 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -1,7 +1,7 @@ Name: hyphen Summary: A text hyphenation library Version: 2.8.8 -Release: 12%{?dist} +Release: 13%{?dist} Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz URL: http://hunspell.sf.net License: GPLv2 or LGPLv2+ or MPLv1.1 @@ -74,6 +74,9 @@ popd %{_bindir}/substrings.pl %changelog +* Wed Jan 29 2020 Fedora Release Engineering - 2.8.8-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Thu Jul 25 2019 Fedora Release Engineering - 2.8.8-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From ab1d48496985368e557b72459479488d4ca69634 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 01:23:01 +0000 Subject: [PATCH 11/26] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hyphen.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hyphen.spec b/hyphen.spec index e57c47c..7ba5bb0 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -1,7 +1,7 @@ Name: hyphen Summary: A text hyphenation library Version: 2.8.8 -Release: 13%{?dist} +Release: 14%{?dist} Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz URL: http://hunspell.sf.net License: GPLv2 or LGPLv2+ or MPLv1.1 @@ -74,6 +74,9 @@ popd %{_bindir}/substrings.pl %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 2.8.8-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Wed Jan 29 2020 Fedora Release Engineering - 2.8.8-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From dee0f805577f7d5eb30693ce89f37fb45f9a1b70 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 5 Jan 2021 06:14:02 +0000 Subject: [PATCH 12/26] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- hyphen.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/hyphen.spec b/hyphen.spec index 7ba5bb0..4f3f018 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -13,6 +13,7 @@ BuildRequires: perl-interpreter, patch, autoconf, automake, libtool %ifnarch s390 %{arm} %{mips} ppc64le BuildRequires: valgrind %endif +BuildRequires: make %description Hyphen is a library for high quality hyphenation and justification. From b44d460d798ac4966d718838c99508b0c4494d59 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 13:58:02 +0000 Subject: [PATCH 13/26] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hyphen.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hyphen.spec b/hyphen.spec index 4f3f018..5f1c6bc 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -1,7 +1,7 @@ Name: hyphen Summary: A text hyphenation library Version: 2.8.8 -Release: 14%{?dist} +Release: 15%{?dist} Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz URL: http://hunspell.sf.net License: GPLv2 or LGPLv2+ or MPLv1.1 @@ -75,6 +75,9 @@ popd %{_bindir}/substrings.pl %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 2.8.8-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jul 28 2020 Fedora Release Engineering - 2.8.8-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 098b738531584794af50bf48af7ff2c24cfd93ec Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 08:08:16 +0000 Subject: [PATCH 14/26] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hyphen.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hyphen.spec b/hyphen.spec index 5f1c6bc..d70d2a5 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -1,7 +1,7 @@ Name: hyphen Summary: A text hyphenation library Version: 2.8.8 -Release: 15%{?dist} +Release: 16%{?dist} Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz URL: http://hunspell.sf.net License: GPLv2 or LGPLv2+ or MPLv1.1 @@ -75,6 +75,9 @@ popd %{_bindir}/substrings.pl %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 2.8.8-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jan 26 2021 Fedora Release Engineering - 2.8.8-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 652301f2021442cf8d9da05ae5e1fb73d9a866c3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 12:52:17 +0000 Subject: [PATCH 15/26] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hyphen.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hyphen.spec b/hyphen.spec index d70d2a5..be51831 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -1,7 +1,7 @@ Name: hyphen Summary: A text hyphenation library Version: 2.8.8 -Release: 16%{?dist} +Release: 17%{?dist} Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz URL: http://hunspell.sf.net License: GPLv2 or LGPLv2+ or MPLv1.1 @@ -75,6 +75,9 @@ popd %{_bindir}/substrings.pl %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 2.8.8-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Thu Jul 22 2021 Fedora Release Engineering - 2.8.8-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From f6cbd0b36e5146f6539f1678402956aae2ea2303 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 21 Jul 2022 14:12:44 +0000 Subject: [PATCH 16/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hyphen.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hyphen.spec b/hyphen.spec index be51831..d4abef9 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -1,7 +1,7 @@ Name: hyphen Summary: A text hyphenation library Version: 2.8.8 -Release: 17%{?dist} +Release: 18%{?dist} Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz URL: http://hunspell.sf.net License: GPLv2 or LGPLv2+ or MPLv1.1 @@ -75,6 +75,9 @@ popd %{_bindir}/substrings.pl %changelog +* Thu Jul 21 2022 Fedora Release Engineering - 2.8.8-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Thu Jan 20 2022 Fedora Release Engineering - 2.8.8-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 94f83ce41f63429f1992d77e1edd65622e636d83 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 12:42:01 +0000 Subject: [PATCH 17/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hyphen.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hyphen.spec b/hyphen.spec index d4abef9..3d76c3d 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -1,7 +1,7 @@ Name: hyphen Summary: A text hyphenation library Version: 2.8.8 -Release: 18%{?dist} +Release: 19%{?dist} Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz URL: http://hunspell.sf.net License: GPLv2 or LGPLv2+ or MPLv1.1 @@ -75,6 +75,9 @@ popd %{_bindir}/substrings.pl %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 2.8.8-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Thu Jul 21 2022 Fedora Release Engineering - 2.8.8-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 032f9c1f436e746e5ed77970a1529b18ff626367 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Thu, 23 Feb 2023 10:15:54 +0000 Subject: [PATCH 18/26] migrated to SPDX license --- hyphen.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hyphen.spec b/hyphen.spec index 3d76c3d..1e0b605 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -1,10 +1,10 @@ Name: hyphen Summary: A text hyphenation library Version: 2.8.8 -Release: 19%{?dist} +Release: 20%{?dist} Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz URL: http://hunspell.sf.net -License: GPLv2 or LGPLv2+ or MPLv1.1 +License: GPL-2.0-only OR LGPL-2.1-or-later OR MPL-1.1 BuildRequires: perl-interpreter, patch, autoconf, automake, libtool # s390 lacks valgrind support # no working valgrind built for MIPS yet @@ -75,6 +75,9 @@ popd %{_bindir}/substrings.pl %changelog +* Thu Feb 23 2023 Caolán McNamara - 2.8.8-20 +- migrated to SPDX license + * Thu Jan 19 2023 Fedora Release Engineering - 2.8.8-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 333318a5db44136957b76d271cae844704d366a0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jul 2023 06:56:06 +0000 Subject: [PATCH 19/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- hyphen.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hyphen.spec b/hyphen.spec index 1e0b605..69928a3 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -1,7 +1,7 @@ Name: hyphen Summary: A text hyphenation library Version: 2.8.8 -Release: 20%{?dist} +Release: 21%{?dist} Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz URL: http://hunspell.sf.net License: GPL-2.0-only OR LGPL-2.1-or-later OR MPL-1.1 @@ -75,6 +75,9 @@ popd %{_bindir}/substrings.pl %changelog +* Thu Jul 20 2023 Fedora Release Engineering - 2.8.8-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Thu Feb 23 2023 Caolán McNamara - 2.8.8-20 - migrated to SPDX license From 0777d36513845ceec25522f1604a999cd14e2310 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jan 2024 22:38:54 +0000 Subject: [PATCH 20/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- hyphen.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hyphen.spec b/hyphen.spec index 69928a3..fdec4f7 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -1,7 +1,7 @@ Name: hyphen Summary: A text hyphenation library Version: 2.8.8 -Release: 21%{?dist} +Release: 22%{?dist} Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz URL: http://hunspell.sf.net License: GPL-2.0-only OR LGPL-2.1-or-later OR MPL-1.1 @@ -75,6 +75,9 @@ popd %{_bindir}/substrings.pl %changelog +* Sat Jan 20 2024 Fedora Release Engineering - 2.8.8-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Thu Jul 20 2023 Fedora Release Engineering - 2.8.8-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From d4e05166b8ea150f02ce4a4c2c43916c96d1bda5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 24 Jan 2024 22:14:45 +0000 Subject: [PATCH 21/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- hyphen.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hyphen.spec b/hyphen.spec index fdec4f7..82ab040 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -1,7 +1,7 @@ Name: hyphen Summary: A text hyphenation library Version: 2.8.8 -Release: 22%{?dist} +Release: 23%{?dist} Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz URL: http://hunspell.sf.net License: GPL-2.0-only OR LGPL-2.1-or-later OR MPL-1.1 @@ -75,6 +75,9 @@ popd %{_bindir}/substrings.pl %changelog +* Wed Jan 24 2024 Fedora Release Engineering - 2.8.8-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jan 20 2024 Fedora Release Engineering - 2.8.8-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From efd01702a2e488c982b21ba121adba5fd7910ff7 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 13 Dec 2023 15:33:02 +0200 Subject: [PATCH 22/26] Properly check valgrind arches Signed-off-by: David Abdurachmanov --- hyphen.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/hyphen.spec b/hyphen.spec index 82ab040..02303c3 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -1,16 +1,12 @@ Name: hyphen Summary: A text hyphenation library Version: 2.8.8 -Release: 23%{?dist} +Release: 24%{?dist} Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz URL: http://hunspell.sf.net License: GPL-2.0-only OR LGPL-2.1-or-later OR MPL-1.1 BuildRequires: perl-interpreter, patch, autoconf, automake, libtool -# s390 lacks valgrind support -# no working valgrind built for MIPS yet -# tests with valgrind fail on arm -# tests with valgrind fail on ppc64le -%ifnarch s390 %{arm} %{mips} ppc64le +%ifarch %{valgrind_arches} BuildRequires: valgrind %endif BuildRequires: make @@ -42,7 +38,7 @@ make %{?_smp_mflags} %check make check -%ifnarch s390 %{arm} %{mips} ppc64le +%ifarch %{valgrind_arches} VALGRIND=memcheck make check %endif @@ -75,6 +71,9 @@ popd %{_bindir}/substrings.pl %changelog +* Wed Mar 06 2024 David Abdurachmanov - 2.8.8-24 +- Properly check valgrind arches + * Wed Jan 24 2024 Fedora Release Engineering - 2.8.8-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 6f62a940b4637fcab969edfd119df23b4d961db7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jul 2024 09:51:26 +0000 Subject: [PATCH 23/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- hyphen.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hyphen.spec b/hyphen.spec index 02303c3..91045ec 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -1,7 +1,7 @@ Name: hyphen Summary: A text hyphenation library Version: 2.8.8 -Release: 24%{?dist} +Release: 25%{?dist} Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz URL: http://hunspell.sf.net License: GPL-2.0-only OR LGPL-2.1-or-later OR MPL-1.1 @@ -71,6 +71,9 @@ popd %{_bindir}/substrings.pl %changelog +* Thu Jul 18 2024 Fedora Release Engineering - 2.8.8-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Wed Mar 06 2024 David Abdurachmanov - 2.8.8-24 - Properly check valgrind arches From 948cbf15e02f2cf018531b2624634004a1935472 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Wed, 8 Jan 2025 15:45:06 +0530 Subject: [PATCH 24/26] Add tmt testcase for CI --- .fmf/version | 1 + plans/hyphen.fmf | 5 +++++ tests/main.fmf | 13 +++++++++++++ tests/runtests.sh | 39 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 58 insertions(+) create mode 100644 .fmf/version create mode 100644 plans/hyphen.fmf create mode 100644 tests/main.fmf create mode 100755 tests/runtests.sh diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/plans/hyphen.fmf b/plans/hyphen.fmf new file mode 100644 index 0000000..c1627f9 --- /dev/null +++ b/plans/hyphen.fmf @@ -0,0 +1,5 @@ +summary: Basic smoke test +discover: + how: fmf +execute: + how: tmt diff --git a/tests/main.fmf b/tests/main.fmf new file mode 100644 index 0000000..5f659d9 --- /dev/null +++ b/tests/main.fmf @@ -0,0 +1,13 @@ +test: ./runtests.sh +duration: 10m +framework: beakerlib +require: + - hyphen + - autoconf + - automake + - libtool + - m4 + - gcc + - sed + - make + - rpm-build diff --git a/tests/runtests.sh b/tests/runtests.sh new file mode 100755 index 0000000..24459d5 --- /dev/null +++ b/tests/runtests.sh @@ -0,0 +1,39 @@ +#!/bin/bash +. /usr/share/beakerlib/beakerlib.sh || exit 1 + +NAME=hyphen + +rlJournalStart + rlPhaseStartSetup + rlAssertRpm ${NAME} + rlShowPackageVersion ${NAME} + rlRun -t -l "VERSION=$(rpm -q ${NAME} --queryformat='%{version}')" 0 "Get VERSION" + rlRun "tmp=\$(mktemp -d)" 0 "Create tmp directory" + rlRun "pushd $tmp" + rlFetchSrcForInstalled "${NAME}" + rlRun "rpm --define '_topdir $tmp' -i *src.rpm" + rlRun -t -l "mkdir BUILD" 0 "Creating BUILD directory" + rlRun -t -l "rpmbuild --noclean --nodeps --define '_topdir $tmp' -bp $tmp/SPECS/*spec" + if [ -d BUILD/${NAME}-${VERSION}-build ]; then + rlRun -t -l "pushd BUILD/${NAME}-${VERSION}-build/${NAME}-${VERSION}" + else + rlRun -t -l "pushd BUILD/${NAME}-${VERSION}" + fi + rlPhaseEnd + + rlPhaseStartTest + rlRun "set -o pipefail" + rlRun "autoreconf -i" + rlRun "automake --foreign -Wall" + rlRun "./configure && make && make check" + rlRun "retval=$?" + rlRun "echo $retval" + rlRun "popd" 0 + rlPhaseEnd + + rlPhaseStartCleanup + rlRun "popd" + rlRun "rm -r $tmp" 0 "Remove tmp directory" + rlPhaseEnd +rlJournalEnd + From 36a4f7039ffea86a0452299b7931f6f6c61a32e0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jan 2025 06:36:14 +0000 Subject: [PATCH 25/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- hyphen.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hyphen.spec b/hyphen.spec index 91045ec..d390f2f 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -1,7 +1,7 @@ Name: hyphen Summary: A text hyphenation library Version: 2.8.8 -Release: 25%{?dist} +Release: 26%{?dist} Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz URL: http://hunspell.sf.net License: GPL-2.0-only OR LGPL-2.1-or-later OR MPL-1.1 @@ -71,6 +71,9 @@ popd %{_bindir}/substrings.pl %changelog +* Fri Jan 17 2025 Fedora Release Engineering - 2.8.8-26 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Jul 18 2024 Fedora Release Engineering - 2.8.8-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From e0b039bdf575a3ece8e9bfd5c7b3031f94cdadc8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 17:22:33 +0000 Subject: [PATCH 26/26] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- hyphen.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hyphen.spec b/hyphen.spec index d390f2f..29ec558 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -1,7 +1,7 @@ Name: hyphen Summary: A text hyphenation library Version: 2.8.8 -Release: 26%{?dist} +Release: 27%{?dist} Source: http://downloads.sourceforge.net/hunspell/hyphen-%{version}.tar.gz URL: http://hunspell.sf.net License: GPL-2.0-only OR LGPL-2.1-or-later OR MPL-1.1 @@ -71,6 +71,9 @@ popd %{_bindir}/substrings.pl %changelog +* Thu Jul 24 2025 Fedora Release Engineering - 2.8.8-27 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Fri Jan 17 2025 Fedora Release Engineering - 2.8.8-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild