Hello community,

here is the log from the commit of package vpcs for openSUSE:Factory checked in 
at 2018-01-22 16:21:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vpcs (Old)
 and      /work/SRC/openSUSE:Factory/.vpcs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vpcs"

Mon Jan 22 16:21:15 2018 rev:10 rq:568181 version:0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/vpcs/vpcs.changes        2015-11-26 
17:02:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.vpcs.new/vpcs.changes   2018-01-22 
16:22:26.758911986 +0100
@@ -1,0 +2,8 @@
+Mon Jan 15 13:06:02 UTC 2018 - [email protected]
+
+- vpcs-0.8-no-static.patch: extend so binaries are not stripped.
+  fixes debuginfo generation
+- remove bundled getopt implementation, fixes conflict with 
+  glibc headers and build in TW.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vpcs.spec ++++++
--- /var/tmp/diff_new_pack.VfcWD7/_old  2018-01-22 16:22:27.230889912 +0100
+++ /var/tmp/diff_new_pack.VfcWD7/_new  2018-01-22 16:22:27.230889912 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vpcs
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -48,7 +48,8 @@
 
 %build
 cd src
-export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+rm getopt.*
+export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -fno-strict-aliasing"
 make -f Makefile.linux CPUTYPE=%_target_cpu
 
 %install

++++++ vpcs-0.8-no-static.patch ++++++
--- /var/tmp/diff_new_pack.VfcWD7/_old  2018-01-22 16:22:27.262888415 +0100
+++ /var/tmp/diff_new_pack.VfcWD7/_new  2018-01-22 16:22:27.262888415 +0100
@@ -1,14 +1,15 @@
-diff -uNr old-vpcs-0.8/src/Makefile.linux vpcs-0.8/src/Makefile.linux
---- old-vpcs-0.8/src/Makefile.linux    2015-11-20 15:00:32.000000000 +0100
-+++ vpcs-0.8/src/Makefile.linux        2015-11-20 15:01:44.000000000 +0100
-@@ -4,8 +4,8 @@
+Index: vpcs-0.8/src/Makefile.linux
+===================================================================
+--- vpcs-0.8.orig/src/Makefile.linux
++++ vpcs-0.8/src/Makefile.linux
+@@ -4,8 +4,8 @@ OSTYPE=Linux
  CPUTYPE=i386
  HVOPT=-DHV
  
 -CFLAGS=-D$(OSTYPE) -D$(CPUTYPE) $(HVOPT) -Wall -I. -DTAP
 -LDFLAGS=-lpthread -lutil -s -static
 +CFLAGS:=$(CFLAGS) -D$(OSTYPE) -D$(CPUTYPE) $(OPT) $(HVOPT) -Wall -I. -DTAP
-+LDFLAGS=-lpthread -lutil -s
++LDFLAGS=-lpthread -lutil
  OBJS=vpcs.o \
        daemon.o \
        readline.o \



Reply via email to