rpms/pdns-recursor/EL-4 .cvsignore, 1.2, 1.3 pdns-recursor-fixmakefile.patch, 1.1, 1.2 pdns-recursor.spec, 1.2, 1.3 sources, 1.2, 1.3

Ruben Kerkhof (ruben) fedora-extras-commits at redhat.com
Sat Aug 2 12:18:18 UTC 2008


Author: ruben

Update of /cvs/pkgs/rpms/pdns-recursor/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8514

Modified Files:
	.cvsignore pdns-recursor-fixmakefile.patch pdns-recursor.spec 
	sources 
Log Message:
* Sat Aug 02 2008 Ruben Kerkhof <ruben at rubenkerkhof.com> 3.1.7-1
- Upstream released new version



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pdns-recursor/EL-4/.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	2 Aug 2008 12:17:48 -0000	1.3
@@ -1 +1 @@
-pdns-recursor-3.1.4.tar.bz2
+pdns-recursor-3.1.7.tar.bz2

pdns-recursor-fixmakefile.patch:

Index: pdns-recursor-fixmakefile.patch
===================================================================
RCS file: /cvs/pkgs/rpms/pdns-recursor/EL-4/pdns-recursor-fixmakefile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pdns-recursor-fixmakefile.patch	27 Jan 2007 22:13:15 -0000	1.1
+++ pdns-recursor-fixmakefile.patch	2 Aug 2008 12:17:48 -0000	1.2
@@ -1,6 +1,26 @@
---- pdns-recursor-3.1.4/Makefile.fixmakefile	2007-01-24 20:36:27.000000000 +0100
-+++ pdns-recursor-3.1.4/Makefile	2007-01-24 20:38:55.000000000 +0100
-@@ -54,15 +54,12 @@
+diff -up pdns-recursor-3.1.7/Makefile.orig pdns-recursor-3.1.7/Makefile
+--- pdns-recursor-3.1.7/Makefile.orig	2008-06-24 20:23:33.000000000 +0200
++++ pdns-recursor-3.1.7/Makefile	2008-08-02 15:52:22.000000000 +0200
+@@ -37,17 +37,7 @@ ifeq ($(LUA), 1)
+ 	CXXFLAGS+=$(LUA_CPPFLAGS_CONFIG) -DPDNS_ENABLE_LUA
+ endif
+ 
+-
+-ifeq ($(STATIC),semi)
+-	STATICFLAGS=-Wl,-Bstatic -lstdc++ $(LUALIBS) -lgcc -Wl,-Bdynamic -static-libgcc -lm -lc
+-	LINKCC=$(CC)
+-	LDFLAGS += malloc.o -ldl -lm
+-else ifeq ($(STATIC),full)
+-	STATICFLAGS=-lstdc++ $(LUALIBS) -ldl -lm -static 
+-	LINKCC=$(CC)
+-else
+-	LDFLAGS += malloc.o $(LUALIBS)
+-endif
++LDFLAGS += malloc.o $(LUALIBS)
+ 
+ 
+ LDFLAGS += $(PROFILEFLAGS) $(STATICFLAGS)
+@@ -72,15 +62,12 @@ basic_checks: 
  install: all
  	-mkdir -p $(DESTDIR)/$(SBINDIR)
  	mv pdns_recursor $(DESTDIR)/$(SBINDIR)


Index: pdns-recursor.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pdns-recursor/EL-4/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	2 Aug 2008 12:17:48 -0000	1.3
@@ -1,10 +1,10 @@
 Summary:		Modern, advanced and high performance recursing/non authoritative nameserver
 Name:			pdns-recursor
-Version:		3.1.4
-Release:		4%{?dist}
+Version:		3.1.7
+Release:		1%{?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
@@ -27,12 +27,8 @@
 %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
-
 %build
-make %{?_smp_mflags} CFLAGS="%{optflags}" CXXFLAGS="%{optflags}"
+OPTFLAGS="%{optflags}" make %{?_smp_mflags}
 
 %install
 %{__rm} -rf %{buildroot}
@@ -80,6 +76,9 @@
 
 
 %changelog
+* Sat Aug 02 2008 Ruben Kerkhof <ruben at rubenkerkhof.com> 3.1.7-1
+- Upstream released new version
+
 * 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/EL-4/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	2 Aug 2008 12:17:48 -0000	1.3
@@ -1 +1 @@
-439a10639f53def0ba47c0851e4a2671  pdns-recursor-3.1.4.tar.bz2
+e7521055f949ba8e9e77fe27411be2ed  pdns-recursor-3.1.7.tar.bz2




More information about the fedora-extras-commits mailing list