Accepting request 863667 from home:dirkmueller:branches:devel:libraries:c_c++

- update to 1.17.1:
    Travis: add iOS target built with CMake (#378)
    Issue #377 suggested that CMake builds for iOS with c-ares were broken. This PR adds an automatic Travis build for iOS CMake.
  - fix build
    External projects were using non-public header ares_dns.h, make public again (#376)
    It appears some outside projects were relying on macros in ares_dns.h, even
    though it doesn't appear that header was ever meant to be public.  That said,
    we don't want to break external integrators so we should distribute this header
    again.
  - note that so versioning has moved to configure.ac
  - note about 1.17.1
  - fix sed gone wrong
    autotools cleanup (#372)
    * buildconf: remove custom logic with autoreconf
- remove missing_header.patch (upstream)

OBS-URL: https://build.opensuse.org/request/show/863667
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/c-ares?expand=0&rev=35
This commit is contained in:
2021-01-16 18:20:28 +00:00
committed by Git OBS Bridge
parent 3a1bf709ce
commit 4ef81ce403
7 changed files with 35 additions and 29 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package c-ares
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -41,7 +41,7 @@ ExclusiveArch: do_not_build
%endif
Name: %{pname}
Version: 1.17.0
Version: 1.17.1
Release: 0
Summary: Library for asynchronous name resolves
License: MIT
@@ -56,7 +56,6 @@ Source6: c-ares-config.cmake.in
Source7: ares_dns.h
Patch0: 0001-Use-RPM-compiler-options.patch
Patch1: disable-live-tests.patch
Patch2: missing_header.patch
BuildRequires: cmake
BuildRequires: gcc-c++
%if %{with tests}