Update to version 0.8.2; Fixes RHBZ#2243160

epel9 imports/e9/rust-peg-macros-0.8.2-1.el9
Fabio Valentini 1 year ago
parent 52cd63eea2
commit 4ec2536e82
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -3,3 +3,4 @@
/peg-macros-0.6.3.crate
/peg-macros-0.8.1.crate
/peg-macros-0.8.2.crate

@ -1,5 +1,5 @@
--- peg-macros-0.8.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ peg-macros-0.8.1/Cargo.toml 2023-09-09T17:16:12.210135+00:00
--- peg-macros-0.8.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ peg-macros-0.8.2/Cargo.toml 2024-01-13T21:53:29.862744+00:00
@@ -23,12 +23,6 @@
path = "lib.rs"
proc-macro = true
@ -11,5 +11,5 @@
-bench = false
-
[dependencies.peg-runtime]
version = "= 0.8.1"
version = "= 0.8.2"

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate peg-macros
Name: rust-peg-macros
Version: 0.8.1
Version: 0.8.2
Release: %autorelease
Summary: Procedural macros for rust-peg
@ -16,7 +16,7 @@ Source: %{crates_source}
# * drop binary which is only useful for upstream development
Patch: peg-macros-fix-metadata.diff
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Procedural macros for rust-peg. To use rust-peg, see the `peg` crate.}
@ -61,7 +61,7 @@ use the "trace" 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

@ -0,0 +1,3 @@
[package]
summary = "Procedural macros for rust-peg"

@ -1 +1 @@
SHA512 (peg-macros-0.8.1.crate) = 84f7fb240ea3c543df4d28f3bbcd80fa6d68133af3557c214eca2298a8e988dbbea84fda85fc87d1f1149dcf4cf6e8b83e23c3a75525409aa0d02758fcf2cfc1
SHA512 (peg-macros-0.8.2.crate) = 7f7aa3b6274feb5daacdcb3df6a28b1339364eeaf6c782a061ae0c494646dffa887e5dc934db52d3e43045baa0cb1db7867779017161cd4e40fdc9aee4e25943

Loading…
Cancel
Save