Compare commits

..

5 commits

Author SHA1 Message Date
Tulio Magno Quites Machado Filho
b217a9a720 packit: Update the list of distros
Fedora 43 got branched, which changed the definition of the alias
`fedora-latest` to `fedora-43`.
Explicitly list `fedora-42` in order to continue receiving updates and
triggering builds and updates.

The plan is to replace these entries with `fedora-all` or
`fedora-branched` as soon as f41 reaches EOL.

[skip changelog]

(cherry picked from commit f27b6e0bd9)
2025-08-18 10:56:07 -03:00
Packit
0dd5e3fd4d Update to 2.2.5 upstream release
- Resolves: rhbz#2387088

Upstream tag: 2.2.5
Upstream commit: 42543906

Commit authored by Packit automation (https://packit.dev/)
2025-08-07 16:11:08 +00:00
Tulio Magno Quites Machado Filho
1c35d974a9 Remove rpmdeplint from gating
This test is only enabled on Rawhide and does not run on branched
targets causing errors in our Bodhi updates.
There is no way to require rpmdeplint only on Rawhide because Bodhi does
not understand the concept of Rawhide.

More information: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/QTAGRWMHZBQOXWI5S3O2JSYCDRU6IT4D/
2025-02-28 16:35:10 -03:00
Tulio Magno Quites Machado Filho
948b28fc8b Enable -fPIC for static compat libraries
Generate static compat libraries with Position Independent Code in order
to let these files to be used when linking to shared libraries.
2025-02-25 15:56:58 -03:00
Packit
958ba25069 Update to 2.2.4 upstream release
- Resolves: rhbz#2344792

Upstream tag: 2.2.4
Upstream commit: 860e4cff

Commit authored by Packit automation (https://packit.dev/)
2025-02-10 23:10:02 +00:00
3 changed files with 4 additions and 21 deletions

View file

@ -1,3 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
The file was generated using packit 1.12.0.post1.dev20+g7d30dac21.
The file was generated using packit 1.11.0.

View file

@ -1 +1 @@
SHA512 (zlib-ng-2.3.2.tar.gz) = 8781ee4bfda7cb8c8c5150c2e6a067d699580616b61af2ea4cf03cbe14c6715b31a29a20b7c3dd97254a9e487c72c5228c9cfa817ff71aa765fe7043ab136f04
SHA512 (zlib-ng-2.2.5.tar.gz) = b599ea24375d08fa098ed7c3b14548e0d9731a155a024a0904b0ae4a6d3491a69f0c0574d66b6e4af1e40f10e38b6b555d4c4b1fe3589ca83a5f97fbd92f635f

View file

@ -18,7 +18,7 @@
%global supported_abi_test aarch64 ppc64le x86_64
Name: zlib-ng
Version: 2.3.2
Version: 2.2.5
Release: %autorelease
Summary: Zlib replacement with optimizations
License: Zlib
@ -98,24 +98,7 @@ cat <<_EOF_
_EOF_
# zlib-ng uses a different macro for library directory.
%global cmake_param %{?with_sanitizers:-DWITH_SANITIZER=ON}
%ifarch riscv64
%global cmake_param %cmake_param -DWITH_RVV=OFF
%endif
%ifarch s390x
%global cmake_param %cmake_param -DWITH_DFLTCC_DEFLATE=ON -DWITH_DFLTCC_INFLATE=ON
%endif
%if 0%{?rhel} >= 10
%ifarch x86_64
# RHEL 10 has x86_64-v3 as baseline, turning the CRC32 Chorba optimization
# unnecessary.
# More info: https://github.com/zlib-ng/zlib-ng/releases/tag/2.3.1
%global cmake_param %cmake_param -DWITH_CRC32_CHORBA=OFF
%endif
%endif
%global cmake_param %{?with_sanitizers:-DWITH_SANITIZER=ON} -DWITH_RVV=OFF
# Setting __cmake_builddir is not necessary in this step, but do it anyway for symmetry.
%global __cmake_builddir %{_vpath_builddir}