update to version 6.1.2

epel9
Fabio Valentini 4 years ago
parent 34caeee1a5
commit 380bc28b37
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/nom-5.1.1.crate
/nom-5.1.2.crate
/nom-6.1.0.crate
/nom-6.1.2.crate

@ -1,5 +1,5 @@
--- nom-6.1.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ nom-6.1.0/Cargo.toml 2021-01-25T16:05:37.290486+00:00
--- nom-6.1.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ nom-6.1.2/Cargo.toml 2021-02-20T09:19:53.875757+00:00
@@ -34,21 +34,6 @@
[lib]
@ -63,7 +63,7 @@
[dependencies.bitvec]
version = "0.19.3"
optional = true
@@ -171,8 +122,6 @@
@@ -176,8 +127,6 @@
[dev-dependencies.doc-comment]
version = "0.3"

@ -5,8 +5,8 @@
%global crate nom
Name: rust-%{crate}
Version: 6.1.0
Release: 2%{?dist}
Version: 6.1.2
Release: 1%{?dist}
Summary: Byte-oriented, zero-copy, parser combinators library
# Upstream license specification: MIT
@ -15,7 +15,7 @@ URL: https://crates.io/crates/nom
Source: %{crates_source}
# Initial patched metadata
# * drop benchmarks and examples not shipped with the crate
# * drop jemallocator dependency (not packaged)
# * drop optional jemallocator dev-dependency (not packaged)
Patch0: nom-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -92,6 +92,18 @@ which use "docsrs" feature of "%{crate}" crate.
%files -n %{name}+docsrs-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+funty-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+funty-devel %{_description}
This package contains library source intended for building other packages
which use "funty" feature of "%{crate}" crate.
%files -n %{name}+funty-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+lazy_static-devel
Summary: %{summary}
BuildArch: noarch
@ -195,6 +207,11 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Sat Feb 20 2021 Fabio Valentini <decathorpe@gmail.com> - 6.1.2-1
- Update to version 6.1.2.
- Fixes RHBZ#1928638
- Fixes RHBZ#1928637
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (nom-6.1.0.crate) = 51e287074d6c44ddac3bcee6a4c8f56a18d594dc6e6996e22692472b080bba54140f4ec29fbaaa633f30c0875f1c538e2f0bde6a0bfa0867b70fed613f7590a4
SHA512 (nom-6.1.2.crate) = f9a12a6c523c1c3202f3c45a514d02c40c600c835b83a1f94fd8e51ab462fdb89de3b32ad11630813d8e3cf4c8bc76acc620781568dbf2eb12469dcd9d3d0b19

Loading…
Cancel
Save