From 958ba25069a0ff09fcf50acd29091a46916390f4 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 10 Feb 2025 23:10:02 +0000 Subject: [PATCH 1/5] 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/) --- README.packit | 3 +++ sources | 2 +- zlib-ng.spec | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 README.packit diff --git a/README.packit b/README.packit new file mode 100644 index 0000000..7017e6c --- /dev/null +++ b/README.packit @@ -0,0 +1,3 @@ +This repository is maintained by packit. +https://packit.dev/ +The file was generated using packit 1.1.0.post1.dev2+gf7b527d0. diff --git a/sources b/sources index 6858afb..c4582db 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zlib-ng-2.2.3.tar.gz) = e71e8972ec2c4dec9eaa2c8f550185f13d0f5c411c38061d1aaf78ca8e522fa3d53f005296e574af7f152e7da3a78adf97ae4bb638b7fd277ef57bba26370b7d +SHA512 (zlib-ng-2.2.4.tar.gz) = f49a89497988db55a2f2375f79443e7e2c57470dbd94b35ae38a39d988eb42f8ecc295a1bd68845fc273b59ea508d0e74b142585d85b7e869dd3c01cc6923d8d diff --git a/zlib-ng.spec b/zlib-ng.spec index 7cee245..6752b6c 100644 --- a/zlib-ng.spec +++ b/zlib-ng.spec @@ -18,7 +18,7 @@ %global supported_abi_test aarch64 ppc64le x86_64 Name: zlib-ng -Version: 2.2.3 +Version: 2.2.4 Release: %autorelease Summary: Zlib replacement with optimizations License: Zlib From 948b28fc8bc791d3c3145995bc279751227dfed7 Mon Sep 17 00:00:00 2001 From: Tulio Magno Quites Machado Filho Date: Tue, 25 Feb 2025 15:47:41 -0300 Subject: [PATCH 2/5] 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. --- zlib-ng.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zlib-ng.spec b/zlib-ng.spec index 6752b6c..db61236 100644 --- a/zlib-ng.spec +++ b/zlib-ng.spec @@ -118,7 +118,7 @@ _EOF_ # defining BUILD_SHARED_LIBS disables the static library %undefine _cmake_shared_libs # Disable new strategies in order to keep compatibility with zlib. -%cmake %{cmake_param} -DZLIB_COMPAT=ON -DWITH_NEW_STRATEGIES=OFF +%cmake %{cmake_param} -DZLIB_COMPAT=ON -DWITH_NEW_STRATEGIES=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON %cmake_build %endif From 1c35d974a9c5bbf695dd8d2c06cd058f83289696 Mon Sep 17 00:00:00 2001 From: Tulio Magno Quites Machado Filho Date: Thu, 27 Feb 2025 11:23:47 -0300 Subject: [PATCH 3/5] 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/ --- gating.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/gating.yaml b/gating.yaml index 2fb97b2..93e252b 100644 --- a/gating.yaml +++ b/gating.yaml @@ -8,6 +8,5 @@ decision_contexts: subject_type: koji_build rules: - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional} From 0dd5e3fd4dfa81b413ae5247e4d3ab5891495435 Mon Sep 17 00:00:00 2001 From: Packit Date: Thu, 7 Aug 2025 16:11:08 +0000 Subject: [PATCH 4/5] 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/) --- README.packit | 2 +- sources | 2 +- zlib-ng.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.packit b/README.packit index 7017e6c..3ad54d6 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.1.0.post1.dev2+gf7b527d0. +The file was generated using packit 1.11.0. diff --git a/sources b/sources index c4582db..9ecba75 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zlib-ng-2.2.4.tar.gz) = f49a89497988db55a2f2375f79443e7e2c57470dbd94b35ae38a39d988eb42f8ecc295a1bd68845fc273b59ea508d0e74b142585d85b7e869dd3c01cc6923d8d +SHA512 (zlib-ng-2.2.5.tar.gz) = b599ea24375d08fa098ed7c3b14548e0d9731a155a024a0904b0ae4a6d3491a69f0c0574d66b6e4af1e40f10e38b6b555d4c4b1fe3589ca83a5f97fbd92f635f diff --git a/zlib-ng.spec b/zlib-ng.spec index db61236..83ce4e2 100644 --- a/zlib-ng.spec +++ b/zlib-ng.spec @@ -18,7 +18,7 @@ %global supported_abi_test aarch64 ppc64le x86_64 Name: zlib-ng -Version: 2.2.4 +Version: 2.2.5 Release: %autorelease Summary: Zlib replacement with optimizations License: Zlib From b217a9a72027e1f6647f9607051f0d9a728e80f6 Mon Sep 17 00:00:00 2001 From: Tulio Magno Quites Machado Filho Date: Fri, 15 Aug 2025 10:12:57 -0300 Subject: [PATCH 5/5] 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 f27b6e0bd949278748ae527976c22f037b45f981) --- .packit.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.packit.yaml b/.packit.yaml index 44fdd77..83d86ff 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -18,6 +18,7 @@ jobs: trigger: release dist_git_branches: - fedora-latest + - fedora-42 - fedora-rawhide - job: koji_build @@ -26,9 +27,12 @@ jobs: allowed_committers: ["ljavorsk", "tuliom", "aekoroglu", "packit"] dist_git_branches: - fedora-latest + - fedora-42 - fedora-rawhide - job: bodhi_update trigger: commit dist_git_branches: - - fedora-latest # rawhide updates are created automatically + # rawhide updates are created automatically + - fedora-latest + - fedora-42