Hello community,

here is the log from the commit of package libcec for openSUSE:Factory checked 
in at 2015-02-03 15:35:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcec (Old)
 and      /work/SRC/openSUSE:Factory/.libcec.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcec"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcec/libcec.changes    2015-01-09 
20:50:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libcec.new/libcec.changes       2015-02-03 
15:35:06.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Feb  2 16:48:49 UTC 2015 - o...@aepfle.de
+
+- Remove timestamps from binary to reduce build-compare noise
+  libcec-no-buildtime.patch
+
+-------------------------------------------------------------------

New:
----
  libcec-no-buildtime.patch

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

Other differences:
------------------
++++++ libcec.spec ++++++
--- /var/tmp/diff_new_pack.74ofIo/_old  2015-02-03 15:35:07.000000000 +0100
+++ /var/tmp/diff_new_pack.74ofIo/_new  2015-02-03 15:35:07.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcec
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Guillaume GARDET <guilla...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -30,9 +30,15 @@
 
 Source:         libcec-%version.tar.gz
 Patch0:         configure.ac.diff
+Patch1:         libcec-no-buildtime.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pkg-config automake libtool autoconf gcc-c++
-BuildRequires:  lockdev-devel libudev-devel
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  libudev-devel
+BuildRequires:  lockdev-devel
+BuildRequires:  pkg-config
 %ifarch armv6l armv6hl
 %if %{with enable_rpi_build}
 BuildRequires:  raspberrypi-gfx-devel
@@ -78,6 +84,7 @@
 %patch0 -p0
 %endif
 %endif
+%patch1 -p1
 
 %build
 ./bootstrap

++++++ libcec-no-buildtime.patch ++++++
---
 configure.ac |   26 --------------------------
 1 file changed, 26 deletions(-)

Index: libcec-libcec-2.2.0/configure.ac
===================================================================
--- libcec-libcec-2.2.0.orig/configure.ac
+++ libcec-libcec-2.2.0/configure.ac
@@ -348,32 +348,6 @@ if test "x$revision" != "x"; then
   LIB_INFO="$LIB_INFO, git revision: ${revision}"
 fi
 
-AC_CHECK_PROG(HAVE_DATE, date, yes)
-if test "x$HAVE_DATE" = "xyes"; then
-  LIB_INFO="$LIB_INFO, compiled on: `date -u`"
-else
-  LIB_INFO="$LIB_INFO, compiled on: (unknown date)"
-fi
-
-## add the name of the user who built libCEC to LIB_INFO
-AC_CHECK_PROG(HAVE_WHOAMI, whoami, yes)
-if test "x$HAVE_WHOAMI" = "xyes" ; then
-  LIB_INFO="$LIB_INFO by `whoami`"
-else
-  LIB_INFO="$LIB_INFO by (unknown user)"
-fi
-
-## add the hostname of the build host of libCEC to LIB_INFO
-AC_CHECK_PROG(HAVE_HOSTNAME, hostname, yes)
-if test "x$HAVE_HOSTNAME" = "xyes"; then
-  LIB_INFO="$LIB_INFO@`hostname -f`"
-fi
-
-## add the system info of the build host of libCEC to LIB_INFO
-AC_CHECK_PROG(HAVE_UNAME, uname, yes)
-if test "x$HAVE_UNAME" = "xyes"; then
-  LIB_INFO="$LIB_INFO on `uname -s` `uname -r` (`uname -m`)"
-fi
 
 ## redefine the LIBS, so cec-client isn't linked against things they don't need
 LIBS_LIBCEC="$LIBS"
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to