Update to 0.2.3

epel9
Josh Stone 5 years ago
parent 88cf8dbfc7
commit ac99422f10

1
.gitignore vendored

@ -3,3 +3,4 @@
/pcre2-0.2.0.crate
/pcre2-0.2.1.crate
/pcre2-0.2.2.crate
/pcre2-0.2.3.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate pcre2
Name: rust-%{crate}
Version: 0.2.2
Version: 0.2.3
Release: 1%{?dist}
Summary: High level wrapper library for PCRE2
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel
%license UNLICENSE LICENSE-MIT COPYING
%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
* Fri Jan 24 2020 Josh Stone <jistone@redhat.com> - 0.2.3-1
- Update to 0.2.3
* Sat Nov 23 2019 Josh Stone <jistone@redhat.com> - 0.2.2-1
- Update to 0.2.2

@ -1 +1 @@
SHA512 (pcre2-0.2.2.crate) = e4c82212a3e82c7b772fedd5594bb550f31caa2f8918227b2fa9eec76f9f6a233a9057fa3035b86a7931d9900d93d5a41de6f778a45ece3f280ff6ae5eec621f
SHA512 (pcre2-0.2.3.crate) = 6771b27b800e3eebc34ae5dda48ca8bf60d5c3fd46fb424a669341909491ef476427b23f0aec3ec606aa03ed9606e46daf76010a7b9e3ffe1a76faab3314e74f

Loading…
Cancel
Save