Bump num to 0.3

epel9
Josh Stone 5 years ago
parent 19e92cb5e4
commit 0ce5c1bf1c

@ -0,0 +1,11 @@
--- num-derive-0.3.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ num-derive-0.3.0/Cargo.toml 2020-07-10T01:00:31.873466+00:00
@@ -46,7 +46,7 @@
[dependencies.syn]
version = "1"
[dev-dependencies.num]
-version = "0.2"
+version = "0.3"
[dev-dependencies.num-traits]
version = "0.2"

@ -1,4 +1,4 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,13 +6,16 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.0 Version: 0.3.0
Release: 2%{?dist} Release: 3%{?dist}
Summary: Numeric syntax extensions Summary: Numeric syntax extensions
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/num-derive URL: https://crates.io/crates/num-derive
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * Bump num to 0.3
Patch0: num-derive-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -38,7 +41,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%doc README.md RELEASES.md %doc README.md RELEASES.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -50,7 +53,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}+full-syntax-devel %package -n %{name}+full-syntax-devel
Summary: %{summary} Summary: %{summary}
@ -62,7 +65,7 @@ This package contains library source intended for building other packages
which use "full-syntax" feature of "%{crate}" crate. which use "full-syntax" feature of "%{crate}" crate.
%files -n %{name}+full-syntax-devel %files -n %{name}+full-syntax-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %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
@ -83,6 +86,9 @@ which use "full-syntax" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Jul 09 2020 Josh Stone <jistone@redhat.com> - 0.3.0-3
- Bump num to 0.3
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

Loading…
Cancel
Save