From fc8f28c285465b7049963178a8818356a91a940e0f67a0f18c3224dd217d4f08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 15 Jan 2015 14:11:21 +0000 Subject: [PATCH] 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 --- caca-no-build-date.patch | 32 +++++++++++++++++++++++++++++--- libcaca.changes | 5 +++++ libcaca.spec | 2 +- 3 files changed, 35 insertions(+), 4 deletions(-) diff --git a/caca-no-build-date.patch b/caca-no-build-date.patch index 4be2b7a..15c247e 100644 --- a/caca-no-build-date.patch +++ b/caca-no-build-date.patch @@ -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: Version: %s (libcaca %s), date: %s\n" ++ "Internet: 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" diff --git a/libcaca.changes b/libcaca.changes index a05e6a6..ab8b4d3 100644 --- a/libcaca.changes +++ b/libcaca.changes @@ -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 diff --git a/libcaca.spec b/libcaca.spec index ee2c0c1..963892e 100644 --- a/libcaca.spec +++ b/libcaca.spec @@ -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