From 13e659d869ea84d1cb516a8a430a90296bb8a93e Mon Sep 17 00:00:00 2001 From: Filip Janus Date: Wed, 8 Nov 2023 10:52:17 +0100 Subject: [PATCH] Release bump to enable added gating.yaml Resolves: RHEL-5625 --- qhull.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qhull.spec b/qhull.spec index 19686e0..1e7a57d 100644 --- a/qhull.spec +++ b/qhull.spec @@ -5,7 +5,7 @@ Version: 7.2.1 # - Older releases used year.month # - Newer releases use x.y.z Epoch: 1 -Release: 10%{?dist} +Release: 11%{?dist} License: Qhull Source0: https://github.com/qhull/qhull/archive/v%{version}.tar.gz#/qhull-%{version}.tar.gz @@ -119,6 +119,10 @@ chrpath --delete ${RPM_BUILD_ROOT}%{_libdir}/lib*.so.* %changelog +* Wed Nov 8 2023 Filip Janus - 1:7.2.1-11 +- Release bump to enable added gating.yaml +- Resolves: RHEL-5625 + * Mon Aug 21 2023 Filip Janus - 1:7.2.1-10 - Compile libqhullcpp with -fPIC - Resolves: RHEL-5625