From f8a2e76e6e5a27cb7dfb135076e153d505d1e24b487f94a49af3beb885007066 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 28 Mar 2022 06:56:21 +0000 Subject: [PATCH 1/3] Add also a Conflicts for texlive-tecconfig-bin in texlive-scripts-extra-bin (bsc#1197569) OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=402 --- texlive.changes | 6 ++++++ texlive.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/texlive.changes b/texlive.changes index 6c63353..9ac0bc4 100644 --- a/texlive.changes +++ b/texlive.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 28 06:47:22 UTC 2022 - Dr. Werner Fink + +- Add also a Conflicts for texlive-tecconfig-bin in + texlive-scripts-extra-bin (bsc#1197569) + ------------------------------------------------------------------- Thu Mar 24 08:36:22 UTC 2022 - Dr. Werner Fink diff --git a/texlive.spec b/texlive.spec index 8a76c89..54078c3 100644 --- a/texlive.spec +++ b/texlive.spec @@ -19,7 +19,7 @@ %define texlive_version 2021 %define texlive_previous 2020 %define texlive_release 20210325 -%define texlive_noarch 189 +%define texlive_noarch 190 %define texlive_source texlive-20210325-source %define __perl_requires %{nil} @@ -3011,6 +3011,7 @@ Obsoletes: texlive-pdftools-bin <= 2019 Obsoletes: texlive-pstools-bin <= 2019 Obsoletes: texlive-tetex-bin <= 2019 Obsoletes: texlive-texconfig-bin <= 2017 +Conflicts: texlive-texconfig-bin Provides: texlive-pdftools-bin:%{_bindir}/e2pall Provides: texlive-tetex-bin:%{_bindir}/allcm Provides: texlive-tetex-bin:%{_bindir}/allneeded From c0663899614be7cb4a8842382ebee2672bb20dd696e84b6d5a10af649f82b9d1 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 28 Mar 2022 08:52:31 +0000 Subject: [PATCH 2/3] Fix typo in changelog OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=403 --- texlive.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/texlive.changes b/texlive.changes index 9ac0bc4..628d886 100644 --- a/texlive.changes +++ b/texlive.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Mon Mar 28 06:47:22 UTC 2022 - Dr. Werner Fink -- Add also a Conflicts for texlive-tecconfig-bin in +- Add also a Conflicts for texlive-texconfig-bin in texlive-scripts-extra-bin (bsc#1197569) ------------------------------------------------------------------- From 73ab95117c9ecd7bb2371f6d81f195decb79a579b8259803db55722409174ba2 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 4 Apr 2022 07:42:02 +0000 Subject: [PATCH 3/3] Accepting request 966045 from home:bmwiedemann:branches:Publishing:TeXLive Use gzip -n for bit-reproducible builds OBS-URL: https://build.opensuse.org/request/show/966045 OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=405 --- texlive.changes | 5 +++++ texlive.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/texlive.changes b/texlive.changes index 628d886..1f3676d 100644 --- a/texlive.changes +++ b/texlive.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 30 14:44:43 UTC 2022 - Bernhard Wiedemann + +- Use gzip -n for bit-reproducible builds + ------------------------------------------------------------------- Mon Mar 28 06:47:22 UTC 2022 - Dr. Werner Fink diff --git a/texlive.spec b/texlive.spec index 54078c3..21ec300 100644 --- a/texlive.spec +++ b/texlive.spec @@ -4275,7 +4275,7 @@ popd %perl_gen_filelist pushd blib install -m 0644 bindoc/biber.1 %{buildroot}%{_mandir}/man1/ - gzip %{buildroot}%{_mandir}/man1/biber.1 + gzip -n %{buildroot}%{_mandir}/man1/biber.1 popd sed -ri '\@/usr/(share|bin)/.*@d' texlive.files popd