From 99fc82cfc4f2f5440f22533dcb3f7b1f2f6db1a9 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Mon, 10 Mar 2008 21:25:00 +0000 Subject: [PATCH] upgrading package: botan 1.7.3 -> 1.7.4 --- botan/botan.patch | 16 ++++++++-------- botan/botan.spec | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/botan/botan.patch b/botan/botan.patch index e73ba995d6..eda4b7196e 100644 --- a/botan/botan.patch +++ b/botan/botan.patch @@ -1,6 +1,6 @@ Index: include/types.h ---- include/types.h.orig 2008-01-23 15:10:39 +0100 -+++ include/types.h 2008-01-23 20:52:30 +0100 +--- include/types.h.orig 2008-03-10 18:27:28 +0100 ++++ include/types.h 2008-03-10 22:21:25 +0100 @@ -20,7 +20,7 @@ typedef unsigned __int64 u64bit; #elif defined(__KCC) @@ -11,22 +11,22 @@ Index: include/types.h #else typedef unsigned long long u64bit; Index: misc/config/cc/gcc ---- misc/config/cc/gcc.orig 2008-01-23 15:10:39 +0100 -+++ misc/config/cc/gcc 2008-01-23 20:55:53 +0100 +--- misc/config/cc/gcc.orig 2008-03-10 18:27:28 +0100 ++++ misc/config/cc/gcc 2008-03-10 22:22:00 +0100 @@ -10,8 +10,8 @@ lib_opt_flags "-O2 -finline-functions" check_opt_flags "-O2" -lang_flags "-D_REENTRANT -ansi -Wno-long-long" --warning_flags "-Wextra -Wall -Wcast-align -Wcast-qual -Wstrict-aliasing=2 -Wold-style-cast -Wundef -Wpointer-arith -Wredundant-decls -Wdisabled-optimization" -+lang_flags "-D_REENTRANT" +-warning_flags "-W -Wall" ++lang_flags "-D_REENTRANT -Wno-long-long" +warning_flags "" so_obj_flags "-fPIC" debug_flags "-g" Index: misc/config/makefile/unix.in ---- misc/config/makefile/unix.in.orig 2008-01-23 15:10:39 +0100 -+++ misc/config/makefile/unix.in 2008-01-23 20:52:30 +0100 +--- misc/config/makefile/unix.in.orig 2008-03-10 18:27:28 +0100 ++++ misc/config/makefile/unix.in 2008-03-10 22:21:25 +0100 @@ -26,7 +26,7 @@ BINDIR = $(INSTALLROOT)/bin LIBDIR = $(INSTALLROOT)/@{var:libdir} diff --git a/botan/botan.spec b/botan/botan.spec index c8517976fa..6e7b363528 100644 --- a/botan/botan.spec +++ b/botan/botan.spec @@ -23,7 +23,7 @@ # package version %define V_major 1.7 -%define V_minor 3 +%define V_minor 4 # package information Name: botan @@ -36,7 +36,7 @@ Class: EVAL Group: Cryptography License: BSD Version: %{V_major}.%{V_minor} -Release: 20080123 +Release: 20080310 # list of sources Source0: http://files.randombit.net/botan/archive/v%{V_major}/Botan-%{version}.tgz