Hello community,

here is the log from the commit of package pwlib for openSUSE:Factory checked 
in at 2012-03-20 13:29:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pwlib (Old)
 and      /work/SRC/openSUSE:Factory/.pwlib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pwlib", Maintainer is "dli...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pwlib/pwlib.changes      2012-02-14 
11:26:28.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pwlib.new/pwlib.changes 2012-03-20 
13:29:27.000000000 +0100
@@ -1,0 +2,10 @@
+Tue Mar 20 10:25:04 UTC 2012 - idon...@suse.com
+
+- Use versioned Provides/Obsoletes 
+
+-------------------------------------------------------------------
+Thu Mar 15 21:13:44 UTC 2012 - dims...@opensuse.org
+
+- Add pwlib-gcc47.patch: Fix build with gcc 4.7.
+
+-------------------------------------------------------------------

New:
----
  pwlib-gcc47.patch

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

Other differences:
------------------
++++++ pwlib.spec ++++++
--- /var/tmp/diff_new_pack.EYDzrM/_old  2012-03-20 13:29:28.000000000 +0100
+++ /var/tmp/diff_new_pack.EYDzrM/_new  2012-03-20 13:29:28.000000000 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           pwlib
 Summary:        Portable Windows Library from Equivalence Pty. Ltd
 License:        MPL-1.0
@@ -32,6 +33,7 @@
 Patch3:         %{name}-v1_11_0-ldap.patch
 Patch4:         %{name}-v1_11_0-openssl.patch
 Patch5:         %{name}-v4l-2.6.38.patch
+Patch6:         pwlib-gcc47.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  SDL-devel
 BuildRequires:  automake
@@ -45,8 +47,12 @@
 %if 0%{?suse_version} >= 1210
 BuildRequires:  libv4l-devel >= 0.8.4
 %endif
-Provides:       %{name}-plugins-alsa %{name}-plugins-oss %{name}-plugins-v4l
-Obsoletes:      %{name}-plugins-alsa %{name}-plugins-oss %{name}-plugins-v4l
+Provides:       %{name}-plugins-alsa = %{version}-%{release}
+Provides:       %{name}-plugins-oss = %{version}-%{release}
+Provides:       %{name}-plugins-v4l = %{version}-%{release}
+Obsoletes:      %{name}-plugins-alsa < %{version}-%{release}
+Obsoletes:      %{name}-plugins-oss < %{version}-%{release}
+Obsoletes:      %{name}-plugins-v4l < %{version}-%{release}
 
 %define debug_package_requires libpt1_11 = %{version}-%{release}
 
@@ -69,8 +75,11 @@
 %package devel
 Summary:        The pwlib package for developers (includes headers and scripts)
 Group:          Development/Libraries/C and C++
+Requires:       SDL-devel
+Requires:       libexpat-devel
 Requires:       libpt1_11 = %{version}
-Requires:       SDL-devel libexpat-devel openldap2-devel openssl-devel
+Requires:       openldap2-devel
+Requires:       openssl-devel
 
 %description devel
 This package includes header files and scripts needed for developers
@@ -102,6 +111,7 @@
 %if 0%{?suse_version} >= 1210
 %patch5 -p1
 %endif
+%patch6 -p1
 
 %build
 #autoreconf --force --install

++++++ pwlib-gcc47.patch ++++++
Index: pwlib_v1_11_0/include/ptlib/array.h
===================================================================
--- pwlib_v1_11_0.orig/include/ptlib/array.h
+++ pwlib_v1_11_0/include/ptlib/array.h
@@ -632,7 +632,7 @@ template <class T> class PScalarArray :
       T t;
       stream >> t;
       if (!stream.fail())
-        SetAt(index, t);
+        this->SetAt(index, t);
     }
 };
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to