[kdelibs] 6:4.14.3-6

Rex Dieter rdieter at fedoraproject.org
Thu Dec 18 14:21:26 UTC 2014


commit 177d6f0d7cceb38b98f05ee32dc199ba5f933832
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Thu Dec 18 08:21:19 2014 -0600

    6:4.14.3-6
    
    - kill uri/ fake mimetypes (#587573, kde#269045)
    - own fake mimetype dirs, e.g. mime/all/ (#907667)

 kdelibs.spec                                       |   14 +-
 ...eferences-to-old-uri-style-fake-mimetypes.patch |  437 ++++++++++++++++++++
 2 files changed, 450 insertions(+), 1 deletions(-)
---
diff --git a/kdelibs.spec b/kdelibs.spec
index 52ee74d..9f88416 100644
--- a/kdelibs.spec
+++ b/kdelibs.spec
@@ -41,7 +41,7 @@
 
 Summary: KDE Libraries
 Version: 4.14.3
-Release: 5%{?dist}
+Release: 6%{?dist}
 
 Name: kdelibs
 Epoch: 6
@@ -140,6 +140,10 @@ Patch49: kdelibs-solid_qt_no_debug_output.patch
 # https://git.reviewboard.kde.org/r/102439/
 Patch50: kdelibs-4.7.0-knewstuff2_gpg2.patch
 
+# https://bugs.kde.org/show_bug.cgi?id=269045
+# https://git.reviewboard.kde.org/r/101231/
+Patch51: kill-references-to-old-uri-style-fake-mimetypes.patch
+
 # Toggle solid upnp support at runtime via env var SOLID_UPNP=1 (disabled by default)
 Patch52: kdelibs-4.10.0-SOLID_UPNP.patch
 
@@ -387,6 +391,7 @@ sed -i -e "s|@@VERSION_RELEASE@@|%{version}-%{release}|" kio/kio/kprotocolmanage
 
 # upstreamable patches
 %patch50 -p1 -b .knewstuff2_gpg2
+%patch51 -p1 -b .r101231
 %patch52 -p1 -b .SOLID_UPNP
 %patch53 -p1 -b .kjs-s390
 %patch54 -p1 -b .kjs-locale
@@ -454,6 +459,8 @@ mv %{buildroot}%{_kde4_sysconfdir}/xdg/menus/applications.menu \
 # create/own stuff
 # see http://bugzilla.redhat.com/483318
 mkdir -p %{buildroot}%{_kde4_libdir}/kconf_update_bin
+# own fake mimetype dirs (#907667)
+mkdir -p %{buildroot}%{_datadir}/mime/all
 
 ## use ca-certificates' ca-bundle.crt, symlink as what most other
 ## distros do these days (http://bugzilla.redhat.com/521902)
@@ -588,6 +595,7 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
 %{_kde4_datadir}/applications/kde4/kmailservice.desktop
 %{_kde4_datadir}/applications/kde4/ktelnetservice.desktop
 %{_datadir}/mime/packages/kde.xml
+%dir %{_datadir}/mime/all
 %{_kde4_sharedir}/kde4/services/*
 %{_kde4_sharedir}/kde4/servicetypes/*
 %{_kde4_iconsdir}/hicolor/*/*/*
@@ -736,6 +744,10 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
 
 
 %changelog
+* Thu Dec 18 2014 Rex Dieter <rdieter at fedoraproject.org> - 6:4.14.3-6
+- kill uri/ fake mimetypes (#587573, kde#269045)
+- own fake mimetype dirs, e.g. mime/all/ (#907667)
+
 * Tue Dec 09 2014 Rex Dieter <rdieter at fedoraproject.org> - 6:4.14.3-5
 - pull in Kolab KRecursiveFilterProxyModel.patch
 
diff --git a/kill-references-to-old-uri-style-fake-mimetypes.patch b/kill-references-to-old-uri-style-fake-mimetypes.patch
new file mode 100644
index 0000000..ed3e3b9
--- /dev/null
+++ b/kill-references-to-old-uri-style-fake-mimetypes.patch
@@ -0,0 +1,437 @@
+From e3af2cc22efb92e6317856664aadb56e57cc759a Mon Sep 17 00:00:00 2001
+From: Rex Dieter <rdieter at math.unl.edu>
+Date: Thu, 18 Dec 2014 07:58:43 -0600
+Subject: [PATCH] kill references to old uri/ style fake mimetypes
+
+BUG: 269045
+REVIEW: 101231
+---
+ kio/misc/mms.protocol   |   1 -
+ kio/misc/mmst.protocol  |   1 -
+ kio/misc/mmsu.protocol  |   1 -
+ kio/misc/pnm.protocol   |   1 -
+ kio/misc/rtspt.protocol |   1 -
+ kio/misc/rtspu.protocol |   1 -
+ mimetypes/kde.xml       | 344 ------------------------------------------------
+ 7 files changed, 350 deletions(-)
+
+diff --git a/kio/misc/mms.protocol b/kio/misc/mms.protocol
+index ae9e1d9..0215402 100644
+--- a/kio/misc/mms.protocol
++++ b/kio/misc/mms.protocol
+@@ -1,7 +1,6 @@
+ [Protocol]
+ helper=true
+ exec=
+-defaultMimetype=uri/mms
+ protocol=mms
+ input=none
+ output=none
+diff --git a/kio/misc/mmst.protocol b/kio/misc/mmst.protocol
+index 1f0f763..782864e 100644
+--- a/kio/misc/mmst.protocol
++++ b/kio/misc/mmst.protocol
+@@ -1,5 +1,4 @@
+ [Protocol]
+-defaultMimetype=uri/mmst
+ exec=
+ protocol=mmst
+ input=none
+diff --git a/kio/misc/mmsu.protocol b/kio/misc/mmsu.protocol
+index deda935..7bf570b 100644
+--- a/kio/misc/mmsu.protocol
++++ b/kio/misc/mmsu.protocol
+@@ -1,5 +1,4 @@
+ [Protocol]
+-defaultMimetype=uri/mmsu
+ exec=
+ protocol=mmsu
+ input=none
+diff --git a/kio/misc/pnm.protocol b/kio/misc/pnm.protocol
+index 3ca3a7d..c359642 100644
+--- a/kio/misc/pnm.protocol
++++ b/kio/misc/pnm.protocol
+@@ -1,5 +1,4 @@
+ [Protocol]
+-defaultMimetype=uri/pnm
+ exec=
+ protocol=pnm
+ input=none
+diff --git a/kio/misc/rtspt.protocol b/kio/misc/rtspt.protocol
+index 9e4fe96..e808910 100644
+--- a/kio/misc/rtspt.protocol
++++ b/kio/misc/rtspt.protocol
+@@ -1,5 +1,4 @@
+ [Protocol]
+-defaultMimetype=uri/rtspt
+ exec=
+ protocol=rtspt
+ input=none
+diff --git a/kio/misc/rtspu.protocol b/kio/misc/rtspu.protocol
+index 9cc9299..2c78181 100644
+--- a/kio/misc/rtspu.protocol
++++ b/kio/misc/rtspu.protocol
+@@ -1,5 +1,4 @@
+ [Protocol]
+-defaultMimetype=uri/rtspu
+ exec=
+ protocol=rtspu
+ input=none
+diff --git a/mimetypes/kde.xml b/mimetypes/kde.xml
+index 9db3af0..d9255f1 100644
+--- a/mimetypes/kde.xml
++++ b/mimetypes/kde.xml
+@@ -1902,350 +1902,6 @@ Notes:
+     <comment xml:lang="zh_TW">所有檔案</comment>
+   </mime-type>
+ 
+-  <!-- uri/ fake mime types -->
+-  <mime-type type="uri/mms">
+-    <comment>mms: URIs</comment>
+-    <comment xml:lang="ar">mms: وصلات</comment>
+-    <comment xml:lang="ast">mms: URIs</comment>
+-    <comment xml:lang="bs">MMS URI‑ji</comment>
+-    <comment xml:lang="ca">mms: URI</comment>
+-    <comment xml:lang="ca at valencia">mms: URI</comment>
+-    <comment xml:lang="cs">mms: URI</comment>
+-    <comment xml:lang="da">mms: URI'er</comment>
+-    <comment xml:lang="de">mms: URIs</comment>
+-    <comment xml:lang="el">mms: URIs</comment>
+-    <comment xml:lang="en_GB">mms: URIs</comment>
+-    <comment xml:lang="es">mms: URIs</comment>
+-    <comment xml:lang="et">mms: URI-d</comment>
+-    <comment xml:lang="eu">mms: URIak</comment>
+-    <comment xml:lang="fi">mms: URI:t</comment>
+-    <comment xml:lang="fr">mms : URIs</comment>
+-    <comment xml:lang="ga">mms: URIanna</comment>
+-    <comment xml:lang="gl">mms: Lista de URI</comment>
+-    <comment xml:lang="hr">mms: URI-ovi</comment>
+-    <comment xml:lang="hu">mms: URI-k</comment>
+-    <comment xml:lang="ia">mms: URIs</comment>
+-    <comment xml:lang="is">mms: slóðir</comment>
+-    <comment xml:lang="it">mms: URI</comment>
+-    <comment xml:lang="ja">mms: URIs</comment>
+-    <comment xml:lang="kk">mms: URI-лері</comment>
+-    <comment xml:lang="km">mms: URIs</comment>
+-    <comment xml:lang="ko">mms: URI</comment>
+-    <comment xml:lang="lt">mms: URI</comment>
+-    <comment xml:lang="lv">mms: URIs</comment>
+-    <comment xml:lang="ml">mms: URIs</comment>
+-    <comment xml:lang="mr">mms: URIs</comment>
+-    <comment xml:lang="nb">mms: URI-er</comment>
+-    <comment xml:lang="nds">MMS: URIs</comment>
+-    <comment xml:lang="nl">mms: URI's</comment>
+-    <comment xml:lang="nn">mms:-adresser</comment>
+-    <comment xml:lang="pa">mms: URI</comment>
+-    <comment xml:lang="pl">mms: adresy URI</comment>
+-    <comment xml:lang="pt">URI's 'mms:'</comment>
+-    <comment xml:lang="pt_BR">URIs mms:</comment>
+-    <comment xml:lang="ro">URI-uri mms:</comment>
+-    <comment xml:lang="ru">расположения ресурсов MMS</comment>
+-    <comment xml:lang="se">mms:-čujuhusat</comment>
+-    <comment xml:lang="sk">mms: adresy URI</comment>
+-    <comment xml:lang="sl">URI-ji za mms:</comment>
+-    <comment xml:lang="sq">mms: URIs</comment>
+-    <comment xml:lang="sr">ММС УРИ‑ји</comment>
+-    <comment xml:lang="sr at ijekavian">ММС УРИ‑ји</comment>
+-    <comment xml:lang="sr at ijekavianlatin">MMS URI‑ji</comment>
+-    <comment xml:lang="sr at latin">MMS URI‑ji</comment>
+-    <comment xml:lang="sv">mms: webbadresser</comment>
+-    <comment xml:lang="tr">mms: Adresleri</comment>
+-    <comment xml:lang="ug">mms: ئادرېسلار</comment>
+-    <comment xml:lang="uk">mms: адреси</comment>
+-    <comment xml:lang="zh_CN">mms: 地址</comment>
+-    <comment xml:lang="zh_TW">mms: 網址</comment>
+-  </mime-type>
+-  <mime-type type="uri/mmst">
+-    <comment>mmst: URIs</comment>
+-    <comment xml:lang="ar">mmst: وصلات</comment>
+-    <comment xml:lang="ast">mmst: URIs</comment>
+-    <comment xml:lang="bs">MMST URI‑ji</comment>
+-    <comment xml:lang="ca">mmst: URI</comment>
+-    <comment xml:lang="ca at valencia">mmst: URI</comment>
+-    <comment xml:lang="cs">mmst: URI</comment>
+-    <comment xml:lang="da">mmst: URI'er</comment>
+-    <comment xml:lang="de">mmst: URIs</comment>
+-    <comment xml:lang="el">mmst: URIs</comment>
+-    <comment xml:lang="en_GB">mmst: URIs</comment>
+-    <comment xml:lang="es">mmst: URIs</comment>
+-    <comment xml:lang="et">mmst: URI-d</comment>
+-    <comment xml:lang="eu">mmst: URIak</comment>
+-    <comment xml:lang="fi">mmst: URI:t</comment>
+-    <comment xml:lang="fr">mmst : URIs</comment>
+-    <comment xml:lang="ga">mmst: URIanna</comment>
+-    <comment xml:lang="gl">mmst: Lista de URI</comment>
+-    <comment xml:lang="hr">mmst: URI-ovi</comment>
+-    <comment xml:lang="hu">mmst: URI-k</comment>
+-    <comment xml:lang="ia">mmst: URIs</comment>
+-    <comment xml:lang="is">mmst: slóðir</comment>
+-    <comment xml:lang="it">mmst: URI</comment>
+-    <comment xml:lang="ja">mmst: URIs</comment>
+-    <comment xml:lang="kk">mmst: URI-лері</comment>
+-    <comment xml:lang="km">mmst: URIs</comment>
+-    <comment xml:lang="ko">mmst: URI</comment>
+-    <comment xml:lang="lt">mmst: URI</comment>
+-    <comment xml:lang="lv">mmst: URIs</comment>
+-    <comment xml:lang="ml">mmst: URIs</comment>
+-    <comment xml:lang="mr">mmst: URIs</comment>
+-    <comment xml:lang="nb">mmst: URI-er</comment>
+-    <comment xml:lang="nds">MMST: URIs</comment>
+-    <comment xml:lang="nl">mmst: URI's</comment>
+-    <comment xml:lang="nn">mmst:-adresser</comment>
+-    <comment xml:lang="pa">mmst: URI</comment>
+-    <comment xml:lang="pl">mmst: adresy URI</comment>
+-    <comment xml:lang="pt">URI's 'mmst:'</comment>
+-    <comment xml:lang="pt_BR">URIs mmst:</comment>
+-    <comment xml:lang="ro">URI-uri mmst:</comment>
+-    <comment xml:lang="ru">расположения ресурсов MMST</comment>
+-    <comment xml:lang="se">mmst:-čujuhusat</comment>
+-    <comment xml:lang="sk">mmst: adresy URI</comment>
+-    <comment xml:lang="sl">URI-ji za mmst:</comment>
+-    <comment xml:lang="sq">mmst: URIs</comment>
+-    <comment xml:lang="sr">ММСТ УРИ‑ји</comment>
+-    <comment xml:lang="sr at ijekavian">ММСТ УРИ‑ји</comment>
+-    <comment xml:lang="sr at ijekavianlatin">MMST URI‑ji</comment>
+-    <comment xml:lang="sr at latin">MMST URI‑ji</comment>
+-    <comment xml:lang="sv">mmst: webbadresser</comment>
+-    <comment xml:lang="tr">mmst: Adresleri</comment>
+-    <comment xml:lang="ug">mmst: ئادرېسلار</comment>
+-    <comment xml:lang="uk">mmst: адреси</comment>
+-    <comment xml:lang="zh_CN">mmst: 地址</comment>
+-    <comment xml:lang="zh_TW">mmst: 網址</comment>
+-  </mime-type>
+-  <mime-type type="uri/mmsu">
+-    <comment>mmsu: URIs</comment>
+-    <comment xml:lang="ar">mmsu: وصلات</comment>
+-    <comment xml:lang="ast">mmsu: URIs</comment>
+-    <comment xml:lang="bs">MMSU URI‑ji</comment>
+-    <comment xml:lang="ca">mmsu: URI</comment>
+-    <comment xml:lang="ca at valencia">mmsu: URI</comment>
+-    <comment xml:lang="cs">mmsu: URI</comment>
+-    <comment xml:lang="da">mmsu: URI'er</comment>
+-    <comment xml:lang="de">mmsu: URIs</comment>
+-    <comment xml:lang="el">mmsu: URIs</comment>
+-    <comment xml:lang="en_GB">mmsu: URIs</comment>
+-    <comment xml:lang="es">mmsu: URIs</comment>
+-    <comment xml:lang="et">mmsu: URI-d</comment>
+-    <comment xml:lang="eu">mmsu: URIak</comment>
+-    <comment xml:lang="fi">mmsu: URI:t</comment>
+-    <comment xml:lang="fr">mmsu : URIs</comment>
+-    <comment xml:lang="ga">mmsu: URIanna</comment>
+-    <comment xml:lang="gl">mmsu: Lista de URI</comment>
+-    <comment xml:lang="hr">mmsu: URI-ovi</comment>
+-    <comment xml:lang="hu">mmsu: URI-k</comment>
+-    <comment xml:lang="ia">mmsu: URIs</comment>
+-    <comment xml:lang="is">mmsu: slóðir</comment>
+-    <comment xml:lang="it">mmsu: URI</comment>
+-    <comment xml:lang="ja">mmsu: URIs</comment>
+-    <comment xml:lang="kk">mmsu: URIs</comment>
+-    <comment xml:lang="km">mmsu: URIs</comment>
+-    <comment xml:lang="ko">mmsu: URI</comment>
+-    <comment xml:lang="lt">mmsu: URI</comment>
+-    <comment xml:lang="lv">mmsu: URIs</comment>
+-    <comment xml:lang="ml">mmsu: URIs</comment>
+-    <comment xml:lang="mr">mmsu: URIs</comment>
+-    <comment xml:lang="nb">mmsu: URI-er</comment>
+-    <comment xml:lang="nds">MMSU: URIs</comment>
+-    <comment xml:lang="nl">mmsu: URI's</comment>
+-    <comment xml:lang="nn">mmsu:-adresser</comment>
+-    <comment xml:lang="pa">mmsu: URI</comment>
+-    <comment xml:lang="pl">mmsu: adresy URI</comment>
+-    <comment xml:lang="pt">URI's 'mmsu:'</comment>
+-    <comment xml:lang="pt_BR">URIs mmsu:</comment>
+-    <comment xml:lang="ro">URI-uri mmsu:</comment>
+-    <comment xml:lang="ru">расположения ресурсов MMSU</comment>
+-    <comment xml:lang="se">mmsu:-čujuhusat</comment>
+-    <comment xml:lang="sk">mmsu: adresy URI</comment>
+-    <comment xml:lang="sl">URI-ji za mmsu:</comment>
+-    <comment xml:lang="sq">mmsu: URIs</comment>
+-    <comment xml:lang="sr">ММСУ УРИ‑ји</comment>
+-    <comment xml:lang="sr at ijekavian">ММСУ УРИ‑ји</comment>
+-    <comment xml:lang="sr at ijekavianlatin">MMSU URI‑ji</comment>
+-    <comment xml:lang="sr at latin">MMSU URI‑ji</comment>
+-    <comment xml:lang="sv">mmsu: webbadresser</comment>
+-    <comment xml:lang="tr">mmsu: Adresleri</comment>
+-    <comment xml:lang="ug">mmsu: ئادرېسلار</comment>
+-    <comment xml:lang="uk">mmsu: адреси</comment>
+-    <comment xml:lang="zh_CN">mmsu: 地址</comment>
+-    <comment xml:lang="zh_TW">mmsu: 網址</comment>
+-  </mime-type>
+-  <mime-type type="uri/pnm">
+-    <comment>pnm: URIs</comment>
+-    <comment xml:lang="ar">pnm: وصلات</comment>
+-    <comment xml:lang="ast">pnm: URIs</comment>
+-    <comment xml:lang="bs">PNM URI‑ji</comment>
+-    <comment xml:lang="ca">pnm: URI</comment>
+-    <comment xml:lang="ca at valencia">pnm: URI</comment>
+-    <comment xml:lang="cs">pnm: URI</comment>
+-    <comment xml:lang="da">pnm: URI'er</comment>
+-    <comment xml:lang="de">pnm: URIs</comment>
+-    <comment xml:lang="el">pnm: URIs</comment>
+-    <comment xml:lang="en_GB">pnm: URIs</comment>
+-    <comment xml:lang="es">pnm: URIs</comment>
+-    <comment xml:lang="et">pnm: URI-d</comment>
+-    <comment xml:lang="eu">pnm: URIak</comment>
+-    <comment xml:lang="fi">pnm: URI:t</comment>
+-    <comment xml:lang="fr">pnm : URIs</comment>
+-    <comment xml:lang="ga">pnm: URIanna</comment>
+-    <comment xml:lang="gl">pnm: Lista de URI</comment>
+-    <comment xml:lang="hr">pnm: URI-ovi</comment>
+-    <comment xml:lang="hu">pnm: URI-k</comment>
+-    <comment xml:lang="ia">pnm: URIs</comment>
+-    <comment xml:lang="is">pnm: slóðir</comment>
+-    <comment xml:lang="it">pnm: URI</comment>
+-    <comment xml:lang="ja">pnm: URIs</comment>
+-    <comment xml:lang="kk">pnm: URI-лері</comment>
+-    <comment xml:lang="km">pnm: URIs</comment>
+-    <comment xml:lang="ko">pnm: URI</comment>
+-    <comment xml:lang="lt">pnm: URI</comment>
+-    <comment xml:lang="lv">pnm: URIs</comment>
+-    <comment xml:lang="ml">pnm: URIs</comment>
+-    <comment xml:lang="mr">pnm: URIs</comment>
+-    <comment xml:lang="nb">pnm: URI-er</comment>
+-    <comment xml:lang="nds">PNM: URIs</comment>
+-    <comment xml:lang="nl">pnm: URI-adressen</comment>
+-    <comment xml:lang="nn">pnm:-adresser</comment>
+-    <comment xml:lang="pa">pnm: URI</comment>
+-    <comment xml:lang="pl">pnm: adresy URI</comment>
+-    <comment xml:lang="pt">URI's 'pnm:'</comment>
+-    <comment xml:lang="pt_BR">URIs pnm:</comment>
+-    <comment xml:lang="ro">URI-uri pnm:</comment>
+-    <comment xml:lang="ru">расположения ресурсов PNM</comment>
+-    <comment xml:lang="se">pnm:-čujuhusat</comment>
+-    <comment xml:lang="sk">pnm: adresy URI</comment>
+-    <comment xml:lang="sl">URI-ji za pnm:</comment>
+-    <comment xml:lang="sq">pnm: URIs</comment>
+-    <comment xml:lang="sr">ПНМ УРИ‑ји</comment>
+-    <comment xml:lang="sr at ijekavian">ПНМ УРИ‑ји</comment>
+-    <comment xml:lang="sr at ijekavianlatin">PNM URI‑ji</comment>
+-    <comment xml:lang="sr at latin">PNM URI‑ji</comment>
+-    <comment xml:lang="sv">pnm: webbadresser</comment>
+-    <comment xml:lang="tr">pnm: Adresleri</comment>
+-    <comment xml:lang="ug">pnm: ئادرېسلار</comment>
+-    <comment xml:lang="uk">pnm: адреси</comment>
+-    <comment xml:lang="zh_CN">pnm: 地址</comment>
+-    <comment xml:lang="zh_TW">pnm: 網址</comment>
+-  </mime-type>
+-  <mime-type type="uri/rtspt">
+-    <comment>rtspt: URIs</comment>
+-    <comment xml:lang="ar">rtspt: وصلات</comment>
+-    <comment xml:lang="ast">rtspt: URIs</comment>
+-    <comment xml:lang="bs">RTSPT URI‑ji</comment>
+-    <comment xml:lang="ca">rtspt: URI</comment>
+-    <comment xml:lang="ca at valencia">rtspt: URI</comment>
+-    <comment xml:lang="cs">rtspt: URIs</comment>
+-    <comment xml:lang="da">rtspt: URI'er</comment>
+-    <comment xml:lang="de">rtspt: URIs</comment>
+-    <comment xml:lang="el">rtspt: URIs</comment>
+-    <comment xml:lang="en_GB">rtspt: URIs</comment>
+-    <comment xml:lang="es">rtspt: URIs</comment>
+-    <comment xml:lang="et">rtspt: URI-d</comment>
+-    <comment xml:lang="eu">rtspt: URIak</comment>
+-    <comment xml:lang="fi">rtspt: URI:t</comment>
+-    <comment xml:lang="fr">rtspt : URIs</comment>
+-    <comment xml:lang="ga">rtspt: URIanna</comment>
+-    <comment xml:lang="gl">rtspt: Lista de URI</comment>
+-    <comment xml:lang="hr">rtspt: URI-ovi</comment>
+-    <comment xml:lang="hu">rtspt: URI-k</comment>
+-    <comment xml:lang="ia">rtsp: URIs</comment>
+-    <comment xml:lang="is">rtspt: slóðir</comment>
+-    <comment xml:lang="it">rtspt: URI</comment>
+-    <comment xml:lang="ja">rtspt: URIs</comment>
+-    <comment xml:lang="kk">rtspt: URI-лері</comment>
+-    <comment xml:lang="km">rtspt: URIs</comment>
+-    <comment xml:lang="ko">rtspt: URI</comment>
+-    <comment xml:lang="lt">rtspt: URI</comment>
+-    <comment xml:lang="lv">rtspt: URIs</comment>
+-    <comment xml:lang="ml">rtspt: URIs</comment>
+-    <comment xml:lang="mr">rtspt: URIs</comment>
+-    <comment xml:lang="nb">rtspt: URI-er</comment>
+-    <comment xml:lang="nds">RTSPT: URIs</comment>
+-    <comment xml:lang="nl">rtspt: URI-adressen</comment>
+-    <comment xml:lang="nn">rtspt:-adresser</comment>
+-    <comment xml:lang="pa">rtspt: URI</comment>
+-    <comment xml:lang="pl">rtspt: adresy URI</comment>
+-    <comment xml:lang="pt">URI's 'rtspt:'</comment>
+-    <comment xml:lang="pt_BR">URIs rtspt:</comment>
+-    <comment xml:lang="ro">URI-uri rtspt:</comment>
+-    <comment xml:lang="ru">расположения ресурсов RTSPT</comment>
+-    <comment xml:lang="se">rtspt:-čujuhusat</comment>
+-    <comment xml:lang="sk">rtspt: adresy URI</comment>
+-    <comment xml:lang="sl">URI-ji za rtspt:</comment>
+-    <comment xml:lang="sq">rtspt: URIs</comment>
+-    <comment xml:lang="sr">РТСПТ УРИ‑ји</comment>
+-    <comment xml:lang="sr at ijekavian">РТСПТ УРИ‑ји</comment>
+-    <comment xml:lang="sr at ijekavianlatin">RTSPT URI‑ji</comment>
+-    <comment xml:lang="sr at latin">RTSPT URI‑ji</comment>
+-    <comment xml:lang="sv">rtspt: webbadresser</comment>
+-    <comment xml:lang="tr">rtspt: Adresleri</comment>
+-    <comment xml:lang="ug">rtspt: ئادرېسلار</comment>
+-    <comment xml:lang="uk">rtspt: адреси</comment>
+-    <comment xml:lang="zh_CN">rtspt: 地址</comment>
+-    <comment xml:lang="zh_TW">rtspt: 網址</comment>
+-  </mime-type>
+-  <mime-type type="uri/rtspu">
+-    <comment>rtspu: URIs</comment>
+-    <comment xml:lang="ar">rtspu: وصلات</comment>
+-    <comment xml:lang="ast">rtspu: URIs</comment>
+-    <comment xml:lang="bs">RTSPU URI‑ji</comment>
+-    <comment xml:lang="ca">rtspu: URI</comment>
+-    <comment xml:lang="ca at valencia">rtspu: URI</comment>
+-    <comment xml:lang="cs">rtspu: URI</comment>
+-    <comment xml:lang="da">rtspu: URI'er</comment>
+-    <comment xml:lang="de">rtspu: URIs</comment>
+-    <comment xml:lang="el">rtspu: URIs</comment>
+-    <comment xml:lang="en_GB">rtspu: URIs</comment>
+-    <comment xml:lang="es">rtspu: URIs</comment>
+-    <comment xml:lang="et">rtspu: URI-d</comment>
+-    <comment xml:lang="eu">rtspu: URIak</comment>
+-    <comment xml:lang="fi">rtspu: URI:t</comment>
+-    <comment xml:lang="fr">rtspu : URIs</comment>
+-    <comment xml:lang="ga">rtspu: URIanna</comment>
+-    <comment xml:lang="gl">rtspu: Lista de URI</comment>
+-    <comment xml:lang="hr">rtspu: URI-ovi</comment>
+-    <comment xml:lang="hu">rtspu: URI-k</comment>
+-    <comment xml:lang="ia">rtspu: URIs</comment>
+-    <comment xml:lang="is">rtspu: slóðir</comment>
+-    <comment xml:lang="it">rtspu: URI</comment>
+-    <comment xml:lang="ja">rtspu: URIs</comment>
+-    <comment xml:lang="kk">rtspu: URI-лері</comment>
+-    <comment xml:lang="km">rtspu: URIs</comment>
+-    <comment xml:lang="ko">rtspu: URI</comment>
+-    <comment xml:lang="lt">rtspu: URI</comment>
+-    <comment xml:lang="lv">rtspu: URIs</comment>
+-    <comment xml:lang="ml">rtspu: URIs</comment>
+-    <comment xml:lang="mr">rtspu: URIs</comment>
+-    <comment xml:lang="nb">rtspu: URI-er</comment>
+-    <comment xml:lang="nds">RTSPU: URIs</comment>
+-    <comment xml:lang="nl">rtspu: URI-adressen</comment>
+-    <comment xml:lang="nn">rtspu:-adresser</comment>
+-    <comment xml:lang="pa">rtspu: URI</comment>
+-    <comment xml:lang="pl">rtspu: adresy URI</comment>
+-    <comment xml:lang="pt">URI's 'rtspu:'</comment>
+-    <comment xml:lang="pt_BR">URIs rtspu:</comment>
+-    <comment xml:lang="ro">URI-uri rtspu:</comment>
+-    <comment xml:lang="ru">расположения ресурсов RTSPU</comment>
+-    <comment xml:lang="se">rpspu:-čujuhusat</comment>
+-    <comment xml:lang="sk">rtspu: adresy URI</comment>
+-    <comment xml:lang="sl">URI-ji za rtspu:</comment>
+-    <comment xml:lang="sq">rtspu: URIs</comment>
+-    <comment xml:lang="sr">РТСПУ УРИ‑ји</comment>
+-    <comment xml:lang="sr at ijekavian">РТСПУ УРИ‑ји</comment>
+-    <comment xml:lang="sr at ijekavianlatin">RTSPU URI‑ji</comment>
+-    <comment xml:lang="sr at latin">RTSPU URI‑ji</comment>
+-    <comment xml:lang="sv">rtspu: webbadresser</comment>
+-    <comment xml:lang="tr">rtspu: Adresleri</comment>
+-    <comment xml:lang="ug">rtspu: ئادرېسلار</comment>
+-    <comment xml:lang="uk">rtspu: адреси</comment>
+-    <comment xml:lang="zh_CN">rtspu: 地址</comment>
+-    <comment xml:lang="zh_TW">rtspu: 網址</comment>
+-  </mime-type>
+-
+   <mime-type type="application/vnd.kde.fontspackage">
+     <sub-class-of type="application/zip"/>
+     <comment>fonts package</comment>
+-- 
+1.9.3
+


More information about the scm-commits mailing list