[ldns/el5] * 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 21:03:16 UTC 2011


commit b26354c735ca384de33758170ffcd9ec26483628
Author: Paul Wouters <paul at xelerance.com>
Date:   Wed Jun 8 17:02:59 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:
    
    	.gitignore
    	ldns.spec
    	sources

 .gitignore |    9 ++++++++-
 ldns.spec  |   11 ++++++++---
 sources    |    2 ++
 3 files changed, 18 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 456416c..be5ebd5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,8 @@
-ldns-1.6.9.tar.gz
+ldns-1.6.1.tar.gz
+ldns-1.6.2.tar.gz
+ldns-1.6.3.tar.gz
+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 188758e..02d680e 100644
--- a/ldns.spec
+++ b/ldns.spec
@@ -7,15 +7,16 @@
 
 Summary: Lowlevel DNS(SEC) library with API
 Name: ldns
-Version: 1.6.9
+Version: 1.6.10
 Release: 1%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/%{name}/
 Source: http://www.nlnetlabs.nl/downloads/%{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
+
 * Sun Mar 27 2011 Paul Wouters <paul at xelerance.com> - 1.6.9-1
 - Updated to 1.6.9
 
diff --git a/sources b/sources
index d0685ab..f37b614 100644
--- a/sources
+++ b/sources
@@ -1 +1,3 @@
 fc9db99cfe7c9d7f86da8f53efdbbbd6  ldns-1.6.9.tar.gz
+17d15e0d185a6258eed2c3806d8fc7c5  ldns-1.6.8.tar.gz
+fadf8e38fbd2d3434a2c46097d9932d5  ldns-1.6.10.tar.gz


More information about the scm-commits mailing list