From 37907ea2deae9748908a45d21cc1f2074f2ec8c6 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Thu, 5 Jan 2012 15:50:22 +0000 Subject: [PATCH] rebuild for gcc 4.7 --- curl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/curl.spec b/curl.spec index cbc1d05..de2d880 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.23.0 -Release: 5%{?dist} +Release: 6%{?dist} License: MIT Group: Applications/Internet Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma @@ -232,6 +232,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/libcurl.m4 %changelog +* Thu Jan 05 2012 Paul Howarth 7.23.0-6 +- rebuild for gcc 4.7 + * Mon Jan 02 2012 Kamil Dudka 7.23.0-5 - upstream patch that allows to run FTPS tests with nss-3.13 (#760060)