]> git.sur5r.net Git - cc65/commitdiff
Add co65
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 10 Feb 2003 22:22:53 +0000 (22:22 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 10 Feb 2003 22:22:53 +0000 (22:22 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1953 b7a2c559-68d2-44c3-8de9-860c34a00d81

packages/rpm/redhat/cc65.spec

index 49557394a312bd1369d16bbe90628c40898894c6..87131675fad18a1b7a84fe38b42b783af590ad6e 100644 (file)
@@ -48,6 +48,7 @@ machines, you have to install at least one of the library packages.
 %attr(755,root,root)           /usr/bin/ca65html
 %attr(755,root,root)                   /usr/bin/cc65
 %attr(755,root,root)                   /usr/bin/cl65
+%attr(755,root,root)                   /usr/bin/co65
 %attr(755,root,root)           /usr/bin/da65
 %attr(755,root,root)                   /usr/bin/ld65
 %attr(755,root,root)                   /usr/bin/od65
@@ -365,8 +366,11 @@ install -m 644 libsrc/*.tgi $RPM_BUILD_ROOT/usr/lib/cc65/tgi
 
 
 %changelog
+* Mon Feb 10 2003 Ullrich von Bassewitz <uz@cc65.org>
+Added the object file conversion utility co65.
+
 * Fri Dec 13 2002 Ullrich von Bassewitz <uz@cc65.org>
-Updated the version number.                           
+Updated the version number.
 
 * Mon Dec 2 2002 Ullrich von Bassewitz <uz@cc65.org>
 Changed location of TGI drivers, added EM drivers.