Update to 0.2.4

epel9
Josh Stone 5 years ago
parent 9b26cb2b93
commit b17dc0bd07

1
.gitignore vendored

@ -2,3 +2,4 @@
/pcre2-sys-0.2.0.crate /pcre2-sys-0.2.0.crate
/pcre2-sys-0.2.1.crate /pcre2-sys-0.2.1.crate
/pcre2-sys-0.2.2.crate /pcre2-sys-0.2.2.crate
/pcre2-sys-0.2.4.crate

@ -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 pcre2-sys %global crate pcre2-sys
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.2 Version: 0.2.4
Release: 5%{?dist} Release: 1%{?dist}
Summary: Low level bindings to PCRE2 Summary: Low level bindings to PCRE2
# Upstream license specification: Unlicense/MIT # Upstream license specification: Unlicense/MIT
@ -39,7 +39,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license UNLICENSE LICENSE-MIT COPYING %license UNLICENSE LICENSE-MIT COPYING
%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}
@ -51,7 +51,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
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -74,6 +74,9 @@ echo 'pkgconfig(libpcre2-8)'
%endif %endif
%changelog %changelog
* Wed Aug 26 2020 Josh Stone <jistone@redhat.com> - 0.2.4-1
- Update to 0.2.4
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-5 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (pcre2-sys-0.2.2.crate) = cae12d44a43c05b2303f230112f8cce349141a697a0ed7ab8b9acc1a812f8ae8db156dfdcf40eae3b51c143b31cbf842dddcb133eb7e0430ef78cf36906ff652 SHA512 (pcre2-sys-0.2.4.crate) = ffaedddaf954f38230e65848859e67358c1f5b1adc370b8a3e7d1b6abc35060c756e2e5e3f1fe399f86c447cdcb984caf60ae36de449adb409aa3f8daee44b7b

Loading…
Cancel
Save