import rust-peg-macros-0.8.2-1.el9

i9ce changed/i9ce/rust-peg-macros-0.8.2-1.el9
MSVSphere Packaging Team 1 year ago
parent 017d68f98b
commit f9cc032fb0

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/peg-macros-0.8.2.crate

@ -0,0 +1 @@
3999aba858747042db3eb0e1e61f8379f243a56e SOURCES/peg-macros-0.8.2.crate

Binary file not shown.

@ -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"

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

@ -8,14 +8,14 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# 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
@ -26,7 +26,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.}
@ -71,7 +71,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
@ -89,9 +89,12 @@ use the "trace" feature of the "%{crate}" crate.
%endif
%changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.8.1-1
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.8.2-1
- Rebuilt for MSVSphere 9.3
* Sat Jan 13 2024 Fabio Valentini <decathorpe@gmail.com> - 0.8.2-1
- Update to version 0.8.2; Fixes RHBZ#2243160
* Tue Sep 12 2023 Fabio Valentini <decathorpe@gmail.com> - 0.8.1-1
- Update to version 0.8.1; Fixes RHBZ#1948228

Loading…
Cancel
Save