Hello community,
here is the log from the commit of package gnome-disk-utility for
openSUSE:Factory checked in at 2013-08-30 16:25:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-disk-utility (Old)
and /work/SRC/openSUSE:Factory/.gnome-disk-utility.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-disk-utility"
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-disk-utility/gnome-disk-utility.changes
2013-07-21 11:49:44.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-disk-utility.new/gnome-disk-utility.changes
2013-08-30 16:25:21.000000000 +0200
@@ -1,0 +2,28 @@
+Wed Aug 21 06:46:47 UTC 2013 - [email protected]
+
+- Update to version 3.9.0:
+ + Use new udisks 2.1.1 API (if available) to show better
+ partition descriptions.
+ + utils: make unfuse_path() replace $HOME with ~.
+ + Disks: Add new --restore-disk-image option.
+ + Don't use two lines in device selection combobox.
+ + Use fallocate(2) rather than posix_fallocate(3).
+ + Use right size when calculating error-percentage when creating
+ disk image.
+ + Don't unmount CD/DVD discs before creating a disk image of
+ them.
+ + Verify that the file passed to --restore-disk-image is a
+ regular file.
+ + Add support for restoring XZ compressed disk images.
+ + Remove application/x-raw-disk-image{,-xz-compressed} MIME
+ types.
+ + Fix default folder for disk images.
+ + Type problems prevent compilation with GCC 4.8 on i686.
+ + Bugs fixed: bgo#695346.
+ + Updated translations.
+- Add pkgconfig(liblzma) BuildRequires: new dependency.
+- Drop gdu-fix-build-gcc-4_8.patch: fixed upstream.
+- Lower the upstream specified dependency on liblzma from
+ 5.1.0(alpha) to version 5.0(stable branch) (bgo#706471).
+
+-------------------------------------------------------------------
Old:
----
gdu-fix-build-gcc-4_8.patch
gnome-disk-utility-3.8.2.tar.xz
New:
----
gnome-disk-utility-3.9.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-disk-utility.spec ++++++
--- /var/tmp/diff_new_pack.yBfNXU/_old 2013-08-30 16:25:22.000000000 +0200
+++ /var/tmp/diff_new_pack.yBfNXU/_new 2013-08-30 16:25:22.000000000 +0200
@@ -17,15 +17,13 @@
Name: gnome-disk-utility
-Version: 3.8.2
+Version: 3.9.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.8/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gdu-fix-build-gcc-4_8.patch bgo#701381
[email protected] -- Fix build with gcc 4.8, patch taken from upstream git.
-Patch0: gdu-fix-build-gcc-4_8.patch
+Source:
http://download.gnome.org/sources/gnome-disk-utility/3.9/%{name}-%{version}.tar.xz
BuildRequires: docbook-xsl-stylesheets
BuildRequires: intltool
BuildRequires: translation-update-upstream
@@ -37,10 +35,11 @@
BuildRequires: pkgconfig(gnome-settings-daemon) >= 3.6.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.5.8
BuildRequires: pkgconfig(libcanberra-gtk3) >= 0.1
+BuildRequires: pkgconfig(liblzma) >= 5.0
BuildRequires: pkgconfig(libnotify) >= 0.7
BuildRequires: pkgconfig(libsecret-1) >= 0.7
BuildRequires: pkgconfig(pwquality) >= 1.0.0
-BuildRequires: pkgconfig(udisks2) >= 2.1.0
+BuildRequires: pkgconfig(udisks2) >= 2.1.1
Requires: udisks2
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -52,7 +51,9 @@
%lang_package
%prep
%setup -q
-%patch0 -p1
+# Lower liblzma dependency to 5.0; fail if it's no longer needed.
+grep "LIBLZMA_REQUIRED=5.1.0" configure.ac
+sed -i "s:LIBLZMA_REQUIRED=5.1.0:LIBLZMA_REQUIRED=5.0:g" configure*
translation-update-upstream
%build
@@ -65,6 +66,7 @@
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
+%suse_update_desktop_file -r -G "Disk utility" gnome-disk-image-writer GNOME
GTK System HardwareSettings
%find_lang %{name} %{?no_lang_C}
%clean
@@ -87,6 +89,7 @@
%{_bindir}/gnome-disk-image-mounter
%{_datadir}/applications/gnome-disks.desktop
%{_datadir}/applications/gnome-disk-image-mounter.desktop
+%{_datadir}/applications/gnome-disk-image-writer.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/
++++++ gnome-disk-utility-3.8.2.tar.xz -> gnome-disk-utility-3.9.0.tar.xz ++++++
++++ 31268 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]