[validns/f17] * Thu Oct 04 2012 Paul Wouters <pwouters at redhat.com> - 0.6-0 - Updated to 0.6, which incorporates al

Paul Wouters pwouters at fedoraproject.org
Thu Oct 4 22:25:42 UTC 2012


commit 1b7f2778a5867483140a196baa33ea21351d309b
Author: Paul Wouters <paul at libreswan.org>
Date:   Thu Oct 4 17:11:23 2012 -0400

    * Thu Oct 04 2012 Paul Wouters <pwouters at redhat.com> - 0.6-0
    - Updated to 0.6, which incorporates all patches
    
    Conflicts:
    	validns.spec

 .gitignore   |    1 +
 sources      |    1 +
 validns.spec |    9 +++++----
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6733f29..9c0e7b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /validns-0.5.tar.gz
+/validns-0.6.tar.gz
diff --git a/sources b/sources
index f5a62d0..7d4f199 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 de8ad86d7a87dc20ef800c9286090985  validns-0.5.tar.gz
+c1f43e1fdc26e1f5a94497451325ad49  validns-0.6.tar.gz
diff --git a/validns.spec b/validns.spec
index 894210b..443e800 100644
--- a/validns.spec
+++ b/validns.spec
@@ -1,11 +1,10 @@
 Summary: DNS and DNSSEC zone file validator
 Name: validns
-Version: 0.5
-Release: 2%{?dist}
+Version: 0.6
+Release: 1%{?dist}
 License: BSD
 Url:  http://www.validns.net/
 Source: http://www.validns.net/download/%{name}-%{version}.tar.gz
-Patch1: validns-0.5-tlsa-nsec.patch
 Group: Applications/Internet
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: Judy-devel, openssl-devel
@@ -16,7 +15,6 @@ useful README or information, but it's a nice tool anyway :)
 
 %prep
 %setup -q 
-%patch1 -p1
 
 %build
 make %{?_smp_mflags}
@@ -37,6 +35,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/validns.1.gz
 
 %changelog
+* Thu Oct 04 2012 Paul Wouters <pwouters at redhat.com> - 0.6-0
+- Updated to 0.6, which incorporates all patches
+
 * Fri Aug 24 2012 Paul Wouters <pwouters at redhat.com> - 0.5-2
 - Patch for handling NSEC/NSEC3 camelcasing
 - Support TLSA records


More information about the scm-commits mailing list