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-Feb-2007 08:50:34
Branch: HEAD Handle: 2007022307503400
Added files:
openpkg-src/uni2ascii uni2ascii.patch
Modified files:
openpkg-src/uni2ascii uni2ascii.spec
Log:
upgrading package: uni2ascii 3.13 -> 4.0
Summary:
Revision Changes Path
1.3 +24 -0 openpkg-src/uni2ascii/uni2ascii.patch
1.6 +4 -2 openpkg-src/uni2ascii/uni2ascii.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/uni2ascii/uni2ascii.patch
============================================================================
$ cvs diff -u -r0 -r1.3 uni2ascii.patch
--- /dev/null 2007-02-23 08:50:10 +0100
+++ uni2ascii.patch 2007-02-23 08:50:34 +0100
@@ -0,0 +1,24 @@
+Index: ascii2uni.c
+--- ascii2uni.c.orig 2007-02-15 08:13:16 +0100
++++ ascii2uni.c 2007-02-23 08:47:30 +0100
+@@ -67,7 +67,7 @@
+ it and/or modify it under the terms of version 2 of\n\
+ the GNU General Public License as published by the\n\
+ Free Software Foundation.\n");
+- fprintf(stderr,gettext("Report bugs to: [EMAIL PROTECTED]"));
++ fprintf(stderr,_("Report bugs to: [EMAIL PROTECTED]"));
+ }
+
+ void
+Index: uni2ascii.c
+--- uni2ascii.c.orig 2007-02-22 10:27:31 +0100
++++ uni2ascii.c 2007-02-23 08:47:18 +0100
+@@ -71,7 +71,7 @@
+ it and/or modify it under the terms of version 2 of\n\
+ the GNU General Public License as published by the\n\
+ Free Software Foundation.\n");
+- fprintf(stderr,gettext("Report bugs to: [EMAIL PROTECTED]"));
++ fprintf(stderr,_("Report bugs to: [EMAIL PROTECTED]"));
+ }
+
+ void
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/uni2ascii/uni2ascii.spec
============================================================================
$ cvs diff -u -r1.5 -r1.6 uni2ascii.spec
--- openpkg-src/uni2ascii/uni2ascii.spec 12 Feb 2007 07:14:03 -0000
1.5
+++ openpkg-src/uni2ascii/uni2ascii.spec 23 Feb 2007 07:50:34 -0000
1.6
@@ -32,11 +32,12 @@
Class: EVAL
Group: Charset
License: GPL
-Version: 3.13
-Release: 20070212
+Version: 4.0
+Release: 20070223
# list of sources
Source0:
http://billposer.org/Software/Downloads/uni2ascii-%{version}.tar.gz
+Patch0: uni2ascii.patch
# build information
Prefix: %{l_prefix}
@@ -59,6 +60,7 @@
%prep
%setup -q
+ %patch -p0
%build
( echo "ac_cv_header_libintl_h=no"
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]