Hello community,

here is the log from the commit of package wvstreams for openSUSE:Factory 
checked in at 2012-03-20 11:36:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wvstreams (Old)
 and      /work/SRC/openSUSE:Factory/.wvstreams.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/wvstreams/wvstreams.changes      2012-02-14 
19:09:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.wvstreams.new/wvstreams.changes 2012-03-20 
11:36:43.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Mar 17 13:48:53 UTC 2012 - [email protected]
+
+- Add wvstreams-gcc47.patch: Fix build with gcc 4.7.
+
+-------------------------------------------------------------------

New:
----
  wvstreams-gcc47.patch

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

Other differences:
------------------
++++++ wvstreams.spec ++++++
--- /var/tmp/diff_new_pack.p3UDbq/_old  2012-03-20 11:36:45.000000000 +0100
+++ /var/tmp/diff_new_pack.p3UDbq/_new  2012-03-20 11:36:45.000000000 +0100
@@ -16,14 +16,19 @@
 #
 
 
-
 Name:           wvstreams
 Url:            http://alumnit.ca/wiki/?WvStreams
-BuildRequires:  db-devel gcc-c++ openssl-devel pam-devel pkgconfig zlib-devel
-License:        LGPL-2.1+
+BuildRequires:  db-devel
+BuildRequires:  gcc-c++
+BuildRequires:  openssl-devel
+BuildRequires:  pam-devel
+BuildRequires:  pkgconfig
+BuildRequires:  zlib-devel
 Version:        4.4.1
-Release:        74
+Release:        0
 Summary:        Network Programming Library in C++
+License:        LGPL-2.1+
+Group:          Development/Libraries/Other
 Source0:        http://open.nit.ca/download/%{name}-%{version}.tar.bz2
 Patch0:         set-empty.diff
 Patch1:         sentinel.diff
@@ -33,7 +38,7 @@
 Patch8:         wvstreams-gcc43.patch
 Patch9:         wvstreams-openssl.patch
 Patch10:        wvstreams-headers.patch
-Group:          Development/Libraries/Other
+Patch11:        wvstreams-gcc47.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -73,6 +78,7 @@
 %patch8
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 
 %build
 # This package failed when testing with -Wl,-as-needed being default.

++++++ wvstreams-gcc47.patch ++++++
Index: wvstreams-4.4.1/include/uniconftree.h
===================================================================
--- wvstreams-4.4.1.orig/include/uniconftree.h
+++ wvstreams-4.4.1/include/uniconftree.h
@@ -108,7 +108,7 @@ public:
     void visit(const Visitor &visitor, void *userdata,
         bool preorder = true, bool postorder = false) const
     {
-        _recursive_unsorted_visit(this, reinterpret_cast<
+        this->_recursive_unsorted_visit(this, reinterpret_cast<
             const typename Base::BaseVisitor&>(visitor), userdata,
             preorder, postorder);
     }
@@ -124,7 +124,7 @@ public:
     bool compare(const Sub *other, const Comparator &comparator,
         void *userdata)
     {
-        return _recursivecompare(this, other, reinterpret_cast<
+        return this->_recursivecompare(this, other, reinterpret_cast<
             const typename Base::BaseComparator&>(comparator), userdata);
     }
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to