rpms/ldns/devel .cvsignore, 1.10, 1.11 ldns.spec, 1.47, 1.48 sources, 1.14, 1.15

Paul Wouters pwouters at fedoraproject.org
Fri Aug 14 15:50:52 UTC 2009


Author: pwouters

Update of /cvs/extras/rpms/ldns/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8903

Modified Files:
	.cvsignore ldns.spec sources 
Log Message:
* Fri Aug 14 2009 Paul Wouters <paul at xelerance.com> - 1.6.1-1
- Updated to 1.6.1



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ldns/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	10 Feb 2009 18:25:11 -0000	1.10
+++ .cvsignore	14 Aug 2009 15:50:51 -0000	1.11
@@ -4,3 +4,5 @@ ldns-1.3.0.tar.gz
 ldns-1.4.0.tar.gz
 ldns-1.5.0.tar.gz
 ldns-1.5.1.tar.gz
+ldns-1.6.0.tar.gz
+ldns-1.6.1.tar.gz


Index: ldns.spec
===================================================================
RCS file: /cvs/extras/rpms/ldns/devel/ldns.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -p -r1.47 -r1.48
--- ldns.spec	25 Jul 2009 05:02:57 -0000	1.47
+++ ldns.spec	14 Aug 2009 15:50:52 -0000	1.48
@@ -1,11 +1,10 @@
 Summary: Lowlevel DNS(SEC) library with API
 Name: ldns
-Version: 1.6.0
-Release: 5%{?dist}
+Version: 1.6.1
+Release: 1%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/%{name}/
 Source: http://www.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
-Patch0: ldns-ssl.patch
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libtool, autoconf, automake, gcc-c++, doxygen,
@@ -32,13 +31,12 @@ The devel package contains the ldns libr
 #libtoolize
 #autoreconf
 
-%patch0 -p1
-
 %build
-%configure --disable-rpath --with-sha2 --without-ssl
-make %{?_smp_mflags}
-(cd drill ; %configure --disable-rpath --with-ldns=%{buildroot}/lib/ --without-ssl)
-(cd examples ; %configure --disable-rpath --with-ldns=%{buildroot}/lib/ --without-ssl)
+%configure --disable-rpath --with-sha2 
+(cd drill ; %configure --disable-rpath --with-ldns=%{buildroot}/lib/ )
+(cd examples ; %configure --disable-rpath --with-ldns=%{buildroot}/lib/ )
+
+make %{?_smp_mflags} 
 ( cd drill ; make %{?_smp_mflags} )
 ( cd examples ; make %{?_smp_mflags} )
 make %{?_smp_mflags} doc
@@ -90,6 +88,9 @@ rm -rf %{buildroot}
 %postun -p /sbin/ldconfig
 
 %changelog
+* Fri Aug 14 2009 Paul Wouters <paul at xelerance.com> - 1.6.1-1
+- Updated to 1.6.1
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
@@ -105,6 +106,10 @@ rm -rf %{buildroot}
 - Updated to 1.6.0
 - (did not yet compile with --without-ssl due to compile failures)
 
+* Fri Jul 10 2009 Paul Wouters <paul at xelerance.com> - 1.6.0-1
+- Updated to 1.6.0
+- Compile without openssl
+
 * Thu Apr 16 2009 Paul Wouters <paul at xelerance.com> - 1.5.1-4
 - Memory management bug when generating a sha256 key, see:
   https://bugzilla.redhat.com/show_bug.cgi?id=493953


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ldns/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- sources	11 Jul 2009 04:29:04 -0000	1.14
+++ sources	14 Aug 2009 15:50:52 -0000	1.15
@@ -1 +1 @@
-cd0d4d34a60d018fbfedae6d3ee4049b  ldns-1.6.0.tar.gz
+a44dafecdcc49aaea5d20ae15bc738c0  ldns-1.6.1.tar.gz




More information about the scm-commits mailing list