Update to 0.4.18

epel9
Josh Stone 6 years ago
parent 8d669738cd
commit c3c042094f

1
.gitignore vendored

@ -13,3 +13,4 @@
/curl-sys-0.4.15.crate /curl-sys-0.4.15.crate
/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

@ -1,5 +1,5 @@
--- curl-sys-0.4.15/Cargo.toml 1969-12-31T16:00:00-08:00 --- curl-sys-0.4.18/Cargo.toml 1970-01-01T00:00:00+00:00
+++ curl-sys-0.4.15/Cargo.toml 2018-11-09T17:37:46.873564-08:00 +++ curl-sys-0.4.18/Cargo.toml 2019-05-09T19:03:08.866555+00:00
@@ -28,10 +28,6 @@ @@ -28,10 +28,6 @@
[dependencies.libc] [dependencies.libc]
version = "0.2.2" version = "0.2.2"

@ -1,11 +1,11 @@
--- curl-sys-0.4.9/lib.rs.orig 2018-09-12 12:59:06.000000000 -0700 --- curl-sys-0.4.18/lib.rs.orig 2019-04-17 18:46:52.000000000 -0700
+++ curl-sys-0.4.9/lib.rs 2018-09-13 13:12:04.228581344 -0700 +++ curl-sys-0.4.18/lib.rs 2019-05-09 12:05:12.694980681 -0700
@@ -7,8 +7,6 @@ extern crate libz_sys; @@ -2,8 +2,6 @@
extern crate openssl_sys; #![doc(html_root_url = "https://docs.rs/curl-sys/0.3")]
#[cfg(windows)]
extern crate winapi;
-#[cfg(feature = "http2")]
-extern crate libnghttp2_sys;
use libc::{c_int, c_char, c_uint, c_short, c_long, c_double, c_void, size_t, time_t}; extern crate libc;
use libc::c_ulong; -#[cfg(link_libnghttp2)]
-extern crate libnghttp2_sys;
#[cfg(link_libz)]
extern crate libz_sys;
#[cfg(link_openssl)]

@ -1,4 +1,4 @@
# Generated by rust2rpm # Generated by rust2rpm-9-1.fc30
# * Tests are run in infrastructure # * Tests are run in infrastructure
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,10 +6,11 @@
%global crate curl-sys %global crate curl-sys
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.17 Version: 0.4.18
Release: 1%{?dist} Release: 1%{?dist}
Summary: Native bindings to the libcurl library Summary: Native bindings to the libcurl library
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/curl-sys URL: https://crates.io/crates/curl-sys
Source: %{crates_source} Source: %{crates_source}
@ -127,6 +128,9 @@ rm -vrf curl
%endif %endif
%changelog %changelog
* Thu May 09 2019 Josh Stone <jistone@redhat.com> - 0.4.18-1
- Update to 0.4.18
* Wed Mar 13 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.17-1 * Wed Mar 13 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.17-1
- Update to 0.4.17 - Update to 0.4.17

@ -1 +1 @@
SHA512 (curl-sys-0.4.17.crate) = e0b1db564ac22d7d2bb09122393fcdf3cfc196490ad344d4c8023636fe8dc553ed6fe94c7bba3027cca3d707ea511e95294c31bd3ea676f094126677e934e8c8 SHA512 (curl-sys-0.4.18.crate) = b4f4afa8ce8c9390de02a286b5d1663d8d8ad45026da5b4ea1a3059b812edc67d292db2f628c167c2e633c03784032ce650580e8460fafaa8a6fa5587041d163

Loading…
Cancel
Save