Update to 0.1.7

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent 120b041cd4
commit 3446f767ed
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,3 +1,4 @@
/csv-core-0.1.4.crate /csv-core-0.1.4.crate
/csv-core-0.1.5.crate /csv-core-0.1.5.crate
/csv-core-0.1.6.crate /csv-core-0.1.6.crate
/csv-core-0.1.7.crate

@ -1,5 +1,5 @@
--- csv-core-0.1.6/Cargo.toml 1970-01-01T00:00:00+00:00 --- csv-core-0.1.7/Cargo.toml 2020-02-13T01:54:44+00:00
+++ csv-core-0.1.6/Cargo.toml 2019-12-06T16:38:26.108167+00:00 +++ csv-core-0.1.7/Cargo.toml 2020-02-13T13:41:00.450868+00:00
@@ -30,7 +30,7 @@ @@ -30,7 +30,7 @@
version = "2" version = "2"
default-features = false default-features = false

@ -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 csv-core %global crate csv-core
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.6 Version: 0.1.7
Release: 4%{?dist} Release: 1%{?dist}
Summary: Bare bones CSV parsing with no_std support Summary: Bare bones CSV parsing with no_std support
# Upstream license specification: Unlicense/MIT # Upstream license specification: Unlicense/MIT
@ -41,7 +41,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license COPYING LICENSE-MIT UNLICENSE %license COPYING LICENSE-MIT UNLICENSE
%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}
@ -53,7 +53,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}+libc-devel %package -n %{name}+libc-devel
Summary: %{summary} Summary: %{summary}
@ -65,7 +65,7 @@ This package contains library source intended for building other packages
which use "libc" feature of "%{crate}" crate. which use "libc" feature of "%{crate}" crate.
%files -n %{name}+libc-devel %files -n %{name}+libc-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
@ -86,6 +86,9 @@ which use "libc" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Feb 13 14:41:00 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.7-1
- Update to 0.1.7
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-4 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (csv-core-0.1.6.crate) = 91f46405b7b8e214d918ba1bd00e866bd05a7296b8220d2041817d53feec05b62d12fa19142ebab1cc7e05518f1353f6560b2811877c5e3d3dd94f7f4d50a9b8 SHA512 (csv-core-0.1.7.crate) = 3e476471830df73c4b51579351c42645f457277a6a0b607d601a1fc0bdce5696181a0cd3946aee7b0d4a5f40f08f4f248a7fb339503fc116caba8baf1393f29d

Loading…
Cancel
Save