Update to 0.1.1

epel9
Josh Stone 5 years ago
parent 19336eba57
commit 2bfe09a629

1
.gitignore vendored

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

@ -5,12 +5,11 @@
%global crate time-macros-impl %global crate time-macros-impl
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.0 Version: 0.1.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Procedural macros for the time crate Summary: Procedural macros for the time crate
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
# https://github.com/time-rs/time/pull/206
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/time-macros-impl URL: https://crates.io/crates/time-macros-impl
Source: %{crates_source} Source: %{crates_source}
@ -37,6 +36,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-Apache LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -70,5 +70,8 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Apr 29 2020 Josh Stone <jistone@redhat.com> - 0.1.1-1
- Update to 0.1.1
* Mon Jan 27 2020 Josh Stone <jistone@redhat.com> - 0.1.0-1 * Mon Jan 27 2020 Josh Stone <jistone@redhat.com> - 0.1.0-1
- Initial package - Initial package

@ -1 +1 @@
SHA512 (time-macros-impl-0.1.0.crate) = cbd93c5f55c58d0b4c280c784073195aee766a60f0ab0ec7ae54431b518264846a735415b1957705122deb60a785f64e145a375ab4a9c2123cc90bc94229f32b SHA512 (time-macros-impl-0.1.1.crate) = c153f9e9f2acd6a9e7190a899bed3050b922eea0cdc8d0fa7ea4c67e03856189bddc745150b3e3c19320ae79e8923f9201aec8923e977c6e407833d08e1a1990

Loading…
Cancel
Save