Update to 1.3.4

epel9
Josh Stone 5 years ago
parent e4d6187215
commit 3b08c6df81

1
.gitignore vendored

@ -8,3 +8,4 @@
/byteorder-1.3.0.crate /byteorder-1.3.0.crate
/byteorder-1.3.1.crate /byteorder-1.3.1.crate
/byteorder-1.3.2.crate /byteorder-1.3.2.crate
/byteorder-1.3.4.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate byteorder %global crate byteorder
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.3.2 Version: 1.3.4
Release: 5%{?dist} Release: 1%{?dist}
Summary: Library for reading/writing numbers in big-endian and little-endian Summary: Library for reading/writing numbers in big-endian and little-endian
# Upstream license specification: Unlicense OR MIT # Upstream license specification: Unlicense OR MIT
@ -42,7 +42,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license COPYING UNLICENSE LICENSE-MIT %license COPYING UNLICENSE LICENSE-MIT
%doc README.md CHANGELOG.md %doc README.md CHANGELOG.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}
@ -54,7 +54,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}+i128-devel %package -n %{name}+i128-devel
Summary: %{summary} Summary: %{summary}
@ -66,7 +66,7 @@ This package contains library source intended for building other packages
which use "i128" feature of "%{crate}" crate. which use "i128" feature of "%{crate}" crate.
%files -n %{name}+i128-devel %files -n %{name}+i128-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
@ -78,7 +78,7 @@ This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate. which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel %files -n %{name}+std-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
@ -99,6 +99,9 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Feb 10 2020 Josh Stone <jistone@redhat.com> - 1.3.4-1
- Update to 1.3.4
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-5 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (byteorder-1.3.2.crate) = 2ef6b986926a4671dd945583730b0bfd4bd5e75b62a8a70c2875328157ba95f2c1b17c534d905e9b287457bd34363c1a33fd3dee9217c371032393ebbe206a8f SHA512 (byteorder-1.3.4.crate) = 0618ce2cd6f3f6c586201d9aee8c8aaa08f99c9f9f215cf448b3cb6af1ac741845f5279953544caaec7fcf0beec1474bb991bee1ad0c0dac0c3f1d3ddd99e2d9

Loading…
Cancel
Save