Mailinglist Archive: opensuse-commit (858 mails)
| < Previous | Next > |
commit twinkle
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 02 Nov 2007 01:40:16 +0100
- Message-id: <20071102004017.2D4C06781B8@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package twinkle
checked in at Fri Nov 2 01:40:16 CET 2007.
--------
--- twinkle/twinkle.changes 2007-10-23 13:06:25.000000000 +0200
+++ /mounts/work_src_done/STABLE/twinkle/twinkle.changes 2007-11-01
07:47:53.191401000 +0100
@@ -1,0 +2,5 @@
+Thu Nov 1 07:47:25 CET 2007 - coolo@xxxxxxx
+
+- fix compile, leaving the linking error to the experts
+
+-------------------------------------------------------------------
New:
----
twinkle-gcc43.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ twinkle.spec ++++++
--- /var/tmp/diff_new_pack.EB3081/_old 2007-11-02 01:39:58.000000000 +0100
+++ /var/tmp/diff_new_pack.EB3081/_new 2007-11-02 01:39:58.000000000 +0100
@@ -15,7 +15,7 @@
Requires: commoncpp2 xorg-x11 libsndfile ilbc licenses
Summary: A SIP Soft Phone
Version: 1.1
-Release: 36
+Release: 42
License: GPL v2 or later
Group: Productivity/Telephony/SIP/Clients
Source: %{name}-%{version}.tar.bz2
@@ -23,6 +23,7 @@
#Bug 327023 - twinkle-1.1-24.src.rpm. Translations broken. [was:Obsolete
patches and german language file not up to date]
Patch2: twinkle-1.1-qm-compress.patch
#Bug 327023 - twinkle-1.1-24.src.rpm. Translations broken. [was:Obsolete
patches and german language file not up to date]
+Patch3: twinkle-gcc43.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://www.twinklephone.com
@@ -40,6 +41,7 @@
%setup -q
%patch1 -p1
%patch2
+%patch3
%build
autoreconf -fi
@@ -68,6 +70,8 @@
%{_datadir}/pixmaps/twinkle.png
%{_datadir}/applications/twinkle.desktop
%changelog
+* Thu Nov 01 2007 - coolo@xxxxxxx
+- fix compile, leaving the linking error to the experts
* Tue Oct 23 2007 - mskibbe@xxxxxxx
- Bug 327023 - twinkle-1.1-24.src.rpm. Translations broken.
[was:Obsolete patches and german language file not up to date]
++++++ twinkle-gcc43.patch ++++++
--- src/gui/qt_translator.h 2007-01-07 08:47:33.000000000 +0100
+++ src/gui/qt_translator.h 2007-11-01 07:27:34.000000000 +0100
@@ -20,7 +20,7 @@
#define _QT_TRANSLATOR_H
#include <qapplication.h>
-#include "translator.h";
+#include "translator.h"
// This class provides the translation service from Qt to the
// core of Twinkle.
--- src/parser/media_type.cpp 2007-05-24 22:44:00.000000000 +0200
+++ src/parser/media_type.cpp 2007-11-01 07:21:08.000000000 +0100
@@ -18,6 +18,7 @@
#include "media_type.h"
#include "util.h"
+#include <stdlib.h>
t_media::t_media() {
q = 1.0;
--- src/sdp/sdp_parser.cxx 2007-01-07 20:02:47.000000000 +0100
+++ src/sdp/sdp_parser.cxx 2007-11-01 07:22:37.000000000 +0100
@@ -99,6 +99,7 @@
#include <cstdio>
#include <string>
+#include <stdlib.h>
#include "sdp_parse_ctrl.h"
#include "sdp.h"
#include "util.h"
--- src/sdp/sdp_parser.yxx 2007-01-07 08:47:34.000000000 +0100
+++ src/sdp/sdp_parser.yxx 2007-11-01 07:22:08.000000000 +0100
@@ -23,6 +23,7 @@
#include "sdp.h"
#include "util.h"
#include "audits/memman.h"
+#include <stdlib.h>
using namespace std;
--- src/sockets/interfaces.cpp 2007-01-07 08:47:34.000000000 +0100
+++ src/sockets/interfaces.cpp 2007-11-01 07:23:13.000000000 +0100
@@ -18,6 +18,7 @@
#include "interfaces.h"
#include "url.h"
+#include <string.h>
t_interface::t_interface(string _name) : name(_name) {}
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |