Update to 0.4.27

epel9
Josh Stone 5 years ago
parent d7c6531333
commit d1819ac30a

1
.gitignore vendored

@ -10,3 +10,4 @@
/tar-0.4.24.crate /tar-0.4.24.crate
/tar-0.4.25.crate /tar-0.4.25.crate
/tar-0.4.26.crate /tar-0.4.26.crate
/tar-0.4.27.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate tar %global crate tar
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.26 Version: 0.4.27
Release: 4%{?dist} Release: 1%{?dist}
Summary: Rust implementation of a TAR file reader and writer Summary: Rust implementation of a TAR file reader and writer
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -44,7 +44,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -56,7 +56,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+xattr-devel %package -n %{name}+xattr-devel
Summary: %{summary} Summary: %{summary}
@ -68,7 +68,7 @@ This package contains library source intended for building other packages
which use "xattr" feature of "%{crate}" crate. which use "xattr" feature of "%{crate}" crate.
%files -n %{name}+xattr-devel %files -n %{name}+xattr-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %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
@ -90,6 +90,9 @@ which use "xattr" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu May 21 2020 Josh Stone <jistone@redhat.com> - 0.4.27-1
- Update to 0.4.27
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.26-4 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.26-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (tar-0.4.26.crate) = 83ee187b253347068121d04242a488ac44ca6da159c6f9029f3e063b04544b7fa3ed40fed7e251692ffd73553dd369edb413f52f3b3718396451ec916eba15ab SHA512 (tar-0.4.27.crate) = 55835b715021183a39d64cc6fc9f785f36e43869bfeddcabb3370d9f10c7d692f3850eab3d3e5881cdb0ebb8af8bf34650eb83f1dbc7fda0a41d936c78a6fea1

Loading…
Cancel
Save