Hello community,
here is the log from the commit of package python-gnome-extras for
openSUSE:Factory checked in at 2016-03-17 16:34:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gnome-extras (Old)
and /work/SRC/openSUSE:Factory/.python-gnome-extras.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gnome-extras"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gnome-extras/python-gnome-extras.changes
2013-03-08 09:40:29.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-gnome-extras.new/python-gnome-extras.changes
2016-03-17 16:47:44.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Mar 9 08:47:52 UTC 2016 - [email protected]
+
+- Add reproducible.patch to fix build-compare
+
+-------------------------------------------------------------------
New:
----
reproducible.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-gnome-extras.spec ++++++
--- /var/tmp/diff_new_pack.BgzHKC/_old 2016-03-17 16:47:45.000000000 +0100
+++ /var/tmp/diff_new_pack.BgzHKC/_new 2016-03-17 16:47:45.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-gnome-extras
#
-# Copyright (c) 2013 SUSE LINUX Products 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
@@ -47,6 +47,8 @@
Patch0: xulrunner19.patch
# PATCH-FIX-UPSTREAM python-gnome-extras-gdl.patch [email protected] -- Taken
from git, to fix build of gdl bindings
Patch1: python-gnome-extras-gdl.patch
+# PATCH-FIX-OPENSUSE reproducible.patch [email protected] -- drop build
date from doc
+Patch2: reproducible.patch
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: libtool
@@ -155,6 +157,7 @@
cp -a %{S:1} .
%patch0 -p1
%patch1 -p1
+%patch2 -p1
%build
autoreconf -i -f
++++++ reproducible.patch ++++++
--- gnome-python-extras-2.25.3/docs/gtkspell/Makefile.am.orig 2008-12-12
01:06:29.000000000 +0000
+++ gnome-python-extras-2.25.3/docs/gtkspell/Makefile.am 2016-03-09
08:47:14.126894000 +0000
@@ -46,7 +46,7 @@
if ENABLE_DOCS
builddate.xml: $(REFERENCE_DEPS)
- $(PYTHON) -c 'import datetime; print datetime.date.today()' > $@
+ $(PYTHON) -c '' > $@
build_stamp: $(REFERENCE_DEPS)builddate.xml
xsltproc --nonet --xinclude -o $(BUILDDIR)/html/ \