[ldns/f15] * 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:57:54 UTC 2011


commit 5bbc2f4cf05a587ae52375974b3c790e115cbf65
Author: Paul Wouters <paul at xelerance.com>
Date:   Wed Jun 8 16:57:26 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

 .gitignore |    1 +
 ldns.spec  |   13 +++++++++----
 sources    |    1 +
 3 files changed, 11 insertions(+), 4 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 8eb7b48..182ff53 100644
--- a/ldns.spec
+++ b/ldns.spec
@@ -7,15 +7,16 @@
 
 Summary: Lowlevel DNS(SEC) library with API
 Name: ldns
-Version: 1.6.8
-Release: 2%{?dist}
+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 Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.8-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
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