Update to version 0.9.5; Fixes RHBZ#2238175

epel9 imports/e9/rust-version-sync-0.9.5-1.el9
Fabio Valentini 1 year ago
parent 5c011ea532
commit 63264b8832
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/version-sync-0.9.2.crate /version-sync-0.9.2.crate
/version-sync-0.9.3.crate /version-sync-0.9.3.crate
/version-sync-0.9.4.crate /version-sync-0.9.4.crate
/version-sync-0.9.5.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate version-sync %global crate version-sync
Name: rust-version-sync Name: rust-version-sync
Version: 0.9.4 Version: 0.9.5
Release: %autorelease Release: %autorelease
Summary: Simple crate for ensuring that version numbers in README files are updated Summary: Simple crate for ensuring that version numbers in README files are updated
@ -13,7 +13,7 @@ License: MIT
URL: https://crates.io/crates/version-sync URL: https://crates.io/crates/version-sync
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Crate for ensuring that version numbers in README files and other files Crate for ensuring that version numbers in README files and other files
@ -168,7 +168,7 @@ use the "url" 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

@ -1,2 +0,0 @@
[DEFAULT]
summary = Simple crate for ensuring that version numbers in README files are updated

@ -0,0 +1,3 @@
[package]
summary = "Simple crate for ensuring that version numbers in README files are updated"

@ -1 +1 @@
SHA512 (version-sync-0.9.4.crate) = a78b9e00dcf538c0e55e7c693301748b2e33bfd56e6536f0e5f3ff779a6a357f2443a03e3e1aa3e692defa18490a9bbb2c8bedb34a254cd16a7d2b64a1b3aaf4 SHA512 (version-sync-0.9.5.crate) = e52be88662da5fa41d875668aeaf80818c753bf5ca83b62f4b4f51eabd473071cab044b38c59fcecb8d56af32f3e806d6c84d20c3f2577b76810bf7b1fe89a07

Loading…
Cancel
Save