Update to 0.2.0

epel9
Josh Stone 6 years ago
parent 289e0d3ff3
commit 864f8f5250

1
.gitignore vendored

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

@ -6,14 +6,14 @@
%global crate pcre2-sys %global crate pcre2-sys
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.1 Version: 0.2.0
Release: 4%{?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
License: Unlicense or MIT License: Unlicense or MIT
URL: https://crates.io/crates/pcre2-sys URL: https://crates.io/crates/pcre2-sys
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -56,7 +56,7 @@ which use "default" feature of "%{crate}" crate.
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
rm -vrf pcre2 rm -vrf pcre2
%cargo_prep %cargo_prep
@ -72,6 +72,9 @@ rm -vrf pcre2
%endif %endif
%changelog %changelog
* Tue Apr 16 2019 Josh Stone <jistone@redhat.com> - 0.2.0-1
- Update to 0.2.0
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-4 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

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

Loading…
Cancel
Save