Mailinglist Archive: opensuse-commit (2125 mails)
| < Previous | Next > |
commit kdelibs3
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 10 Apr 2008 21:32:05 +0200
- Message-id: <20080410193205.D713F678182@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package kdelibs3
checked in at Thu Apr 10 21:32:05 CEST 2008.
--------
--- KDE/kdelibs3/kdelibs3.changes 2008-04-10 12:58:19.000000000 +0200
+++ kdelibs3/kdelibs3.changes 2008-04-10 16:23:11.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Apr 10 16:22:10 CEST 2008 - stbinner@xxxxxxx
+
+- don't dump mime types of KDE4 apps but give it only low priority
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdelibs3-devel-doc.spec ++++++
--- /var/tmp/diff_new_pack.j28568/_old 2008-04-10 21:30:41.000000000 +0200
+++ /var/tmp/diff_new_pack.j28568/_new 2008-04-10 21:30:41.000000000 +0200
@@ -24,7 +24,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Additional Package Documentation
Version: 3.5.9
-Release: 24
+Release: 25
%define kdelibs_patch_level b
BuildArch: noarch
Requires: kdelibs3 qt3-devel-doc
++++++ kdelibs3.spec ++++++
--- /var/tmp/diff_new_pack.j28568/_old 2008-04-10 21:30:42.000000000 +0200
+++ /var/tmp/diff_new_pack.j28568/_new 2008-04-10 21:30:42.000000000 +0200
@@ -31,7 +31,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: KDE Base Libraries
Version: 3.5.9
-Release: 23
+Release: 24
Obsoletes: kde3-i18n kups keramik kdelibs3-cups kdelibs3-33addons
kdepim3-networkstatus
Provides: kups keramik kdelibs3-cups kdelibs3-33addons
kdepim3-networkstatus
Provides: kdelibs3_base = 3.3
@@ -819,6 +819,8 @@
/opt/kde3/%_lib/libconnectionmanager.so
%changelog
+* Thu Apr 10 2008 stbinner@xxxxxxx
+- don't dump mime types of KDE4 apps but give it only low priority
* Thu Apr 10 2008 ro@xxxxxxx
- added baselibs.conf file to build xxbit packages
for multilib support
++++++ kde4-applications.diff ++++++
--- /var/tmp/diff_new_pack.j28568/_old 2008-04-10 21:30:43.000000000 +0200
+++ /var/tmp/diff_new_pack.j28568/_new 2008-04-10 21:30:43.000000000 +0200
@@ -26,16 +26,6 @@
entryMap.remove("Exec");
m_strIcon = config->readEntry( "Icon", "unknown" );
-@@ -221,7 +226,8 @@
- m_lstServiceTypes = config->readListEntry( "ServiceTypes" );
- entryMap.remove("ServiceTypes");
- // For compatibility with KDE 1.x
-- m_lstServiceTypes += config->readListEntry( "MimeType", ';' );
-+ if (!kde4application)
-+ m_lstServiceTypes += config->readListEntry( "MimeType", ';' );
- entryMap.remove("MimeType");
-
- if ( m_strType == "Application" &&
!m_lstServiceTypes.contains("Application") )
@@ -246,6 +246,8 @@
m_DCOPServiceType = DCOP_None;
@@ -76,3 +66,14 @@
entryMap.remove("Exec");
m_strIcon = config->readEntry( "Icon", "unknown" );
+--- kio/kio/kservice.cpp 2008/04/10 14:01:04 1.107
++++ kio/kio/kservice.cpp 2008/04/10 14:08:59
+@@ -271,6 +271,8 @@
+ if ( m_initialPreference == 1 )
+ m_initialPreference = config->readNumEntry( "InitialPreference", 1 );
+ entryMap.remove("InitialPreference");
++ if (kde4application)
++ m_initialPreference = 1;
+
+ // Store all additional entries in the property map.
+ // A QMap<QString,QString> would be easier for this but we can't
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |