public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-specfile] epel8: Update to 0.41.0 upstream release
@ 2026-05-29 13:52 Packit
0 siblings, 0 replies; only message in thread
From: Packit @ 2026-05-29 13:52 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-specfile
Branch : epel8
Commit : 8588ac255f166911087da824868f94d6cac46894
Author : Packit <hello@packit.dev>
Date : 2026-05-29T09:15:16+00:00
Stats : +15/-5 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/python-specfile/c/8588ac255f166911087da824868f94d6cac46894?branch=epel8
Log:
Update to 0.41.0 upstream release
Upstream tag: 0.41.0
Upstream commit: 2dc72c0d
Commit authored by Packit automation (https://packit.dev/)
---
diff --git a/.gitignore b/.gitignore
index 79322d8..4e29316 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,4 @@
/specfile-0.40.0.tar.gz
/specfile-0.40.1.tar.gz
/specfile-0.40.2.tar.gz
+/specfile-0.41.0.tar.gz
diff --git a/README.packit b/README.packit
index 7698114..4e76cbe 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.15.3.post1.dev4+g553394da5.
+The file was generated using packit 1.16.0.post1.dev8+g8a0482385.
diff --git a/plans/main.fmf b/plans/main.fmf
index aab8419..031a591 100644
--- a/plans/main.fmf
+++ b/plans/main.fmf
@@ -1,6 +1,6 @@
discover:
how: fmf
url: https://github.com/packit/specfile.git
- ref: 43174b05acad3c534fb7557d4251540ba84f6487
+ ref: 2dc72c0deb408b858b72b365271a676056045513
execute:
how: tmt
diff --git a/plans/packit-integration.fmf b/plans/packit-integration.fmf
index e66ca03..8d68c5c 100644
--- a/plans/packit-integration.fmf
+++ b/plans/packit-integration.fmf
@@ -2,7 +2,7 @@ discover:
how: fmf
url: https://github.com/packit/packit
filter: tag:full
- ref: 3824aae58b21d6a38bbcb49a9fe53484143a4569
+ ref: 8a0482385de8c0d3d7b233786a412c0b3240ca57
prepare:
- how: install
copr: packit/packit-dev
diff --git a/python-specfile.spec b/python-specfile.spec
index 7ca240b..d6f3ca5 100644
--- a/python-specfile.spec
+++ b/python-specfile.spec
@@ -4,7 +4,7 @@ Main focus is on modifying existing spec files, any change should result
in a minimal diff.}
-%global base_version 0.40.2
+%global base_version 0.41.0
#global prerelease rc1
%global package_version %{base_version}%{?prerelease:~%{prerelease}}
@@ -72,6 +72,15 @@ rm -rf specfile.egg-info
%changelog
+* Fri May 29 2026 Packit <hello@packit.dev> - 0.41.0-1
+- Fixed an issue where the value of a tag could have been incorrectly expanded if the spec file contained a macro definition shadowing the tag name, e.g.:
+```
+%%global release 12
+%%global release_string %%{release}%%{?dist}
+Release: %%{release_string}
+```
+In this case, with `dist` being `.fc44`, `Specfile.expanded_release` returned `12.fc44.fc44` instead of `12.fc44`. (#539)
+
* Fri Apr 24 2026 Packit <hello@packit.dev> - 0.40.2-1
- Trailing whitespaces at the end of specfile sections are now ignored during parsing. (#531)
- Resolves: rhbz#2461109
diff --git a/sources b/sources
index 93fbc46..24b1a14 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (specfile-0.40.2.tar.gz) = 4ad40abe25302ec63c870a1af3fb9a33a51df683fd79a632fa31fb4c68d5906cfef98c4f4dee5431e57710f65b7978236f96d6b2e495ebd58497ae75e30e186f
+SHA512 (specfile-0.41.0.tar.gz) = 34619d6b7a1b293ba2ceab0dd68e5800c69f6c8a92e87ef9924d461d02d137e9cd3152ff2d42a0fbdc9821a88f39fdbb38a0f84393203ff7da9836341a793085
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-29 13:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-29 13:52 [rpms/python-specfile] epel8: Update to 0.41.0 upstream release Packit
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox