Hello community,

here is the log from the commit of package gnome-disk-utility for 
openSUSE:Factory checked in at 2013-04-18 14:57:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-disk-utility (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-disk-utility.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-disk-utility", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-disk-utility/gnome-disk-utility.changes    
2012-11-08 08:04:23.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-disk-utility.new/gnome-disk-utility.changes   
    2013-04-18 14:57:53.000000000 +0200
@@ -1,0 +2,55 @@
+Mon Mar 18 08:40:48 UTC 2013 - [email protected]
+
+- Update to version 3.8.0:
+  + Bump dependency of udisks to 2.1.0 (stable release).
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Feb 18 08:32:49 UTC 2013 - [email protected]
+
+- Update to version 3.7.2:
+  + Add a --format-device command line option.
+  + Add a --xid command line option for the format dialog
+  + Resolve backing crypto device when selecting object.
+  + utils: move code to ensure unused volume to gduutils.c
+  + Add HighContrast icons.
+  + GduVolumeGrid: properly reset flags.
+  + Convey free space for mounted volumes.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Jan  8 19:14:53 UTC 2013 - [email protected]
+
+- Update to version 3.7.1:
+  + Reword ATA SMART failure notification
+  + Show notification when RAID array is degraded
+  + Also show spinner in device tree if a MD-RAID scrub is in
+    progress
+  + Convey data rate and remaning time for MD-RAID sync operations
+  + Improve checking whether a sync op is underway
+  + Make it possible to start/stop data scrubbing operations from
+    the drive menu
+  + Avoid hiding widgets only to show them again
+  + Add a "Power Off" icon for drives that can be powered off
+  + Update keywords for Disks application
+  + Alert the user by playing a sound the first time a read error
+    happens
+  + Show warning dialog if read errors occured during disk image
+    creation
+  + Reword text in the dialog shown if read errors happened during
+    image creation
+- Changes from version 3.7.0:
+  + Initial MD-RAID support
+  + Show array size and unify some formatting routines
+  + Show "N required (M detected)" if not all RAID members are
+    available
+  + Update SMART dialog
+  + Bugs fixed: bgo#683772
+  + Updated translations.
+- Add new BuildRequires:
+  + pkgconfig(libcanberra-gtk3): needed for audible warnings.
+  + pkgconfig(dvdread): for the new DVD image support.
+  + pkgconfig(gnome-settings-daemon): New generic dependency.
+  + pkgconfig(libnotify): needed for notifications.
+
+-------------------------------------------------------------------

Old:
----
  gnome-disk-utility-3.6.1.tar.xz

New:
----
  gnome-disk-utility-3.8.0.tar.xz

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

Other differences:
------------------
++++++ gnome-disk-utility.spec ++++++
--- /var/tmp/diff_new_pack.92zY85/_old  2013-04-18 14:57:54.000000000 +0200
+++ /var/tmp/diff_new_pack.92zY85/_new  2013-04-18 14:57:54.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-disk-utility
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,24 +17,28 @@
 
 
 Name:           gnome-disk-utility
-Version:        3.6.1
+Version:        3.8.0
 Release:        0
 Summary:        Disks application for dealing with storage devices
 License:        GPL-2.0+
 Group:          Hardware/Other
 Url:            http://hal.freedesktop.org/releases/
-Source:         
http://download.gnome.org/sources/gnome-disk-utility/3.6/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/gnome-disk-utility/3.8/%{name}-%{version}.tar.xz
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  xsltproc
+BuildRequires:  pkgconfig(dvdread) >= 4.2.0
 BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.31.0
 BuildRequires:  pkgconfig(gmodule-2.0)
+BuildRequires:  pkgconfig(gnome-settings-daemon) >= 3.6.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.5.8
+BuildRequires:  pkgconfig(libcanberra-gtk3) >= 0.1
+BuildRequires:  pkgconfig(libnotify) >= 0.7
 BuildRequires:  pkgconfig(libsecret-1) >= 0.7
 BuildRequires:  pkgconfig(pwquality) >= 1.0.0
-BuildRequires:  pkgconfig(udisks2) >= 1.99.0
+BuildRequires:  pkgconfig(udisks2) >= 2.1.0
 Requires:       udisks2
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -55,6 +59,7 @@
 
 %install
 %make_install
+find %{buildroot} -type f -name '*.la' -delete -print
 %suse_update_desktop_file -r -G "Disk Utility" gnome-disks GNOME GTK System 
HardwareSettings
 %suse_update_desktop_file -r -G "Disk Utility" gnome-disk-image-mounter GNOME 
GTK System HardwareSettings
 %find_lang %{name} %{?no_lang_C}
@@ -65,10 +70,12 @@
 %post
 %desktop_database_post
 %icon_theme_cache_post
+%icon_theme_cache_post HighContrast
 
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%icon_theme_cache_postun HighContrast
 
 %files
 %defattr(-,root,root,-)
@@ -78,8 +85,12 @@
 %{_datadir}/applications/gnome-disks.desktop
 %{_datadir}/applications/gnome-disk-image-mounter.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.Disks.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.gdu-sd.gschema.xml
 %{_datadir}/gnome-disk-utility/
 %{_datadir}/icons/hicolor/*/apps/gnome-disks*
+%{_datadir}/icons/HighContrast/
+%{_libdir}/gnome-settings-daemon-3.0/gdu-sd-plugin.gnome-settings-plugin
+%{_libdir}/gnome-settings-daemon-3.0/libgdu-sd.so
 %{_mandir}/man1/gnome-disk-image-mounter.1%{?ext_man}
 %{_mandir}/man1/gnome-disks.1%{?ext_man}
 

++++++ gnome-disk-utility-3.6.1.tar.xz -> gnome-disk-utility-3.8.0.tar.xz ++++++
++++ 238917 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to