Hello community,

here is the log from the commit of package kdf for openSUSE:Factory checked in 
at 2013-07-08 07:31:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdf (Old)
 and      /work/SRC/openSUSE:Factory/.kdf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdf"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdf/kdf.changes  2013-06-11 09:31:52.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.kdf.new/kdf.changes     2013-07-08 
07:31:48.000000000 +0200
@@ -1,0 +2,14 @@
+Thu Jun 27 18:23:32 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.90
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta2.php
+
+-------------------------------------------------------------------
+Thu Jun 13 19:31:51 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.80
+   * KDE 4.11 Beta 1 release
+   * See http://www.kde.org/announcements/announce-4.11-beta1.php
+
+-------------------------------------------------------------------

Old:
----
  kdf-4.10.4.tar.xz

New:
----
  kdf-4.10.90.tar.xz

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

Other differences:
------------------
++++++ kdf.spec ++++++
--- /var/tmp/diff_new_pack.hrEksj/_old  2013-07-08 07:31:48.000000000 +0200
+++ /var/tmp/diff_new_pack.hrEksj/_new  2013-07-08 07:31:48.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           kdf
-Version:        4.10.4
+Version:        4.10.90
 Release:        0
 Summary:        Disk Usage Viewer
 License:        GPL-2.0+

++++++ kdf-4.10.4.tar.xz -> kdf-4.10.90.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdf-4.10.4/disklist.cpp new/kdf-4.10.90/disklist.cpp
--- old/kdf-4.10.4/disklist.cpp 2013-05-28 21:30:05.000000000 +0200
+++ new/kdf-4.10.90/disklist.cpp        2013-06-10 20:53:45.000000000 +0200
@@ -291,10 +291,15 @@
                 if ( (disk->deviceName() != QLatin1String( "none" ))
                         && (disk->fsType() != QLatin1String( "swap" ))
                         && (disk->fsType() != QLatin1String( "sysfs" ))
+                        && (disk->fsType() != QLatin1String( "rootfs" ))
+                        && (disk->fsType() != QLatin1String( "tmpfs" ))
+                        && (disk->fsType() != QLatin1String( "debugfs" ))
+                        && (disk->fsType() != QLatin1String( "devtmpfs" ))
                         && (disk->mountPoint() != QLatin1String( "/dev/swap" ))
                         && (disk->mountPoint() != QLatin1String( "/dev/pts" ))
                         && (disk->mountPoint() != QLatin1String( "/dev/shm" ))
-                        && (!disk->mountPoint().contains(QLatin1String( 
"/proc" )) ) )
+                        && (!disk->mountPoint().startsWith(QLatin1String( 
"/sys/" )) )
+                        && (!disk->mountPoint().startsWith(QLatin1String( 
"/proc/" )) ) )
                 {
                     replaceDeviceEntry(disk);
                 }
@@ -442,10 +447,15 @@
                     && (disk->deviceName() != QLatin1String( "none" ))
                     && (disk->fsType() != QLatin1String( "swap" ))
                     && (disk->fsType() != QLatin1String( "sysfs" ))
+                    && (disk->fsType() != QLatin1String( "rootfs" ))
+                    && (disk->fsType() != QLatin1String( "tmpfs" ))
+                    && (disk->fsType() != QLatin1String( "debugfs" ))
+                    && (disk->fsType() != QLatin1String( "devtmpfs" ))
                     && (disk->mountPoint() != QLatin1String( "/dev/swap" ))
                     && (disk->mountPoint() != QLatin1String( "/dev/pts" ))
                     && (disk->mountPoint() != QLatin1String( "/dev/shm" ))
-                    && (!disk->mountPoint().contains(QLatin1String( "/proc" )) 
) )
+                    && (!disk->mountPoint().startsWith(QLatin1String( "/sys/" 
)) )
+                    && (!disk->mountPoint().startsWith(QLatin1String( "/proc/" 
)) ) )
             {
                 disk->setMounted(true);    // it is now mounted (df lists only 
mounted)
                 replaceDeviceEntry(disk);
Files old/kdf-4.10.4/doc/app/index.cache.bz2 and 
new/kdf-4.10.90/doc/app/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdf-4.10.4/doc/app/index.docbook 
new/kdf-4.10.90/doc/app/index.docbook
--- old/kdf-4.10.4/doc/app/index.docbook        2013-05-28 21:30:05.000000000 
+0200
+++ new/kdf-4.10.90/doc/app/index.docbook       2013-06-10 20:53:45.000000000 
+0200
@@ -31,8 +31,8 @@
 
 <legalnotice>&FDLNotice;</legalnotice>
 
-<date>2010-01-12</date>
-<releaseinfo>v0.11 (&kde; 4.4)</releaseinfo>
+<date>2013-05-25</date>
+<releaseinfo>v0.15 (&kde; 4.11)</releaseinfo>
 
 <abstract><para>&kdiskfree; displays available file devices, along with
 information about them.</para>
@@ -55,7 +55,7 @@
 <title>Introduction</title>
 
 <para>&kdiskfree; displays the available file devices (hard drive
-partitions, floppy and &CD; drives, &etc;) along with information on
+partitions, floppy and &CD; drives, USB sticks &etc;) along with information on
 their capacity, free space, type and mount point. It also allows you
 to mount and unmount drives and view them in a file manager.</para>
 
