rpms/sks/EL-4 sks-1.1.1-libdb.patch,1.1,1.2 sks.spec,1.1,1.2

Nick Bebout nb at fedoraproject.org
Wed May 19 03:58:59 UTC 2010


Author: nb

Update of /cvs/pkgs/rpms/sks/EL-4
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9857/EL-4

Modified Files:
	sks-1.1.1-libdb.patch sks.spec 
Log Message:
Updates

sks-1.1.1-libdb.patch:
 Makefile.local.unused |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: sks-1.1.1-libdb.patch
===================================================================
RCS file: /cvs/pkgs/rpms/sks/EL-4/sks-1.1.1-libdb.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sks-1.1.1-libdb.patch	15 Oct 2009 18:00:41 -0000	1.1
+++ sks-1.1.1-libdb.patch	19 May 2010 03:58:58 -0000	1.2
@@ -7,7 +7,7 @@ diff -u sks-1.1.1/Makefile.local.unused 
  BDBINCLUDE=-I/usr/include
  PREFIX=/usr/local
 -LIBDB=-ldb-4.6
-+LIBDB=-ldb-4.7
++LIBDB=-ldb-4.8
  MANDIR=/usr/share/man
  export BDBLIB
  export BDBINCLUDE


Index: sks.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sks/EL-4/sks.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sks.spec	15 Oct 2009 18:00:41 -0000	1.1
+++ sks.spec	19 May 2010 03:58:58 -0000	1.2
@@ -1,12 +1,13 @@
 Summary:        Synchronizing Key Server
 Name:           sks
 Version:        1.1.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        GPLv2+
 Group:          System Environment/Daemons
 URL:            http://code.google.com/p/sks-keyserver/
 Source0:        http://sks-keyserver.googlecode.com/files/sks-1.1.1.tgz
 Patch0:         sks-1.1.1-libdb.patch
+Patch1:		sks-1.1.1-bdb.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:  ocaml ocaml-camlp4-devel db4-devel zlib-devel chrpath
 
@@ -17,6 +18,7 @@ deploy, decentralized, and highly reliab
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %__mv Makefile.local.unused Makefile.local
@@ -41,6 +43,8 @@ chrpath --delete %{buildroot}%{_bindir}/
 %{_mandir}/man8/sks.8.gz
 
 %changelog
+* Tue Apr 20 2010 Nick Bebout <nb at fedoraproject.org> - 1.1.1-3
+- Fix FTBFS
 * Wed Oct 14 2009 Nick Bebout <nb at fedoraproject.org> - 1.1.1-2
 - Add CFLAGS to make all
 * Tue Oct 13 2009 Nick Bebout <nb at fedoraproject.org> - 1.1.1-1



More information about the scm-commits mailing list