rpms/pdns-recursor/devel pdns-recursor-gcc43.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 pdns-recursor.spec, 1.2, 1.3 sources, 1.2, 1.3

Ruben Kerkhof (ruben) fedora-extras-commits at redhat.com
Sat Feb 9 14:21:49 UTC 2008


Author: ruben

Update of /cvs/pkgs/rpms/pdns-recursor/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8581

Modified Files:
	.cvsignore pdns-recursor.spec sources 
Added Files:
	pdns-recursor-gcc43.patch 
Log Message:
* Sat Feb 09 2008 Ruben Kerkhof <ruben at rubenkerkhof.com> - 3.1.5-0.1.snapshot3
- Sync with upstream
- Compile fixes for gcc43



pdns-recursor-gcc43.patch:

--- NEW FILE pdns-recursor-gcc43.patch ---
diff -up pdns-recursor-3.1.5-snapshot3/rec_channel.cc.orig pdns-recursor-3.1.5-snapshot3/rec_channel.cc
--- pdns-recursor-3.1.5-snapshot3/rec_channel.cc.orig	2008-02-09 14:56:08.000000000 +0100
+++ pdns-recursor-3.1.5-snapshot3/rec_channel.cc	2008-02-09 14:56:46.000000000 +0100
@@ -1,6 +1,7 @@
 #include "rec_channel.hh"
 #include <sys/socket.h>
 #include <cerrno>
+#include <cstdlib>
 #include <unistd.h>
 #include <sys/types.h>
 #include <sys/stat.h>


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pdns-recursor/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	27 Jan 2007 22:13:15 -0000	1.2
+++ .cvsignore	9 Feb 2008 14:21:14 -0000	1.3
@@ -1 +1 @@
-pdns-recursor-3.1.4.tar.bz2
+pdns-recursor-3.1.5-snapshot3.tar.bz2


Index: pdns-recursor.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pdns-recursor/devel/pdns-recursor.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pdns-recursor.spec	27 Jan 2007 23:46:18 -0000	1.2
+++ pdns-recursor.spec	9 Feb 2008 14:21:14 -0000	1.3
@@ -1,17 +1,19 @@
+%define snapshot snapshot3
+
 Summary:		Modern, advanced and high performance recursing/non authoritative nameserver
 Name:			pdns-recursor
-Version:		3.1.4
-Release:		4%{?dist}
-
+Version:		3.1.5
+Release:		0.1.%{snapshot}%{?dist}
 Group:			System Environment/Daemons
-License:		GPL
+License:		GPLv2
 URL:			http://powerdns.com
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Source0:		http://downloads.powerdns.com/releases/%{name}-%{version}.tar.bz2
+Source0:		http://svn.powerdns.com/snapshots/%{name}-%{version}-%{snapshot}.tar.bz2
 Source1:		pdns-recursor.init	
 
 Patch0:			pdns-recursor-fixsysconfdir.patch
 Patch1:			pdns-recursor-fixmakefile.patch
+Patch2:			pdns-recursor-gcc43.patch
 
 Provides:		powerdns-recursor = %{version}-%{release}
 BuildRequires:		boost-devel
@@ -23,13 +25,10 @@
 package if you need a dns cache for your network.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}-%{snapshot}
 %patch0 -p1 -b .fixsysconfdir
 %patch1 -p1 -b .fixmakefile
-
-# this file gets added to debuginfo rpm but has wrong permission
-# already fixed upstream in trunk
-chmod 0644 sstuff.hh
+%patch2 -p1
 
 %build
 make %{?_smp_mflags} CFLAGS="%{optflags}" CXXFLAGS="%{optflags}"
@@ -80,6 +79,10 @@
 
 
 %changelog
+* Sat Feb 09 2008 Ruben Kerkhof <ruben at rubenkerkhof.com> - 3.1.5-0.1.snapshot3
+- Sync with upstream
+- Compile fixes for gcc43
+
 * Sun Jan 27 2007 <ruben at rubenkerkhof.com> 3.1.4-4
 - Now really fix the description in init script
 * Sat Jan 27 2007 <ruben at rubenkerkhof.com> 3.1.4-3


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pdns-recursor/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	27 Jan 2007 22:13:15 -0000	1.2
+++ sources	9 Feb 2008 14:21:14 -0000	1.3
@@ -1 +1 @@
-439a10639f53def0ba47c0851e4a2671  pdns-recursor-3.1.4.tar.bz2
+196f98b8c3a068cb9de67b8245eeeeb7  pdns-recursor-3.1.5-snapshot3.tar.bz2




More information about the fedora-extras-commits mailing list