Update to 0.32.3 upstream release
- Resolves: rhbz#2299289 Upstream tag: 0.32.3 Upstream commit: c2be0297 Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
parent
7c31289bd2
commit
08da0e9239
5 changed files with 10 additions and 6 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
This repository is maintained by packit.
|
This repository is maintained by packit.
|
||||||
https://packit.dev/
|
https://packit.dev/
|
||||||
The file was generated using packit 0.101.0.post1.dev2+g30f91eab.
|
The file was generated using packit 0.101.1.post1.dev8+ge78e9e3b.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
discover:
|
discover:
|
||||||
how: fmf
|
how: fmf
|
||||||
url: https://github.com/packit/specfile.git
|
url: https://github.com/packit/specfile.git
|
||||||
ref: 514fbded1f45a665c4a674367719e8811da87659
|
ref: c2be0297846663b32c7e2852d28b1f0a51828ed4
|
||||||
execute:
|
execute:
|
||||||
how: tmt
|
how: tmt
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ discover:
|
||||||
how: fmf
|
how: fmf
|
||||||
url: https://github.com/packit/packit
|
url: https://github.com/packit/packit
|
||||||
filter: tier:0 | tier:1
|
filter: tier:0 | tier:1
|
||||||
ref: 8d2ad651fc392fe20a3306210e6278dc3db02e9c
|
ref: e78e9e3b33fb65157c4884deccf42de22dfc4783
|
||||||
prepare:
|
prepare:
|
||||||
- how: install
|
- how: install
|
||||||
copr: packit/packit-dev
|
copr: packit/packit-dev
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ Main focus is on modifying existing spec files, any change should result
|
||||||
in a minimal diff.}
|
in a minimal diff.}
|
||||||
|
|
||||||
|
|
||||||
%global base_version 0.32.2
|
%global base_version 0.32.3
|
||||||
#global prerelease rc1
|
#global prerelease rc1
|
||||||
|
|
||||||
%global package_version %{base_version}%{?prerelease:~%{prerelease}}
|
%global package_version %{base_version}%{?prerelease:~%{prerelease}}
|
||||||
|
|
@ -77,6 +77,10 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 30 2024 Packit <hello@packit.dev> - 0.32.3-1
|
||||||
|
- specfile can now handle multi-line tag values (enclosed in a macro body, e.g. `%%shrink`). (#412)
|
||||||
|
- Resolves: rhbz#2299289
|
||||||
|
|
||||||
* Sun Sep 15 2024 Packit <hello@packit.dev> - 0.32.2-1
|
* Sun Sep 15 2024 Packit <hello@packit.dev> - 0.32.2-1
|
||||||
- Explicitly invalidate the global parse hash when a SpecParser instance is created to prevent this issue. (#409)
|
- Explicitly invalidate the global parse hash when a SpecParser instance is created to prevent this issue. (#409)
|
||||||
|
|
||||||
|
|
@ -97,7 +101,7 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml
|
||||||
* Wed Jun 26 2024 Packit <hello@packit.dev> - 0.30.0-1
|
* Wed Jun 26 2024 Packit <hello@packit.dev> - 0.30.0-1
|
||||||
- Fixed an exception that occured when accessing the `Specfile.has_autochangelog` property while having unparseable lines (e.g. lines ending with unescaped `%`) in `%%changelog`. (#387)
|
- Fixed an exception that occured when accessing the `Specfile.has_autochangelog` property while having unparseable lines (e.g. lines ending with unescaped `%`) in `%%changelog`. (#387)
|
||||||
|
|
||||||
* Thu Jun 06 2024 Packit <hello@packit.dev> - 0.29.0-1
|
* Mon Jun 17 2024 Packit <hello@packit.dev> - 0.29.0-1
|
||||||
- Improved compatibility with RPM 4.20 (alpha version is currently in Fedora Rawhide). (#380)
|
- Improved compatibility with RPM 4.20 (alpha version is currently in Fedora Rawhide). (#380)
|
||||||
- Resolves: rhbz#2282962
|
- Resolves: rhbz#2282962
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (specfile-0.32.2.tar.gz) = 7e3777f6019e0927114a4f5ebeb3c3142b973f663cc4a60caa4a25191c1c5aa21de6ec91eb5d47077a2f63b67476168ab6bf34dda125e97c3b65d4b662e6ed51
|
SHA512 (specfile-0.32.3.tar.gz) = fe5ef1e9d55e52483e26f844d851d86a0879ff04b37cffe9ad7b0945a2d9798b1d77c05055db78bd008b73eba9c572ecfd367937428a9181ebce8b962b0dbacc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue