From e8d079ef42fc878a50f81d0ab7a07e2829583d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 7 Nov 2024 17:14:52 +0100 Subject: [PATCH] Fixup the version-release (cherry picked from commit 4ddd57c537a8dc19360fd082e915ce10cba43656) --- pyproject-rpm-macros.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject-rpm-macros.spec b/pyproject-rpm-macros.spec index 737817f..d8080c1 100644 --- a/pyproject-rpm-macros.spec +++ b/pyproject-rpm-macros.spec @@ -14,8 +14,8 @@ License: MIT # Increment Y and reset Z when new macros or features are added # Increment Z when this is a bugfix or a cosmetic change # Dropping support for EOL Fedoras is *not* considered a breaking change -Version: 1.16.0 -Release: 2%{?dist} +Version: 1.16.1 +Release: 1%{?dist} # Macro files Source001: macros.pyproject @@ -196,7 +196,7 @@ export HOSTNAME="rpmbuild" # to speedup tox in network-less mock, see rhbz#1856 %changelog -* Thu Nov 07 2024 Miro Hrončok - 1.16.0-2 +* Thu Nov 07 2024 Miro Hrončok - 1.16.1-1 - Support for setuptools 70+ - wheel is no longer generated as a dependency of the default build system