Update to version 1.0.4; Fixes RHBZ#2080117

epel9
Fabio Valentini 3 years ago
parent 75eeaaa2c5
commit addd31bfe4
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/dissimilar-1.0.1.crate /dissimilar-1.0.1.crate
/dissimilar-1.0.2.crate /dissimilar-1.0.2.crate
/dissimilar-1.0.3.crate /dissimilar-1.0.3.crate
/dissimilar-1.0.4.crate

@ -1,25 +1,22 @@
# Generated by rust2rpm 18 # Generated by rust2rpm 21
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate dissimilar %global crate dissimilar
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.3 Version: 1.0.4
Release: %autorelease Release: %autorelease
Summary: Diff library with semantic cleanup, based on Google's diff-match-patch Summary: Diff library with semantic cleanup, based on Google's diff-match-patch
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: Apache-2.0
License: MIT or ASL 2.0 License: ASL 2.0
URL: https://crates.io/crates/dissimilar URL: https://crates.io/crates/dissimilar
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Diff library with semantic cleanup, based on Google's diff-match-patch.} Diff library with semantic cleanup, based on Google's diff-match-patch.}
@ -32,13 +29,14 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
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}
@ -46,11 +44,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
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 (dissimilar-1.0.3.crate) = 0c05cbee349bfa775ae37ec84642b204838599b4887f3eace9cfb34464cf747f43caeea9c741d342bf5d8b142269c2eb66d848556b6babe19e878a1e2afac529 SHA512 (dissimilar-1.0.4.crate) = 782f8b98ed734a37cec33722ab5add2a082f909a5e08c23b961e5049288e8304f68679fe33e4a7a87b2f4d45226c90978075253cc01f9d4f5ce9c379fadc9d54

Loading…
Cancel
Save