From 88ed685bb73963e1bcab1ebc9f45a60de723b171 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Jun 05 2015 11:23:20 +0000 Subject: Resolves: #1228363 - curl-config --libs now works on x86_64 ... without libcurl-devel.x86_64 --- diff --git a/0101-curl-7.32.0-multilib.patch b/0101-curl-7.32.0-multilib.patch index 9e9b56b..1bfcc70 100644 --- a/0101-curl-7.32.0-multilib.patch +++ b/0101-curl-7.32.0-multilib.patch @@ -36,7 +36,7 @@ index 150004d..95d0759 100644 - else - echo ${CURLLIBDIR}-lcurl - fi -+ pkg-config libcurl --libs ++ echo -lcurl ;; --static-libs) diff --git a/curl.spec b/curl.spec index e7e315d..267b542 100644 --- a/curl.spec +++ b/curl.spec @@ -1,7 +1,7 @@ Summary: A utility for getting files from remote servers (FTP, HTTP, and others) Name: curl Version: 7.42.1 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Group: Applications/Internet Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma @@ -237,6 +237,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/libcurl.m4 %changelog +* Fri Jun 05 2015 Kamil Dudka 7.42.1-2 +- curl-config --libs now works on x86_64 without libcurl-devel.x86_64 (#1228363) + * Wed Apr 29 2015 Kamil Dudka 7.42.1-1 - new upstream release (fixes CVE-2015-3153)