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: 01-Oct-2008 19:46:49
Branch: HEAD Handle: 2008100118464900
Modified files:
openpkg-src/botan botan.patch botan.spec
Log:
upgrading package: botan 1.7.13 -> 1.7.14
Summary:
Revision Changes Path
1.9 +18 -18 openpkg-src/botan/botan.patch
1.16 +3 -3 openpkg-src/botan/botan.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/botan/botan.patch
============================================================================
$ cvs diff -u -r1.8 -r1.9 botan.patch
--- openpkg-src/botan/botan.patch 18 Sep 2008 18:13:45 -0000 1.8
+++ openpkg-src/botan/botan.patch 1 Oct 2008 17:46:49 -0000 1.9
@@ -1,18 +1,6 @@
-Index: include/types.h
---- include/types.h.orig 2008-09-18 16:48:26 +0200
-+++ include/types.h 2008-09-18 19:54:39 +0200
-@@ -20,7 +20,7 @@
- typedef unsigned __int64 u64bit;
- #elif defined(__KCC)
- typedef unsigned __long_long u64bit;
--#elif defined(__GNUG__)
-+#elif defined(__GNUC__)
- __extension__ typedef unsigned long long u64bit;
- #else
- typedef unsigned long long u64bit;
-Index: misc/config/cc/gcc
---- misc/config/cc/gcc.orig 2008-09-18 16:48:26 +0200
-+++ misc/config/cc/gcc 2008-09-18 19:56:23 +0200
+Index: src/build-data/cc/gcc
+--- src/build-data/cc/gcc.orig 2008-09-30 18:59:48 +0200
++++ src/build-data/cc/gcc 2008-10-01 19:45:12 +0200
@@ -8,8 +8,8 @@
add_lib_dir_option "-L"
add_lib_option "-l"
@@ -24,9 +12,9 @@
#warning_flags "-Werror -Wextra -Wall -Wstrict-aliasing -Wstrict-overflow=5
-Wcast-align -Wmissing-declarations"
lib_opt_flags "-O2 -finline-functions"
-Index: misc/config/makefile/unix.in
---- misc/config/makefile/unix.in.orig 2008-09-18 16:48:26 +0200
-+++ misc/config/makefile/unix.in 2008-09-18 19:54:39 +0200
+Index: src/build-data/makefile/unix.in
+--- src/build-data/makefile/unix.in.orig 2008-09-30 18:59:48 +0200
++++ src/build-data/makefile/unix.in 2008-10-01 19:45:12 +0200
@@ -26,7 +26,7 @@
BINDIR = $(INSTALLROOT)/bin
LIBDIR = $(INSTALLROOT)/@{var:libdir}
@@ -36,3 +24,15 @@
CONFIG_SCRIPT = @{var:botan-config}
+Index: src/utils/types.h
+--- src/utils/types.h.orig 2008-09-30 18:59:48 +0200
++++ src/utils/types.h 2008-10-01 19:45:12 +0200
+@@ -20,7 +20,7 @@
+ typedef unsigned __int64 u64bit;
+ #elif defined(__KCC)
+ typedef unsigned __long_long u64bit;
+-#elif defined(__GNUG__)
++#elif defined(__GNUC__)
+ __extension__ typedef unsigned long long u64bit;
+ #else
+ typedef unsigned long long u64bit;
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/botan/botan.spec
============================================================================
$ cvs diff -u -r1.15 -r1.16 botan.spec
--- openpkg-src/botan/botan.spec 28 Sep 2008 11:47:36 -0000 1.15
+++ openpkg-src/botan/botan.spec 1 Oct 2008 17:46:49 -0000 1.16
@@ -23,7 +23,7 @@
# package version
%define V_major 1.7
-%define V_minor 13
+%define V_minor 14
# package information
Name: botan
@@ -36,7 +36,7 @@
Group: Cryptography
License: BSD
Version: %{V_major}.%{V_minor}
-Release: 20080928
+Release: 20081001
# list of sources
Source0:
http://files.randombit.net/botan/archive/v%{V_major}/Botan-%{version}.tgz
@@ -72,7 +72,7 @@
rm -f src/*.bak
%{l_shtool} subst \
-e 's;-mcpu=;-mtune=;g' \
- misc/config/cc/gcc
+ src/build-data/cc/gcc
CC="gcc" \
perl ./configure.pl \
--prefix=%{l_prefix} \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]