Hello community, here is the log from the commit of package adns for openSUSE:Factory checked in at 2020-06-06 23:40:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/adns (Old) and /work/SRC/openSUSE:Factory/.adns.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "adns" Sat Jun 6 23:40:02 2020 rev:29 rq:812023 version:1.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/adns/adns.changes 2017-11-10 14:41:50.817815637 +0100 +++ /work/SRC/openSUSE:Factory/.adns.new.3606/adns.changes 2020-06-06 23:40:21.389095132 +0200 @@ -1,0 +2,6 @@ +Tue Jun 2 12:48:11 UTC 2020 - Kristyna Streitova <[email protected]> + +- add adns-1.5.1-gcc10.patch to fix build with GCC10 +- run spec-cleaner + +------------------------------------------------------------------- New: ---- adns-1.5.1-gcc10.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ adns.spec ++++++ --- /var/tmp/diff_new_pack.5YC4pY/_old 2020-06-06 23:40:22.489098584 +0200 +++ /var/tmp/diff_new_pack.5YC4pY/_new 2020-06-06 23:40:22.493098597 +0200 @@ -1,7 +1,7 @@ # # 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 # 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) # 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 @@ Version: 1.5.1 Release: 0 Summary: Advanced Easy-to-Use Asynchronous-Capable DNS Utilities -License: GPL-2.0+ +License: GPL-2.0-or-later 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 Source1: http://www.chiark.greenend.org.uk/~ian/adns/ftp/%{name}-%{version}.tar.gz.sig Source2: %{name}.keyring @@ -32,6 +32,7 @@ Patch0: adns-1.4-destdir.patch Patch1: adns-1.4-configure.patch Patch2: adns-visibility.patch +Patch3: adns-1.5.1-gcc10.patch BuildRequires: autoconf %description @@ -63,12 +64,13 @@ %patch0 %patch1 %patch2 +%patch3 -p1 cp %{SOURCE3} . %build autoreconf -fiv %configure -make %{?_smp_mflags} all +%make_build all %install %make_install @@ -76,7 +78,8 @@ rm %{buildroot}%{_libdir}/*.a %files -%doc COPYING GPL-vs-LGPL README* TODO changelog +%license COPYING +%doc GPL-vs-LGPL README* TODO changelog %{_bindir}/adns* %files -n %{lname} ++++++ adns-1.5.1-gcc10.patch ++++++ 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;
