Hello community,

here is the log from the commit of package qterm for openSUSE:Factory checked 
in at 2012-03-23 12:10:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qterm (Old)
 and      /work/SRC/openSUSE:Factory/.qterm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qterm", Maintainer is "dmzh...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/qterm/qterm.changes      2011-09-23 
12:43:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qterm.new/qterm.changes 2012-03-23 
12:10:08.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Mar 22 12:18:58 UTC 2012 - a...@suse.de
+
+- Fix build with gcc 4.7.
+
+-------------------------------------------------------------------

New:
----
  qterm-0.5.12-gcc-4.7.patch

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

Other differences:
------------------
++++++ qterm.spec ++++++
--- /var/tmp/diff_new_pack.Dh46tf/_old  2012-03-23 12:10:12.000000000 +0100
+++ /var/tmp/diff_new_pack.Dh46tf/_new  2012-03-23 12:10:12.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qterm
 #
-# Copyright (c) 2011 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,20 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           qterm
-BuildRequires:  cmake libjpeg-devel openssl-devel python-devel 
update-desktop-files
+BuildRequires:  cmake
+BuildRequires:  libjpeg-devel
 BuildRequires:  libqt4-devel >= 4.5.0
 BuildRequires:  libqt4-devel-doc
+BuildRequires:  openssl-devel
+BuildRequires:  python-devel
+BuildRequires:  update-desktop-files
 Summary:        QTerm is BBS client
-Version:        0.5.12
-Release:        0
 License:        GPL-2.0+
 Group:          System/X11/Terminals
+Version:        0.5.12
+Release:        0
 Url:            http://qterm.sourceforge.net/
 Source0:        %{name}-%{version}.tar.bz2
+Patch1:         qterm-0.5.12-gcc-4.7.patch
 Source1:        qterm.desktop
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -44,7 +47,8 @@
     hooey <hepho...@hotmail.com>
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q -n %{name}-%{version}
+%patch1 -p0
 
 %build
 # This package failed when testing with -Wl,-as-needed being default.

++++++ qterm-0.5.12-gcc-4.7.patch ++++++
Index: src/main.cpp
===================================================================
--- src/main.cpp        (revision 1312)
+++ src/main.cpp        (working copy)
@@ -28,6 +28,7 @@
 #endif
 
 #include <stdio.h>
+#include <unistd.h>
 
 
//==============================================================================
 // Crash Handler: Save the backtrace info to /var/tmp as qterm.pid.timestamp
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to