Mailinglist Archive: opensuse-commit (857 mails)
| < Previous | Next > |
commit yast2-qt
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 12 Nov 2007 21:35:54 +0100
- Message-id: <20071112203554.44B83678339@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package yast2-qt
checked in at Mon Nov 12 21:35:54 CET 2007.
--------
--- yast2-qt/yast2-qt.changes 2007-09-03 18:19:27.000000000 +0200
+++ /mounts/work_src_done/STABLE/yast2-qt/yast2-qt.changes 2007-11-12
15:27:55.615238000 +0100
@@ -1,0 +2,5 @@
+Mon Nov 12 15:27:50 CET 2007 - ro@xxxxxxx
+
+- fix build with gcc-4.3
+
+-------------------------------------------------------------------
New:
----
yast2-qt-gcc43.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-qt.spec ++++++
--- /var/tmp/diff_new_pack.v21532/_old 2007-11-12 21:34:18.000000000 +0100
+++ /var/tmp/diff_new_pack.v21532/_new 2007-11-12 21:34:18.000000000 +0100
@@ -12,12 +12,13 @@
Name: yast2-qt
Version: 2.15.16
-Release: 1
+Release: 37
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-qt-2.15.16.tar.bz2
-prefix: /usr
+Patch: yast2-qt-gcc43.patch
+Prefix: /usr
BuildRequires: boost-devel curl-devel dbus-1-devel docbook-xsl-stylesheets
doxygen hal-devel libdrm-devel libjpeg-devel libxcrypt-devel libxslt
libzypp-devel perl-XML-Writer qt3-devel rpm-devel sgml-skel
update-desktop-files yast2-core-devel yast2-devtools
Summary: YaST2 - Graphical User Interface
BuildRequires: yast2-core-devel >= 2.15.6
@@ -44,6 +45,7 @@
%prep
%setup -n yast2-qt-2.15.16
+%patch
%build
%{prefix}/bin/y2tool y2autoconf
@@ -87,8 +89,9 @@
%dir /usr/share/YaST2/data
/usr/share/YaST2/data/lang_fonts
%doc %{prefix}/share/doc/packages/yast2-qt
-
%changelog
+* Mon Nov 12 2007 - ro@xxxxxxx
+- fix build with gcc-4.3
* Mon Sep 03 2007 - sh@xxxxxxx
- Limit pkg popups to screen size even with substandard resolutions
(bug #300632: dialogs too big on PS3)
++++++ yast2-qt-gcc43.patch ++++++
--- src/YQUI_core.cc
+++ src/YQUI_core.cc
@@ -44,7 +44,7 @@
#include "YQDialog.h"
#include "QY2Settings.h"
-
+#include "YQi18n.h"
#define BUSY_CURSOR_TIMEOUT 200 // milliseconds
#define KYAST_EMBEDDING 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |