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:   26-Oct-2007 17:58:57
  Branch: HEAD                             Handle: 2007102616585600

  Modified files:
    openpkg-src/botan       botan.patch botan.spec

  Log:
    upgrading package: botan 1.7.0 -> 1.7.2

  Summary:
    Revision    Changes     Path
    1.2         +28 -2      openpkg-src/botan/botan.patch
    1.3         +6  -2      openpkg-src/botan/botan.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/botan/botan.patch
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 botan.patch
  --- openpkg-src/botan/botan.patch     2 Mar 2007 08:01:28 -0000       1.1
  +++ openpkg-src/botan/botan.patch     26 Oct 2007 15:58:56 -0000      1.2
  @@ -1,6 +1,20 @@
  +Index: misc/config/cc/gcc
  +--- misc/config/cc/gcc.orig  2007-07-23 18:11:54 +0200
  ++++ misc/config/cc/gcc       2007-09-05 08:24:07 +0200
  +@@ -10,8 +10,8 @@
  + 
  + lib_opt_flags "-O2 -finline-functions"
  + check_opt_flags "-O2"
  +-lang_flags "-D_REENTRANT -ansi -Wno-long-long"
  +-warning_flags "-W -Wall"
  ++lang_flags "-D_REENTRANT"
  ++warning_flags ""
  + 
  + so_obj_flags "-fPIC"
  + debug_flags "-g"
   Index: misc/config/makefile/unix.in
  ---- misc/config/makefile/unix.in.orig        2007-01-20 11:57:30 +0100
  -+++ misc/config/makefile/unix.in     2007-03-02 08:55:38 +0100
  +--- misc/config/makefile/unix.in.orig        2007-07-23 18:11:54 +0200
  ++++ misc/config/makefile/unix.in     2007-09-05 08:23:05 +0200
   @@ -26,7 +26,7 @@
    BINDIR        = $(INSTALLROOT)/bin
    LIBDIR        = $(INSTALLROOT)/@{var:libdir}
  @@ -10,3 +24,15 @@
    
    OWNER         = @{var:install_user}
    GROUP         = @{var:install_group}
  +Index: include/types.h
  +--- include/types.h.orig     2007-07-23 18:11:53 +0200
  ++++ include/types.h  2007-09-05 08:27:30 +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.2 -r1.3 botan.spec
  --- openpkg-src/botan/botan.spec      25 Mar 2007 13:47:32 -0000      1.2
  +++ openpkg-src/botan/botan.spec      26 Oct 2007 15:58:56 -0000      1.3
  @@ -24,7 +24,7 @@
   
   #   package version
   %define       V_major 1.7
  -%define       V_minor 0
  +%define       V_minor 2
   
   #   package information
   Name:         botan
  @@ -37,7 +37,7 @@
   Group:        Cryptography
   License:      BSD
   Version:      %{V_major}.%{V_minor}
  -Release:      20070325
  +Release:      20071026
   
   #   list of sources
   Source0:      
http://files.randombit.net/botan/archive/v%{V_major}/Botan-%{version}.tgz
  @@ -67,6 +67,10 @@
       %patch -p0
   
   %build
  +    perl -p -i.bak -e \
  +        's;(0x[\da-fA-F]{16});\1ULL;g' \
  +        src/*.cpp
  +    rm -f src/*.bak
       %{l_shtool} subst \
           -e 's;-mcpu=;-mtune=;g' \
           misc/config/cc/gcc
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to