Update to 0.1.9

epel9
Josh Stone 5 years ago
parent a9935864dc
commit a47859f801

1
.gitignore vendored

@ -1,3 +1,4 @@
/regex-automata-0.1.6.crate
/regex-automata-0.1.7.crate
/regex-automata-0.1.8.crate
/regex-automata-0.1.9.crate

@ -1,11 +1,11 @@
--- regex-automata-0.1.8/Cargo.toml 1970-01-01T00:00:00+00:00
+++ regex-automata-0.1.8/Cargo.toml 2019-07-28T19:16:45.578035+00:00
--- regex-automata-0.1.9/Cargo.toml 2020-03-09T00:15:16+00:00
+++ regex-automata-0.1.9/Cargo.toml 2020-03-10T17:29:40.750809+00:00
@@ -14,7 +14,7 @@
name = "regex-automata"
version = "0.1.8"
version = "0.1.9"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
-exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*", "/regex-automata-debug"]
+exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*", "/regex-automata-debug", "/data/*"]
autoexamples = false
autotests = false
description = "Automata construction and matching using regular expressions."
homepage = "https://github.com/BurntSushi/regex-automata"

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate regex-automata
Name: rust-%{crate}
Version: 0.1.8
Release: 2%{?dist}
Version: 0.1.9
Release: 1%{?dist}
Summary: Automata construction and matching using regular expressions
# Upstream license specification: Unlicense/MIT
@ -41,7 +41,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT UNLICENSE COPYING
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -53,7 +53,19 @@ 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
%package -n %{name}+fst-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+fst-devel %{_description}
This package contains library source intended for building other packages
which use "fst" feature of "%{crate}" crate.
%files -n %{name}+fst-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+regex-syntax-devel
Summary: %{summary}
@ -65,7 +77,7 @@ This package contains library source intended for building other packages
which use "regex-syntax" feature of "%{crate}" crate.
%files -n %{name}+regex-syntax-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
@ -77,19 +89,19 @@ This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+utf8-ranges-devel
%package -n %{name}+transducer-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+utf8-ranges-devel %{_description}
%description -n %{name}+transducer-devel %{_description}
This package contains library source intended for building other packages
which use "utf8-ranges" feature of "%{crate}" crate.
which use "transducer" feature of "%{crate}" crate.
%files -n %{name}+utf8-ranges-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%files -n %{name}+transducer-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -110,6 +122,9 @@ which use "utf8-ranges" feature of "%{crate}" crate.
%endif
%changelog
* Tue Mar 10 2020 Josh Stone <jistone@redhat.com> - 0.1.9-1
- Update to 0.1.9
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (regex-automata-0.1.8.crate) = 41ad4ad05b0147e663f63e4bdab8281d3dc15f76663bb9eb3d9f6a230350b71e7f3f42bd18e6628a7cd971655a6b13aea2308d7f124bccca24d01ea9ed15d61a
SHA512 (regex-automata-0.1.9.crate) = 53323733dc2f8c47ec33b5b3aefacac3a0042cff80c59c3a05ee02b581671dd9a6ebf6b0b5eeddf9cd249662731cabf5a684553daeff440bf8d1d4d296afbeb0

Loading…
Cancel
Save