Update to 0.17.1

epel9
Josh Stone 5 years ago
parent d5a8756ebc
commit bf0203f5e3

1
.gitignore vendored

@ -1 +1,2 @@
/strum_macros-0.15.0.crate /strum_macros-0.15.0.crate
/strum_macros-0.17.1.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate strum_macros %global crate strum_macros
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.15.0 Version: 0.17.1
Release: 4%{?dist} Release: 1%{?dist}
Summary: Helpful macros for working with enums and strings Summary: Helpful macros for working with enums and strings
# Upstream license specification: MIT # Upstream license specification: MIT
# https://github.com/Peternator7/strum/issues/55
License: MIT License: MIT
URL: https://crates.io/crates/strum_macros URL: https://crates.io/crates/strum_macros
Source: %{crates_source} Source: %{crates_source}
@ -37,7 +36,8 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%{cargo_registry}/%{crate}-%{version}/ %license LICENSE
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -49,7 +49,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}+verbose-asrefstr-name-devel %package -n %{name}+verbose-asrefstr-name-devel
Summary: %{summary} Summary: %{summary}
@ -61,7 +61,7 @@ This package contains library source intended for building other packages
which use "verbose-asrefstr-name" feature of "%{crate}" crate. which use "verbose-asrefstr-name" feature of "%{crate}" crate.
%files -n %{name}+verbose-asrefstr-name-devel %files -n %{name}+verbose-asrefstr-name-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+verbose-asstaticstr-name-devel %package -n %{name}+verbose-asstaticstr-name-devel
Summary: %{summary} Summary: %{summary}
@ -73,7 +73,7 @@ This package contains library source intended for building other packages
which use "verbose-asstaticstr-name" feature of "%{crate}" crate. which use "verbose-asstaticstr-name" feature of "%{crate}" crate.
%files -n %{name}+verbose-asstaticstr-name-devel %files -n %{name}+verbose-asstaticstr-name-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+verbose-display-name-devel %package -n %{name}+verbose-display-name-devel
Summary: %{summary} Summary: %{summary}
@ -85,7 +85,7 @@ This package contains library source intended for building other packages
which use "verbose-display-name" feature of "%{crate}" crate. which use "verbose-display-name" feature of "%{crate}" crate.
%files -n %{name}+verbose-display-name-devel %files -n %{name}+verbose-display-name-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+verbose-enumcount-name-devel %package -n %{name}+verbose-enumcount-name-devel
Summary: %{summary} Summary: %{summary}
@ -97,7 +97,7 @@ This package contains library source intended for building other packages
which use "verbose-enumcount-name" feature of "%{crate}" crate. which use "verbose-enumcount-name" feature of "%{crate}" crate.
%files -n %{name}+verbose-enumcount-name-devel %files -n %{name}+verbose-enumcount-name-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+verbose-enumdiscriminants-name-devel %package -n %{name}+verbose-enumdiscriminants-name-devel
Summary: %{summary} Summary: %{summary}
@ -109,7 +109,7 @@ This package contains library source intended for building other packages
which use "verbose-enumdiscriminants-name" feature of "%{crate}" crate. which use "verbose-enumdiscriminants-name" feature of "%{crate}" crate.
%files -n %{name}+verbose-enumdiscriminants-name-devel %files -n %{name}+verbose-enumdiscriminants-name-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+verbose-enumiter-name-devel %package -n %{name}+verbose-enumiter-name-devel
Summary: %{summary} Summary: %{summary}
@ -121,7 +121,7 @@ This package contains library source intended for building other packages
which use "verbose-enumiter-name" feature of "%{crate}" crate. which use "verbose-enumiter-name" feature of "%{crate}" crate.
%files -n %{name}+verbose-enumiter-name-devel %files -n %{name}+verbose-enumiter-name-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+verbose-enummessage-name-devel %package -n %{name}+verbose-enummessage-name-devel
Summary: %{summary} Summary: %{summary}
@ -133,7 +133,7 @@ This package contains library source intended for building other packages
which use "verbose-enummessage-name" feature of "%{crate}" crate. which use "verbose-enummessage-name" feature of "%{crate}" crate.
%files -n %{name}+verbose-enummessage-name-devel %files -n %{name}+verbose-enummessage-name-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+verbose-enumproperty-name-devel %package -n %{name}+verbose-enumproperty-name-devel
Summary: %{summary} Summary: %{summary}
@ -145,7 +145,7 @@ This package contains library source intended for building other packages
which use "verbose-enumproperty-name" feature of "%{crate}" crate. which use "verbose-enumproperty-name" feature of "%{crate}" crate.
%files -n %{name}+verbose-enumproperty-name-devel %files -n %{name}+verbose-enumproperty-name-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+verbose-enumstring-name-devel %package -n %{name}+verbose-enumstring-name-devel
Summary: %{summary} Summary: %{summary}
@ -157,7 +157,7 @@ This package contains library source intended for building other packages
which use "verbose-enumstring-name" feature of "%{crate}" crate. which use "verbose-enumstring-name" feature of "%{crate}" crate.
%files -n %{name}+verbose-enumstring-name-devel %files -n %{name}+verbose-enumstring-name-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+verbose-intostaticstr-name-devel %package -n %{name}+verbose-intostaticstr-name-devel
Summary: %{summary} Summary: %{summary}
@ -169,7 +169,7 @@ This package contains library source intended for building other packages
which use "verbose-intostaticstr-name" feature of "%{crate}" crate. which use "verbose-intostaticstr-name" feature of "%{crate}" crate.
%files -n %{name}+verbose-intostaticstr-name-devel %files -n %{name}+verbose-intostaticstr-name-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+verbose-tostring-name-devel %package -n %{name}+verbose-tostring-name-devel
Summary: %{summary} Summary: %{summary}
@ -181,7 +181,19 @@ This package contains library source intended for building other packages
which use "verbose-tostring-name" feature of "%{crate}" crate. which use "verbose-tostring-name" feature of "%{crate}" crate.
%files -n %{name}+verbose-tostring-name-devel %files -n %{name}+verbose-tostring-name-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+verbose-variant-names-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+verbose-variant-names-devel %{_description}
This package contains library source intended for building other packages
which use "verbose-variant-names" feature of "%{crate}" crate.
%files -n %{name}+verbose-variant-names-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -202,6 +214,9 @@ which use "verbose-tostring-name" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Feb 21 2020 Josh Stone <jistone@redhat.com> - 0.17.1-1
- Update to 0.17.1
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.0-4 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (strum_macros-0.15.0.crate) = fd0e363693bd34f0f8cd20d17a4fa12745e82b75de48d700ed5062312d202abba21d21bad434f22d4c467e9d6d3f8e4b1c5a7975aafed8418cc0c12d5f218f30 SHA512 (strum_macros-0.17.1.crate) = 4ce42a7ca81c1ff57df782c4bfda0bd20b33e8ef181d1fea58fb145166979c4252c60b64351fe305aeda2e05e972e4e65c61a9fdcc5cd6e1fa44322f9c98f1a1

Loading…
Cancel
Save