File project.diff of Package qterm
--- qterm.changes.orig
+++ qterm.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Fri Jul 3 15:12:40 CST 2009 - xwhu@suse.de
+
+- Update to 0.5.7, minor bug fixes.
+
+-------------------------------------------------------------------
Fri Jun 19 10:35:46 CEST 2009 - coolo@novell.com
- disable as-needed for this package as it fails to build with it
--- qterm.spec.orig
+++ qterm.spec
@@ -1,7 +1,7 @@
#
# spec file for package qterm (Version 0.5.1)
#
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2008 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
@@ -21,14 +21,13 @@
Name: qterm
BuildRequires: cmake libjpeg-devel libqt4-devel openssl-devel python-devel update-desktop-files
Summary: QTerm is BBS client
-Version: 0.5.1
-Release: 3
+Version: 0.5.7
+Release: 1
License: GPL v2 or later
Group: System/X11/Terminals
Url: http://qterm.sourceforge.net/
Source0: %{name}-%{version}.tar.bz2
Source1: qterm.desktop
-Patch0: compilefix.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -44,12 +43,8 @@ Authors:
%prep
%setup -n %{name}-%{version}
-%patch0
%build
-# This package failed when testing with -Wl,-as-needed being default.
-# So we disable it here, if you want to retest, just delete this comment and the line below.
-export SUSE_ASNEEDED=0
mkdir build
pushd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
@@ -57,9 +52,6 @@ make
popd
%install
-# This package failed when testing with -Wl,-as-needed being default.
-# So we disable it here, if you want to retest, just delete this comment and the line below.
-export SUSE_ASNEEDED=0
pushd build
%makeinstall
popd
@@ -73,14 +65,11 @@ install -m 0644 $RPM_SOURCE_DIR/qterm.de
/usr/share/qterm
/usr/share/applications/*
/usr/share/pixmaps/*
+/usr/share/icons/*
%{_bindir}/*
#%{_libdir}/
%changelog
-* Fri Jun 19 2009 coolo@novell.com
-- disable as-needed for this package as it fails to build with it
-* Thu Mar 26 2009 xwhu@suse.de
-- Fix compiler warning on nonPOD type (bnc#483172)
* Tue Mar 25 2008 xwhu@suse.de
- Initial import of qterm 0.5 serial
- completely switch to cmake