Update to 0.2.1

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 864f8f5250
commit 2168fb349e
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,2 +1,3 @@
/pcre2-sys-0.1.1.crate
/pcre2-sys-0.2.0.crate
/pcre2-sys-0.2.1.crate

@ -0,0 +1,5 @@
[DEFAULT]
buildrequires =
pkgconfig(libpcre2-8)
lib.requires =
pkgconfig(libpcre2-8)

@ -1,12 +1,11 @@
# Generated by rust2rpm
# * Tests are run in infrastructure
%bcond_with check
%global debug_package %{nil}
%global crate pcre2-sys
Name: rust-%{crate}
Version: 0.2.0
Version: 0.2.1
Release: 1%{?dist}
Summary: Low level bindings to PCRE2
@ -30,8 +29,8 @@ Low level bindings to PCRE2.
%package devel
Summary: %{summary}
Requires: pkgconfig(libpcre2-8)
BuildArch: noarch
Requires: pkgconfig(libpcre2-8)
%description devel %{_description}
@ -72,6 +71,9 @@ rm -vrf pcre2
%endif
%changelog
* Tue Apr 30 08:43:36 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.1-1
- Update to 0.2.1
* Tue Apr 16 2019 Josh Stone <jistone@redhat.com> - 0.2.0-1
- Update to 0.2.0

@ -1 +1 @@
SHA512 (pcre2-sys-0.2.0.crate) = 23255712188fd517ca9cd0760c6da649006916b6e3b3295bc6078942706d622504da1b2b9c1199cd30208cc48aca08667b23941a357e4ac0f5fd20a1be3daeac
SHA512 (pcre2-sys-0.2.1.crate) = 7fa40da62479009070f304e5f24a8aa108f442eaf464bc6de940c2e3ba481277674a230f5650a6f4616d7ae57b7c992098a20bb399a7a89434ca582be82757b7

Loading…
Cancel
Save