diff --git a/0001-Revert-Add-runtime-linker-path-to-pkg-config-files-7.patch b/0001-Revert-Add-runtime-linker-path-to-pkg-config-files-7.patch deleted file mode 100644 index d67ed63..0000000 --- a/0001-Revert-Add-runtime-linker-path-to-pkg-config-files-7.patch +++ /dev/null @@ -1,51 +0,0 @@ -From 525e5afc873f17b5891239f188811a2b6d9cf8a2 Mon Sep 17 00:00:00 2001 -From: Jan Engelhardt -Date: Tue, 1 Sep 2020 15:55:52 +0200 -Subject: [PATCH] Revert "Add runtime linker path to pkg-config files (#740)" -References: https://github.com/google/brotli/issues/836 - -This reverts commit 31754d4ffce14153b5c2addf7a11019ec23f51c1. ---- - scripts/libbrotlicommon.pc.in | 2 +- - scripts/libbrotlidec.pc.in | 2 +- - scripts/libbrotlienc.pc.in | 2 +- - 3 files changed, 3 insertions(+), 3 deletions(-) - -diff --git a/scripts/libbrotlicommon.pc.in b/scripts/libbrotlicommon.pc.in -index 10ca969..2a8cf7a 100644 ---- a/scripts/libbrotlicommon.pc.in -+++ b/scripts/libbrotlicommon.pc.in -@@ -7,5 +7,5 @@ Name: libbrotlicommon - URL: https://github.com/google/brotli - Description: Brotli common dictionary library - Version: @PACKAGE_VERSION@ --Libs: -L${libdir} -R${libdir} -lbrotlicommon -+Libs: -L${libdir} -lbrotlicommon - Cflags: -I${includedir} -diff --git a/scripts/libbrotlidec.pc.in b/scripts/libbrotlidec.pc.in -index e7c3124..6f8ef2e 100644 ---- a/scripts/libbrotlidec.pc.in -+++ b/scripts/libbrotlidec.pc.in -@@ -7,6 +7,6 @@ Name: libbrotlidec - URL: https://github.com/google/brotli - Description: Brotli decoder library - Version: @PACKAGE_VERSION@ --Libs: -L${libdir} -R${libdir} -lbrotlidec -+Libs: -L${libdir} -lbrotlidec - Requires.private: libbrotlicommon >= 1.0.2 - Cflags: -I${includedir} -diff --git a/scripts/libbrotlienc.pc.in b/scripts/libbrotlienc.pc.in -index 4dd0811..2098afe 100644 ---- a/scripts/libbrotlienc.pc.in -+++ b/scripts/libbrotlienc.pc.in -@@ -7,6 +7,6 @@ Name: libbrotlienc - URL: https://github.com/google/brotli - Description: Brotli encoder library - Version: @PACKAGE_VERSION@ --Libs: -L${libdir} -R${libdir} -lbrotlienc -+Libs: -L${libdir} -lbrotlienc - Requires.private: libbrotlicommon >= 1.0.2 - Cflags: -I${includedir} --- -2.28.0 - diff --git a/brotli.changes b/brotli.changes index e2e834f..5722ccc 100644 --- a/brotli.changes +++ b/brotli.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 31 09:53:27 UTC 2023 - Jan Engelhardt + +- Update to release 1.1 + * CLI: added a --dictionary option + ------------------------------------------------------------------- Wed Mar 8 12:09:38 UTC 2023 - Martin Pluskal diff --git a/brotli.spec b/brotli.spec index 70d84c5..52cf1c4 100644 --- a/brotli.spec +++ b/brotli.spec @@ -19,7 +19,7 @@ %define sover 1 Name: brotli -Version: 1.0.9 +Version: 1.1.0 Release: 0 Summary: Lossless Compression Algorithm License: MIT @@ -27,7 +27,6 @@ Group: Productivity/Archiving/Compression URL: https://github.com/google/brotli Source: https://github.com/google/brotli/archive/v%version.tar.gz Source99: baselibs.conf -Patch1: 0001-Revert-Add-runtime-linker-path-to-pkg-config-files-7.patch BuildRequires: cmake >= 2.8.6 BuildRequires: gcc-c++ BuildRequires: gzip @@ -107,7 +106,6 @@ RFC 7932. %install %cmake_install -rm %buildroot/%_libdir/libbrotli*-static.a mkdir -p "%buildroot/%_mandir/man1" "%buildroot/%_mandir/man3" install -pm0644 docs/*.1 "%buildroot/%_mandir/man1/" install -pm0644 docs/*.3 "%buildroot/%_mandir/man3/" diff --git a/v1.0.9.tar.gz b/v1.0.9.tar.gz deleted file mode 100644 index cbff81b..0000000 --- a/v1.0.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9e8d81d0405ba66d181529af42a3354f838c939095ff99930da6aa9cdf6fe46 -size 486984 diff --git a/v1.1.0.tar.gz b/v1.1.0.tar.gz new file mode 100644 index 0000000..3f13aeb --- /dev/null +++ b/v1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e720a6ca29428b803f4ad165371771f5398faba397edf6778837a18599ea13ff +size 511969