Update to version 2.1.0; Fixes RHBZ#2078052

epel9
Fabio Valentini 3 years ago
parent 159c625f0e
commit ba6acdb252
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/crc-catalog-2.0.1.crate /crc-catalog-2.0.1.crate
/crc-catalog-2.1.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 20 # Generated by rust2rpm 21
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate crc-catalog %global crate crc-catalog
Name: rust-%{crate} Name: rust-%{crate}
Version: 2.0.1 Version: 2.1.0
Release: %autorelease Release: %autorelease
Summary: Catalog of CRC algorithms expressed as simple structs Summary: Catalog of CRC algorithms expressed as simple structs
@ -16,7 +16,7 @@ Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Catalog of CRC algorithms (generated from http://reveng.sourceforge.net/crc- Catalog of CRC algorithms (generated from http://reveng.sourceforge.net/crc-
@ -31,12 +31,13 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license %{crate_instdir}/LICENSE-APACHE
%doc README.md %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -45,10 +46,10 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (crc-catalog-2.0.1.crate) = e4a725615461ead03ad20de99c52d18c29d56ad236bf9f99e54a5b45890cb318c15ae2c1ecb05acc145507fc1e0c73c1be868a22d5d6a6e9ccbeff4e0f60f1e0 SHA512 (crc-catalog-2.1.0.crate) = 3a234d67342afafe3c405d1c88c8eeb5a875f9b4d552d1b11b0bfafed42c2d7dc776c7e6ad1a4d7aca00c8c9a0c6c1ce750898665194e67c7502545ec888a8ed

Loading…
Cancel
Save