OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 23-Oct-2008 09:20:04
Branch: HEAD Handle: 2008102308200201
Modified files:
openpkg-src/botan botan.patch botan.spec
Log:
upgrading package: botan 1.7.17 -> 1.7.18
Summary:
Revision Changes Path
1.12 +14 -7 openpkg-src/botan/botan.patch
1.20 +2 -2 openpkg-src/botan/botan.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/botan/botan.patch
============================================================================
$ cvs diff -u -r1.11 -r1.12 botan.patch
--- openpkg-src/botan/botan.patch 10 Oct 2008 17:08:41 -0000 1.11
+++ openpkg-src/botan/botan.patch 23 Oct 2008 07:20:02 -0000 1.12
@@ -1,6 +1,6 @@
Index: src/build-data/cc/gcc
---- src/build-data/cc/gcc.orig 2008-10-09 15:52:30 +0200
-+++ src/build-data/cc/gcc 2008-10-10 18:52:56 +0200
+--- src/build-data/cc/gcc.orig 2008-10-23 01:46:15 +0200
++++ src/build-data/cc/gcc 2008-10-23 08:56:18 +0200
@@ -8,8 +8,8 @@
add_lib_dir_option "-L"
add_lib_option "-l"
@@ -13,20 +13,27 @@
lib_opt_flags "-O2 -finline-functions"
Index: src/build-data/makefile/unix.in
---- src/build-data/makefile/unix.in.orig 2008-10-09 15:52:30 +0200
-+++ src/build-data/makefile/unix.in 2008-10-10 18:50:19 +0200
+--- src/build-data/makefile/unix.in.orig 2008-10-23 01:46:15 +0200
++++ src/build-data/makefile/unix.in 2008-10-23 09:15:20 +0200
@@ -26,7 +26,7 @@
BINDIR = $(DESTDIR)/bin
LIBDIR = $(DESTDIR)/@{var:libdir}
HEADERDIR = $(DESTDIR)/@{var:includedir}/botan
-DOCDIR = $(DESTDIR)/@{var:docdir}/Botan-$(VERSION)
+DOCDIR = $(DESTDIR)/@{var:docdir}
+ PKGCONF_DIR = $(LIBDIR)/pkgconfig
CONFIG_SCRIPT = @{var:botan-config}
-
+@@ -122,4 +122,4 @@
+ done
+ $(INSTALL_CMD_DATA) $(STATIC_LIB) $(LIBDIR)
+ $(INSTALL_CMD_EXEC) $(CONFIG_SCRIPT) $(BINDIR)
+- $(INSTALL_CMD_DATA) $(PKGCONFIG) $(PKGCONF_DIR)
+\ No newline at end of file
++ $(INSTALL_CMD_DATA) $(PKGCONFIG) $(PKGCONF_DIR)
Index: src/utils/types.h
---- src/utils/types.h.orig 2008-10-09 15:52:31 +0200
-+++ src/utils/types.h 2008-10-10 18:50:19 +0200
+--- src/utils/types.h.orig 2008-10-23 01:46:16 +0200
++++ src/utils/types.h 2008-10-23 08:56:18 +0200
@@ -20,7 +20,7 @@
typedef unsigned __int64 u64bit;
#elif defined(__KCC)
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/botan/botan.spec
============================================================================
$ cvs diff -u -r1.19 -r1.20 botan.spec
--- openpkg-src/botan/botan.spec 12 Oct 2008 12:54:11 -0000 1.19
+++ openpkg-src/botan/botan.spec 23 Oct 2008 07:20:03 -0000 1.20
@@ -23,7 +23,7 @@
# package version
%define V_major 1.7
-%define V_minor 17
+%define V_minor 18
# package information
Name: botan
@@ -36,7 +36,7 @@
Group: Cryptography
License: BSD
Version: %{V_major}.%{V_minor}
-Release: 20081012
+Release: 20081023
# list of sources
Source0:
http://files.randombit.net/botan/archive/v%{V_major}/Botan-%{version}.tgz
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]