Mailinglist Archive: opensuse-commit (857 mails)
| < Previous | Next > |
commit kscpm
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 13 Nov 2007 21:04:34 +0100
- Message-id: <20071113200434.B5643678336@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package kscpm
checked in at Tue Nov 13 21:04:34 CET 2007.
--------
--- KDE/kscpm/kscpm.changes 2007-09-14 16:35:59.000000000 +0200
+++ /mounts/work_src_done/STABLE/kscpm/kscpm.changes 2007-11-13
15:26:54.235143000 +0100
@@ -1,0 +2,5 @@
+Tue Nov 13 15:25:22 CET 2007 - jg@xxxxxxx
+
+- added missing includes
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kscpm.spec ++++++
--- /var/tmp/diff_new_pack.g31992/_old 2007-11-13 21:03:46.000000000 +0100
+++ /var/tmp/diff_new_pack.g31992/_new 2007-11-13 21:03:46.000000000 +0100
@@ -14,9 +14,9 @@
BuildRequires: kdelibs3-devel openSUSE-release scpm-devel
Summary: KDE Support for SCPM
Version: 0.5.4
-Release: 1
+Release: 25
Group: System/GUI/KDE
-License: BSD 3-Clause, GNU Free Documentation License, Version 1.1
(GFDL 1.1)
+License: BSD 3-Clause; GNU Free Documentation License, Version 1.1
(GFDL 1.1); GPL v2 or later; LGPL v2.1 or later; Public Domain, Freeware;
X11/MIT
Source: kscpm-%{version}.tar.bz2
Requires: scpm yast2-profile-manager sumf
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -64,8 +64,9 @@
%clean
test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
-
%changelog
+* Tue Nov 13 2007 - jg@xxxxxxx
+- added missing includes
* Fri Sep 14 2007 - jg@xxxxxxx
- update to 0.5.4 final:
* updated translations
++++++ kscpm-0.5.4.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/kscpm-0.5.4/src/main.cpp new/kscpm-0.5.4/src/main.cpp
--- old/kscpm-0.5.4/src/main.cpp 2005-12-12 14:21:50.000000000 +0100
+++ new/kscpm-0.5.4/src/main.cpp 2007-11-13 15:23:20.000000000 +0100
@@ -17,7 +17,7 @@
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
-/* $Id: main.cpp,v 1.3 2005/12/12 13:21:50 gleissner Exp $ */
+/* $Id: main.cpp,v 1.4 2007/11/13 14:23:20 gleissner Exp $ */
#include "profile_chooser.h"
#include <kuniqueapplication.h>
#include <kaboutdata.h>
@@ -25,6 +25,8 @@
#include <klocale.h>
#include <kiconloader.h>
#include <scpm.h>
+#include <stdlib.h>
+
static const char description[] =
I18N_NOOP("Profile Chooser");
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/kscpm-0.5.4/src/profile_chooser.cpp
new/kscpm-0.5.4/src/profile_chooser.cpp
--- old/kscpm-0.5.4/src/profile_chooser.cpp 2007-02-14 10:40:56.000000000
+0100
+++ new/kscpm-0.5.4/src/profile_chooser.cpp 2007-11-13 15:23:20.000000000
+0100
@@ -18,7 +18,7 @@
* Free Software Foundation, Inc., *
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
-/* $Id: profile_chooser.cpp,v 1.10 2007/02/14 09:40:56 hschaa Exp $ */
+/* $Id: profile_chooser.cpp,v 1.11 2007/11/13 14:23:20 gleissner Exp $ */
#include <qpushbutton.h>
#include <qtooltip.h>
#include <qlayout.h>
@@ -41,6 +41,7 @@
#include <sys/wait.h>
#include <sys/stat.h>
#include <string.h>
+#include <stdlib.h>
#include <iostream>
#include <scpm.h>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |