Hello community,

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

Package is "guile"

Changes:
--------
--- /work/SRC/openSUSE:Factory/guile/guile.changes      2014-04-26 
06:04:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.guile.new/guile.changes 2015-02-06 
22:37:11.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Feb  5 10:11:21 UTC 2015 - pgaj...@suse.com
+
+- use fake buildstamp [bnc#916347]
+  + guile-fake-buildstamp.patch
+
+-------------------------------------------------------------------

New:
----
  guile-fake-buildstamp.patch

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

Other differences:
------------------
++++++ guile.spec ++++++
--- /var/tmp/diff_new_pack.VrHaHl/_old  2015-02-06 22:37:12.000000000 +0100
+++ /var/tmp/diff_new_pack.VrHaHl/_new  2015-02-06 22:37:12.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package guile
 #
-# Copyright (c) 2014 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
@@ -41,6 +41,8 @@
 Url:            http://www.gnu.org/software/guile/
 Source0:        ftp://ftp.gnu.org/gnu/guile/%{name}-%{version}.tar.gz
 Source1:        guile-rpmlintrc
+# suse specific
+Patch0:         %{name}-fake-buildstamp.patch
 Patch1:         %{name}-64bit.patch
 Patch2:         %{name}-1.6.10-mktemp.patch
 Patch3:         %{name}-threads-test.patch
@@ -111,6 +113,7 @@
 
 %prep
 %setup -q
+%patch0
 %patch1
 %patch2
 %patch3 -p1

++++++ guile-fake-buildstamp.patch ++++++
Index: libguile/Makefile.am
===================================================================
--- libguile/Makefile.am.orig   2014-03-16 23:43:13.000000000 +0100
+++ libguile/Makefile.am        2015-02-05 10:08:50.703439774 +0100
@@ -717,7 +717,7 @@
                >> libpath.tmp
        @echo ' { "LIBS",          "@GUILE_LIBS@" }, \' >> libpath.tmp
        @echo ' { "CFLAGS",        "@GUILE_CFLAGS@" }, \' >> libpath.tmp
-       @echo ' { "buildstamp",    "'`date -u +'%Y-%m-%d %T'`'" }, \' >> 
libpath.tmp
+       @echo ' { "buildstamp",    "'1970-01-01 00:00:01'" }, \' >> libpath.tmp
        @echo '}' >> libpath.tmp
        $(AM_V_GEN)mv libpath.tmp libpath.h
 
Index: libguile/Makefile.in
===================================================================
--- libguile/Makefile.in.orig   2014-03-20 09:16:24.000000000 +0100
+++ libguile/Makefile.in        2015-02-05 10:11:12.347315156 +0100
@@ -3707,7 +3707,7 @@
                >> libpath.tmp
        @echo ' { "LIBS",          "@GUILE_LIBS@" }, \' >> libpath.tmp
        @echo ' { "CFLAGS",        "@GUILE_CFLAGS@" }, \' >> libpath.tmp
-       @echo ' { "buildstamp",    "'`date -u +'%Y-%m-%d %T'`'" }, \' >> 
libpath.tmp
+       @echo ' { "buildstamp",    "'1970-01-01 00:00:02'" }, \' >> libpath.tmp
        @echo '}' >> libpath.tmp
        $(AM_V_GEN)mv libpath.tmp libpath.h
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to