update to version 1.1.0

epel9
Fabio Valentini 4 years ago
parent 00cc92b028
commit e37b01b8f5
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/thread_local-0.3.5.crate /thread_local-0.3.5.crate
/thread_local-0.3.6.crate /thread_local-0.3.6.crate
/thread_local-1.0.1.crate /thread_local-1.0.1.crate
/thread_local-1.1.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate thread_local %global crate thread_local
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.1 Version: 1.1.0
Release: 4%{?dist} Release: 1%{?dist}
Summary: Per-object thread-local storage Summary: Per-object thread-local storage
# Upstream license specification: Apache-2.0/MIT # Upstream license specification: Apache-2.0/MIT
@ -52,6 +52,18 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+criterion-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+criterion-devel %{_description}
This package contains library source intended for building other packages
which use "criterion" feature of "%{crate}" crate.
%files -n %{name}+criterion-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
%cargo_prep %cargo_prep
@ -71,6 +83,10 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Jan 09 2021 Fabio Valentini <decathorpe@gmail.com> - 1.1.0-1
- Update to version 1.1.0.
- Fixes RHBZ#1913996
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-4 * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-4
- Second attempt - Rebuilt for - Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (thread_local-1.0.1.crate) = f2bfca4eee32a8fc88a01ff5bf24518c12142228d95916d13aae35ed6addd0b7da2235359f15220049ef197555344ac31a8833775e7a5bd49144db9c54b3165b SHA512 (thread_local-1.1.0.crate) = 4681b69e471f2b90091f51422358cd86d1e851cb7118613d7e791b18d7464cd71e9d21d50223ccaa9dcca1c54b220474d3d6739634f57666938baf4dc174e621

Loading…
Cancel
Save