update to version 0.6.3

epel9
Fabio Valentini 4 years ago
parent e1a8b22ca1
commit b65e12262f
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/peg-0.5.4.crate /peg-0.5.4.crate
/peg-0.5.7.crate /peg-0.5.7.crate
/peg-0.6.3.crate

@ -1,39 +1,31 @@
# Generated by rust2rpm # Generated by rust2rpm 13
# * Tests are run in infrastructure %bcond_without check
%bcond_with check %global debug_package %{nil}
%global crate peg %global crate peg
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.5.7 Version: 0.6.3
Release: 6%{?dist} Release: 1%{?dist}
Summary: Simple Parsing Expression Grammar (PEG) parser generator Summary: Simple Parsing Expression Grammar (PEG) parser generator
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/peg URL: https://crates.io/crates/peg
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
BuildRequires: (crate(quote/default) >= 0.3.0 with crate(quote/default) < 0.4.0)
%global _description \ %global _description %{expand:
A simple Parsing Expression Grammar (PEG) parser generator. Simple Parsing Expression Grammar (PEG) parser generator.}
%description %{_description} %description %{_description}
%package -n %{crate}
Summary: %{summary}
%description -n %{crate}
%{summary}.
%files -n %{crate}
%license LICENSE
%doc README.md
%{_bindir}/rust-peg
%package devel %package devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -46,7 +38,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE %license LICENSE
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%exclude %{cargo_registry}/%{crate}-%{version}/bootstrap.sh %exclude %{cargo_registry}/%{crate}-%{version}/bootstrap.sh
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -59,7 +51,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+trace-devel %package -n %{name}+trace-devel
Summary: %{summary} Summary: %{summary}
@ -71,12 +63,15 @@ This package contains library source intended for building other packages
which use "trace" feature of "%{crate}" crate. which use "trace" feature of "%{crate}" crate.
%files -n %{name}+trace-devel %files -n %{name}+trace-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build %build
%cargo_build %cargo_build
@ -89,6 +84,9 @@ which use "trace" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Sep 15 2020 Fabio Valentini <decathorpe@gmail.com> - 0.6.3-1
- Update to version 0.6.3.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.7-6 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.7-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (peg-0.5.7.crate) = 3e5fe99b1bf33425058f5748132be638471ec470ba608cbbf0b9fb54c7f1464387a2b3ea27e6bf48fe0f4927cbd09fd271339918c68d817b9c7a13e0c90d712d SHA512 (peg-0.6.3.crate) = edbaccc2ed87728fc1bbe373b71167fadca95aa07a9d9850d0cac46342ab366163aee3ec65ee9304dbe997924f1de3a3d6b19e47034aec3bddfbd2847060b276

Loading…
Cancel
Save