diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-12-03 20:07:20 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-12-04 08:59:57 +0100 |
commit | c29dcfa2dd2e7467ea3b6b757880348884d8790d (patch) | |
tree | d3353da7e281a39e6edb2bde414c1bc228be5d6e /recompress.sh | |
parent | 66ba810196d8ce6f6da7df7931ce31e7303b8cf8 (diff) | |
download | current-c29dcfa2dd2e7467ea3b6b757880348884d8790d.tar.gz current-c29dcfa2dd2e7467ea3b6b757880348884d8790d.tar.xz |
Fri Dec 3 20:07:20 UTC 202120211203200720
ap/rpm-4.16.1.3-x86_64-4.txz: Rebuilt.
Patched to handle non-compliant RPMs created by install4j. Thanks to alienBOB.
d/poke-1.4-x86_64-1.txz: Upgraded.
l/enchant-2.3.2-x86_64-1.txz: Upgraded.
l/freetype-2.11.1-x86_64-1.txz: Upgraded.
l/glib2-2.70.2-x86_64-1.txz: Upgraded.
n/lynx-2.9.0dev.10-x86_64-1.txz: Upgraded.
extra/php8/php8-8.1.0-x86_64-1.txz: Removed.
extra/php80/php80-8.0.13-x86_64-1.txz: Added.
extra/php81/php81-8.1.0-x86_64-1.txz: Added.
Diffstat (limited to 'recompress.sh')
-rwxr-xr-x | recompress.sh | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/recompress.sh b/recompress.sh index edb24551b..97f2e6d2f 100755 --- a/recompress.sh +++ b/recompress.sh @@ -3,6 +3,10 @@ # Run this script in the root directory of the repository to re-compress # all patches and scripts that were un-compressed to make a better git commit: # +gzip ./extra/source/php80/php-fpm.conf.diff +gzip ./extra/source/php80/doinst.sh +gzip ./extra/source/php80/php.imap.api.diff +gzip ./extra/source/php80/php.ini-development.diff gzip ./extra/source/xv/xv-3.10a.patch gzip ./extra/source/xv/xv-libpng-1.5.patch gzip ./extra/source/xv/xv.prefix_x86_64.diff @@ -26,11 +30,11 @@ gzip ./extra/source/tigervnc/patches/xorg-server/0001-Always-install-vbe-and-int gzip ./extra/source/tigervnc/patches/vncserver.xinitrc.diff gzip ./extra/source/tigervnc/patches/xserver120.patch gzip ./extra/source/tigervnc/doinst.sh +gzip ./extra/source/php81/php-fpm.conf.diff +gzip ./extra/source/php81/doinst.sh +gzip ./extra/source/php81/php.imap.api.diff +gzip ./extra/source/php81/php.ini-development.diff gzip ./extra/source/bash-completion/fixup-sh-script-completions.diff -gzip ./extra/source/php8/php-fpm.conf.diff -gzip ./extra/source/php8/doinst.sh -gzip ./extra/source/php8/php.imap.api.diff -gzip ./extra/source/php8/php.ini-development.diff gzip ./source/d/clisp/clisp.link.libgnu.whole-archive.diff gzip ./source/d/clisp/clisp.c_data.compact_empty_buckets.diff gzip ./source/d/python3/python.sysconfig.py.x86_64.diff @@ -693,6 +697,7 @@ gzip ./source/ap/screen/45suppress_remap.patch gzip ./source/ap/screen/doinst.sh gzip ./source/ap/groff/groff.man.mdoc.local gzip ./source/ap/cdparanoia/cdparanoia-III-10.2_cdda_private.patch +gzip ./source/ap/rpm/rpm.install4j.compat.diff gzip ./source/ap/rpm/doinst.sh gzip ./source/ap/rpm/Packages gzip ./source/ap/man-db/doinst.sh @@ -840,7 +845,6 @@ gzip ./source/l/freetype/freetype.sh gzip ./source/l/freetype/freetype.compile.both.subpixel.hinting.methods.diff gzip ./source/l/freetype/freetype.subpixel.rendering.diff gzip ./source/l/freetype/doinst.sh -gzip ./source/l/freetype/6e9d8d314ff6ab23177b9162c0b96616460bb84e.patch gzip ./source/l/freetype/freetype.csh gzip ./source/l/gcr/doinst.sh gzip ./source/l/gcr/gcr.meson.disable.schemas-compile.update-mime.update-icon-cache.diff |