From 6023a05be2756859dd5486d4959bf4ca89513276 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Tue, 27 Jun 2023 16:37:20 +0200 Subject: [PATCH] fix deps, hopatch.sty was moved from oberdiek into seperates packages --- .gitignore | 2 ++ sources | 2 ++ texlive.spec | 32 +++++++++++++++++++++++++++++++- 3 files changed, 35 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5b8cf47..3843b2e 100644 --- a/.gitignore +++ b/.gitignore @@ -696,3 +696,5 @@ /pdfcol.tar.xz /hypdoc.doc.tar.xz /hypdoc.tar.xz +/hopatch.doc.tar.xz +/hopatch.tar.xz diff --git a/sources b/sources index 589a01a..fc4cac1 100644 --- a/sources +++ b/sources @@ -693,3 +693,5 @@ SHA512 (pdfcol.doc.tar.xz) = d2b5b5e1681092d024e0e0d47d3252e915cd3456b9bd27e1d2b SHA512 (pdfcol.tar.xz) = c9d9350a68513b9c7fd1d99138cf93aad74b76ebac4e5a55de483501bc5a6ac42a366e60e15a6d7e81149355dd6ea87b968bb070e05f04848e4a167422f645c1 SHA512 (hypdoc.doc.tar.xz) = 8ef2afe4f1e69aa9934d80363d206a852444396a7067e99ee9ea33c5ab8648e94997631e657f6eca0d9d65e4c14132d46eac7d639ea5f8ba558e83d17c39a2f4 SHA512 (hypdoc.tar.xz) = 216c3adfa731d4c18b7072d3fd812065195bd06b849cc2b669650a24d51b93cd5c4dd8b9dbfb5874e90d2b928e32a675d5bafed1f5543b826041374f2d4885dd +SHA512 (hopatch.doc.tar.xz) = 4fbf84371053bd67fb3d4b370bc335013cb62042cf9c13d2fc1c63a582a56885a93f73a44aff8986b4c657f7d172a1bd75cbde556633647a1abafb72746f9150 +SHA512 (hopatch.tar.xz) = 6c0f9549ce0321d9080cd0dfd3062eab47722bedac79293a14019c25edfdca7afd0cd6bd3b7be67a99a93ea0b347ac798a7b24909886d300e7085ca67d1a5c42 diff --git a/texlive.spec b/texlive.spec index fd7af08..7842235 100644 --- a/texlive.spec +++ b/texlive.spec @@ -26,7 +26,7 @@ Name: texlive Version: %{source_date} -Release: 6%{?dist} +Release: 7%{?dist} Epoch: %{tl_epoch} Summary: TeX formatting system Group: Applications/Publishing @@ -761,6 +761,8 @@ Source9071: https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stringe Source9072: https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/stringenc.doc.tar.xz Source9073: https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/catchfile.tar.xz Source9074: https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/catchfile.doc.tar.xz +Source9235: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hopatch.tar.xz +Source9236: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hopatch.doc.tar.xz Source9656: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hypdoc.tar.xz Source9657: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hypdoc.doc.tar.xz Source9804: http://ctan.math.illinois.edu/systems/texlive/tlnet/archive/pdfcol.tar.xz @@ -24224,6 +24226,23 @@ colour stack since version v0.04b. This package is intended for package writers. It defines macros for setting and maintaining new colour stacks. + +%package hopatch +Summary: Load patches for packages +License: LPPL-1.3c +Requires: texlive-base texlive-kpathsea +Requires: tex(ltxcmds.sty) +Provides: tex(hopatch-2016-05-16.sty) = %{tl_version} +Provides: tex(hopatch.sty) = %{tl_version} +BuildArch: noarch + +%description hopatch +Hopatch provides a command with which the user may register of +patch code for a particular package. Hopatch will apply the +patch immediately, if the relevant package has already been +loaded; otherwise it will store the patch until the package + + %prep %setup -q -c -T xz -dc %{SOURCE0} | tar x @@ -25198,6 +25217,9 @@ xz -dc %{SOURCE9072} | tar x -C %{buildroot}%{_texdir}/texmf-dist # catchfile xz -dc %{SOURCE9073} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE9074} | tar x -C %{buildroot}%{_texdir}/texmf-dist +# hopatch +xz -dc %{SOURCE9235} | tar x -C %{buildroot}%{_texdir}/texmf-dist +xz -dc %{SOURCE9236} | tar x -C %{buildroot}%{_texdir}/texmf-dist # hypdoc xz -dc %{SOURCE9656} | tar x -C %{buildroot}%{_texdir}/texmf-dist xz -dc %{SOURCE9657} | tar x -C %{buildroot}%{_texdir}/texmf-dist @@ -28259,7 +28281,15 @@ yes | %{_bindir}/updmap-sys --quiet --syncwithtrees >/dev/null 2>&1 || : %doc %{_texdir}/texmf-dist/doc/latex/pdfcol %{_texdir}/texmf-dist/tex/latex/pdfcol +%files hopatch +%license lppl1.3.txt +%doc %{_texdir}/texmf-dist/doc/latex/hopatch +%{_texdir}/texmf-dist/tex/latex/hopatch + %changelog +* Tue Jun 27 2023 Than Ngo - 12:20230311-7 +- fix deps, hopatch.sty was moved from oberdiek into seperates packages + * Tue Jun 27 2023 Than Ngo - 12:20230311-6 - fix deps, hypdoc.sty and pdfcol.sty were moved from oberdiek into seperates packages