@@ -110,11 +110,6 @@
 graph.</para></listitem>
 </itemizedlist>
 
-<!--! new screenshot
-<para>In the picture above, four devices are shown: one reiserfs-formatted
-hard drive partition mounted at the file system root (<filename
-class="directory">/</filename>), two &CD-ROM;'s, and a floppy drive.</para>
--->
 <para><mousebutton>Left</mousebutton> clicking on the header of a
 particular column sorts the devices according to that variable. A
 second <mousebutton>left</mousebutton> click sorts in the opposite
@@ -129,11 +124,11 @@
 
 </sect1>
 
-<sect1 id="the-menus">
-<title>The &kdiskfree; menu bar</title>
+<sect1 id="menus-and-configuration">
+<title>Menu Bar and Configuration</title>
 
 <sect2>
-<title>The <guimenu>File</guimenu> Menu</title>
+<title>The File Menu</title>
 
 <variablelist>
 <varlistentry>
@@ -159,30 +154,18 @@
 </varlistentry>
 </variablelist>
 
+<para>
+Additionally &kdiskfree; has some common &kde; <guimenu>Settings</guimenu> and 
<guimenu>Help</guimenu>
+menu items, for more information read the sections about the <ulink 
url="help:/fundamentals/ui.html#menus-settings"
+>Settings Menu</ulink> and <ulink 
url="help:/fundamentals/ui.html#menus-help">Help Menu</ulink>
+of the &kde; Fundamentals.
+</para>
+
 </sect2>
 
 <sect2>
-<title>The <guimenu>Settings</guimenu> menu and dialog</title>
+<title>The Settings Dialog</title>
 
-<variablelist>
-<varlistentry>
-<term>
-<menuchoice><guimenu>Settings</guimenu>
-<guimenuitem>Configure Shortcuts...</guimenuitem></menuchoice>
-</term>
-<listitem>
-<para>The standard &kde; dialog for setting shortcuts.</para>
-</listitem>
-</varlistentry>
-
-<varlistentry>
-<term>
-<menuchoice>
-<guimenu>Settings</guimenu>
-<guimenuitem>Configure KDiskFree...</guimenuitem>
-</menuchoice>
-</term>
-<listitem><para><action>Opens a configuration dialog.</action></para>
 <screenshot>
 <screeninfo>Configure &kdiskfree; Screen</screeninfo>
         <mediaobject>
@@ -222,15 +205,6 @@
 command prompt).</para></listitem>
 </varlistentry>
 </variablelist>
-</listitem>
-</varlistentry>
-</variablelist>
-</sect2>
-
-<sect2>
-<title>The <guimenu>Help</guimenu> menu</title>
-
-&help.menu.documentation;
 
 </sect2>
 
Files old/kdf-4.10.4/doc/kcontrol/index.cache.bz2 and 
new/kdf-4.10.90/doc/kcontrol/index.cache.bz2 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdf-4.10.4/doc/kcontrol/index.docbook 
new/kdf-4.10.90/doc/kcontrol/index.docbook
--- old/kdf-4.10.4/doc/kcontrol/index.docbook   2013-05-28 21:30:05.000000000 
+0200
+++ new/kdf-4.10.90/doc/kcontrol/index.docbook  2013-06-10 20:53:45.000000000 
+0200
@@ -18,8 +18,8 @@
 <!-- TRANS:ROLES_OF_TRANSLATORS -->
 </authorgroup>
 
-<date>2010-07-29</date>
-<releaseinfo>&kde; 4.5.0</releaseinfo>
+<date>2013-05-25</date>
+<releaseinfo>&kde; 4.11</releaseinfo>
 
 <keywordset>
 <keyword>KDE</keyword>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdf-4.10.4/kdf.desktop new/kdf-4.10.90/kdf.desktop
--- old/kdf-4.10.4/kdf.desktop  2013-05-28 21:30:05.000000000 +0200
+++ new/kdf-4.10.90/kdf.desktop 2013-06-10 20:53:45.000000000 +0200
@@ -69,7 +69,7 @@
 Name[x-test]=xxKDiskFreexx
 Name[zh_CN]=KDiskFree
 Name[zh_TW]=磁碟剩餘空間
-Exec=kdf -caption "%c"
+Exec=kdf -caption %c
 Icon=kdf
 Type=Application
 GenericName=View Disk Usage
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdf-4.10.4/kwikdisk.desktop 
new/kdf-4.10.90/kwikdisk.desktop
--- old/kdf-4.10.4/kwikdisk.desktop     2013-05-28 21:30:05.000000000 +0200
+++ new/kdf-4.10.90/kwikdisk.desktop    2013-06-10 20:53:45.000000000 +0200
@@ -70,7 +70,7 @@
 Name[x-test]=xxKwikDiskxx
 Name[zh_CN]=KwikDisk
 Name[zh_TW]=KwikDisk
-Exec=kwikdisk -caption "%c"
+Exec=kwikdisk -caption %c
 Icon=kwikdisk
 Type=Application
 X-DocPath=kdf/index.html

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to