Update to version 0.4.0; Fixes RHBZ#2212342

epel9
Fabio Valentini 2 years ago
parent 871f09948f
commit b290618424
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/idna-0.2.2.crate /idna-0.2.2.crate
/idna-0.2.3.crate /idna-0.2.3.crate
/idna-0.3.0.crate /idna-0.3.0.crate
/idna-0.4.0.crate

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate idna %global crate idna
Name: rust-idna Name: rust-idna
Version: 0.3.0 Version: 0.4.0
Release: %autorelease Release: %autorelease
Summary: IDNA (Internationalizing Domain Names in Applications) and Punycode Summary: IDNA (Internationalizing Domain Names in Applications) and Punycode
@ -46,6 +46,30 @@ 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}+alloc-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+alloc-devel %{_description}
This package contains library source intended for building other packages which
use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep

@ -0,0 +1,2 @@
[DEFAULT]
summary = IDNA (Internationalizing Domain Names in Applications) and Punycode

@ -1 +1 @@
SHA512 (idna-0.3.0.crate) = 9b7cee27811ee52ed9bb39fe82f724742eef2e5370642b6c756bd134c8cbc20bb6faa9f296053672dba8a66f7356a08b2ca99f176407b173e2d566d85d066441 SHA512 (idna-0.4.0.crate) = b4133c5f73bd9c4ccc05245a9edcc5c980714129ce4f6eb7851eea7e509617ff972fadefe6ac78db6b4106667d9d6070de52c4d42414c95921e3d9fe1b7a76cb

Loading…
Cancel
Save