From 4ea2a1abbaf5bc1bec3096eee12f13694c1c6492 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 03:43:24 +0000 Subject: [PATCH 01/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- source-highlight.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source-highlight.spec b/source-highlight.spec index 498201f..b0cbaaa 100644 --- a/source-highlight.spec +++ b/source-highlight.spec @@ -1,7 +1,7 @@ Summary: Produces a document with syntax highlighting Name: source-highlight Version: 3.1.9 -Release: 15%{?dist} +Release: 16%{?dist} License: GPLv3+ Source0: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz Source1: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz.sig @@ -90,6 +90,9 @@ rmdir $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d %{_includedir}/srchilite/*.h %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 3.1.9-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Thu Oct 06 2022 Adrian Reber - 3.1.9-15 - Added upstream patch to fix #2131454 From 75c399a21eff7bed02bde916dd4fa2a7ad9ed2e4 Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Sun, 16 Oct 2022 19:22:25 -0400 Subject: [PATCH 02/14] Add 'rpm-spec' language mapping Also drop addition of 'cxx' mapping, fixed upstream. --- source-highlight.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/source-highlight.spec b/source-highlight.spec index b0cbaaa..95c1ffd 100644 --- a/source-highlight.spec +++ b/source-highlight.spec @@ -1,7 +1,7 @@ Summary: Produces a document with syntax highlighting Name: source-highlight Version: 3.1.9 -Release: 16%{?dist} +Release: 17%{?dist} License: GPLv3+ Source0: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz Source1: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz.sig @@ -59,7 +59,11 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';' chrpath --delete $RPM_BUILD_ROOT%{_bindir}/source-highlight chrpath --delete $RPM_BUILD_ROOT%{_bindir}/source-highlight-settings -echo -e "\ncxx = cpp.lang" >> $RPM_BUILD_ROOT%{_datadir}/source-highlight/lang.map +# Submitted and accepted upstream: +# https://savannah.gnu.org/bugs/index.php?63225 +# This can be removed upon next release after 3.1.9 +echo -e >> $RPM_BUILD_ROOT%{_datadir}/source-highlight/lang.map \ +"\nrpm-spec = spec.lang\n" bashcompdir=$(pkg-config --variable=completionsdir bash-completion) mkdir -p $RPM_BUILD_ROOT$bashcompdir @@ -90,6 +94,10 @@ rmdir $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d %{_includedir}/srchilite/*.h %changelog +* Sat Oct 15 2022 FeRD (Frank Dana) - 3.1.9-17 +- Stop adding 'cxx' language mapping (fixed upstream) +- Add 'rpm-spec' (used in asciidoc) mapping + * Sat Jan 21 2023 Fedora Release Engineering - 3.1.9-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From dfd3117c8d5e97b10d5921761811effdd0611ae0 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 20 Feb 2023 22:07:11 +0000 Subject: [PATCH 03/14] Rebuilt for Boost 1.81 --- source-highlight.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source-highlight.spec b/source-highlight.spec index 95c1ffd..1e058b4 100644 --- a/source-highlight.spec +++ b/source-highlight.spec @@ -1,7 +1,7 @@ Summary: Produces a document with syntax highlighting Name: source-highlight Version: 3.1.9 -Release: 17%{?dist} +Release: 18%{?dist} License: GPLv3+ Source0: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz Source1: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz.sig @@ -94,6 +94,9 @@ rmdir $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d %{_includedir}/srchilite/*.h %changelog +* Mon Feb 20 2023 Jonathan Wakely - 3.1.9-18 +- Rebuilt for Boost 1.81 + * Sat Oct 15 2022 FeRD (Frank Dana) - 3.1.9-17 - Stop adding 'cxx' language mapping (fixed upstream) - Add 'rpm-spec' (used in asciidoc) mapping From 8575fe6860274258074d3495af75b134e6739bf0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 02:10:17 +0000 Subject: [PATCH 04/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- source-highlight.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source-highlight.spec b/source-highlight.spec index 1e058b4..4921bfe 100644 --- a/source-highlight.spec +++ b/source-highlight.spec @@ -1,7 +1,7 @@ Summary: Produces a document with syntax highlighting Name: source-highlight Version: 3.1.9 -Release: 18%{?dist} +Release: 19%{?dist} License: GPLv3+ Source0: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz Source1: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz.sig @@ -94,6 +94,9 @@ rmdir $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d %{_includedir}/srchilite/*.h %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 3.1.9-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Mon Feb 20 2023 Jonathan Wakely - 3.1.9-18 - Rebuilt for Boost 1.81 From fdf2136ab936a57c7244a961d3c40d3868c73061 Mon Sep 17 00:00:00 2001 From: Keith Seitz Date: Fri, 25 Aug 2023 12:20:54 -0700 Subject: [PATCH 05/14] Migrate to SPDX license Licenses used by the files in this package: GFDL-1.1-or-later LicenseRef-Fedora-Public-Domain (see fedora-license-data commit 0b3b008da8701c3ca528eb41f9998097b4dbe3d2) GPL-2.0-only (some test files shipped with binary RPM) GPL-3.0-or-later GPL-3.0-or-later WITH Bison-exception-2.2 (srchilite/*parser.{h,cc}) --- source-highlight.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source-highlight.spec b/source-highlight.spec index 4921bfe..1b25db3 100644 --- a/source-highlight.spec +++ b/source-highlight.spec @@ -2,7 +2,7 @@ Summary: Produces a document with syntax highlighting Name: source-highlight Version: 3.1.9 Release: 19%{?dist} -License: GPLv3+ +License: GPL-3.0-or-later AND GFDL-1.1-or-later AND LicenseRef-Fedora-Public-Domain AND GPL-2.0-only AND GPL-3.0-only AND GPL-3.0-or-later WITH Bison-exception-2.2 Source0: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz Source1: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz.sig URL: http://www.gnu.org/software/src-highlite/ @@ -94,6 +94,9 @@ rmdir $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d %{_includedir}/srchilite/*.h %changelog +* Fri Aug 25 2023 Keith Seitz +- migrated to SPDX license + * Sat Jul 22 2023 Fedora Release Engineering - 3.1.9-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 5afd974ee7cc7a13b2e5c3543cda9a243286f519 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 17 Jan 2024 22:58:47 +0000 Subject: [PATCH 06/14] Rebuilt for Boost 1.83 --- source-highlight.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source-highlight.spec b/source-highlight.spec index 1b25db3..79e3a0c 100644 --- a/source-highlight.spec +++ b/source-highlight.spec @@ -1,7 +1,7 @@ Summary: Produces a document with syntax highlighting Name: source-highlight Version: 3.1.9 -Release: 19%{?dist} +Release: 20%{?dist} License: GPL-3.0-or-later AND GFDL-1.1-or-later AND LicenseRef-Fedora-Public-Domain AND GPL-2.0-only AND GPL-3.0-only AND GPL-3.0-or-later WITH Bison-exception-2.2 Source0: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz Source1: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz.sig @@ -94,6 +94,9 @@ rmdir $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d %{_includedir}/srchilite/*.h %changelog +* Wed Jan 17 2024 Jonathan Wakely - 3.1.9-20 +- Rebuilt for Boost 1.83 + * Fri Aug 25 2023 Keith Seitz - migrated to SPDX license From 68c1ec65dbb37bad4d3fa479684ee391dd80edef Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Fri, 19 Jan 2024 00:23:29 +0000 Subject: [PATCH 07/14] Fix CI gating plan Remove obsolete options. --- plans/ci.fmf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plans/ci.fmf b/plans/ci.fmf index 1ad2c12..3fd3ab7 100644 --- a/plans/ci.fmf +++ b/plans/ci.fmf @@ -1,6 +1,5 @@ summary: CI Gating Plan discover: how: fmf - directory: tests execute: - how: beakerlib + how: tmt From 72ffdf0491ebd5f64fc30551c705a7177a3f99f8 Mon Sep 17 00:00:00 2001 From: Keith Seitz Date: Mon, 22 Jan 2024 10:10:16 -0800 Subject: [PATCH 08/14] Backport upstream fix for "lesspipe may contain ".sh" extension" Also use commit date for "Oct 15 2022 - 3.1.9-17" commit to quash rpmlint error. Resolves: BZ 2256374 --- source-highlight-bz2256374-lesspipe_sh.patch | 39 ++++++++++++++++++++ source-highlight.spec | 8 +++- 2 files changed, 45 insertions(+), 2 deletions(-) create mode 100644 source-highlight-bz2256374-lesspipe_sh.patch diff --git a/source-highlight-bz2256374-lesspipe_sh.patch b/source-highlight-bz2256374-lesspipe_sh.patch new file mode 100644 index 0000000..b490cb2 --- /dev/null +++ b/source-highlight-bz2256374-lesspipe_sh.patch @@ -0,0 +1,39 @@ +commit 8be2bee7f6861fd27d5c181b15d3126fc7dbf73b +Author: Keith Seitz +Date: Sat Jan 20 09:25:05 2024 -0700 + + lesspipe may contain ".sh" extension + + On Fedora, the "lesspipe" script is actually called + "lesspipe.sh". This patch proposes to use "$(which NAME)" + to figure out the actual name of the script to use. + + If neither "lesspipe" nor "lesspipe.sh" exists in $PATH, + the patch simply uses "lesspipe", preserving the current behavior. + + It was based on the 3.1.9 release tarball, but should + apply cleanly to current git. + + This was reported as Fedora bugzilla 2256374. + +diff --git a/src/src-hilite-lesspipe.sh.in b/src/src-hilite-lesspipe.sh.in +index eb5c3ee..76231c7 100644 +--- a/src/src-hilite-lesspipe.sh.in ++++ b/src/src-hilite-lesspipe.sh.in +@@ -7,7 +7,15 @@ for source in "$@"; do + *Makefile|*makefile) + source-highlight --failsafe -f esc --lang-def=makefile.lang --style-file=esc.style -i "$source" ;; + *.tar|*.tgz|*.gz|*.bz2|*.xz) +- lesspipe "$source" ;; ++ # The "lesspipe" script may or may not have ".sh" extension. ++ lesspipe=$(which lesspipe 2>/dev/null) ++ if [ -z "$lesspipe" ]; then ++ lesspipe=$(which lesspipe.sh 2>/dev/null) ++ if [ -z "$lesspipe" ]; then ++ lesspipe="lesspipe" ++ fi ++ fi ++ $lesspipe "$source" ;; + *) source-highlight --failsafe --infer-lang -f esc --style-file=esc.style -i "$source" ;; + esac + done diff --git a/source-highlight.spec b/source-highlight.spec index 79e3a0c..42f1b22 100644 --- a/source-highlight.spec +++ b/source-highlight.spec @@ -1,7 +1,7 @@ Summary: Produces a document with syntax highlighting Name: source-highlight Version: 3.1.9 -Release: 20%{?dist} +Release: 21%{?dist} License: GPL-3.0-or-later AND GFDL-1.1-or-later AND LicenseRef-Fedora-Public-Domain AND GPL-2.0-only AND GPL-3.0-only AND GPL-3.0-or-later WITH Bison-exception-2.2 Source0: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz Source1: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz.sig @@ -9,6 +9,7 @@ URL: http://www.gnu.org/software/src-highlite/ # Taken from https://git.savannah.gnu.org/cgit/src-highlite.git/patch/?id=904949c9026cb772dc93fbe0947a252ef47127f4 # and slightly adapted Patch0: 904949c9026cb772dc93fbe0947a252ef47127f4.patch +Patch1: source-highlight-bz2256374-lesspipe_sh.patch BuildRequires: make BuildRequires: bison, flex, boost-devel BuildRequires: help2man, chrpath, pkgconfig(bash-completion) @@ -94,6 +95,9 @@ rmdir $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d %{_includedir}/srchilite/*.h %changelog +* Mon Jan 22 2024 Keith Seitz - 3.1.9-21 +- Added upstream patch to fix BZ 2256374. + * Wed Jan 17 2024 Jonathan Wakely - 3.1.9-20 - Rebuilt for Boost 1.83 @@ -106,7 +110,7 @@ rmdir $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d * Mon Feb 20 2023 Jonathan Wakely - 3.1.9-18 - Rebuilt for Boost 1.81 -* Sat Oct 15 2022 FeRD (Frank Dana) - 3.1.9-17 +* Sun Jan 29 2023 FeRD (Frank Dana) - 3.1.9-17 - Stop adding 'cxx' language mapping (fixed upstream) - Add 'rpm-spec' (used in asciidoc) mapping From 437180078169596682b138fff2030b5e2af5d9ca Mon Sep 17 00:00:00 2001 From: Michal Kolar Date: Wed, 24 Jan 2024 11:34:27 +0000 Subject: [PATCH 09/14] tests/source-highlight-testsuite: adapt to rpm package > 4.18.91 --- tests/source-highlight-testsuite/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/source-highlight-testsuite/runtest.sh b/tests/source-highlight-testsuite/runtest.sh index a1e047d..877d4ee 100755 --- a/tests/source-highlight-testsuite/runtest.sh +++ b/tests/source-highlight-testsuite/runtest.sh @@ -53,7 +53,7 @@ rlJournalStart rlPhaseStartSetup "build source-highlight" rlRun "rpm -D \"_topdir $TmpDir\" -U *.src.rpm" rlRun "yum-builddep -y $TmpDir/SPECS/*.spec" - rlRun "su -c 'rpmbuild -D \"_topdir $TmpDir\" -bp $TmpDir/SPECS/*.spec &>$TmpDir/rpmbuild.log' $BUILD_USER" + rlRun "su -c 'rpmbuild -D \"_topdir $TmpDir\" -bp --undefine specpartsdir $TmpDir/SPECS/*.spec &>$TmpDir/rpmbuild.log' $BUILD_USER" rlRun "rlFileSubmit $TmpDir/rpmbuild.log" rlRun "cd $TmpDir/BUILD/source-highlight-*" rlRun "su -c './configure --build=`arch`-redhat-linux-gnu &>$TmpDir/configure.log' $BUILD_USER" From f9e5d87e998ff3c61cb9eb9f77e8084aa6467d81 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 03:57:57 +0000 Subject: [PATCH 10/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- source-highlight.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source-highlight.spec b/source-highlight.spec index 42f1b22..31b9aaa 100644 --- a/source-highlight.spec +++ b/source-highlight.spec @@ -1,7 +1,7 @@ Summary: Produces a document with syntax highlighting Name: source-highlight Version: 3.1.9 -Release: 21%{?dist} +Release: 22%{?dist} License: GPL-3.0-or-later AND GFDL-1.1-or-later AND LicenseRef-Fedora-Public-Domain AND GPL-2.0-only AND GPL-3.0-only AND GPL-3.0-or-later WITH Bison-exception-2.2 Source0: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz Source1: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz.sig @@ -95,6 +95,9 @@ rmdir $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d %{_includedir}/srchilite/*.h %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 3.1.9-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Mon Jan 22 2024 Keith Seitz - 3.1.9-21 - Added upstream patch to fix BZ 2256374. From 0895a52eb54551d076449d80825bcd3442ebf155 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 06:06:00 +0000 Subject: [PATCH 11/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- source-highlight.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source-highlight.spec b/source-highlight.spec index 31b9aaa..6c8a166 100644 --- a/source-highlight.spec +++ b/source-highlight.spec @@ -1,7 +1,7 @@ Summary: Produces a document with syntax highlighting Name: source-highlight Version: 3.1.9 -Release: 22%{?dist} +Release: 23%{?dist} License: GPL-3.0-or-later AND GFDL-1.1-or-later AND LicenseRef-Fedora-Public-Domain AND GPL-2.0-only AND GPL-3.0-only AND GPL-3.0-or-later WITH Bison-exception-2.2 Source0: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz Source1: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz.sig @@ -95,6 +95,9 @@ rmdir $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d %{_includedir}/srchilite/*.h %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 3.1.9-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 3.1.9-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 7b852ade4c7451017cb1ddcd244982574307201e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 11:15:52 +0000 Subject: [PATCH 12/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- source-highlight.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source-highlight.spec b/source-highlight.spec index 6c8a166..9bbdb62 100644 --- a/source-highlight.spec +++ b/source-highlight.spec @@ -1,7 +1,7 @@ Summary: Produces a document with syntax highlighting Name: source-highlight Version: 3.1.9 -Release: 23%{?dist} +Release: 24%{?dist} License: GPL-3.0-or-later AND GFDL-1.1-or-later AND LicenseRef-Fedora-Public-Domain AND GPL-2.0-only AND GPL-3.0-only AND GPL-3.0-or-later WITH Bison-exception-2.2 Source0: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz Source1: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz.sig @@ -95,6 +95,9 @@ rmdir $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d %{_includedir}/srchilite/*.h %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 3.1.9-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 3.1.9-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 504f777d46c042ac2b2587003a5ce5e5cf3ab5e8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 18:33:25 +0000 Subject: [PATCH 13/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- source-highlight.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source-highlight.spec b/source-highlight.spec index 9bbdb62..69cd296 100644 --- a/source-highlight.spec +++ b/source-highlight.spec @@ -1,7 +1,7 @@ Summary: Produces a document with syntax highlighting Name: source-highlight Version: 3.1.9 -Release: 24%{?dist} +Release: 25%{?dist} License: GPL-3.0-or-later AND GFDL-1.1-or-later AND LicenseRef-Fedora-Public-Domain AND GPL-2.0-only AND GPL-3.0-only AND GPL-3.0-or-later WITH Bison-exception-2.2 Source0: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz Source1: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz.sig @@ -95,6 +95,9 @@ rmdir $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d %{_includedir}/srchilite/*.h %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 3.1.9-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 3.1.9-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 5cd1f22cea3cf976b78b1361bf0c43b9513d993f Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 12 Jan 2026 18:30:40 +0000 Subject: [PATCH 14/14] Rebuilt for Boost 1.90 --- source-highlight.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source-highlight.spec b/source-highlight.spec index 69cd296..5dc9e39 100644 --- a/source-highlight.spec +++ b/source-highlight.spec @@ -1,7 +1,7 @@ Summary: Produces a document with syntax highlighting Name: source-highlight Version: 3.1.9 -Release: 25%{?dist} +Release: 26%{?dist} License: GPL-3.0-or-later AND GFDL-1.1-or-later AND LicenseRef-Fedora-Public-Domain AND GPL-2.0-only AND GPL-3.0-only AND GPL-3.0-or-later WITH Bison-exception-2.2 Source0: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz Source1: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz.sig @@ -95,6 +95,9 @@ rmdir $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d %{_includedir}/srchilite/*.h %changelog +* Mon Jan 12 2026 Jonathan Wakely - 3.1.9-26 +- Rebuilt for Boost 1.90 + * Fri Jul 25 2025 Fedora Release Engineering - 3.1.9-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild