Mailinglist Archive: opensuse-commit (1093 mails)

< Previous Next >
commit opal for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Tue, 02 Mar 2010 12:43:38 +0100
  • Message-id: <20100302114338.759F9202AC@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package opal for openSUSE:Factory
checked in at Tue Mar 2 12:43:38 CET 2010.



--------
--- opal/opal.changes 2009-10-06 16:24:46.000000000 +0200
+++ /mounts/work_src_done/STABLE/opal/opal.changes 2010-03-02
01:23:33.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Mar 2 01:23:01 CET 2010 - ro@xxxxxxx
+
+- fix warning: no return statement in function returning non-void
+ to fix build (in CAPI.cxx)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
opal-3.6.6-non_void.patch

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

Other differences:
------------------
++++++ opal.spec ++++++
--- /var/tmp/diff_new_pack.5vEpHc/_old 2010-03-02 12:43:23.000000000 +0100
+++ /var/tmp/diff_new_pack.5vEpHc/_new 2010-03-02 12:43:23.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package opal (Version 3.6.6)
#
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 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
@@ -37,13 +37,15 @@
License: MPL ..
Group: System/Libraries
Version: 3.6.6
-Release: 1
+Release: 2
Source0: %{name}-%{version}.tar.bz2
Patch0: %{name}-3.4.2.diff
# PATCH-FIX-UPSTREAM opal-system-libgsm.patch vuntz@xxxxxxxxxx -- Fix
detection of system libgsm
Patch1: opal-system-libgsm.patch
# PATCH-FIX-UPSTREAM opal-fix-ambiguous.patch vuntz@xxxxxxxxxx -- Fix
ambiguous code
Patch2: opal-fix-ambiguous.patch
+# PATCH-FIX-UPSTREAM opal-3.6.6-non_void.patch bgo#611561 ro@xxxxxxxxxx -- Fix
no-return-in-non-void-function.
+Patch3: opal-3.6.6-non_void.patch
# Require the version of libpt2 we used to build the package to avoid version
# missing symbols provided by newer versions. Newer versions do not bump the
# soversion if the API was only extended.
@@ -74,6 +76,7 @@
%patch0 -p1
%patch1 -p1
%patch2 -p1
+%patch3
# this subdir contains GPL - to avoid license issues delete it before build
rm -rf plugins/LID/VPB


++++++ opal-3.6.6-non_void.patch ++++++
Index: plugins/LID/CAPI/CAPI.cxx
===================================================================
--- plugins/LID/CAPI/CAPI.cxx.orig
+++ plugins/LID/CAPI/CAPI.cxx
@@ -204,6 +204,7 @@ public:
Result GET_MANUFACTURER(char * szBuffer)
{
capi20_get_manufacturer(0, (unsigned char *)szBuffer);
+ return 0;
}

Result GET_VERSION(UInt *pCAPIMajor, UInt *pCAPIMinor, UInt
*pManufacturerMajor, UInt *pManufacturerMinor)

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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages