Update to 1.1.2

epel9
Josh Stone 5 years ago
parent 8d765ae1ac
commit 13353b7b23

1
.gitignore vendored

@ -6,3 +6,4 @@
/csv-1.0.7.crate
/csv-1.1.0.crate
/csv-1.1.1.crate
/csv-1.1.2.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate csv
Name: rust-%{crate}
Version: 1.1.1
Release: 2%{?dist}
Version: 1.1.2
Release: 1%{?dist}
Summary: Fast CSV parsing with support for serde
# Upstream license specification: Unlicense/MIT
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel
%license COPYING LICENSE-MIT UNLICENSE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -50,7 +50,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
@ -71,6 +71,9 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Tue Jan 07 2020 Josh Stone <jistone@redhat.com> - 1.1.2-1
- Update to 1.1.2
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (csv-1.1.1.crate) = de89d7243b24b0b85c4b6520f2ada446e32561d58e9bb116d76bbd0465a647825e8dd0125f3d693ade5b9f5f41ad2c65016d958c9c3112cbadec92c26947e9c6
SHA512 (csv-1.1.2.crate) = 51c3309b3e4ea6b9c20881fd871dd26fbabc579dd06d714e979357a6073622781434a9f89b9cafc04f8528c9a058c3464516329f7db54b8b0f1c469b50e4cbb4

Loading…
Cancel
Save