Hello community,

here is the log from the commit of package openmcu for openSUSE:Factory checked 
in at 2012-03-09 21:24:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openmcu (Old)
 and      /work/SRC/openSUSE:Factory/.openmcu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/openmcu/openmcu.changes  2011-09-23 
12:20:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openmcu.new/openmcu.changes     2012-03-09 
21:24:47.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Feb 21 15:58:10 UTC 2012 - [email protected]
+
+- update to v2_2_1
+  * No changes documented upstream
+
+-------------------------------------------------------------------

Old:
----
  openmcu-v2_2_0-src-tar.bz2
  openmcu_v2_2_0.dif

New:
----
  openmcu-v2_2_1-src.tar.bz2
  openmcu_missing_includes.patch

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

Other differences:
------------------
++++++ openmcu.spec ++++++
--- /var/tmp/diff_new_pack.V5tOmU/_old  2012-03-09 21:24:50.000000000 +0100
+++ /var/tmp/diff_new_pack.V5tOmU/_new  2012-03-09 21:24:50.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package openmcu (Version 2.2.0)
+# spec file for package openmcu
 #
-# Copyright (c) 2009 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,21 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           openmcu
-BuildRequires:  SDL-devel gcc-c++ libdv openh323-devel openldap2-devel 
pwlib-devel speex-devel
+BuildRequires:  SDL-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libdv
+BuildRequires:  openh323-devel
+BuildRequires:  openldap2-devel
+BuildRequires:  pwlib-devel
+BuildRequires:  speex-devel
 Url:            http://www.openh323.org
-License:        MPL-1.1
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-AutoReqProv:    on
-Group:          Productivity/Telephony/H323/Servers
 Summary:        H.323 Multipoint Control Unit
-Version:        2.2.0
-Release:        232
-Source0:        openmcu-v2_2_0-src-tar.bz2
-Patch:          openmcu_v2_2_0.dif
+License:        MPL-1.1
+Group:          Productivity/Telephony/H323/Servers
+Version:        2.2.1
+Release:        0
+Source0:        openmcu-v2_2_1-src.tar.bz2
+Patch:          openmcu_missing_includes.patch
 
 %description
 OpenMCU implements a multipoint control unit for video conferences
@@ -39,8 +42,8 @@
 
 
 %prep
-%setup -n openmcu_v2_2_0
-%patch
+%setup -n openmcu_v2_2_1
+%patch -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fstack-protector"

++++++ openmcu-v2_2_0-src-tar.bz2 -> openmcu-v2_2_1-src.tar.bz2 ++++++
++++ 8581 lines of diff (skipped)

++++++ openmcu_missing_includes.patch ++++++
fix:
In file included from mcu.h:87:0,
x                 from main.cxx:55:
filemembers.h:123:13: error: 'deque' in namespace 'std' does not name a type
filemembers.h:124:57: error: 'FilenameList' does not name a type
filemembers.h:124:72: error: ISO C++ forbids declaration of '_fns' with no type 
[-fpermissive]
filemembers.h:149:5: error: 'FilenameList' does not name a type



===================================================================
--- a/filemembers.h
+++ b/filemembers.h
@@ -83,7 +83,7 @@
 #include <ptlib/sound.h>
 #include <opalwavfile.h>
 #include "conference.h"
-
+#include <deque>
 
 class ConferenceSoundCardMember : public ConferenceMember
 {
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to