Update to 0.4.1

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent ecd7d0f236
commit fb062d366a

1
.gitignore vendored

@ -1 +1,2 @@
/curl-sys-0.3.15.crate
/curl-sys-0.4.1.crate

@ -1,15 +1,14 @@
--- curl-sys-0.3.15/Cargo.toml 1970-01-01T01:00:00+01:00
+++ curl-sys-0.3.15/Cargo.toml 2017-11-26T12:03:40.409462+01:00
@@ -35,12 +35,8 @@
[build-dependencies.pkg-config]
--- curl-sys-0.4.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ curl-sys-0.4.1/Cargo.toml 2018-01-09T07:04:31.758509+01:00
@@ -37,11 +37,6 @@
version = "0.3"
-[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
-version = "0.2"
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys]
version = "0.9"
-[target."cfg(windows)".dependencies.winapi]
-[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
-version = "0.2"
[badges.travis-ci]
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["winsock2", "ws2def"]
[badges.appveyor]
repository = "alexcrichton/curl-rust"

@ -5,17 +5,16 @@
%global crate curl-sys
Name: rust-%{crate}
Version: 0.3.15
Release: 2%{?dist}
Version: 0.4.1
Release: 1%{?dist}
Summary: Native bindings to the libcurl library
# https://github.com/alexcrichton/curl-rust/pull/193
License: MIT
URL: https://crates.io/crates/curl-sys
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * No windows
Patch0: curl-sys-0.3.15-fix-metadata.diff
Patch0: curl-sys-0.4.1-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -61,9 +60,13 @@ rm -vrf curl
%endif
%files devel
%license LICENSE
%{cargo_registry}/%{crate}-%{version}/
%changelog
* Tue Jan 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.1-1
- Update to 0.4.1
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.15-2
- Rebuild for rust-packaging v5

@ -1 +1 @@
SHA512 (curl-sys-0.3.15.crate) = 8abfe22a11f4e364f7a18d58ac92bec7aecb2cd8aeda41ebd2b87489364ae08eb3a0c07d5e0f90424229c3f297ebd6b86c467c9ea81c7725f9ccfd690804bae6
SHA512 (curl-sys-0.4.1.crate) = 74de40a631db102e73e133c9bad6bc093d7da744090e818e1173f237a410fe173e87fec937a902a6182e224c7e336523b73c42e136ef3b724949d3f407e78f03

Loading…
Cancel
Save