Update to version 0.2.3; Fixes RHBZ#1988248

epel9
Fabio Valentini 3 years ago
parent 982433c89b
commit 547c0ca341
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 18
%bcond_without check
%global debug_package %{nil}
%global crate time-macros
Name: rust-%{crate}
Version: 0.1.1
Version: 0.2.3
Release: %autorelease
Summary: Procedural macros for the time crate
@ -51,6 +51,18 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+large-dates-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+large-dates-devel %{_description}
This package contains library source intended for building other packages
which use "large-dates" feature of "%{crate}" crate.
%files -n %{name}+large-dates-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep

@ -1 +1 @@
SHA512 (time-macros-0.1.1.crate) = c6792be54dab0847d621684b4afe2e9803f2004bc3d4f01d84802af7f557799cf4d2b5ff6fe58e0b4018d92ab3868feb9b5df5691b2c8ee188e6e7b39deb8c8c
SHA512 (time-macros-0.2.3.crate) = 07f19f3660de094fd49404c730ba08023d0801098178760a0f24663d4e4128a93838933b8d110d77aa5fd4a3585ce2ec1b0dabcf1e1d569dc9f4d0a3c6e101d8

Loading…
Cancel
Save