Mailinglist Archive: opensuse-commit (1828 mails)

< Previous Next >
commit kdesdk4
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 01 Sep 2008 15:05:10 +0200
  • Message-id: <20080901130511.1B39967815D@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package kdesdk4
checked in at Mon Sep 1 15:05:10 CEST 2008.


--------
--- KDE/kdesdk4/kdesdk4.changes 2008-07-23 12:51:01.000000000 +0200
+++ /mounts/work_src_done/STABLE/kdesdk4/kdesdk4.changes 2008-08-28
12:36:40.000000000 +0200
@@ -1,0 +2,11 @@
+Thu Aug 28 12:36:33 CEST 2008 - dmueller@xxxxxxx
+
+- update to 4.1.1
+ * see http://kde.org/announcements/changelogs/changelog4_1to4_1_1.php
+
+-------------------------------------------------------------------
+Wed Aug 13 11:12:32 CEST 2008 - dmueller@xxxxxxx
+
+- branch diff update
+
+-------------------------------------------------------------------



Old:
----
kdesdk-4.1.0.tar.bz2

New:
----
kdesdk-4.1.1.tar.bz2
strigi-0.6.0.diff

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

Other differences:
------------------
++++++ kdesdk4.spec ++++++
--- /var/tmp/diff_new_pack.lC9887/_old 2008-09-01 15:03:47.000000000 +0200
+++ /var/tmp/diff_new_pack.lC9887/_new 2008-09-01 15:03:47.000000000 +0200
@@ -1,10 +1,17 @@
#
-# spec file for package kdesdk4 (Version 4.1.0)
+# spec file for package kdesdk4 (Version 4.1.1)
#
# Copyright (c) 2008 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.
#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

@@ -17,12 +24,13 @@
Group: System/GUI/KDE
Summary: KDE SDK Package
Url: http://www.kde.org/
-Version: 4.1.0
+Version: 4.1.1
Release: 1
Source0: kdesdk-%version.tar.bz2
Source1: _upstream
Patch: 4_1_BRANCH.diff
Patch2: desktop-files.diff
+Patch3: strigi-0.6.0.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
Suggests: kdesdk4-scripts
@@ -54,6 +62,7 @@
%setup -q -n kdesdk-%version
%patch
%patch2
+#%patch3

%build
%ifarch ppc64
@@ -164,6 +173,7 @@
# Requires strigila_po.so (bnc#410716)
Requires: kdesdk4
%kde4_runtime_requires
+Requires: libqt4_sql_backend

%description -n kde4-lokalize
This package contains lokalize, an editor for translations
@@ -500,6 +510,11 @@
/usr/share/strigi/fieldproperties/strigi_translation.fieldproperties

%changelog
+* Thu Aug 28 2008 dmueller@xxxxxxx
+- update to 4.1.1
+ * see http://kde.org/announcements/changelogs/changelog4_1to4_1_1.php
+* Wed Aug 13 2008 dmueller@xxxxxxx
+- branch diff update
* Wed Jul 23 2008 dmueller@xxxxxxx
- update to 4.1.0
* Fri Jul 18 2008 dmueller@xxxxxxx

++++++ 4_1_BRANCH.diff ++++++
--- /var/tmp/diff_new_pack.lC9887/_old 2008-09-01 15:03:47.000000000 +0200
+++ /var/tmp/diff_new_pack.lC9887/_new 2008-09-01 15:03:47.000000000 +0200
@@ -1,7 +1,7 @@
-package: kdesdk-4.0.3.tar.bz2
+package: kdesdk-4.1.1.tar.bz2
kdemod: kdesdk
--- BRANCH_STATUS
+++ BRANCH_STATUS
@@ -0,0 +1,2 @@
-+current HEAD: 800948
-+svn di between //tags/KDE/4.0.3/kdesdk and //branches/KDE/4.0/kdesdk
++current HEAD: 853806
++svn di between //tags/KDE/4.1.1/kdesdk and //tags/KDE/4.1.1/kdesdk

++++++ kdesdk-4.1.0.tar.bz2 -> kdesdk-4.1.1.tar.bz2 ++++++
++++ 1868 lines of diff (skipped)

++++++ strigi-0.6.0.diff ++++++
Index: strigi-analyzer/po/poendanalyzer.cpp
===================================================================
--- strigi-analyzer/po/poendanalyzer.cpp (revision 850616)
+++ strigi-analyzer/po/poendanalyzer.cpp (working copy)
@@ -41,7 +41,7 @@
PoEndAnalyzer(const PoEndAnalyzerFactory* f):factory(f) {}
const char* name() const {return "PoEndAnalyzer";}
bool checkHeader(const char* header, int32_t headersize) const;
- char analyze(Strigi::AnalysisResult& idx,Strigi::InputStream* in);
+ signed char analyze(Strigi::AnalysisResult& idx,Strigi::InputStream*
in);
private:
const PoEndAnalyzerFactory* factory;
};
@@ -103,7 +103,7 @@
}


-char PoEndAnalyzer::analyze(AnalysisResult& idx, InputStream* in)
+signed char PoEndAnalyzer::analyze(AnalysisResult& idx, InputStream* in)
{
if (idx.extension()=="svn-base")
return Ok;


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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread