import rust-pest-2.7.6-1.el9

i9ce changed/i9ce/rust-pest-2.7.6-1.el9
MSVSphere Packaging Team 1 year ago
parent bf97ae5a3e
commit b5db2918a7

2
.gitignore vendored

@ -1 +1 @@
SOURCES/pest-2.7.3.crate SOURCES/pest-2.7.6.crate

@ -1 +1 @@
59ebdc174eeb89a5558b8579ab829d5bb80ecccb SOURCES/pest-2.7.3.crate ae12d29330c0f049faaed5c2810d844699c1e1fc SOURCES/pest-2.7.6.crate

@ -1,5 +1,5 @@
--- pest-2.7.3/Cargo.toml 1970-01-01T00:00:01+00:00 --- pest-2.7.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pest-2.7.3/Cargo.toml 2023-09-19T21:19:48.059014+00:00 +++ pest-2.7.6/Cargo.toml 2024-01-13T21:39:02.921895+00:00
@@ -53,10 +53,6 @@ @@ -53,10 +53,6 @@
version = "0.1.5" version = "0.1.5"
default-features = false default-features = false

@ -8,14 +8,14 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec ## END: Set by rpmautospec
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate pest %global crate pest
Name: rust-pest Name: rust-pest
Version: 2.7.3 Version: 2.7.6
Release: %autorelease Release: %autorelease
Summary: Elegant Parser Summary: Elegant Parser
@ -109,7 +109,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
@ -127,6 +127,9 @@ use the "std" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Jan 13 2024 Fabio Valentini <decathorpe@gmail.com> - 2.7.6-1
- Update to version 2.7.6; Fixes RHBZ#2240741
* Mon Nov 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 2.7.3-1 * Mon Nov 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 2.7.3-1
- Rebuilt for MSVSphere 9.2 - Rebuilt for MSVSphere 9.2

Loading…
Cancel
Save