rpms/ldns/devel .cvsignore, 1.4, 1.5 ldns.spec, 1.22, 1.23 sources, 1.6, 1.7

Paul Wouters (pwouters) fedora-extras-commits at redhat.com
Wed Oct 10 20:15:37 UTC 2007


Author: pwouters

Update of /cvs/extras/rpms/ldns/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv831

Modified Files:
	.cvsignore ldns.spec sources 
Log Message:
* Wed Oct 10 2007 Paul Wouters <paul at xelerance.com> - 1.2.1-1
- Updated to 1.2.1
- Removed patches that got moved into upstream



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ldns/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	8 Aug 2007 14:13:50 -0000	1.4
+++ .cvsignore	10 Oct 2007 20:15:05 -0000	1.5
@@ -1,2 +1 @@
-ldns-1.0.1.tar.gz
-ldns-1.2.0.tar.gz
+ldns-1.2.1.tar.gz


Index: ldns.spec
===================================================================
RCS file: /cvs/extras/rpms/ldns/devel/ldns.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ldns.spec	10 Aug 2007 04:10:49 -0000	1.22
+++ ldns.spec	10 Oct 2007 20:15:05 -0000	1.23
@@ -1,15 +1,13 @@
 Summary: Lowlevel DNS(SEC) library with API
 Name: ldns
-Version: 1.2.0
-Release: 11%{?dist}
+Version: 1.2.1
+Release: 1%{?dist}
 License: BSD
 Url: http://open.nlnetlabs.nl/%{name}/
 Source: http://open.nlnetlabs.nl/downloads/%{name}-%{version}.tar.gz
-Patch0: ldns-1.2.x-key2ds-SHA256.patch
-Patch1: ldns-1.2.0-ldns-key2ds.patch
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: libtool, autoconf, automake, gcc-c++, openssl-devel, doxygen, perl
+BuildRequires: libtool, autoconf, automake, gcc-c++, openssl-devel, doxygen, perl libpcap-devel
 
 %description
 ldns is a library with the aim to simplify DNS programing in C. All
@@ -27,8 +25,6 @@
 
 %prep
 %setup -q 
-%patch0 
-%patch1 -p1
 
 # To built svn snapshots
 #rm config.guess config.sub ltmain.sh
@@ -36,8 +32,6 @@
 #autoreconf
 
 %configure --disable-rpath
-# mkdir won't work in paralel build
-sed -i 's/then mkdir include/then mkdir -p include/' Makefile
 
 %build
 make %{?_smp_mflags}
@@ -81,6 +75,7 @@
 %defattr(-,root,root,-)
 %{_libdir}/libldns.a
 %dir %{_includedir}/ldns
+%{_includedir}/ldns/*.h
 %doc doc Changelog README
 
 %post -p /sbin/ldconfig
@@ -88,6 +83,10 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Wed Oct 10 2007 Paul Wouters <paul at xelerance.com> - 1.2.1-1
+- Updated to 1.2.1
+- Removed patches that got moved into upstream
+
 * Wed Aug  8 2007 Paul Wouters <paul at xelerance.com> 1.2.0-11
 - Patch for ldns-key2ds to write to stdout
 - Again remove extra set of man pages from doc


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ldns/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	8 Aug 2007 16:26:22 -0000	1.6
+++ sources	10 Oct 2007 20:15:05 -0000	1.7
@@ -1 +1 @@
-061315583a26219f7351294758dd2ffb  ldns-1.2.0.tar.gz
+bbb987f1aa4b23a1faed58dc7930dbf0  ldns-1.2.1.tar.gz




More information about the scm-commits mailing list