Update to 0.2.0

epel9
Josh Stone 5 years ago
parent dd9a20e55d
commit e51b370fb2

1
.gitignore vendored

@ -1 +1,2 @@
/pathdiff-0.1.0.crate
/pathdiff-0.2.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate pathdiff
Name: rust-%{crate}
Version: 0.1.0
Release: 3%{?dist}
Version: 0.2.0
Release: 1%{?dist}
Summary: Library for diffing paths to obtain relative paths
# Upstream license specification: MIT/Apache-2.0
@ -37,7 +37,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -49,7 +49,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -70,6 +70,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Mon May 11 2020 Josh Stone <jistone@redhat.com> - 0.2.0-1
- Update to 0.2.0
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (pathdiff-0.1.0.crate) = 48ab2bc75d07b438df4afe323a14c12dd18b0605c1e4b3cb960f6265f5440a52f21a19b004303fb92b84485eaa143e9419f4ed61541adefb7e44ec3cbfd222da
SHA512 (pathdiff-0.2.0.crate) = 9527aa96b6f873014c216c6326e0d235f764951d244f5cf36e2eaa0b8182b25e7766a46967b5b0b936163c6ec4796a15e72540dd3faca8abfdcbeba651c21f71

Loading…
Cancel
Save