Update to 0.32.2 upstream release
Upstream tag: 0.32.2 Upstream commit: 514fbded Commit authored by Packit automation (https://packit.dev/)
This commit is contained in:
parent
e7dfbaab7c
commit
658fc921d0
6 changed files with 10 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -19,3 +19,4 @@
|
||||||
/specfile-0.31.0.tar.gz
|
/specfile-0.31.0.tar.gz
|
||||||
/specfile-0.32.0.tar.gz
|
/specfile-0.32.0.tar.gz
|
||||||
/specfile-0.32.1.tar.gz
|
/specfile-0.32.1.tar.gz
|
||||||
|
/specfile-0.32.2.tar.gz
|
||||||
|
|
|
||||||
|
|
@ -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.99.0.post1.dev29+g2e75e6ff.
|
The file was generated using packit 0.101.0.post1.dev2+g30f91eab.
|
||||||
|
|
|
||||||
|
|
@ -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: 8aac26db8e7c955bf73b066c8a80b15161a90008
|
ref: 514fbded1f45a665c4a674367719e8811da87659
|
||||||
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: 639df09d605626877c9ffe0b7bc8acec381a2816
|
ref: 8d2ad651fc392fe20a3306210e6278dc3db02e9c
|
||||||
prepare:
|
prepare:
|
||||||
- how: install
|
- how: install
|
||||||
copr: packit/packit-dev
|
copr: packit/packit-dev
|
||||||
|
|
@ -21,7 +21,7 @@ adjust:
|
||||||
- how: install
|
- how: install
|
||||||
package: python3-pip
|
package: python3-pip
|
||||||
- how: shell
|
- how: shell
|
||||||
script: pip3 install build deepdiff
|
script: pip3 install build 'deepdiff < 8.0.0'
|
||||||
- when: distro == rhel-8 or distro == centos-8 or distro == centos-stream-8
|
- when: distro == rhel-8 or distro == centos-8 or distro == centos-stream-8
|
||||||
because: packit doesn't support EL 8
|
because: packit doesn't support EL 8
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,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.1
|
%global base_version 0.32.2
|
||||||
#global prerelease rc1
|
#global prerelease rc1
|
||||||
|
|
||||||
%global package_version %{base_version}%{?prerelease:~%{prerelease}}
|
%global package_version %{base_version}%{?prerelease:~%{prerelease}}
|
||||||
|
|
@ -68,6 +68,9 @@ rm -rf specfile.egg-info
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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)
|
||||||
|
|
||||||
* Mon Jul 29 2024 Packit <hello@packit.dev> - 0.32.1-1
|
* Mon Jul 29 2024 Packit <hello@packit.dev> - 0.32.1-1
|
||||||
- Fixed two issues related to condition parsing. (#405)
|
- Fixed two issues related to condition parsing. (#405)
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (specfile-0.32.1.tar.gz) = 236f45286c3eb2253847b9ed4a132c0cac226a968c24f0699b50102f19e331c5e445fd3f8055b71a7df0a3100043730ca343b8872c8117293c84736ff647e6f6
|
SHA512 (specfile-0.32.2.tar.gz) = 7e3777f6019e0927114a4f5ebeb3c3142b973f663cc4a60caa4a25191c1c5aa21de6ec91eb5d47077a2f63b67476168ab6bf34dda125e97c3b65d4b662e6ed51
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue