Hello community, here is the log from the commit of package quvi for openSUSE:Factory checked in at 2017-01-24 10:39:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/quvi (Old) and /work/SRC/openSUSE:Factory/.quvi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "quvi" Changes: -------- --- /work/SRC/openSUSE:Factory/quvi/quvi.changes 2014-02-12 17:25:59.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.quvi.new/quvi.changes 2017-01-24 10:39:41.324838002 +0100 @@ -1,0 +2,5 @@ +Sun Jan 22 19:09:11 UTC 2017 - [email protected] + +- Add reproducible.patch to allow for reproducible builds + +------------------------------------------------------------------- New: ---- reproducible.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ quvi.spec ++++++ --- /var/tmp/diff_new_pack.H6VhY7/_old 2017-01-24 10:39:41.812768708 +0100 +++ /var/tmp/diff_new_pack.H6VhY7/_new 2017-01-24 10:39:41.812768708 +0100 @@ -1,7 +1,7 @@ # # spec file for package quvi # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -24,6 +24,8 @@ Group: Productivity/Multimedia/Other Url: http://quvi.sourceforge.net/ Source: http://sourceforge.net/projects/quvi/files/0.9/quvi/quvi-0.9.5.tar.xz +# PATCH-FIX-OPENSUSE +Patch0: reproducible.patch BuildRequires: pkg-config BuildRequires: pkgconfig(glib-2.0) >= 2.24 BuildRequires: pkgconfig(gobject-2.0) >= 2.24 @@ -39,6 +41,7 @@ %prep %setup -q +%patch0 -p1 %build %configure \ ++++++ reproducible.patch ++++++ Index: quvi-0.9.5/configure.ac =================================================================== --- quvi-0.9.5.orig/configure.ac +++ quvi-0.9.5/configure.ac @@ -47,7 +47,7 @@ AC_DEFINE_UNQUOTED([CFLAGS], "$CFLAGS", AC_DEFINE_UNQUOTED([CC], "$CC", [Define to compiler]) AC_PATH_PROG([DATE], [date], [no]) -AS_IF([test x"$DATE" != "xno"], [build_time=`$DATE +"%F %T %z"`]) +AS_IF([test x"$DATE" != "xno"], [build_time='see rpm -qi quvi']) AC_DEFINE_UNQUOTED([BUILD_TIME], ["$build_time"], [We have build time]) AC_PATH_PROG([A2X], [a2x], [no]) Index: quvi-0.9.5/configure =================================================================== --- quvi-0.9.5.orig/configure +++ quvi-0.9.5/configure @@ -14580,7 +14580,7 @@ fi if test x"$DATE" != "xno"; then : - build_time=`$DATE +"%F %T %z"` + build_time='see rpm -qi quvi' fi cat >>confdefs.h <<_ACEOF
