OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 27-Oct-2007 16:58:53
Branch: HEAD Handle: 2007102715585200
Modified files:
openpkg-src/icu icu.patch icu.spec
Log:
upgrading package: icu 3.6 -> 3.8
Summary:
Revision Changes Path
1.3 +12 -0 openpkg-src/icu/icu.patch
1.15 +4 -4 openpkg-src/icu/icu.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/icu/icu.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 icu.patch
--- openpkg-src/icu/icu.patch 16 Oct 2006 06:16:01 -0000 1.2
+++ openpkg-src/icu/icu.patch 27 Oct 2007 14:58:52 -0000 1.3
@@ -31,3 +31,15 @@
# What kind of libraries are we building and linking against?
ENABLE_STATIC = @ENABLE_STATIC@
+Index: source/common/putil.c
+--- source/common/putil.c.orig 2007-09-14 01:18:00 +0200
++++ source/common/putil.c 2007-10-27 16:40:08 +0200
+@@ -576,7 +576,7 @@
+ #if !UCONFIG_NO_FILE_IO && (defined(U_DARWIN) || defined(U_LINUX) ||
defined(U_BSD))
+ /* These platforms are likely to use Olson timezone IDs. */
+ #define CHECK_LOCALTIME_LINK 1
+-#if defined(U_LINUX)
++#if defined(U_LINUX) || defined(U_BSD)
+ #define TZDEFAULT "/etc/localtime"
+ #define TZZONEINFO "/usr/share/zoneinfo/"
+ #else
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/icu/icu.spec
============================================================================
$ cvs diff -u -r1.14 -r1.15 icu.spec
--- openpkg-src/icu/icu.spec 15 Sep 2007 09:14:26 -0000 1.14
+++ openpkg-src/icu/icu.spec 27 Oct 2007 14:58:52 -0000 1.15
@@ -23,8 +23,8 @@
##
# package version
-%define V_opkg 3.6
-%define V_dist 3_6
+%define V_opkg 3.8
+%define V_dist 3_8
# package information
Name: icu
@@ -37,7 +37,7 @@
Group: Charset
License: IBM Open Source
Version: %{V_opkg}
-Release: 20070915
+Release: 20071027
# list of sources
Source0:
http://download.icu-project.org/files/icu4c/%{V_opkg}/icu4c-%{V_dist}-src.tgz
@@ -46,7 +46,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc
+BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc, gcc::with_cxx = yes
PreReq: OpenPKG, openpkg >= 20040130
AutoReq: no
AutoReqProv: no
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]