Procházet zdrojové kódy

upgrading package: uni2ascii 4.1 -> 4.1.1

Christoph Schug před 18 roky
rodič
revize
15e4b70974
2 změnil soubory, kde provedl 2 přidání a 28 odebrání
  1. 0 24
      uni2ascii/uni2ascii.patch
  2. 2 4
      uni2ascii/uni2ascii.spec

+ 0 - 24
uni2ascii/uni2ascii.patch

@@ -1,24 +0,0 @@
-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: billposer@alum.mit.edu.\n"));
-+  fprintf(stderr,_("Report bugs to: billposer@alum.mit.edu.\n"));
- }
- 
- 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: billposer@alum.mit.edu.\n"));
-+  fprintf(stderr,_("Report bugs to: billposer@alum.mit.edu.\n"));
- }
- 
- void

+ 2 - 4
uni2ascii/uni2ascii.spec

@@ -32,12 +32,11 @@ Distribution: OpenPKG Community
 Class:        EVAL
 Group:        Charset
 License:      GPL
-Version:      4.1
-Release:      20070227
+Version:      4.1.1
+Release:      20070302
 
 #   list of sources
 Source0:      http://billposer.org/Software/Downloads/uni2ascii-%{version}.tar.gz
-Patch0:       uni2ascii.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -60,7 +59,6 @@ AutoReqProv:  no
 
 %prep
     %setup -q
-    %patch -p0
 
 %build
     ( echo "ac_cv_header_libintl_h=no"