This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Wrong name displayed for zlib package


Hi there is an obvious copy/paste error in the zlib package.
Patch attached.



diff -ru packages-orig/services/compress/zlib/current/ChangeLog packages/services/compress/zlib/current/ChangeLog
--- packages-orig/services/compress/zlib/current/ChangeLog	2002-10-14 17:32:07.000000000 +0200
+++ packages/services/compress/zlib/current/ChangeLog	2003-09-08 17:36:42.000000000 +0200
@@ -1,3 +1,7 @@
+2003-09-08  Thomas Koeller  <thomas.koeller@baslerweb.com>
+
+	* cdl/compress_zlib.cdl : Displayed package name was wrong.
+
 2002-10-10  Andrew Lunn  <andrew.lunn@ascom.ch>

 	* include/zutil.h:
diff -ru packages-orig/services/compress/zlib/current/cdl/compress_zlib.cdl packages/services/compress/zlib/current/cdl/compress_zlib.cdl
--- packages-orig/services/compress/zlib/current/cdl/compress_zlib.cdl	2002-10-14 17:32:08.000000000 +0200
+++ packages/services/compress/zlib/current/cdl/compress_zlib.cdl	2003-09-08 17:34:06.000000000 +0200
@@ -83,7 +83,7 @@
 # ====================================================================

     cdl_component CYGPKG_COMPRESS_ZLIB_OPTIONS {
-        display "Common memory allocator package build options"
+        display "Zlib compress and decompress package build options"
         flavor  none
         no_define
         description   "


--------------------------------------------------

Thomas Koeller, Software Development

Basler Vision Technologies
An der Strusbek 60-62
22926 Ahrensburg
Germany

Tel +49 (4102) 463-162
Fax +49 (4102) 463-239

mailto:thomas.koeller@baslerweb.com
http://www.baslerweb.com

==============================


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]