Update to 3.0.7

epel9
Josh Stone 5 years ago
parent 02fc0cc64c
commit 237ccec57c

1
.gitignore vendored

@ -5,3 +5,4 @@
/path-dedot-2.0.4.crate /path-dedot-2.0.4.crate
/path-dedot-2.0.5.crate /path-dedot-2.0.5.crate
/path-dedot-3.0.0.crate /path-dedot-3.0.0.crate
/path-dedot-3.0.7.crate

@ -5,8 +5,8 @@
%global crate path-dedot %global crate path-dedot
Name: rust-%{crate} Name: rust-%{crate}
Version: 3.0.0 Version: 3.0.7
Release: 2%{?dist} Release: 1%{?dist}
Summary: Parse path with dots in `Path` and `PathBuf` Summary: Parse path with dots in `Path` and `PathBuf`
# Upstream license specification: MIT # Upstream license specification: MIT
@ -53,6 +53,18 @@ 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}+lazy_static-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+lazy_static-devel %{_description}
This package contains library source intended for building other packages
which use "lazy_static" feature of "%{crate}" crate.
%files -n %{name}+lazy_static-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+lazy_static_cache-devel %package -n %{name}+lazy_static_cache-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -65,6 +77,18 @@ which use "lazy_static_cache" feature of "%{crate}" crate.
%files -n %{name}+lazy_static_cache-devel %files -n %{name}+lazy_static_cache-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+once_cell_cache-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+once_cell_cache-devel %{_description}
This package contains library source intended for building other packages
which use "once_cell_cache" feature of "%{crate}" crate.
%files -n %{name}+once_cell_cache-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+unsafe_cache-devel %package -n %{name}+unsafe_cache-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -96,6 +120,9 @@ which use "unsafe_cache" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Jul 29 2020 Josh Stone <jistone@redhat.com> - 3.0.7-1
- Update to 3.0.7
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-2 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (path-dedot-3.0.0.crate) = 8e6afd63c9b1576569eba9522e10eaa21831420c94eb17795e9f2f36ae999b0f5b711e7f9a5c93e1a8439ec9b887488ed31505651307d67e60a7251b51c9bb74 SHA512 (path-dedot-3.0.7.crate) = c731a5ecd4508f034ead8370555e43e0460d5fb0db32657aed842c10665432915518058d8f9cc25db248d5367659d6ff68f09ec1cd19509e0aa65e12a53b139f

Loading…
Cancel
Save