Update to 2.0.0

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 7db20693d4
commit 922aba3fe3
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -1 +1,2 @@
/path-absolutize-1.2.1.crate
/path-absolutize-2.0.0.crate

@ -5,7 +5,7 @@
%global crate path-absolutize
Name: rust-%{crate}
Version: 1.2.1
Version: 2.0.0
Release: 1%{?dist}
Summary: Get an absolute path without dots in `Path` and `PathBuf`
@ -53,6 +53,66 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+lazy_static_cache-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+lazy_static_cache-devel %{_description}
This package contains library source intended for building other packages
which use "lazy_static_cache" feature of "%{crate}" crate.
%files -n %{name}+lazy_static_cache-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+path-dedot-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+path-dedot-devel %{_description}
This package contains library source intended for building other packages
which use "path-dedot" feature of "%{crate}" crate.
%files -n %{name}+path-dedot-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+path-dedot-lazy-static-cache-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+path-dedot-lazy-static-cache-devel %{_description}
This package contains library source intended for building other packages
which use "path-dedot-lazy-static-cache" feature of "%{crate}" crate.
%files -n %{name}+path-dedot-lazy-static-cache-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+path-dedot-unsafe-cache-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+path-dedot-unsafe-cache-devel %{_description}
This package contains library source intended for building other packages
which use "path-dedot-unsafe-cache" feature of "%{crate}" crate.
%files -n %{name}+path-dedot-unsafe-cache-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+unsafe_cache-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+unsafe_cache-devel %{_description}
This package contains library source intended for building other packages
which use "unsafe_cache" feature of "%{crate}" crate.
%files -n %{name}+unsafe_cache-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
@ -72,5 +132,8 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Wed May 27 07:21:23 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 2.0.0-1
- Update to 2.0.0
* Tue May 26 11:51:56 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.2.1-1
- Initial package

@ -1 +1 @@
SHA512 (path-absolutize-1.2.1.crate) = 2cae73b77fa65e2fa043d2db8a8513b603fdd1a1da76d26b9035c0d874642ba591dad0d6dc261ea700888bf19262684cb90d99f410c166d4e300174866c9d560
SHA512 (path-absolutize-2.0.0.crate) = 911c61595669e556c55914c459e5215010f489eda63aaf665a9048b2f6c08fbe959133edf518a9afc9b359fa93feabea9e6eeaf7afca738e24cd9d9d156f258e

Loading…
Cancel
Save