Update to version 0.9.4; Fixes RHBZ#2032673

epel9
Fabio Valentini 3 years ago
parent eb039d8cd1
commit 3cafdc0b83
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/version-sync-0.9.1.crate
/version-sync-0.9.2.crate
/version-sync-0.9.3.crate
/version-sync-0.9.4.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate version-sync
Name: rust-%{crate}
Version: 0.9.3
Version: 0.9.4
Release: %autorelease
Summary: Simple crate for ensuring that version numbers in README files are updated
@ -15,9 +15,6 @@ URL: https://crates.io/crates/version-sync
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -33,8 +30,8 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE
@ -47,8 +44,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -59,8 +56,8 @@ BuildArch: noarch
%description -n %{name}+contains_regex-devel %{_description}
This package contains library source intended for building other packages
which use "contains_regex" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "contains_regex" feature of the "%{crate}" crate.
%files -n %{name}+contains_regex-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -71,8 +68,8 @@ BuildArch: noarch
%description -n %{name}+html_root_url_updated-devel %{_description}
This package contains library source intended for building other packages
which use "html_root_url_updated" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "html_root_url_updated" feature of the "%{crate}" crate.
%files -n %{name}+html_root_url_updated-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -83,8 +80,8 @@ BuildArch: noarch
%description -n %{name}+markdown_deps_updated-devel %{_description}
This package contains library source intended for building other packages
which use "markdown_deps_updated" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "markdown_deps_updated" feature of the "%{crate}" crate.
%files -n %{name}+markdown_deps_updated-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -95,8 +92,8 @@ BuildArch: noarch
%description -n %{name}+proc-macro2-devel %{_description}
This package contains library source intended for building other packages
which use "proc-macro2" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "proc-macro2" feature of the "%{crate}" crate.
%files -n %{name}+proc-macro2-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -107,8 +104,8 @@ BuildArch: noarch
%description -n %{name}+pulldown-cmark-devel %{_description}
This package contains library source intended for building other packages
which use "pulldown-cmark" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "pulldown-cmark" feature of the "%{crate}" crate.
%files -n %{name}+pulldown-cmark-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -119,22 +116,22 @@ BuildArch: noarch
%description -n %{name}+regex-devel %{_description}
This package contains library source intended for building other packages
which use "regex" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "regex" feature of the "%{crate}" crate.
%files -n %{name}+regex-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+semver-parser-devel
%package -n %{name}+semver-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+semver-parser-devel %{_description}
%description -n %{name}+semver-devel %{_description}
This package contains library source intended for building other packages
which use "semver-parser" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "semver" feature of the "%{crate}" crate.
%files -n %{name}+semver-parser-devel
%files -n %{name}+semver-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+syn-devel
@ -143,8 +140,8 @@ BuildArch: noarch
%description -n %{name}+syn-devel %{_description}
This package contains library source intended for building other packages
which use "syn" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "syn" feature of the "%{crate}" crate.
%files -n %{name}+syn-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -155,8 +152,8 @@ BuildArch: noarch
%description -n %{name}+toml-devel %{_description}
This package contains library source intended for building other packages
which use "toml" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "toml" feature of the "%{crate}" crate.
%files -n %{name}+toml-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -167,8 +164,8 @@ BuildArch: noarch
%description -n %{name}+url-devel %{_description}
This package contains library source intended for building other packages
which use "url" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "url" feature of the "%{crate}" crate.
%files -n %{name}+url-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (version-sync-0.9.3.crate) = ac8d08ea580033b79bef03d6975593094723a2a947c241374827f97baa745b5409973819b274b21d5ef657d0f5d3ad5cae34d80dddf1d81971be6e3c67d33d84
SHA512 (version-sync-0.9.4.crate) = a78b9e00dcf538c0e55e7c693301748b2e33bfd56e6536f0e5f3ff779a6a357f2443a03e3e1aa3e692defa18490a9bbb2c8bedb34a254cd16a7d2b64a1b3aaf4

Loading…
Cancel
Save