[ldns/f14] * Wed Jun 08 2011 Paul Wouters <paul at xelerance.com> - 1.6.10-1 - Updated to 1.6.10 - commented out b

Paul Wouters pwouters at fedoraproject.org
Wed Jun 8 20:59:53 UTC 2011


commit 327a0f3768ecce0289aed3e13fa711bcde322dc2
Author: Paul Wouters <paul at xelerance.com>
Date:   Wed Jun 8 16:59:37 2011 -0400

    * Wed Jun 08 2011 Paul Wouters <paul at xelerance.com> - 1.6.10-1
    - Updated to 1.6.10
    - commented out build dependancies for svn snapshots
    
    Conflicts:
    
    	ldns.spec

 .gitignore |    1 +
 ldns.spec  |   11 ++++++++---
 sources    |    1 +
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 849a1b2..a74da2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ ldns-1.6.4.tar.gz
 ldns-1.6.5.tar.gz
 ldns-1.6.6.tar.gz
 /ldns-1.6.8.tar.gz
+/ldns-1.6.10.tar.gz
diff --git a/ldns.spec b/ldns.spec
index 590bef9..13137a8 100644
--- a/ldns.spec
+++ b/ldns.spec
@@ -7,15 +7,16 @@
 
 Summary: Lowlevel DNS(SEC) library with API
 Name: ldns
-Version: 1.6.8
+Version: 1.6.10
 Release: 1%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/%{name}/
 Source: http://www.nlnetlabs.nl/downloads/%{name}/%{name}-%{version}.tar.gz
 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
+BuildRequires: perl, libpcap-devel, openssl-devel , gcc-c++, doxygen,
+# Only needed for builds from svn snapshot
+# BuildRequires: libtool, autoconf, automake
 
 %if %{with_python}
 BuildRequires:  python-devel, swig
@@ -124,6 +125,10 @@ rm -rf %{buildroot}
 %postun -p /sbin/ldconfig
 
 %changelog
+* Wed Jun 08 2011 Paul Wouters <paul at xelerance.com> - 1.6.10-1
+- Updated to 1.6.10
+- commented out build dependancies for svn snapshots
+
 * Mon Jan 24 2011 Paul Wouters <paul at xelerance.com> - 1.6.8-1
 - Updated to 1.6.8
 
diff --git a/sources b/sources
index 3b2d16a..1a07e6c 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 17d15e0d185a6258eed2c3806d8fc7c5  ldns-1.6.8.tar.gz
+fadf8e38fbd2d3434a2c46097d9932d5  ldns-1.6.10.tar.gz


More information about the scm-commits mailing list