rpms/ldns/EL-5 .cvsignore, 1.4, 1.5 ldns.spec, 1.13, 1.14 sources, 1.4, 1.5

Paul Wouters pwouters at fedoraproject.org
Mon Nov 10 04:09:44 UTC 2008


Author: pwouters

Update of /cvs/extras/rpms/ldns/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20367

Modified Files:
	.cvsignore ldns.spec sources 
Log Message:
* Sun Nov  9 2008 Paul Wouters <paul at xelerance.com> - 1.4.0-1
- Updated to 1.4.0
- enable SHA2 functionality



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ldns/EL-5/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	29 Nov 2007 19:08:56 -0000	1.4
+++ .cvsignore	10 Nov 2008 04:09:14 -0000	1.5
@@ -1,2 +1,3 @@
 ldns-1.0.1.tar.gz
 ldns-1.2.2.tar.gz
+ldns-1.4.0.tar.gz


Index: ldns.spec
===================================================================
RCS file: /cvs/extras/rpms/ldns/EL-5/ldns.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ldns.spec	29 Nov 2007 19:08:56 -0000	1.13
+++ ldns.spec	10 Nov 2008 04:09:14 -0000	1.14
@@ -1,13 +1,14 @@
 Summary: Lowlevel DNS(SEC) library with API
 Name: ldns
-Version: 1.2.2
+Version: 1.4.0
 Release: 1%{?dist}
 License: BSD
-Url: http://open.nlnetlabs.nl/%{name}/
-Source: http://open.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
+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++, openssl-devel, doxygen,perl, libpcap-devel
+BuildRequires: libtool, autoconf, automake, gcc-c++, openssl-devel, doxygen
+BuildRequires: perl, libpcap-devel
 
 %description
 ldns is a library with the aim to simplify DNS programing in C. All
@@ -30,7 +31,7 @@
 #libtoolize
 #autoreconf
 
-%configure --disable-rpath
+%configure --disable-rpath --with-sha2
 
 %build
 make %{?_smp_mflags}
@@ -62,7 +63,7 @@
 
 %files 
 %defattr(-,root,root)
-%{_libdir}/libldns*so
+%{_libdir}/libldns*so.*
 %{_bindir}/drill
 %{_bindir}/ldns-*
 %{_bindir}/ldnsd
@@ -72,6 +73,7 @@
 %files devel
 %defattr(-,root,root,-)
 %{_libdir}/libldns.a
+%dir %{_includedir}/ldns
 %dir %{_includedir}/ldns/*.h
 %doc doc Changelog README
 
@@ -80,6 +82,13 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Sun Nov  9 2008 Paul Wouters <paul at xelerance.com> - 1.4.0-1
+- Updated to 1.4.0
+- enable SHA2 functionality
+
+* Mon Jun 30 2008 Paul Wouters <paul at xelerance.com> - 1.3.0-1
+- Updated to latest release
+
 * Thu Nov 29 2007 Paul Wouters <paul at xelerance.com> - 1.2.2-1
 - Upgraded to 1.2.2.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ldns/EL-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	29 Nov 2007 19:08:56 -0000	1.4
+++ sources	10 Nov 2008 04:09:14 -0000	1.5
@@ -1,2 +1,2 @@
-39210ff3bb2673d57e024f7908d31be5  ldns-1.0.1.tar.gz
-cba5e061b66377ceb25e2309d2cf17f3  ldns-1.2.2.tar.gz
+87b828f611543cfd4a4b03a81180240e  ldns-1.3.0.tar.gz
+3af0b721222afa8bbfbe6db22b4be613  ldns-1.4.0.tar.gz




More information about the scm-commits mailing list