Hello community,

here is the log from the commit of package ddd for openSUSE:Factory checked in 
at 2016-03-09 15:17:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ddd (Old)
 and      /work/SRC/openSUSE:Factory/.ddd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ddd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ddd/ddd.changes  2015-02-27 10:59:08.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.ddd.new/ddd.changes     2016-03-09 
16:48:41.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Mar  7 14:18:09 UTC 2016 - [email protected]
+
+- Remove timestamps from binaries
+  ddd-buildcompare.patch
+
+-------------------------------------------------------------------

New:
----
  ddd-buildcompare.patch

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

Other differences:
------------------
++++++ ddd.spec ++++++
--- /var/tmp/diff_new_pack.gvbA6P/_old  2016-03-09 16:48:42.000000000 +0100
+++ /var/tmp/diff_new_pack.gvbA6P/_new  2016-03-09 16:48:42.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ddd
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -49,6 +49,7 @@
 Patch0:         ddd-3.3.12-gcc44.patch
 Patch1:         ddd-wrong-memcpy.patch
 Patch2:         ddd-texinfo-5.0.patch
+Patch3:         ddd-buildcompare.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         %install_info_prereq
 # NOTE: We don't want this dependency and desktop-data-SuSE is in all
@@ -80,6 +81,7 @@
 %patch0
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 cp %{S:3} .

++++++ ddd-buildcompare.patch ++++++
---
 ddd/config-info |   11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

Index: ddd-3.3.12/ddd/config-info
===================================================================
--- ddd-3.3.12.orig/ddd/config-info
+++ ddd-3.3.12/ddd/config-info
@@ -50,17 +50,8 @@ echo
 echo '#include "configinfo.h"'
 echo 
 echo "static const char *config_sccs_info = "
-# Issue date in ISO 8601 YYYY-MM-DD format
-year=`date '+%Y' 2>/dev/null || date +'%y'`
-case $year in
-  9?) year=19$year;;
-  ??) year=20$year;;
-esac
-month=`date '+%m'`
-day=`date '+%d'`
-date=${year}-${month}-${day}
 (
-    echo "@(#)Built $date by $userinfo"
+    echo "@(#)Built by $userinfo"
     if $features; then
       echo ""
       echo Features:


Reply via email to