import rust-try-lock-0.2.5-1.el9

i9ce changed/i9ce/rust-try-lock-0.2.5-1.el9
MSVSphere Packaging Team 1 year ago
parent d6dcf58172
commit 9b80bede70

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/try-lock-0.2.5.crate

@ -0,0 +1 @@
f54e330d3a23d288e4c1cd5364efe358407a35b6 SOURCES/try-lock-0.2.5.crate

Binary file not shown.

@ -1,5 +1,5 @@
## START: Set by rpmautospec ## START: Set by rpmautospec
## (rpmautospec version 0.3.1) ## (rpmautospec version 0.3.5)
## RPMAUTOSPEC: autorelease, autochangelog ## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: %define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1; release_number = 1;
@ -8,14 +8,14 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec ## END: Set by rpmautospec
# Generated by rust2rpm 23 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate try-lock %global crate try-lock
Name: rust-try-lock Name: rust-try-lock
Version: 0.2.4 Version: 0.2.5
Release: %autorelease Release: %autorelease
Summary: Lightweight atomic lock Summary: Lightweight atomic lock
@ -23,10 +23,10 @@ License: MIT
URL: https://crates.io/crates/try-lock URL: https://crates.io/crates/try-lock
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Lightweight atomic lock.} A lightweight atomic lock.}
%description %{_description} %description %{_description}
@ -57,7 +57,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
@ -75,9 +75,15 @@ use the "default" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.2.4-1 * Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.2.5-1
- Rebuilt for MSVSphere 9.3 - Rebuilt for MSVSphere 9.3
* Thu Jan 11 2024 Fabio Valentini <decathorpe@gmail.com> - 0.2.5-1
- Update to version 0.2.5; Fixes RHBZ#2253493
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sun Jan 29 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.4-1 * Sun Jan 29 2023 Fabio Valentini <decathorpe@gmail.com> - 0.2.4-1
- Update to version 0.2.4; Fixes RHBZ#2158869 - Update to version 0.2.4; Fixes RHBZ#2158869

Loading…
Cancel
Save