Accepting request 281406 from multimedia:libs
1 OBS-URL: https://build.opensuse.org/request/show/281406 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcaca?expand=0&rev=34
This commit is contained in:
commit
ed3b2acfc1
@ -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
|
Index: src/img2txt.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- src/img2txt.c.orig 2011-01-29 13:45:16.663763404 +0200
|
--- src/img2txt.c.orig
|
||||||
+++ src/img2txt.c 2011-01-29 13:45:34.053759487 +0200
|
+++ src/img2txt.c
|
||||||
@@ -79,14 +79,14 @@ static void version(void)
|
@@ -67,14 +67,14 @@ static void version(void)
|
||||||
{
|
{
|
||||||
printf(
|
printf(
|
||||||
"img2txt Copyright 2006-2007 Sam Hocevar and Jean-Yves Lamoureux\n"
|
"img2txt Copyright 2006-2007 Sam Hocevar and Jean-Yves Lamoureux\n"
|
||||||
|
@ -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
|
Fri Oct 3 17:23:00 UTC 2014 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libcaca
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
Loading…
Reference in New Issue
Block a user