Update to 0.1.1

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

1
.gitignore vendored

@ -1 +1,2 @@
/pcre2-0.1.0.crate
/pcre2-0.1.1.crate

@ -1,11 +0,0 @@
--- pcre2-0.1.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ pcre2-0.1.0/Cargo.toml 2018-09-08T14:14:39.863286+02:00
@@ -29,8 +29,3 @@
[dependencies.thread_local]
version = "0.3.6"
-[build-dependencies.cc]
-version = "1"
-
-[build-dependencies.pkg-config]
-version = "0.3.13"

@ -5,7 +5,7 @@
%global crate pcre2
Name: rust-%{crate}
Version: 0.1.0
Version: 0.1.1
Release: 1%{?dist}
Summary: High level wrapper library for PCRE2
@ -13,15 +13,13 @@ Summary: High level wrapper library for PCRE2
License: Unlicense or MIT
URL: https://crates.io/crates/pcre2
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * Remove unneeded build-deps, https://github.com/BurntSushi/rust-pcre2/pull/2
Patch0: pcre2-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
# [dependencies]
BuildRequires: (crate(libc) >= 0.2.0 with crate(libc) < 0.3.0)
BuildRequires: (crate(log) >= 0.4.5 with crate(log) < 0.5.0)
BuildRequires: (crate(pcre2-sys) >= 0.1.0 with crate(pcre2-sys) < 0.2.0)
BuildRequires: (crate(thread_local) >= 0.3.6 with crate(thread_local) < 0.4.0)
@ -59,5 +57,8 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Sat Sep 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.1-1
- Update to 0.1.1
* Sat Sep 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.0-1
- Initial package

@ -1 +1 @@
SHA512 (pcre2-0.1.0.crate) = 20490a4d79894e67d3affb0bcb13f9d68e5fb5fb874fcb5ab9aea7b826c7480741ca341edf24c1118471dccc6a660117909fd28d664b00bf1b5f41fd6469034d
SHA512 (pcre2-0.1.1.crate) = f8777ac099487d09e8b3f08cd92840e66b10920d3764ceff5d24463c586b10460ea7f840f5683311feadf086a1340739c01c275df09a4fbf17f03c003297d794

Loading…
Cancel
Save