Update to version 0.5.0; Fixes RHBZ#2269282

epel10
Fabio Valentini 10 months ago
parent 11f0d95de5
commit 3bde751860
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/heck-0.3.3.crate /heck-0.3.3.crate
/heck-0.4.0.crate /heck-0.4.0.crate
/heck-0.4.1.crate /heck-0.4.1.crate
/heck-0.5.0.crate

@ -1,3 +0,0 @@
# rust-heck
The rust-heck package

@ -1,11 +1,11 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate heck %global crate heck
Name: rust-heck Name: rust-heck
Version: 0.4.1 Version: 0.5.0
Release: %autorelease Release: %autorelease
Summary: Case conversion library Summary: Case conversion library
@ -13,10 +13,10 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/heck URL: https://crates.io/crates/heck
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Case conversion library.} Heck is a case conversion library.}
%description %{_description} %description %{_description}
@ -48,32 +48,8 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+unicode-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+unicode-devel %{_description}
This package contains library source intended for building other packages which
use the "unicode" feature of the "%{crate}" crate.
%files -n %{name}+unicode-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+unicode-segmentation-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+unicode-segmentation-devel %{_description}
This package contains library source intended for building other packages which
use the "unicode-segmentation" feature of the "%{crate}" crate.
%files -n %{name}+unicode-segmentation-devel
%ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (heck-0.4.1.crate) = 8c80e959d2f10a2893f9a71994720f90747742bb5b61fc0a539eed3ea5679b140c48fd7f7690d7122cd6af5f7f20a19d412e3569fe741c6d31f6b2ce1e0b80e8 SHA512 (heck-0.5.0.crate) = f044fc9c3d22466629fd8f772ec0555350fd611c0cfadca51d99a3d2f10e155f77c1091916c8a95a6b9b499f366c2e99a5fbf45b010f988bfb9b2501bf9f6a76

Loading…
Cancel
Save