Hello community, here is the log from the commit of package adns for openSUSE:Factory checked in at 2015-03-09 10:03:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/adns (Old) and /work/SRC/openSUSE:Factory/.adns.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "adns" Changes: -------- --- /work/SRC/openSUSE:Factory/adns/adns.changes 2013-06-18 09:52:34.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.adns.new/adns.changes 2015-03-09 10:03:27.000000000 +0100 @@ -1,0 +2,19 @@ +Mon Mar 2 19:52:21 UTC 2015 - [email protected] + +- Remove obsolete patches + * adns-ocloexec.patch + * adns-1.4-ipv6.patch +- Add gpg signature +- Cleanup spec-file with spec-cleaner +- Remove already disabled %check section, tests require working + network setup +- Update to 1.5.0 + * This release provides full IPv6 support. Applications can + request AAAA records (containing IPv6 addresses) as well as, + or instead of, A records (containing IPv4 addresses). adns + 1.5 can speak to nameservers over IPv6. + * converting between addresses and address literals. These carry + less baggage than getaddrinfo and getnameinfo. + * bugfixes and other minor changes (see changelog for details) + +------------------------------------------------------------------- Old: ---- adns-1.4-ipv6.patch adns-1.4.tar.gz adns-ocloexec.patch New: ---- adns-1.5.0.tar.gz adns-1.5.0.tar.gz.sig adns.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ adns.spec ++++++ --- /var/tmp/diff_new_pack.PWyu7i/_old 2015-03-09 10:03:28.000000000 +0100 +++ /var/tmp/diff_new_pack.PWyu7i/_new 2015-03-09 10:03:28.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package adns # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,43 +16,43 @@ # -Name: adns %define lname libadns1 -Version: 1.4 +Name: adns +Version: 1.5.0 Release: 0 -Url: http://www.chiark.greenend.org.uk/~ian/adns/ftp/ Summary: Advanced Easy-to-Use Asynchronous-Capable DNS Utilities License: GPL-2.0+ Group: Productivity/Networking/DNS/Utilities -Source: http://www.chiark.greenend.org.uk/~ian/adns/ftp/%{name}-%{version}.tar.gz -Source1: README.SUSE -Source2: baselibs.conf -Patch0: %{name}-%{version}-destdir.patch -Patch1: %{name}-%{version}-configure.patch -Patch2: %{name}-%{version}-ipv6.patch +Url: http://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 +Source3: README.SUSE +Source4: baselibs.conf +Patch0: %{name}-1.4-destdir.patch +Patch1: %{name}-1.4-configure.patch Patch3: adns-visibility.patch -Patch4: adns-ocloexec.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description adns includes a collection of useful DNS resolver utilities. -%package -n %lname +%package -n %{lname} Summary: Advanced DNS resolver client library Group: System/Libraries Provides: libadns = %{version} #openSUSE 10.2 Obsoletes: libadns <= 1.3 -%description -n %lname +%description -n %{lname} Libadns is an advanced, easy to use, asynchronous-capable DNS resolver client library for C (and C++) programs. %package -n libadns-devel Summary: Libraries and header files to develop programs with libadns support Group: Development/Languages/C and C++ -Requires: %lname = %{version} +Requires: %{lname} = %{version} Requires: glibc-devel %description -n libadns-devel @@ -63,10 +63,8 @@ %setup -q %patch0 %patch1 -%patch2 %patch3 -%patch4 -cp %{S:1} . +cp %{SOURCE3} . %build autoreconf -fiv @@ -74,20 +72,16 @@ make %{?_smp_mflags} all %install -make DESTDIR=%{buildroot} install +make DESTDIR=%{buildroot} install %{?_smp_mflags} # FIXME: --disable-static not available rm %{buildroot}%{_libdir}/*.a -%check -# disable check for ipv6 patch -#make check - %files %defattr(-,root,root) -%doc COPYING GPL-vs-LGPL LICENCE.WAIVERS README* TODO changelog +%doc COPYING GPL-vs-LGPL README* TODO changelog %{_bindir}/adns* -%files -n %lname +%files -n %{lname} %defattr(-,root,root) %{_libdir}/libadns.so.1* @@ -96,8 +90,8 @@ %{_includedir}/adns.h %{_libdir}/libadns.so -%post -n %lname -p /sbin/ldconfig +%post -n %{lname} -p /sbin/ldconfig -%postun -n %lname -p /sbin/ldconfig +%postun -n %{lname} -p /sbin/ldconfig %changelog ++++++ adns-1.4-destdir.patch ++++++ --- /var/tmp/diff_new_pack.PWyu7i/_old 2015-03-09 10:03:28.000000000 +0100 +++ /var/tmp/diff_new_pack.PWyu7i/_new 2015-03-09 10:03:28.000000000 +0100 @@ -1,6 +1,8 @@ ---- client/Makefile.in -+++ client/Makefile.in 2006/09/01 12:21:44 -@@ -58,9 +58,9 @@ +Index: client/Makefile.in +=================================================================== +--- client/Makefile.in.orig ++++ client/Makefile.in +@@ -58,9 +58,9 @@ ALL_OBJS= $(ADH_OBJS) $(TARG_OBJS) all: $(TARGETS) install: $(TARG_INSTALL) @@ -12,9 +14,11 @@ uninstall: for f in $(TARGETS); do rm -f $(bindir)/$$f; done ---- dynamic/Makefile.in -+++ dynamic/Makefile.in 2006/09/01 12:23:20 -@@ -30,10 +30,10 @@ +Index: dynamic/Makefile.in +=================================================================== +--- dynamic/Makefile.in.orig ++++ dynamic/Makefile.in +@@ -30,10 +30,10 @@ include $(srcdir)/../src/adns.make ALLOBJS= $(addsuffix _p.o, $(basename $(LIBOBJS))) install: @@ -29,10 +33,12 @@ uninstall: rm -f $(libdir)/$(SHLIBFILE) $(libdir)/$(SHLIBSONAME) ---- src/Makefile.in -+++ src/Makefile.in 2006/09/01 12:24:48 -@@ -28,10 +28,11 @@ - include adns.make +Index: src/Makefile.in +=================================================================== +--- src/Makefile.in.orig ++++ src/Makefile.in +@@ -30,10 +30,11 @@ include $(srcdir)/adns.make + DIRCFLAGS= -I. -I$(srcdir) install: - mkdir -p $(libdir) $(includedir) ++++++ adns-1.4.tar.gz -> adns-1.5.0.tar.gz ++++++ ++++ 34976 lines of diff (skipped) ++++++ adns-visibility.patch ++++++ --- /var/tmp/diff_new_pack.PWyu7i/_old 2015-03-09 10:03:28.000000000 +0100 +++ /var/tmp/diff_new_pack.PWyu7i/_new 2015-03-09 10:03:28.000000000 +0100 @@ -1,3 +1,5 @@ +Index: configure.in +=================================================================== --- configure.in.orig +++ configure.in @@ -59,7 +59,9 @@ AC_ARG_ENABLE(dynamic, @@ -11,9 +13,11 @@ AC_PROG_CPP AC_PROG_RANLIB AC_PROG_INSTALL +Index: src/internal.h +=================================================================== --- src/internal.h.orig +++ src/internal.h -@@ -49,6 +49,7 @@ typedef unsigned char byte; +@@ -51,6 +51,7 @@ typedef unsigned char byte; # include "hredirect.h" #endif @@ -21,7 +25,7 @@ /* Configuration and constants */ #define MAXSERVERS 5 -@@ -803,4 +804,5 @@ static inline int errno_resources(int e) +@@ -944,4 +945,5 @@ static inline int errno_resources(int e) (tv)|=GETIL_B(cb), \ (tv) ) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
