SHA256
8
0
forked from pool/zlib-ng

52 Commits

Author SHA256 Message Date
fc968b7223 Accepting request 1276154 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1276154
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib-ng?expand=0&rev=22
2025-05-12 14:45:50 +00:00
861f50f29f - update to 2.2.4:
* Fix potential shift overflow problems reported by static
    checkers
  * VS2015: Fix an unfortunate bug #1862
  * RVV: Workaround error G6E97C40B #1853
  * s390x: Disable CRC32-VX Extensions for some broken Clang
    versions #1852
  * Add uncompress benchmark #1860

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=50
2025-05-02 08:19:45 +00:00
71481f4031 Accepting request 1245806 from devel:libraries:c_c++
- update to 2.2.3:
  * This time we have two code fixes for potentially unsafe
    access, although we have not had any bug-reports about these.
  * It also contains several optimizations. Especially of note,
    inflate has been optimized on various instruction sets and
    also the generic C code has seen improvements, and we have
    improvements for arches where unaligned accesses are not
    possible (lacking instructions to handle unaligned access)
    and also improvements on big endian.
  * x86-64 AVX2: Inflate ~17.8% faster, Deflate unchanged. -4.6KB
    library size.
  * Aarch64: Inflate ~2.3% faster, Deflate unchanged. - 5.5KB
    library size.
  * We also took some time to do a comprehensive cleanup of the
    now misleading UNALIGNED_OK option and of all the "unaligned"
    functions. We have noticed that some distros have been
    disabling these, fearing they are using potentially unsafe
    unaligned pointers, but we already fixed that in 2.1.0-beta1.
    Since then, these "unaligned" settings/functions have been
    referring to using unaligned accesses in safe ways, like
    utilizing unaligned intrinsics or memcpy to fix alignment for
    example and selecting what safe method is optimal to the
    arch. So disabling that instead disabled several safe
    optimizations.
  * Because this was obviously misleading certain distros into
    disabling these optimizations, we have cleaned it up, removed
    a lot of unnecessary preprocessor checks, and made detection
    of optimal methods happen during compile instead of
    configure. As a bonus, this cleaned up a lot of code and also
    let us not compile in many extra variants of

OBS-URL: https://build.opensuse.org/request/show/1245806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib-ng?expand=0&rev=21
2025-02-16 21:37:09 +00:00
df1b70a043 - update to 2.2.3:
* This time we have two code fixes for potentially unsafe
    access, although we have not had any bug-reports about these.
  * It also contains several optimizations. Especially of note,
    inflate has been optimized on various instruction sets and
    also the generic C code has seen improvements, and we have
    improvements for arches where unaligned accesses are not
    possible (lacking instructions to handle unaligned access)
    and also improvements on big endian.
  * x86-64 AVX2: Inflate ~17.8% faster, Deflate unchanged. -4.6KB
    library size.
  * Aarch64: Inflate ~2.3% faster, Deflate unchanged. - 5.5KB
    library size.
  * We also took some time to do a comprehensive cleanup of the
    now misleading UNALIGNED_OK option and of all the "unaligned"
    functions. We have noticed that some distros have been
    disabling these, fearing they are using potentially unsafe
    unaligned pointers, but we already fixed that in 2.1.0-beta1.
    Since then, these "unaligned" settings/functions have been
    referring to using unaligned accesses in safe ways, like
    utilizing unaligned intrinsics or memcpy to fix alignment for
    example and selecting what safe method is optimal to the
    arch. So disabling that instead disabled several safe
    optimizations.
  * Because this was obviously misleading certain distros into
    disabling these optimizations, we have cleaned it up, removed
    a lot of unnecessary preprocessor checks, and made detection
    of optimal methods happen during compile instead of
    configure. As a bonus, this cleaned up a lot of code and also
    let us not compile in many extra variants of

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=48
2025-02-08 18:28:37 +00:00
87e72d0a2d Accepting request 1217258 from devel:libraries:c_c++
- Update to 2.2.2:
  * Changelog at https://github.com/zlib-ng/zlib-ng/releases/tag/2.2.2
