rpms/ldns/EL-5 .cvsignore, 1.5, 1.6 ldns.spec, 1.15, 1.16 sources, 1.5, 1.6

Paul Wouters pwouters at fedoraproject.org
Fri Feb 13 21:23:07 UTC 2009


Author: pwouters

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

Modified Files:
	.cvsignore ldns.spec sources 
Log Message:
* Fri Feb 13 2009 Paul Wouters <paul at xelerance.com> - 1.5.1-1
- Upgrade to 1.5.1 (1.5.0 was a dud release)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ldns/EL-5/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	10 Nov 2008 04:09:14 -0000	1.5
+++ .cvsignore	13 Feb 2009 21:22:37 -0000	1.6
@@ -1,3 +1,6 @@
-ldns-1.0.1.tar.gz
+ldns-1.2.1.tar.gz
 ldns-1.2.2.tar.gz
+ldns-1.3.0.tar.gz
 ldns-1.4.0.tar.gz
+ldns-1.5.0.tar.gz
+ldns-1.5.1.tar.gz


Index: ldns.spec
===================================================================
RCS file: /cvs/extras/rpms/ldns/EL-5/ldns.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ldns.spec	10 Nov 2008 04:27:57 -0000	1.15
+++ ldns.spec	13 Feb 2009 21:22:37 -0000	1.16
@@ -1,7 +1,7 @@
 Summary: Lowlevel DNS(SEC) library with API
 Name: ldns
-Version: 1.4.0
-Release: 2%{?dist}
+Version: 1.5.1
+Release: 1%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/%{name}/
 Source: http://www.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
@@ -35,10 +35,10 @@
 
 %build
 make %{?_smp_mflags}
-(cd drill ; %configure --disable-rpath --with-ldns=../ldns/)
-(cd examples ; %configure --disable-rpath --with-ldns=../ldns/)
-( cd drill ; make %{?_smp_mflags} )
-( cd examples ; make %{?_smp_mflags} )
+(cd drill ; %configure --disable-rpath --with-ldns=%{buildroot}/lib/)
+(cd examples ; %configure --disable-rpath --with-ldns=%{buildroot}/lib/)
+(cd drill ; make %{?_smp_mflags} )
+(cd examples ; make %{?_smp_mflags} )
 make %{?_smp_mflags} doc
 
 %install
@@ -75,7 +75,7 @@
 %{_libdir}/libldns.a
 %{_libdir}/libldns*so
 %dir %{_includedir}/ldns
-%dir %{_includedir}/ldns/*.h
+%{_includedir}/ldns/*.h
 %doc doc Changelog README
 
 %post -p /sbin/ldconfig
@@ -83,6 +83,9 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Fri Feb 13 2009 Paul Wouters <paul at xelerance.com> - 1.5.1-1
+- Upgrade to 1.5.1 (1.5.0 was a dud release)
+
 * Sun Nov  9 2008 Paul Wouters <paul at xelerance.com> - 1.4.0-2
 - libldns.so was missing in files section.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ldns/EL-5/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	10 Nov 2008 04:09:14 -0000	1.5
+++ sources	13 Feb 2009 21:22:37 -0000	1.6
@@ -1,2 +1,2 @@
-87b828f611543cfd4a4b03a81180240e  ldns-1.3.0.tar.gz
-3af0b721222afa8bbfbe6db22b4be613  ldns-1.4.0.tar.gz
+676c088b6a7e1ae0be16a16410fda805  ldns-1.5.0.tar.gz
+17f73def98711e1475409d9a8d5d9dcd  ldns-1.5.1.tar.gz




More information about the fedora-extras-commits mailing list