libcaca/caca-no-build-date.patch
OBS User autobuild 574dd75a9f Accepting request 46749 from multimedia:libs
Copy from multimedia:libs/libcaca based on submit request 46749 from user elvigia

OBS-URL: https://build.opensuse.org/request/show/46749
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcaca?expand=0&rev=13
2010-09-03 12:19:56 +00:00

22 lines
842 B
Diff

Index: src/img2txt.c
===================================================================
--- src/img2txt.c.orig 2010-08-30 16:06:50.000000000 -0400
+++ src/img2txt.c 2010-08-30 16:08:38.214714972 -0400
@@ -81,14 +81,14 @@ static void version(void)
{
printf(
"img2txt Copyright 2006-2007 Sam Hocevar and Jean-Yves Lamoureux\n"
- "Internet: <sam@zoy.org> <jylam@lnxscene.org> Version: %s, date: %s\n"
+ "Internet: <sam@zoy.org> <jylam@lnxscene.org> Version: %s\n"
"\n"
"img2txt, along with its documentation, may be freely copied and distributed.\n"
"\n"
"The latest version of img2txt is available from the web site,\n"
" http://caca.zoy.org/wiki/libcaca in the libcaca package.\n"
"\n",
- caca_get_version(), __DATE__);
+ caca_get_version());
}
int main(int argc, char **argv)
{