diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1fea933 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/time-macros-0.2.16.crate diff --git a/.rust-time-macros.metadata b/.rust-time-macros.metadata index e69de29..3aa3d5c 100644 --- a/.rust-time-macros.metadata +++ b/.rust-time-macros.metadata @@ -0,0 +1 @@ +6cec3c5c51ee88846e5f6d78cefa23a4f78b378f SOURCES/time-macros-0.2.16.crate diff --git a/SOURCES/time-macros-0.2.15.crate b/SOURCES/time-macros-0.2.15.crate deleted file mode 100644 index a21d242..0000000 Binary files a/SOURCES/time-macros-0.2.15.crate and /dev/null differ diff --git a/SPECS/rust-time-macros.spec b/SPECS/rust-time-macros.spec index a3d13b6..be2ceee 100644 --- a/SPECS/rust-time-macros.spec +++ b/SPECS/rust-time-macros.spec @@ -8,14 +8,14 @@ }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# Generated by rust2rpm 24 +# Generated by rust2rpm 25 %bcond_without check %global debug_package %{nil} %global crate time-macros Name: rust-time-macros -Version: 0.2.15 +Version: 0.2.16 Release: %autorelease Summary: Procedural macros for the time crate @@ -23,7 +23,7 @@ License: MIT OR Apache-2.0 URL: https://crates.io/crates/time-macros Source: %{crates_source} -BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Procedural macros for the time crate.} @@ -105,7 +105,7 @@ use the "serde" feature of the "%{crate}" crate. %ghost %{crate_instdir}/Cargo.toml %prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 +%autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires @@ -123,9 +123,12 @@ use the "serde" feature of the "%{crate}" crate. %endif %changelog -* Mon Jan 15 2024 Arkady L. Shane - 0.2.15-1 +* Mon Jan 15 2024 Arkady L. Shane - 0.2.16-1 - Rebuilt for MSVSphere 9.3 +* Mon Jan 08 2024 Fabio Valentini - 0.2.16-1 +- Update to version 0.2.16; Fixes RHBZ#2255216 + * Wed Oct 04 2023 Fabio Valentini - 0.2.15-1 - Update to version 0.2.15; Fixes RHBZ#2240434