SHA256
8
0
forked from pool/libdeflate

2 Commits

Author SHA256 Message Date
d8b5e30626 Accepting request 1303580 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1303580
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdeflate?expand=0&rev=16
2025-09-11 12:38:11 +00:00
eedbceb61b - version update to 1.24
* Made another small optimization to the x86 and ARM CRC32 code.
  * Fixed a compiler warning on certain platforms (issue #416).

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdeflate?expand=0&rev=32
2025-09-10 09:14:14 +00:00
4 changed files with 12 additions and 5 deletions

View File

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

3
libdeflate-1.24.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 9 13:14:43 UTC 2025 - pgajdos@suse.com
- version update to 1.24
* Made another small optimization to the x86 and ARM CRC32 code.
* Fixed a compiler warning on certain platforms (issue #416).
-------------------------------------------------------------------
Sun Mar 30 08:46:46 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libdeflate
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define major 0
%define libname %{name}%{major}
Name: libdeflate
Version: 1.23
Version: 1.24
Release: 0
Summary: Library for DEFLATE/zlib/gzip compression and decompression
License: BSD-2-Clause