Accepting request 811067 from home:kstreitova:branches:devel:libraries:c_c++
- add adns-1.5.1-gcc10.patch to fix build with GCC10 - run spec-cleaner OBS-URL: https://build.opensuse.org/request/show/811067 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/adns?expand=0&rev=27
This commit is contained in:
parent
3b28fbcb72
commit
e2dc92ffeb
15
adns-1.5.1-gcc10.patch
Normal file
15
adns-1.5.1-gcc10.patch
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
diff -up adns-1.5.1/src/event.c.me adns-1.5.1/src/event.c
|
||||||
|
diff -up adns-1.5.1/src/internal.h.me adns-1.5.1/src/internal.h
|
||||||
|
--- adns-1.5.1/src/internal.h.me 2020-02-18 13:54:38.578415675 +0100
|
||||||
|
+++ adns-1.5.1/src/internal.h 2020-02-18 14:00:26.398198338 +0100
|
||||||
|
@@ -246,7 +246,9 @@ union maxalign {
|
||||||
|
void *p;
|
||||||
|
void (*fp)(void);
|
||||||
|
union maxalign *up;
|
||||||
|
-} data;
|
||||||
|
+};
|
||||||
|
+
|
||||||
|
+extern union maxalign data;
|
||||||
|
|
||||||
|
struct adns__query {
|
||||||
|
adns_state ads;
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 2 12:48:11 UTC 2020 - Kristyna Streitova <kstreitova@suse.com>
|
||||||
|
|
||||||
|
- add adns-1.5.1-gcc10.patch to fix build with GCC10
|
||||||
|
- run spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 4 20:26:32 UTC 2017 - aavindraa@gmail.com
|
Sat Nov 4 20:26:32 UTC 2017 - aavindraa@gmail.com
|
||||||
|
|
||||||
|
15
adns.spec
15
adns.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package adns
|
# spec file for package adns
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -21,9 +21,9 @@ Name: adns
|
|||||||
Version: 1.5.1
|
Version: 1.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Advanced Easy-to-Use Asynchronous-Capable DNS Utilities
|
Summary: Advanced Easy-to-Use Asynchronous-Capable DNS Utilities
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Networking/DNS/Utilities
|
Group: Productivity/Networking/DNS/Utilities
|
||||||
Url: http://www.chiark.greenend.org.uk/~ian/adns/ftp/
|
URL: https://www.chiark.greenend.org.uk/~ian/adns/ftp/
|
||||||
Source0: http://www.chiark.greenend.org.uk/~ian/adns/ftp/%{name}-%{version}.tar.gz
|
Source0: http://www.chiark.greenend.org.uk/~ian/adns/ftp/%{name}-%{version}.tar.gz
|
||||||
Source1: http://www.chiark.greenend.org.uk/~ian/adns/ftp/%{name}-%{version}.tar.gz.sig
|
Source1: http://www.chiark.greenend.org.uk/~ian/adns/ftp/%{name}-%{version}.tar.gz.sig
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
@ -32,6 +32,7 @@ Source4: baselibs.conf
|
|||||||
Patch0: adns-1.4-destdir.patch
|
Patch0: adns-1.4-destdir.patch
|
||||||
Patch1: adns-1.4-configure.patch
|
Patch1: adns-1.4-configure.patch
|
||||||
Patch2: adns-visibility.patch
|
Patch2: adns-visibility.patch
|
||||||
|
Patch3: adns-1.5.1-gcc10.patch
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -63,12 +64,13 @@ programs with libads support.
|
|||||||
%patch0
|
%patch0
|
||||||
%patch1
|
%patch1
|
||||||
%patch2
|
%patch2
|
||||||
|
%patch3 -p1
|
||||||
cp %{SOURCE3} .
|
cp %{SOURCE3} .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags} all
|
%make_build all
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -76,7 +78,8 @@ make %{?_smp_mflags} all
|
|||||||
rm %{buildroot}%{_libdir}/*.a
|
rm %{buildroot}%{_libdir}/*.a
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING GPL-vs-LGPL README* TODO changelog
|
%license COPYING
|
||||||
|
%doc GPL-vs-LGPL README* TODO changelog
|
||||||
%{_bindir}/adns*
|
%{_bindir}/adns*
|
||||||
|
|
||||||
%files -n %{lname}
|
%files -n %{lname}
|
||||||
|
Loading…
Reference in New Issue
Block a user