Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dnstracer for openSUSE:Factory checked in at 2021-03-06 21:18:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dnstracer (Old) and /work/SRC/openSUSE:Factory/.dnstracer.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dnstracer" Sat Mar 6 21:18:44 2021 rev:2 rq:877237 version:1.10 Changes: -------- --- /work/SRC/openSUSE:Factory/dnstracer/dnstracer.changes 2018-03-12 12:12:04.314723077 +0100 +++ /work/SRC/openSUSE:Factory/.dnstracer.new.2378/dnstracer.changes 2021-03-06 21:18:45.337243678 +0100 @@ -1,0 +2,8 @@ +Fri Mar 5 12:59:43 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update to 1.10: + - Add support for EDNS0 (extra big packets) + - Add support for querying of ANY records. + - Add represention of SRV, RP records. + +------------------------------------------------------------------- Old: ---- dnstracer-1.9.tar.gz New: ---- dnstracer-1.10.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dnstracer.spec ++++++ --- /var/tmp/diff_new_pack.9sITfA/_old 2021-03-06 21:18:46.249244613 +0100 +++ /var/tmp/diff_new_pack.9sITfA/_new 2021-03-06 21:18:46.253244617 +0100 @@ -1,7 +1,7 @@ # # spec file for package dnstracer # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,19 +12,18 @@ # 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/ # Name: dnstracer -Version: 1.9 +Version: 1.10 Release: 0 Summary: Trace a DNS record to its start of authority License: BSD-2-Clause Group: Productivity/Networking/DNS/Utilities -Url: http://www.mavetju.org/unix/dnstracer.php -Source: http://www.mavetju.org/download/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build +URL: https://www.mavetju.org/unix/dnstracer.php +Source: https://www.mavetju.org/download/dnstracer-%{version}.tar.bz2 %description Dnstracer determines where a given Domain Name Server (DNS) gets its @@ -32,19 +31,20 @@ servers which know the data. %prep -%setup -q +%setup -q -n %{name} %build -%configure -make %{?_smp_mflags} +%make_build %install -%make_install +install -m 755 -d "%{buildroot}/%{_bindir}" +install -m 755 -d "%{buildroot}/%{_mandir}/man8" +%make_install PREFIX="%{buildroot}/%{_prefix}" MANPREFIX="%{buildroot}/%{_mandir}/man8" %files -%defattr(-,root,root) -%doc CHANGES CONTACT LICENSE README +%license LICENSE +%doc CHANGES CONTACT README %{_bindir}/%{name} -%{_mandir}/man8/%{name}.8%{ext_man} +%{_mandir}/man8/%{name}.8%{?ext_man} %changelog ++++++ dnstracer-1.9.tar.gz -> dnstracer-1.10.tar.bz2 ++++++ ++++ 17806 lines of diff (skipped)