Update to version 0.8.1; Fixes RHBZ#1948228

epel9
Fabio Valentini 1 year ago
parent 43a8472858
commit 52cd63eea2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm /*.src.rpm
/peg-macros-0.6.3.crate /peg-macros-0.6.3.crate
/peg-macros-0.8.1.crate

@ -1,6 +1,6 @@
--- peg-macros-0.6.3/Cargo.toml 2020-07-22T03:04:04+00:00 --- peg-macros-0.8.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ peg-macros-0.6.3/Cargo.toml 2023-02-05T13:40:13.088140+00:00 +++ peg-macros-0.8.1/Cargo.toml 2023-09-09T17:16:12.210135+00:00
@@ -24,11 +24,6 @@ @@ -23,12 +23,6 @@
path = "lib.rs" path = "lib.rs"
proc-macro = true proc-macro = true
@ -9,6 +9,7 @@
-path = "bin.rs" -path = "bin.rs"
-test = false -test = false
-bench = false -bench = false
-
[dependencies.peg-runtime] [dependencies.peg-runtime]
version = "= 0.6.3" version = "= 0.8.1"

@ -1,15 +1,14 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate peg-macros %global crate peg-macros
Name: rust-peg-macros Name: rust-peg-macros
Version: 0.6.3 Version: 0.8.1
Release: %autorelease Release: %autorelease
Summary: Procedural macros for rust-peg Summary: Procedural macros for rust-peg
# https://github.com/kevinmehall/rust-peg/pull/241
License: MIT License: MIT
URL: https://crates.io/crates/peg-macros URL: https://crates.io/crates/peg-macros
Source: %{crates_source} Source: %{crates_source}
@ -34,6 +33,7 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/LICENSE
%{crate_instdir}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel

@ -1 +1 @@
SHA512 (peg-macros-0.6.3.crate) = f10327abf27841d1c5ccc2d59973d0b3d60138a7fd04c7707fad74d32743fced8846acf0b4b31c8b3f67125f9f7fea50ee59170f108ec44f8571aaaa47556d16 SHA512 (peg-macros-0.8.1.crate) = 84f7fb240ea3c543df4d28f3bbcd80fa6d68133af3557c214eca2298a8e988dbbea84fda85fc87d1f1149dcf4cf6e8b83e23c3a75525409aa0d02758fcf2cfc1

Loading…
Cancel
Save