Hello community,

here is the log from the commit of package libvpd2 for openSUSE:Factory checked 
in at 2012-03-22 12:34:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvpd2 (Old)
 and      /work/SRC/openSUSE:Factory/.libvpd2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvpd2", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvpd2/libvpd2.changes  2011-12-25 
17:36:42.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libvpd2.new/libvpd2.changes     2012-03-22 
12:36:09.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Mar 21 21:22:08 UTC 2012 - [email protected]
+
+- Add libvpd2-gcc47.patch: Fix build with gcc 4.7.
+
+-------------------------------------------------------------------

New:
----
  libvpd2-gcc47.patch

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

Other differences:
------------------
++++++ libvpd2.spec ++++++
--- /var/tmp/diff_new_pack.DwigQI/_old  2012-03-22 12:36:10.000000000 +0100
+++ /var/tmp/diff_new_pack.DwigQI/_new  2012-03-22 12:36:10.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvpd2
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           libvpd2
 Version:        2.1.3
 Release:        0
@@ -30,6 +31,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source:         libvpd-%{version}.tar.bz2
 Source2:        baselibs.conf
+Patch0:         libvpd2-gcc47.patch
 Patch3:         libvpd.async.patch
 
 %description
@@ -49,6 +51,7 @@
 
 %prep
 %setup -q -n libvpd-%{version}
+%patch0 -p1
 %patch3 -p1
 
 %build

++++++ libvpd2-gcc47.patch ++++++
Index: libvpd-2.1.3/src/helper_functions.cpp
===================================================================
--- libvpd-2.1.3.orig/src/helper_functions.cpp
+++ libvpd-2.1.3/src/helper_functions.cpp
@@ -27,6 +27,7 @@
 #include <cstdlib>
 #include <cstring>
 #include <fstream>
+#include <unistd.h>
 
 using namespace std;
 using namespace lsvpd;
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to