update to version 0.1.1

epel9
Fabio Valentini 4 years ago
parent d5e8f685d3
commit 5636f30326
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/time-macros-0.1.0.crate
/time-macros-0.1.1.crate

@ -5,12 +5,11 @@
%global crate time-macros
Name: rust-%{crate}
Version: 0.1.0
Release: 3%{?dist}
Version: 0.1.1
Release: 1%{?dist}
Summary: Procedural macros for the time crate
# Upstream license specification: MIT OR Apache-2.0
# https://github.com/time-rs/time/pull/206
License: MIT or ASL 2.0
URL: https://crates.io/crates/time-macros
Source: %{crates_source}
@ -37,6 +36,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%license LICENSE-Apache LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -70,6 +70,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Oct 01 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.1-1
- Update to version 0.1.1.
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (time-macros-0.1.0.crate) = 11f4b7da6bcbdb7cb35c4cf749f731a844da39c808edf59def4db626f36bc9cdf3d68ccb862dd9c3c0e9c8eccee85ef3548336b7b3c4a46c99d8c6e911c42177
SHA512 (time-macros-0.1.1.crate) = c6792be54dab0847d621684b4afe2e9803f2004bc3d4f01d84802af7f557799cf4d2b5ff6fe58e0b4018d92ab3868feb9b5df5691b2c8ee188e6e7b39deb8c8c

Loading…
Cancel
Save