[ldns/el5/master] Upgraded to 1.6.6

Paul Wouters pwouters at fedoraproject.org
Thu Aug 26 20:44:23 UTC 2010


commit ed7019961d1bb3446e48b51c503a6de5acdd26de
Author: Paul Wouters <paul at xelerance.com>
Date:   Thu Aug 26 16:43:21 2010 -0400

    Upgraded to 1.6.6

 ldns.spec |   21 +++++++++------------
 1 files changed, 9 insertions(+), 12 deletions(-)
---
diff --git a/ldns.spec b/ldns.spec
index 9ab871f..e9fe633 100644
--- a/ldns.spec
+++ b/ldns.spec
@@ -7,8 +7,8 @@
 
 Summary: Lowlevel DNS(SEC) library with API
 Name: ldns
-Version: 1.6.4
-Release: 4%{?dist}
+Version: 1.6.6
+Release: 1%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/%{name}/
 Source: http://www.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
@@ -16,9 +16,6 @@ Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libtool, autoconf, automake, gcc-c++, doxygen,
 BuildRequires: perl, libpcap-devel, openssl-devel
-Patch1: ldns-installfix-r3167.patch
-Patch2: ldns-rpathfix.patch
-Patch3: ldns-1.6.4-locfix.patch
 
 %if %{with_python}
 BuildRequires:  python-devel, swig
@@ -51,14 +48,11 @@ Python extensions for ldns
 
 %prep
 %setup -q 
-%patch1
-%patch2
-%patch3
 # To built svn snapshots
-rm config.guess config.sub ltmain.sh
-aclocal
-libtoolize -c 
-autoreconf 
+#rm config.guess config.sub ltmain.sh
+#aclocal
+#libtoolize -c 
+#autoreconf 
 
 %build
 %configure --disable-rpath --disable-static --with-sha2 \
@@ -131,6 +125,9 @@ rm -rf %{buildroot}
 %postun -p /sbin/ldconfig
 
 %changelog
+* Thu Aug 26 2010 Paul Wouters <paul at xelerance.com> - 1.6.6-1
+- Upgraded to 1.6.6
+
 * Mon Apr 26 2010 Paul Wouters <paul at xelerance.com> - 1.6.4-4
 - Disable a debug line that was added to find the LOC issue that causes
   unexpected output for automated tools using ldns-read-zone


More information about the scm-commits mailing list