Update to version 0.9.3; Fixes RHBZ#2006071

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

1
.gitignore vendored

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 16 # Generated by rust2rpm 18
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate version-sync %global crate version-sync
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.9.2 Version: 0.9.3
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
@ -53,6 +53,126 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+contains_regex-devel
Summary: %{summary}
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.
%files -n %{name}+contains_regex-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+html_root_url_updated-devel
Summary: %{summary}
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.
%files -n %{name}+html_root_url_updated-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+markdown_deps_updated-devel
Summary: %{summary}
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.
%files -n %{name}+markdown_deps_updated-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+proc-macro2-devel
Summary: %{summary}
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.
%files -n %{name}+proc-macro2-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+pulldown-cmark-devel
Summary: %{summary}
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.
%files -n %{name}+pulldown-cmark-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+regex-devel
Summary: %{summary}
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.
%files -n %{name}+regex-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+semver-parser-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+semver-parser-devel %{_description}
This package contains library source intended for building other packages
which use "semver-parser" feature of "%{crate}" crate.
%files -n %{name}+semver-parser-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+syn-devel
Summary: %{summary}
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.
%files -n %{name}+syn-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+toml-devel
Summary: %{summary}
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.
%files -n %{name}+toml-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+url-devel
Summary: %{summary}
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.
%files -n %{name}+url-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep

@ -1 +1 @@
SHA512 (version-sync-0.9.2.crate) = 2c1025e7f0f300a310f54cfb4e7c530adf05e64688c2ab4fea904df93b347a9f504798c367349ee9813b05509a7cc6498e0f9c37eeaa22340d659a2450500655 SHA512 (version-sync-0.9.3.crate) = ac8d08ea580033b79bef03d6975593094723a2a947c241374827f97baa745b5409973819b274b21d5ef657d0f5d3ad5cae34d80dddf1d81971be6e3c67d33d84

Loading…
Cancel
Save