Update to version 0.2.7; Fixes RHBZ#2137246

epel9
Fabio Valentini 2 years ago
parent 4086c2fe77
commit 246439a718
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

2
.gitignore vendored

@ -2,3 +2,5 @@
/time-macros-0.1.1.crate
/time-macros-0.2.3.crate
/time-macros-0.2.4.crate
/time-macros-0.2.6.crate
/time-macros-0.2.7.crate

@ -1,21 +1,18 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate time-macros
Name: rust-%{crate}
Version: 0.2.4
Name: rust-time-macros
Version: 0.2.7
Release: %autorelease
Summary: Procedural macros for the time crate
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/time-macros
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
@ -49,6 +46,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+formatting-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+formatting-devel %{_description}
This package contains library source intended for building other packages which
use the "formatting" feature of the "%{crate}" crate.
%files -n %{name}+formatting-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+large-dates-devel
Summary: %{summary}
BuildArch: noarch
@ -61,6 +70,30 @@ use the "large-dates" feature of the "%{crate}" crate.
%files -n %{name}+large-dates-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+parsing-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+parsing-devel %{_description}
This package contains library source intended for building other packages which
use the "parsing" feature of the "%{crate}" crate.
%files -n %{name}+parsing-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde-devel %{_description}
This package contains library source intended for building other packages which
use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep

@ -1 +1 @@
SHA512 (time-macros-0.2.4.crate) = f3887ce839db40d13c143a9f11bea804fe4760ab2655df68cbba9029cfff7d0476135608fbfdba6cdec1f9b0753b2de0e3ce0161b40c5d2b9596980d9deaae59
SHA512 (time-macros-0.2.7.crate) = 98b6877fd83cfa72e6c91c607ae12028a8f736b5c68e7a4a5d6e0dc27411118041f33a8b7408a831611634cef63b54148d1d7a9a55c73ec0ff285cdeaf10b8ee

Loading…
Cancel
Save