Update to version 2.7.6; Fixes RHBZ#2240741

epel9 imports/e9/rust-pest-2.7.6-1.el9
Fabio Valentini 1 year ago
parent f81a5cabd8
commit 180388c177
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -20,3 +20,4 @@
/pest-2.7.1.crate
/pest-2.7.2.crate
/pest-2.7.3.crate
/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.3/Cargo.toml 2023-09-19T21:19:48.059014+00:00
--- pest-2.7.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pest-2.7.6/Cargo.toml 2024-01-13T21:39:02.921895+00:00
@@ -53,10 +53,6 @@
version = "0.1.5"
default-features = false

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate pest
Name: rust-pest
Version: 2.7.3
Version: 2.7.6
Release: %autorelease
Summary: Elegant Parser
@ -99,7 +99,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (pest-2.7.3.crate) = 897e8afcd174cc61ab1a5bb21668bff06b627ec2d2d81e6e208bef3966fef1c444e821c37c819a4aa203f94079123f627b45a57031e3da86d7260321b01ef130
SHA512 (pest-2.7.6.crate) = ff7d559dec8c81557ea9157ccd57807032718c0c332bdc368a0a5c596780f613d2d15dd67370016ab210286783af9d8ff2b27586f141e44a09ac4bc7b45040ca

Loading…
Cancel
Save