From 5343acbf33ba58c981729527889fc272c25e7ee1 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Sun, 26 Jan 2025 23:04:52 +0300 Subject: [PATCH] import rust-openssl-probe-0.1.6-1.el10 --- .gitignore | 2 +- .rust-openssl-probe.metadata | 2 +- SPECS/rust-openssl-probe.spec | 22 ++++++++++++++-------- 3 files changed, 16 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 70bfa0d..1adfbae 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/openssl-probe-0.1.5.crate +SOURCES/openssl-probe-0.1.6.crate diff --git a/.rust-openssl-probe.metadata b/.rust-openssl-probe.metadata index 2239944..729fc4d 100644 --- a/.rust-openssl-probe.metadata +++ b/.rust-openssl-probe.metadata @@ -1 +1 @@ -b6607ed6365c5ddb768515b56eb9ae9531ae3ca0 SOURCES/openssl-probe-0.1.5.crate +df9aefcccddb8d3c2d5facfb8d5748a6510db277 SOURCES/openssl-probe-0.1.6.crate diff --git a/SPECS/rust-openssl-probe.spec b/SPECS/rust-openssl-probe.spec index 7f4505d..97888f8 100644 --- a/SPECS/rust-openssl-probe.spec +++ b/SPECS/rust-openssl-probe.spec @@ -1,21 +1,21 @@ ## START: Set by rpmautospec -## (rpmautospec version 0.7.2) +## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: - release_number = 7; + release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# Generated by rust2rpm 24 -%bcond_without check +# Generated by rust2rpm 27 +%bcond check 1 %global debug_package %{nil} %global crate openssl-probe Name: rust-openssl-probe -Version: 0.1.5 +Version: 0.1.6 Release: %autorelease Summary: Tool for helping to find SSL certificate locations on the system for OpenSSL @@ -24,7 +24,7 @@ License: MIT OR Apache-2.0 URL: https://crates.io/crates/openssl-probe Source: %{crates_source} -BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Tool for helping to find SSL certificate locations on the system for @@ -60,7 +60,7 @@ use the "default" 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 @@ -78,10 +78,16 @@ use the "default" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Sun Jan 26 2025 Fabio Valentini - 0.1.6-1 +- Update to version 0.1.6 + +* Sun Jan 19 2025 Fedora Release Engineering - 0.1.5-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Dec 20 2024 MSVSphere Packaging Team - 0.1.5-7 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Sat Jul 20 2024 Fedora Release Engineering - 0.1.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild