Hello community,

here is the log from the commit of package libqca2 for openSUSE:Factory checked 
in at 2012-03-19 09:50:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqca2 (Old)
 and      /work/SRC/openSUSE:Factory/.libqca2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqca2", Maintainer is "kde-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqca2/libqca2.changes  2012-03-12 
08:53:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libqca2.new/libqca2.changes     2012-03-19 
09:52:00.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Mar 15 09:03:35 UTC 2012 - a...@suse.de
+
+- Fix build with gcc 4.7.
+
+-------------------------------------------------------------------

New:
----
  qca-2.0.3-gcc47.patch

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

Other differences:
------------------
++++++ libqca2.spec ++++++
--- /var/tmp/diff_new_pack.k1J2zD/_old  2012-03-19 09:52:03.000000000 +0100
+++ /var/tmp/diff_new_pack.k1J2zD/_new  2012-03-19 09:52:03.000000000 +0100
@@ -16,6 +16,7 @@
 #
 
 
+
 Name:           libqca2
 BuildRequires:  cmake
 BuildRequires:  cyrus-sasl-devel
@@ -57,6 +58,7 @@
 Patch0:         fix-qt-check.diff
 Patch1:         r928413.diff
 Patch2:         disable-insecure-ssl.diff
+Patch3:         qca-2.0.3-gcc47.patch
 Requires:       gpg2 >= 2.0.0
 %requires_eq    libqt4
 
@@ -194,6 +196,7 @@
 cd ../../..
 %setup -D -q -n qca-%{tar_version}
 %patch1
+%patch3
 
 %build
 # I confess this is ugly..

++++++ qca-2.0.3-gcc47.patch ++++++
--- ./src/botantools/botan/botan/secmem.h.orig  2012-01-07 20:09:35.427999593 
+0100
+++ ./src/botantools/botan/botan/secmem.h       2012-01-07 20:09:52.540001422 
+0100
@@ -214,11 +214,11 @@
 
       SecureVector(u32bit n = 0) { MemoryRegion<T>::init(true, n); }
       SecureVector(const T in[], u32bit n)
-         { MemoryRegion<T>::init(true); set(in, n); }
+         { MemoryRegion<T>::init(true); this->set(in, n); }
       SecureVector(const MemoryRegion<T>& in)
-         { MemoryRegion<T>::init(true); set(in); }
+         { MemoryRegion<T>::init(true); this->set(in); }
       SecureVector(const MemoryRegion<T>& in1, const MemoryRegion<T>& in2)
-         { MemoryRegion<T>::init(true); set(in1); append(in2); }
+         { MemoryRegion<T>::init(true); this->set(in1); append(in2); }
    };
 
 /*************************************************
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to