- Install the ld.so configuration file also with the -32bit
  package, as otherwise biarch installs won't find that library
  (boo#1232065).

OBS-URL: https://build.opensuse.org/request/show/1217258
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib-ng?expand=0&rev=20
2024-10-23 19:08:00 +00:00
6c998c4015 - Update to 2.2.2:
* Changelog at https://github.com/zlib-ng/zlib-ng/releases/tag/2.2.2

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=46
2024-10-23 08:53:18 +00:00
b55472ad4b - Install the ld.so configuration file also with the -32bit
package, as otherwise biarch installs won't find that library
  (boo#1232065).

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=45
2024-10-23 08:49:36 +00:00
54a60985eb Accepting request 1198476 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1198476
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib-ng?expand=0&rev=19
2024-09-04 11:23:25 +00:00
55fba89ad9 - Update to 2.2.1:
* Changelog at https://github.com/zlib-ng/zlib-ng/releases/tag/2.2.1

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=43
2024-09-03 12:25:28 +00:00
445f9b97d6 Accepting request 1196043 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1196043
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib-ng?expand=0&rev=18
2024-08-26 20:10:57 +00:00
c94076a49f - Also perform abicheck with the help of libabigail(-tools)
- Make libz-ng-compat1 not conflicting to libz but use the runtime
  linker to decide to overwrite the original libz with the compatibility
  version installed below subdirectory in libdir (boo#1229408)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=41
2024-08-26 10:17:09 +00:00
ba5bfee6c3 Accepting request 1138817 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1138817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib-ng?expand=0&rev=17
2024-01-15 21:20:22 +00:00
45f3da0bad Accepting request 1138808 from home:dirkmueller:Factory
- update filelists

OBS-URL: https://build.opensuse.org/request/show/1138808
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=39
2024-01-15 10:59:59 +00:00
bf01ecfc87 Accepting request 1138793 from home:dirkmueller:Factory
- update to 2.1.6:
  * This release also improves on the functable implementation,
    and also moves its initialization to happen in deflateInit()
    and inflateInit(). We also have some optimizations for RVV
    and ARM.
  * Fix inflateCopy corruption caused by change in 2.1.4 #1628
  * This is a regression caused by a change introduced in 2.1.4
  * Initialize functable without TLS, using atomics #1609
  * Initialize functable early, during DeflateInit and
    InflateInit #1613
  * Add FAR macro to zlib-compat headers to improve compatibility
  * Improve performance of crc32_acle on 32-bit ARM #1397
  * Add support for __attribute__((__target__(...))) to overcome
    limitations of -march=native #1620
  * Remove tab character in ACLE uqsub16 assembly #1627
  * Optimize adler32_fold_copy using RVV #1597
  * Simplify AVX2 and AVX512 adler32_fold_copy by removing
    templates #1599
  * Don't attempt ARMv6 detection on AARCH64 #1617
  * Prevent tests writing into source directory #1604
  * CMake: Fix clang-cl warnings #1591
  * CMake: Export cmake target #1601 #1611
  * CMake: Remove duplicate enable tests option #1610
  * CMake: Fix reading version information from zlib.h.in #1614
  * CMake: Check whether compiler supports -march=native or
    -mcpu=native #1618
  * CMake: Always run compiler feature tests without LTO #1622
  * CMake: Make sure uqsub16 check doesn't get optimized away
    with LTO #1619
  * CMake: Update to GoogleTest 1.12.1 #1623

OBS-URL: https://build.opensuse.org/request/show/1138793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=38
2024-01-15 10:05:38 +00:00
cff41b74e9 Accepting request 1130626 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1130626
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib-ng?expand=0&rev=16
2023-12-04 22:01:05 +00:00
4fa696d329 Accepting request 1130623 from home:dirkmueller:Factory
- update to 2.1.5:
  * This is a hotfix release, fixing an issue where certain
    applications would fail with a checksum error during inflate
    (decompression).
  * Fix bug with Z_FINISH handling with no window. #1602
  * This was detected by libgit2 unit tests Issue #1600
  * Added unit test for inflate with Z_FINISH and no window #1603
  * Fix CMake handling of CMAKE_INSTALL_INCLUDEDIR #1593
  * Fix pkgconfig support for WITH_GZFILEOP #1595 #1598
  * Github Actions update #1590
  * Readme Update #1594

OBS-URL: https://build.opensuse.org/request/show/1130623
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=36
2023-12-03 20:46:48 +00:00
5898e4c6aa Accepting request 1125572 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1125572
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib-ng?expand=0&rev=15
2023-11-13 21:21:56 +00:00
09a13cc8a7 Accepting request 1125544 from home:dirkmueller:Factory
- update to 2.1.4:
  * This is a stable release, with several minor improvements and
    one fix for a possible buffer overrun while using
    inflateCopy().
  * Zlib-ng's zlib-compat mode is now targeting zlib 1.3
    compatibility.
  * Of note, we have new optimizations for ARM and Risc-V RVV,
    and a lot of fixes and improvements to the buildsystem.
  * Fix: inflateCopy() allocate window with padding #1583
  * Pull zlib 1.3 changes #1563
  * Deprecate ZLIBNG_VER_STATUS, use ZLIBNG_VER_STATUSH #1581
  * Optimize slide_hash for ARMv6 #1538
  * Handle ARM64EC #1539
  * Remove inert check for HAVE_ACLE_FLAG in
    check_acle_compiler_flag #1554
  * Clean up ARM detection and allow ACLE on all ARM archs #1567
  * Initial loongarch port #1537
  * Fix building benchmarks on 32-bit PowerPC #1588
  * Optimize adler32 using rvv #1532
  * Optimize chunkset #1568
  * Support RVV hwcap detect at runtime #1585
  * Move the AVX compatibility functions into a separate file
  * Clean up SSE4.2 support, fixes compile issues under docker/VM

OBS-URL: https://build.opensuse.org/request/show/1125544
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=34
2023-11-13 12:47:44 +00:00
07b66e98ce Accepting request 1099699 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1099699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib-ng?expand=0&rev=14
2023-07-25 09:49:37 +00:00
1795d0b4c5 Accepting request 1099689 from home:Andreas_Schwab:Factory
- Fix build on riscv64
- Build with %{optflags}

OBS-URL: https://build.opensuse.org/request/show/1099689
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=32
2023-07-20 09:44:11 +00:00
fd6f5bbc27 Accepting request 1099094 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1099094
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib-ng?expand=0&rev=13
2023-07-18 20:07:31 +00:00
fcc6910a39 Accepting request 1098961 from home:dirkmueller:Factory
- update to 2.1.3:
  * Fix endless loop bug in chunkcopy_safe. #1526
  * Support using distro-supplied Gtest #1519
  * Minor code cleanup of deflate.c #1500
  * Improve buildsystem detection of ARM Cortex #1521
  * Cross-compiling and little-endian fixes #1518 #1520
  * Optimize compare256 using RVV #1498
  * Optimize slide_hash using RVV #1522
- drop 1526.patch (upstream)

OBS-URL: https://build.opensuse.org/request/show/1098961
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=30
2023-07-17 13:06:35 +00:00
7d3145c3c2 Accepting request 1095555 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1095555
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib-ng?expand=0&rev=12
2023-06-27 21:17:38 +00:00
00526afb74 Accepting request 1095554 from home:Guillaume_G:branches:openSUSE:Factory:ARM
- Add patch to fix boo#1212735:
  * 1526.patch

OBS-URL: https://build.opensuse.org/request/show/1095554
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=28
2023-06-27 08:13:44 +00:00
9c7e67f3f6 Accepting request 1094603 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1094603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib-ng?expand=0&rev=11
2023-06-22 21:26:35 +00:00
93d1899c50 Accepting request 1094600 from home:pluskalm:branches:devel:libraries:c_c++
- Update to version 2.1.2:
  * Many improvements to the CMake scripts.
  * Improved support for detecting memory alignment functions.
  * Improved support for unaligned access by letting the compiler promote code to unaligned if supported by the CPU.
  * Remove x86 cpu feature detection for TZCNT, safely fallback to BSF.
  * Enable using AVX512 intrinsics with GCC <9.
  * Decompression is a lot faster (56% faster measured on AVX2-capable x86-64)
  * Compresson is improved for Level 9, at the cost of a little performance.
  * Compression is improved for Level 3, by switching from deflate_fast to deflate_medium.
  * Levels 3 and 4 have been reconfigured to provide a better gradual tradeoff for speed/compression between levels 2 and 5.
  * Deflate_quick (Level 1) has been improved to default to a bigger windowsize and support changing the window size like the other levels.
  * Deflate_rle has been optimized with its own compare_256 implementation.
  * Adler32 implementation using AVX512, AVX512-VNNI, VMX.
  * CRC32-B implementation using VPCLMULQDQ & IBM-Z.
  * Slide hash implementation using VMX.
  * Compare256 implementations using SSE2, Neon, & POWER9.
  * Inflate chunk copying using SSSE3 & VSX.

OBS-URL: https://build.opensuse.org/request/show/1094600
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=26
2023-06-22 08:41:15 +00:00
330cf7f88d Accepting request 1077720 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1077720
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib-ng?expand=0&rev=10
2023-04-06 13:57:50 +00:00
010dcb175c Accepting request 1077719 from home:Guillaume_G:branches:devel:libraries:c_c++
- Update to 2.0.7:
  * Fix CVE-2022-37434 #1328
  * Fix chunkmemset #1196
  * Fix deflateBound too small #1236
  * Fix Z_SOLO #1263
  * Fix ACLE variant of crc32 #1274
  * Fix inflateBack #1311
  * Fix deflate_quick windowsize #1431
  * Fix DFLTCC bugs related to adler32 #1349 and #1390
  * Fix warnings #1194 #1312 #1362
  * MacOS build fix #1198
  * Add invalid windowBits handling #1293
  * Support for Force TZCNT #1186
  * Support for aligned_alloc() #1360
  * Minideflate improvements #1175 #1238
  * Dont use unaligned access for memcpy #1309
  * Build system #1209 #1233 #1267 #1273 #1278 #1292 #1316 #1318 #1365
  * Test improvements #1208 #1227 #1241 #1353
  * Cleanup #1266
  * Documentation #1205 #1359
  * Misc improvements #1294 #1297 #1306 #1344 #1348
  * Backported zlib fixes
  * Backported CI workflows from Develop branch
- Drop upstream patches:
  * 1297.patch
  * 0001-Add-one-extra-byte-to-return-value-of-compressBound-.patch

OBS-URL: https://build.opensuse.org/request/show/1077719
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=24
2023-04-06 11:23:37 +00:00
4ef6adc274 Accepting request 1045106 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1045106
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib-ng?expand=0&rev=9
2022-12-24 13:52:13 +00:00
e509bac47e Accepting request 1045092 from home:dirkmueller:Factory
- add 0001-Add-one-extra-byte-to-return-value-of-compressBound-.patch
  fixes a data corruption regression in 2.0.6

OBS-URL: https://build.opensuse.org/request/show/1045092
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=22
2022-12-23 20:00:10 +00:00
3271ba9c13 Accepting request 1042313 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1042313
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib-ng?expand=0&rev=8
2022-12-12 16:39:57 +00:00
2eaf5532fb Accepting request 1042307 from home:dirkmueller:Factory
- make systemtap dependency optional - it is only used in the s390
  case and entirely optional (just for profiling hooks)

OBS-URL: https://build.opensuse.org/request/show/1042307
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=20
2022-12-12 10:41:30 +00:00
a11d1417cf Accepting request 992184 from devel:libraries:c_c++
- Add baselibs.conf

OBS-URL: https://build.opensuse.org/request/show/992184
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib-ng?expand=0&rev=7
2022-08-02 20:09:31 +00:00
f958135623 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=18 2022-08-02 07:33:17 +00:00
a9e2667e10 Accepting request 992171 from home:dziobian
- Add baselibs.conf

OBS-URL: https://build.opensuse.org/request/show/992171
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=17
2022-08-02 07:22:30 +00:00
dd4210b0ab Accepting request 984124 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/984124
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib-ng?expand=0&rev=6
2022-06-21 14:32:52 +00:00
979a8a0a81 Accepting request 984123 from home:Guillaume_G:branches:devel:libraries:c_c++
- Backport https://github.com/zlib-ng/zlib-ng/pull/1297 to fix
  boo#1200578:
  * 1297.patch

OBS-URL: https://build.opensuse.org/request/show/984123
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=15
2022-06-21 09:49:47 +00:00
0709fee993 Accepting request 975994 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/975994
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib-ng?expand=0&rev=5
2022-05-10 13:12:16 +00:00
69cc6a1695 Accepting request 975735 from home:llunak:my
- Some -devel packages such as libpng16-devel have 'Requires: zlib-devel'.
- The proper name is WITH_SANITIZER without the trailing S, but it doesn't make sense to build a package with sanitizers enabled anyway.

OBS-URL: https://build.opensuse.org/request/show/975735
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=13
2022-05-10 06:55:30 +00:00
513d2afd17 Accepting request 962362 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/962362
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib-ng?expand=0&rev=4
2022-03-17 16:01:43 +00:00
43693ed817 Accepting request 962361 from home:Guillaume_G:branches:devel:libraries:c_c++
- Update to 2.0.6:
  * Fix hangs on macOS #1031
  * Fix minideflate write buffers being overwritten #1060
  * Fix deflateBound and compressBound returning too small size estimates #1049 #1071
  * Fix incorrect function declaration warning #1080
  * Fix build problems when building outside of source dir #1049
  * Fix build problems on arm2-7 #1030
  * Fixed some compile warnings #1020 #1036 #1037 #1048
  * Improved posix memalign support #888
  * Improvements to testing #637 #1026 #1032 #1035 #1049 #1051 #1056 #1063 #1067
  * Improvements for integration into other projects #1022 #1042
  * Code style fixes #637 #1040 #1050 #1075

OBS-URL: https://build.opensuse.org/request/show/962361
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=11
2022-03-17 09:05:36 +00:00
1a6b923a50 Accepting request 903857 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/903857
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib-ng?expand=0&rev=3
2021-07-03 18:51:02 +00:00
63374321ce Accepting request 903458 from home:susnux:branches:devel:libraries:c_c++
Update to version 2.0.5

OBS-URL: https://build.opensuse.org/request/show/903458
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=10
2021-07-03 16:01:11 +00:00
01dec9d2ae Accepting request 901559 from devel:libraries:c_c++
- Add 'compat' flavor which can be used as a drop-in replacement
  of libz

OBS-URL: https://build.opensuse.org/request/show/901559
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib-ng?expand=0&rev=2
2021-06-24 16:22:26 +00:00
77b94b142e OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=8 2021-06-23 14:07:51 +00:00
388764fe88 Accepting request 901477 from home:Guillaume_G:branches:devel:libraries:c_c++
- Add 'compat' flavor which can be used as a drop-in replacement
  of libz

OBS-URL: https://build.opensuse.org/request/show/901477
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=7
2021-06-23 11:34:47 +00:00
7187692449 Accepting request 901201 from devel:libraries:c_c++
New package: zlib-ng

OBS-URL: https://build.opensuse.org/request/show/901201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib-ng?expand=0&rev=1
2021-06-21 18:36:09 +00:00
0bbb37ee59 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=5 2021-06-21 15:47:12 +00:00
bf444cf303 Accepting request 901200 from home:Guillaume_G:branches:devel:libraries:c_c++
- Update to 2.0.4

OBS-URL: https://build.opensuse.org/request/show/901200
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=4
2021-06-21 15:46:47 +00:00
2337eace5b Accepting request 881472 from home:Guillaume_G:branches:devel:libraries:c_c++
- Fix build on armv6 and armv7

OBS-URL: https://build.opensuse.org/request/show/881472
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=3
2021-03-26 09:08:26 +00:00