- Update to release 1.1

OBS-URL: https://build.opensuse.org/package/show/Archiving/brotli?expand=0&rev=36
This commit is contained in:
Jan Engelhardt 2023-08-31 09:54:10 +00:00 committed by Git OBS Bridge
parent 1b9ab3c34e
commit 545a3a699d
5 changed files with 10 additions and 57 deletions

View File

@ -1,51 +0,0 @@
From 525e5afc873f17b5891239f188811a2b6d9cf8a2 Mon Sep 17 00:00:00 2001
From: Jan Engelhardt <jengelh@inai.de>
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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 31 09:53:27 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.1
* CLI: added a --dictionary option
-------------------------------------------------------------------
Wed Mar 8 12:09:38 UTC 2023 - Martin Pluskal <mpluskal@suse.com>

View File

@ -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/"

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f9e8d81d0405ba66d181529af42a3354f838c939095ff99930da6aa9cdf6fe46
size 486984

BIN
v1.1.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.