Update to version 7.1.3; Fixes RHBZ#2157285

epel9 imports/e9/rust-nom-7.1.3-1.el9
Fabio Valentini 2 years ago
parent 1a1bd66597
commit d4540e0c3a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -16,3 +16,4 @@
/nom-7.0.0.crate /nom-7.0.0.crate
/nom-7.1.0.crate /nom-7.1.0.crate
/nom-7.1.1.crate /nom-7.1.1.crate
/nom-7.1.3.crate

@ -1,16 +1,26 @@
--- nom-7.1.1/Cargo.toml 1970-01-01T00:00:01+00:00 --- nom-7.1.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ nom-7.1.1/Cargo.toml 2022-03-17T21:43:47.840913+00:00 +++ nom-7.1.3/Cargo.toml 2023-01-28T21:50:33.035844+00:00
@@ -31,25 +31,6 @@ @@ -53,35 +53,6 @@
lto = true lto = true
codegen-units = 1 codegen-units = 1
debug = true debug = true
- -
-[[example]] -[[example]]
-name = "custom_error"
-path = "examples/custom_error.rs"
-required-features = ["alloc"]
-
-[[example]]
-name = "json" -name = "json"
-path = "examples/json.rs" -path = "examples/json.rs"
-required-features = ["alloc"] -required-features = ["alloc"]
- -
-[[example]] -[[example]]
-name = "json_iterator"
-path = "examples/json_iterator.rs"
-required-features = ["alloc"]
-
-[[example]]
-name = "iterator" -name = "iterator"
-path = "examples/iterator.rs" -path = "examples/iterator.rs"
- -

@ -1,25 +1,20 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 23
# * temporarily disable tests to work around codegen issues with LLVM 12: %bcond_without check
# https://bugzilla.redhat.com/show_bug.cgi?id=2020861
%bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate nom %global crate nom
Name: rust-%{crate} Name: rust-nom
Version: 7.1.1 Version: 7.1.3
Release: %autorelease Release: %autorelease
Summary: Byte-oriented, zero-copy, parser combinators library Summary: Byte-oriented, zero-copy, parser combinators library
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/nom URL: https://crates.io/crates/nom
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Manually created patch for downstream crate metadata changes
# * drop examples that are not shipped with the crate # * drop references to example code that is not shipped with the crate
Patch0: nom-fix-metadata.diff Patch: nom-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21

@ -1 +1 @@
SHA512 (nom-7.1.1.crate) = 1456efdbda4f5b3da6c8580721acf101ed7d779619ee0190c1df103244e405a8ffa0c3889901a2d8beeab0ab84074ed4c7cec5330c7cc2a5a3c30e36a2530be8 SHA512 (nom-7.1.3.crate) = 1ffce08dde299bc0e0367ad59c7b6a83e23decfa11115ee076ab91ec53cdd9ef37e4c2103c96eff23a7b6b8b5c3f67c83ce1917928c7d4c6462083bdfa0c9cad

Loading…
Cancel
Save