Update to 0.4.19

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

1
.gitignore vendored

@ -14,3 +14,4 @@
/curl-sys-0.4.16.crate /curl-sys-0.4.16.crate
/curl-sys-0.4.17.crate /curl-sys-0.4.17.crate
/curl-sys-0.4.18.crate /curl-sys-0.4.18.crate
/curl-sys-0.4.19.crate

@ -1,5 +1,5 @@
--- curl-sys-0.4.18/Cargo.toml 1970-01-01T00:00:00+00:00 --- curl-sys-0.4.19/Cargo.toml 1970-01-01T00:00:00+00:00
+++ curl-sys-0.4.18/Cargo.toml 2019-05-09T19:03:08.866555+00:00 +++ curl-sys-0.4.19/Cargo.toml 2019-06-20T10:41:35.788211+00:00
@@ -28,10 +28,6 @@ @@ -28,10 +28,6 @@
[dependencies.libc] [dependencies.libc]
version = "0.2.2" version = "0.2.2"
@ -11,17 +11,16 @@
[dependencies.libz-sys] [dependencies.libz-sys]
version = "1.0.18" version = "1.0.18"
[build-dependencies.cc] [build-dependencies.cc]
@@ -42,20 +38,12 @@ @@ -43,7 +39,7 @@
[features] [features]
default = ["ssl"] default = ["ssl"]
-force-system-lib-on-osx = [] force-system-lib-on-osx = []
-http2 = ["libnghttp2-sys"] -http2 = ["libnghttp2-sys"]
+http2 = [] +http2 = []
spnego = [] spnego = []
ssl = ["openssl-sys"] ssl = ["openssl-sys"]
-static-curl = [] static-curl = []
-static-ssl = ["openssl-sys/vendored"] @@ -51,11 +47,6 @@
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys] [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys]
version = "0.9" version = "0.9"
optional = true optional = true

@ -1,12 +1,11 @@
# Generated by rust2rpm-9-1.fc30 # Generated by rust2rpm 10
# * Tests are run in infrastructure %bcond_without check
%bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate curl-sys %global crate curl-sys
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.18 Version: 0.4.19
Release: 1%{?dist} Release: 1%{?dist}
Summary: Native bindings to the libcurl library Summary: Native bindings to the libcurl library
@ -16,23 +15,19 @@ URL: https://crates.io/crates/curl-sys
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * No windows # * No windows
# * No "static" features
# * libnghttp2-sys is only needed for bundled curl # * libnghttp2-sys is only needed for bundled curl
Patch0: curl-sys-fix-metadata.diff Patch0: curl-sys-fix-metadata.diff
Patch1: curl-sys-remove-libnghttp2-sys.diff Patch1: curl-sys-remove-libnghttp2-sys.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
BuildRequires: (crate(cc/default) >= 1.0.0 with crate(cc/default) < 2.0.0)
BuildRequires: (crate(libc/default) >= 0.2.2 with crate(libc/default) < 0.3.0)
BuildRequires: (crate(libz-sys/default) >= 1.0.18 with crate(libz-sys/default) < 2.0.0)
BuildRequires: (crate(openssl-sys/default) >= 0.9.0 with crate(openssl-sys/default) < 0.10.0)
BuildRequires: (crate(pkg-config/default) >= 0.3.3 with crate(pkg-config/default) < 0.4.0)
BuildRequires: pkgconfig(libcurl)
%global _description \ %global _description %{expand:
Native bindings to the libcurl library. Native bindings to the libcurl library.}
%description %{_description} %description %{_description}
@ -116,6 +111,10 @@ which use "ssl" feature of "%{crate}" crate.
rm -vrf curl rm -vrf curl
%cargo_prep %cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
echo 'pkgconfig(libcurl)'
%build %build
%cargo_build %cargo_build
@ -128,6 +127,9 @@ rm -vrf curl
%endif %endif
%changelog %changelog
* Thu Jun 20 12:41:37 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.19-1
- Update to 0.4.19
* Thu May 09 2019 Josh Stone <jistone@redhat.com> - 0.4.18-1 * Thu May 09 2019 Josh Stone <jistone@redhat.com> - 0.4.18-1
- Update to 0.4.18 - Update to 0.4.18

@ -1 +1 @@
SHA512 (curl-sys-0.4.18.crate) = b4f4afa8ce8c9390de02a286b5d1663d8d8ad45026da5b4ea1a3059b812edc67d292db2f628c167c2e633c03784032ce650580e8460fafaa8a6fa5587041d163 SHA512 (curl-sys-0.4.19.crate) = b7e20e92d4cbe52dbd4c99d65d2421caac2fc50140a0c839a7a38df168a15cb2d1a509195badca722a57ef96e6f8b95d3cce2a8df0f5f1ad3e4afff2f520210f

Loading…
Cancel
Save