Hello community,

here is the log from the commit of package libcaca for openSUSE:Factory checked 
in at 2015-01-20 19:12:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcaca (Old)
 and      /work/SRC/openSUSE:Factory/.libcaca.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcaca"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcaca/libcaca.changes  2014-10-14 
08:59:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libcaca.new/libcaca.changes     2015-01-20 
19:12:19.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Jan 15 13:35:26 UTC 2015 - o...@aepfle.de
+
+- Remove __DATE__ usage from cacaclock
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libcaca.spec ++++++
--- /var/tmp/diff_new_pack.UVhrPG/_old  2015-01-20 19:12:20.000000000 +0100
+++ /var/tmp/diff_new_pack.UVhrPG/_new  2015-01-20 19:12:20.000000000 +0100
@@ -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

++++++ caca-no-build-date.patch ++++++
--- /var/tmp/diff_new_pack.UVhrPG/_old  2015-01-20 19:12:20.000000000 +0100
+++ /var/tmp/diff_new_pack.UVhrPG/_new  2015-01-20 19:12:20.000000000 +0100
@@ -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: <jy...@lnxscene.org> Version: %s (libcaca %s), date: 
%s\n"
++            "Internet: <jy...@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"

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to