Mailinglist Archive: opensuse-commit (857 mails)

< Previous Next >
commit libjingle
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Sat, 10 Nov 2007 18:29:47 +0100
  • Message-id: <20071110172948.30249678336@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package libjingle
checked in at Sat Nov 10 18:29:47 CET 2007.

--------
--- libjingle/libjingle.changes 2007-10-03 13:50:20.000000000 +0200
+++ /mounts/work_src_done/STABLE/libjingle/libjingle.changes 2007-11-10
11:44:12.016565000 +0100
@@ -1,0 +2,5 @@
+Sat Nov 10 11:44:05 CET 2007 - coolo@xxxxxxx
+
+- fix linking too
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libjingle.spec ++++++
--- /var/tmp/diff_new_pack.s13354/_old 2007-11-10 18:29:37.000000000 +0100
+++ /var/tmp/diff_new_pack.s13354/_new 2007-11-10 18:29:37.000000000 +0100
@@ -14,7 +14,7 @@
Url: http://code.google.com/apis/talk/libjingle/index.html
BuildRequires: expat gcc-c++ gtk2-devel openssl-devel pkg-config
Version: 0.3.0
-Release: 43
+Release: 56
License: BSD 3-Clause
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: Productivity/Networking/Other
@@ -75,6 +75,8 @@
%{_includedir}/libjingle*
%{_libdir}/pkgconfig/*.pc
%changelog
+* Sat Nov 10 2007 - coolo@xxxxxxx
+- fix linking too
* Wed Oct 03 2007 - coolo@xxxxxxx
- fix includes for gcc 4.3
* Thu May 24 2007 - ro@xxxxxxx

++++++ libjingle-0.3.0-gcc43.patch ++++++
--- /var/tmp/diff_new_pack.s13354/_old 2007-11-10 18:29:37.000000000 +0100
+++ /var/tmp/diff_new_pack.s13354/_new 2007-11-10 18:29:37.000000000 +0100
@@ -280,19 +280,10 @@
#include <iostream>
#include <cassert>
#include <errno.h>
-+#include <stdlib.h>
++#include <cstdlib>

#if defined(_MSC_VER) && _MSC_VER < 1300
namespace std {
-@@ -51,7 +52,7 @@ namespace {
-
- void FatalError(const std::string& name, int err) {
- PLOG(LERROR, err) << name;
-- std::exit(1);
-+ exit(1);
- }
-
- }
--- talk/base/bytebuffer.cc.orig 2007-10-03 13:13:46.000000000 +0200
+++ talk/base/bytebuffer.cc 2007-10-03 13:13:55.000000000 +0200
@@ -30,6 +30,7 @@
@@ -303,3 +294,13 @@

#if defined(_MSC_VER) && _MSC_VER < 1300
namespace std {
+--- talk/base/physicalsocketserver.cc.orig 2007-11-10 11:39:36.000000000
+0100
++++ talk/base/physicalsocketserver.cc 2007-11-10 11:39:51.000000000 +0100
+@@ -31,6 +31,7 @@
+
+ #include <cassert>
+ #include <string.h>
++#include <algorithm>
+
+ #ifdef POSIX
+ extern "C" {


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



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