Hello community, here is the log from the commit of package ldns for openSUSE:Factory checked in at 2012-02-14 19:01:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ldns (Old) and /work/SRC/openSUSE:Factory/.ldns.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ldns", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/ldns/ldns.changes 2011-12-14 14:33:47.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ldns.new/ldns.changes 2012-02-14 19:01:48.000000000 +0100 @@ -1,0 +2,8 @@ +Tue Jan 10 11:21:38 UTC 2012 - [email protected] + +- Add openssl-devel Requires to -devel package: dnssec.h includes + ssl.h, which in turn is provided by openssl-devel. Without this + Requires, depending packages need to be aware of underlying + implementations of ldns. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ldns.spec ++++++ --- /var/tmp/diff_new_pack.j28fyA/_old 2012-02-14 19:01:49.000000000 +0100 +++ /var/tmp/diff_new_pack.j28fyA/_new 2012-02-14 19:01:49.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package ldns # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,12 +15,11 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: ldns Version: 1.6.11 Release: 0 # -Group: Development/Libraries/C and C++ -License: BSD-3-Clause # BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: doxygen @@ -34,6 +33,8 @@ Source: http://www.nlnetlabs.nl/downloads/ldns/ldns-%{version}.tar.gz # Summary: A dns library +License: BSD-3-Clause +Group: Development/Libraries/C and C++ %description The goal of ldns is to simplify DNS programming, it supports recent RFCs like @@ -45,9 +46,9 @@ This package holds the tools/examples from ldns. %package -n libldns1 -Group: Productivity/Networking/DNS/Servers # Summary: Tools from ldns +Group: Productivity/Networking/DNS/Servers %description -n libldns1 The goal of ldns is to simplify DNS programming, it supports recent RFCs like @@ -59,8 +60,11 @@ %package devel Requires: libldns1 = %{version} +# Openssl-devel is needed as dnssec.h has a #include ssl.h statement. +Requires: openssl-devel # Summary: Development files for ldns +Group: Development/Libraries/C and C++ %description devel The goal of ldns is to simplify DNS programming, it supports recent RFCs like -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
