From 46a1f4dc8fe9e35f6bd471dbbf0b392d977f170e Mon Sep 17 00:00:00 2001 From: František Dvořák Date: Apr 23 2016 15:20:58 +0000 Subject: Update to 1.11.0. --- diff --git a/.gitignore b/.gitignore index 55b73f2..5661ae3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /c-ares-1.10.0.tar.gz +/c-ares-1.11.0.tar.gz diff --git a/mingw-c-ares.spec b/mingw-c-ares.spec index ad53ce9..a11f654 100644 --- a/mingw-c-ares.spec +++ b/mingw-c-ares.spec @@ -1,8 +1,8 @@ %{?mingw_package_header} Name: mingw-c-ares -Version: 1.10.0 -Release: 5%{?dist} +Version: 1.11.0 +Release: 1%{?dist} Summary: Library that performs asynchronous DNS operations # ares_getopt.c ares_getopt.h are BSD (3 clause) @@ -14,8 +14,6 @@ Source0: http://c-ares.haxx.se/download/c-ares-%{version}.tar.gz # The license can be obtained at http://c-ares.haxx.se/license.html Source1: LICENSE Patch0: 0001-Use-RPM-compiler-options.patch -# this breaks MinGW port -#Patch1: c-ares-1.10.0-multilib.patch BuildArch: noarch @@ -65,7 +63,6 @@ This package is MinGW compiled c-ares library for the Win64 target. %prep %setup -q -n c-ares-%{version} %patch0 -p1 -b .optflags -#%%patch1 -p1 -b .multilib cp %{SOURCE1} . f=CHANGES ; iconv -f iso-8859-1 -t utf-8 $f -o $f.utf8 ; mv $f.utf8 $f @@ -112,6 +109,9 @@ rm -rf ${RPM_BUILD_ROOT}%{mingw64_mandir} %changelog +* Tue Mar 08 2016 František Dvořák - 1.11.0-1 +- Update to 1.11.0 + * Thu Feb 04 2016 Fedora Release Engineering - 1.10.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 9a957f2..8c2bebd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1196067641411a75d3cbebe074fd36d8 c-ares-1.10.0.tar.gz +d5c6d522cfc54bb6f215a0b7912d46be c-ares-1.11.0.tar.gz