Mailinglist Archive: opensuse-commit (1139 mails)
| < Previous | Next > |
commit tuxcards
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 10 Jan 2007 18:00:44 +0100
- Message-id: <20070110170044.4C8D867817F@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package tuxcards
checked in at Wed Jan 10 18:00:44 CET 2007.
--------
--- tuxcards/tuxcards.changes 2006-08-02 11:48:51.000000000 +0200
+++ /mounts/work_src_done/STABLE/tuxcards/tuxcards.changes 2007-01-10 12:23:05.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Jan 10 12:22:16 CET 2007 - mskibbe@xxxxxxx
+
+- fix wrong usage of ?-operator
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ tuxcards.spec ++++++
--- /var/tmp/diff_new_pack.n14472/_old 2007-01-10 17:58:49.000000000 +0100
+++ /var/tmp/diff_new_pack.n14472/_new 2007-01-10 17:58:49.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package tuxcards (Version 1.2)
#
-# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -14,8 +14,8 @@
BuildRequires: libdrm-devel libjpeg-devel qt3-devel update-desktop-files
Summary: Manage Notes within a Hierarchical Tree
Version: 1.2
-Release: 18
-License: GPL
+Release: 42
+License: GNU General Public License (GPL)
Group: Productivity/Office/Organizers
Source: tuxcards-%{version}.tar.bz2
Source1: %{name}.desktop
@@ -80,6 +80,8 @@
%{_datadir}/applications/*
%changelog -n tuxcards
+* Wed Jan 10 2007 - mskibbe@xxxxxxx
+- fix wrong usage of ?-operator
* Wed Aug 02 2006 - mskibbe@xxxxxxx
- fix some compiler warnings
- fix diff name
++++++ tuxcards-1.2-compiler_warnings.diff ++++++
--- /var/tmp/diff_new_pack.n14472/_old 2007-01-10 17:58:49.000000000 +0100
+++ /var/tmp/diff_new_pack.n14472/_new 2007-01-10 17:58:49.000000000 +0100
@@ -40,3 +40,14 @@
virtual void aboutToRemoveElement( CInformationElement* pIE ) = 0;
};
#endif
+--- src/gui/colorbar/CColorBar.cpp
++++ src/gui/colorbar/CColorBar.cpp
+@@ -156,7 +156,7 @@
+
+ int width=fm.width(msVerticalText);
+ int x = 0;
+- x = (mbAlignVerticalText==ALIGN_TOP ? x = -1 * width : x = -1 * this->height() );
++ x = (mbAlignVerticalText==ALIGN_TOP ? -1 * width : -1 * this->height() );
+
+ p.rotate(-90);
+ p.drawText(x, this->width()/2 + fm.height()/2-3, msVerticalText);
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |