Hello community,

here is the log from the commit of package wvstreams for openSUSE:Factory 
checked in at 2016-03-11 09:38:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wvstreams (Old)
 and      /work/SRC/openSUSE:Factory/.wvstreams.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wvstreams"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wvstreams/wvstreams.changes      2016-02-09 
16:50:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.wvstreams.new/wvstreams.changes 2016-03-11 
09:38:24.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Mar  7 14:54:06 UTC 2016 - o...@aepfle.de
+
+- Remove dynamic buildhost name from binaries
+  wvstreams-buildcompare.patch
+
+-------------------------------------------------------------------

New:
----
  wvstreams-buildcompare.patch

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

Other differences:
------------------
++++++ wvstreams.spec ++++++
--- /var/tmp/diff_new_pack.654LmF/_old  2016-03-11 09:38:25.000000000 +0100
+++ /var/tmp/diff_new_pack.654LmF/_new  2016-03-11 09:38:25.000000000 +0100
@@ -18,7 +18,10 @@
 
 Name:           wvstreams
 Url:            http://alumnit.ca/wiki/?WvStreams
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  gcc-c++
+BuildRequires:  libtool
 BuildRequires:  openssl-devel
 BuildRequires:  pam-devel
 BuildRequires:  pkgconfig
@@ -38,6 +41,7 @@
 Patch9:         wvstreams-openssl.patch
 Patch10:        wvstreams-headers.patch
 Patch11:        wvstreams-gcc47.patch
+Patch12:        wvstreams-buildcompare.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -80,6 +84,7 @@
 %patch9 -p1
 %patch10 -p1
 %patch11 -p1
+%patch12 -p1
 
 %build
 # This package failed when testing with -Wl,-as-needed being default.
@@ -89,6 +94,9 @@
 export COPTS="$CFLAGS"
 export CXXFLAGS="$RPM_OPT_FLAGS -DOPENSSL_LOAD_CONF -fPIC -fno-strict-aliasing 
-fno-tree-dce -fno-optimize-sibling-calls -fvisibility-inlines-hidden"
 export CXXOPTS="$CXXFLAGS"
+autoreconf -fi -I "$PWD/gnulib/m4"
+touch configure
+ls -lt --time-style=full-iso configure configure.ac include/wvautoconf.h.in 
aclocal.m4
 %configure --disable-static --enable-verbose
 make %{?_smp_mflags}
 

++++++ wvstreams-buildcompare.patch ++++++
--- wvstreams-4.4.1.orig/configure.ac
+++ wvstreams-4.4.1/configure.ac
@@ -353,7 +353,7 @@ if test "$enable_devel" = "yes"; then
 fi
 
 if test "$enable_debug" != "no"; then
-    AC_DEFINE_UNQUOTED(VER_STRING_EXTRA, [" 
(`whoami`@`hostname`$VER_STRING_EXTRA)"], [Extra version string.])
+    AC_DEFINE_UNQUOTED(VER_STRING_EXTRA, [" (abuild$VER_STRING_EXTRA)"], 
[Extra version string.])
 fi
 
 # exceptions

Reply via email to