Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 35324979eb |
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 29 12:11:12 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.2
|
||||
* python: added Decompressor::can_accept_more_data method
|
||||
and optional output_buffer_limit argument
|
||||
Decompressor::process; that allows mitigation of
|
||||
unexpectedly large output
|
||||
* decoder / encoder: static tables use "small" model
|
||||
(allows 2GiB+ binaries)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 17 10:43:01 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
13
brotli.spec
13
brotli.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package brotli
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2017 Buschmann <buschmann23@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define sover 1
|
||||
Name: brotli
|
||||
Version: 1.1.0
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: Lossless Compression Algorithm
|
||||
License: MIT
|
||||
@@ -114,12 +114,9 @@ install -pm0644 docs/*.3 "%buildroot/%_mandir/man3/"
|
||||
%check
|
||||
%ctest
|
||||
|
||||
%post -n libbrotlicommon%sover -p /sbin/ldconfig
|
||||
%postun -n libbrotlicommon%sover -p /sbin/ldconfig
|
||||
%post -n libbrotlidec%sover -p /sbin/ldconfig
|
||||
%postun -n libbrotlidec%sover -p /sbin/ldconfig
|
||||
%post -n libbrotlienc%sover -p /sbin/ldconfig
|
||||
%postun -n libbrotlienc%sover -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n libbrotlicommon%sover
|
||||
%ldconfig_scriptlets -n libbrotlidec%sover
|
||||
%ldconfig_scriptlets -n libbrotlienc%sover
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
|
||||
BIN
v1.1.0.tar.gz
LFS
BIN
v1.1.0.tar.gz
LFS
Binary file not shown.
BIN
v1.2.0.tar.gz
LFS
Normal file
BIN
v1.2.0.tar.gz
LFS
Normal file
Binary file not shown.
Reference in New Issue
Block a user