Hello community,

here is the log from the commit of package openssl for openSUSE:Factory checked 
in at 2015-02-06 10:50:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openssl (Old)
 and      /work/SRC/openSUSE:Factory/.openssl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openssl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openssl/openssl.changes  2015-01-20 
21:53:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.openssl.new/openssl.changes     2015-02-06 
10:50:58.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Feb  4 08:08:27 UTC 2015 - meiss...@suse.com
+
+- The DATE stamp moved from crypto/Makefile to crypto/buildinf.h,
+  replace it there (bsc#915947)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openssl.spec ++++++
--- /var/tmp/diff_new_pack.hOF1LW/_old  2015-02-06 10:51:00.000000000 +0100
+++ /var/tmp/diff_new_pack.hOF1LW/_new  2015-02-06 10:51:00.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openssl
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -223,9 +223,6 @@
 EOF_ED
 # fix ENGINESDIR path
 sed -i 's,/lib/engines,/%_lib/engines,' Configure
-# Record mtime of changes file instead of build time
-CHANGES=`stat --format="%y" %SOURCE1`
-sed -i -e "s|#define DATE \(.*\).LC_ALL.*date.|#define DATE \1$CHANGES|" 
crypto/Makefile
 
 %build
 
@@ -296,6 +293,14 @@
                linux64-sparcv9 \
 %endif
                $config_flags
+
+       # Record mtime of changes file instead of build time to make 
build-compare work
+       make PERL=perl -C crypto buildinf.h
+       CHANGES=`stat --format="%y" %SOURCE1`
+       cat crypto/buildinf.h
+       sed -i -e "s|#define DATE .*|#define DATE \"built on: $CHANGES\"|" 
crypto/buildinf.h
+       cat crypto/buildinf.h
+
        make depend
        make
        LD_LIBRARY_PATH=`pwd` make rehash



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

Reply via email to