update to version 0.6.1

epel9
Fabio Valentini 4 years ago
parent 7e325c8415
commit 41690d346c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/bytecount-0.5.0.crate
/bytecount-0.5.1.crate
/bytecount-0.6.0.crate
/bytecount-0.6.1.crate

@ -0,0 +1,4 @@
[DEFAULT]
unwanted-features =
generic-simd
packed_simd

@ -1,13 +1,13 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate bytecount
Name: rust-%{crate}
Version: 0.6.0
Release: 3%{?dist}
Summary: Count occurrences of a given byte, or the number of UTF-8 code points, in a byte slice, fast
Version: 0.6.1
Release: 1%{?dist}
Summary: Count occurrences of a given byte, or the number of UTF-8 code points
# Upstream license specification: Apache-2.0/MIT
License: ASL 2.0 or MIT
@ -39,7 +39,8 @@ which use "%{crate}" crate.
%files devel
%license LICENSE.Apache2 LICENSE.MIT
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/ci/
%package -n %{name}+default-devel
Summary: %{summary}
@ -51,19 +52,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+generic-simd-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+generic-simd-devel %{_description}
This package contains library source intended for building other packages
which use "generic-simd" feature of "%{crate}" crate.
%files -n %{name}+generic-simd-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+html_report-devel
Summary: %{summary}
@ -75,19 +64,7 @@ This package contains library source intended for building other packages
which use "html_report" feature of "%{crate}" crate.
%files -n %{name}+html_report-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+packed_simd-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+packed_simd-devel %{_description}
This package contains library source intended for building other packages
which use "packed_simd" feature of "%{crate}" crate.
%files -n %{name}+packed_simd-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+runtime-dispatch-simd-devel
Summary: %{summary}
@ -99,7 +76,7 @@ This package contains library source intended for building other packages
which use "runtime-dispatch-simd" feature of "%{crate}" crate.
%files -n %{name}+runtime-dispatch-simd-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -120,6 +97,10 @@ which use "runtime-dispatch-simd" feature of "%{crate}" crate.
%endif
%changelog
* Thu Nov 19 2020 Fabio Valentini <decathorpe@gmail.com> - 0.6.1-1
- Update to version 0.6.1.
- Fixes RHBZ#1899742
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (bytecount-0.6.0.crate) = 8e675f20b204d5828e79ba50012744b2f1b83f9d5d6355e6acb7d24cc4f7b1080ac120b94e65b6ea1d7604464ea0c6ad4f29880ff14895610889e4396f87062b
SHA512 (bytecount-0.6.1.crate) = c188d9f37ec9f2b1d37cbed26416d45e0a2c9f86f86e5423e85a9b35b0a1d95a87755ed08b27fec7b22f615283b56aa34f9fdcb22281b2cf41cf1d0b189242fb

Loading…
Cancel
Save