Accepting request 281403 from home:olh:branches:multimedia:libs

- Remove __DATE__ usage from cacaclock

OBS-URL: https://build.opensuse.org/request/show/281403
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libcaca?expand=0&rev=31
This commit is contained in:
Ismail Dönmez 2015-01-15 14:11:21 +00:00 committed by Git OBS Bridge
parent 64dc5986b0
commit fc8f28c285
3 changed files with 35 additions and 4 deletions

View File

@ -1,8 +1,34 @@
---
src/cacaclock.c | 4 ++--
src/img2txt.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
Index: src/cacaclock.c
===================================================================
--- src/cacaclock.c.orig
+++ src/cacaclock.c
@@ -40,14 +40,14 @@ static void version(void)
{
printf(
"cacaclock Copyright 2011-2012 Jean-Yves Lamoureux\n"
- "Internet: <jylam@lnxscene.org> Version: %s (libcaca %s), date: %s\n"
+ "Internet: <jylam@lnxscene.org> Version: %s (libcaca %s)\n"
"\n"
"cacaclock, along with its documentation, may be freely copied and distributed.\n"
"\n"
"The latest version of cacaclock is available from the web site,\n"
" http://caca.zoy.org/wiki/libcaca in the libcaca package.\n"
"\n",
- CACACLOCKVERSION, caca_get_version(), __DATE__);
+ CACACLOCKVERSION, caca_get_version());
}
Index: src/img2txt.c
===================================================================
--- src/img2txt.c.orig 2011-01-29 13:45:16.663763404 +0200
+++ src/img2txt.c 2011-01-29 13:45:34.053759487 +0200
@@ -79,14 +79,14 @@ static void version(void)
--- src/img2txt.c.orig
+++ src/img2txt.c
@@ -67,14 +67,14 @@ static void version(void)
{
printf(
"img2txt Copyright 2006-2007 Sam Hocevar and Jean-Yves Lamoureux\n"

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 15 13:35:26 UTC 2015 - olaf@aepfle.de
- Remove __DATE__ usage from cacaclock
-------------------------------------------------------------------
Fri Oct 3 17:23:00 UTC 2014 - crrodriguez@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package libcaca
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed