rpms/dnssec-tools/F-8 .cvsignore, 1.5, 1.6 dnssec-tools.spec, 1.12, 1.13 sources, 1.5, 1.6

Wes Hardaker (hardaker) fedora-extras-commits at redhat.com
Wed Jun 18 23:47:16 UTC 2008


Author: hardaker

Update of /cvs/extras/rpms/dnssec-tools/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22870

Modified Files:
	.cvsignore dnssec-tools.spec sources 
Log Message:
update to 1.4


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/dnssec-tools/F-8/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	15 Feb 2008 23:00:57 -0000	1.5
+++ .cvsignore	18 Jun 2008 23:46:23 -0000	1.6
@@ -1,3 +1 @@
-dnssec-tools-1.3.tar.gz
-dnssec-tools-1.3.1.tar.gz
-dnssec-tools-1.3.2.tar.gz
+dnssec-tools-1.4.tar.gz


Index: dnssec-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/dnssec-tools/F-8/dnssec-tools.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- dnssec-tools.spec	15 Feb 2008 23:00:57 -0000	1.12
+++ dnssec-tools.spec	18 Jun 2008 23:46:23 -0000	1.13
@@ -1,8 +1,8 @@
 Summary: A suite of tools for managing dnssec aware DNS usage
 Name: dnssec-tools
-Version: 1.3.2
+Version: 1.4
 Release: 1%{?dist}
-License: BSD-like
+License: BSD
 Group: System Environment/Base
 URL: http://www.dnssec-tools.org/
 Source0: http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
@@ -13,8 +13,7 @@
 # the tools do run time tests for their existence.  But most of the tools
 # are much more useful with the modules in place, so we hand require them.
 Requires: perl(Net::DNS), perl(Net::DNS::SEC), dnssec-tools-perlmods, bind
-Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-Requires: perl(Getopt::GUI::Long)
+Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildRequires: openssl-devel
 BuildRequires: perl(Test) perl(ExtUtils::MakeMaker)
 
@@ -139,6 +138,9 @@
 %{_datadir}/dnssec-tools/validator-testcases
 %{_bindir}/getaddr
 %{_bindir}/gethost
+%{_bindir}/getname
+%{_bindir}/getquery
+%{_bindir}/getrrset
 
 %{_bindir}/trustman
 %{_bindir}/blinkenlights
@@ -148,6 +150,7 @@
 %{_bindir}/signset-editor
 %{_bindir}/rollrec-editor
 
+%{_mandir}/man1/dnssec-tools.1.gz
 %{_mandir}/man1/dnspktflow.1.gz
 %{_mandir}/man1/donuts.1.gz
 %{_mandir}/man1/donutsd.1.gz
@@ -162,6 +165,9 @@
 %{_mandir}/man1/validate.1.gz
 %{_mandir}/man1/getaddr.1.gz
 %{_mandir}/man1/gethost.1.gz
+%{_mandir}/man1/getname.1.gz
+%{_mandir}/man1/getquery.1.gz
+%{_mandir}/man1/getrrset.1.gz
 %{_mandir}/man1/zonesigner.1.gz
 
 %{_mandir}/man1/dtconfchk.1.gz
@@ -230,9 +236,11 @@
 %{_bindir}/libval-config*
 
 %{_mandir}/man3/libval.3.gz
+%{_mandir}/man3/libval_shim.3.gz
+%{_mandir}/man3/val_free_answer_chain.3.gz
+%{_mandir}/man3/val_get_rrset.3.gz
 %{_mandir}/man3/val_getaddrinfo.3.gz
 %{_mandir}/man3/val_gethostbyname.3.gz
-%{_mandir}/man3/val_query.3.gz
 %{_mandir}/man3/dnsval.conf.3.gz
 %{_mandir}/man3/dnsval_conf_get.3.gz
 %{_mandir}/man3/dnsval_conf_set.3.gz
@@ -263,8 +271,17 @@
 %{_mandir}/man3/val_freeaddrinfo.3.gz
 
 %changelog
+* Tue May 27 2008 Wes Hardaker <wjhns174 at hardakers.net> - 1.4.rc1-1
+- Update to upstream 1.4
+
+* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.3.2-2
+Rebuild for new perl
+
 * Fri Feb 15 2008 Wes Hardaker <wjhns174 at hardakers.net> - 1.3.2-1
-- Update to upstream 1.3.2 from a bad 1.3.1 release
+- Jump to upstream to grab latest identical fixes
+
+* Fri Feb 15 2008 Wes Hardaker <wjhns174 at hardakers.net> - 1.3.1-2
+- Fix top level makefile for bulid dirs
 
 * Fri Feb 15 2008 Wes Hardaker <wjhns174 at hardakers.net> - 1.3.1-1
 - Update to 1.3.1 to fix:
@@ -273,16 +290,12 @@
 - Small fixes with donuts
 - Small fixes with the ZoneFile::Fast parser
 
-* Thu Jan 10 2008 Wes Hardaker <wjhns174 at hardakers.net> - 1.3-8
-- bump to collect added patch in build system
-
-* Wed Jan  9 2008 Wes Hardaker <wjhns174 at hardakers.net> - 1.3-7
-- require Getopt::GUI::Long now that it's in the repositories
-- patch to fix donuts --help-* switches
-
-* Mon Jan  7 2008 Wes Hardaker <wjhns174 at hardakers.net> - 1.3-6
+* Mon Jan  7 2008 Wes Hardaker <wjhns174 at hardakers.net> - 1.3-7
 - Fix donuts hard-coded rules path
 
+* Fri Dec 07 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.3-6
+- Rebuild for deps
+
 * Tue Nov 27 2007 Wes Hardaker <wjhns174 at hardakers.net> - 1.3-5
 - Added a libval-config wrapper to get around a multi-arch issue
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/dnssec-tools/F-8/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	15 Feb 2008 23:00:57 -0000	1.5
+++ sources	18 Jun 2008 23:46:23 -0000	1.6
@@ -1,3 +1 @@
-955c76719de2a58a243aa19475d55378  dnssec-tools-1.3.tar.gz
-3b5ff8d80199ed2fe4f9e1822fbf3f5d  dnssec-tools-1.3.1.tar.gz
-1c4e0f4599783eaba03a14bc2cdd43aa  dnssec-tools-1.3.2.tar.gz
+af9039bdfdd00ee7d4fa7127ee89e7a0  dnssec-tools-1.4.tar.gz




More information about the fedora-extras-commits mailing list