Hello community,
here is the log from the commit of package gnome-disk-utility for
openSUSE:Factory checked in at 2018-03-14 19:28:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-disk-utility (Old)
and /work/SRC/openSUSE:Factory/.gnome-disk-utility.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-disk-utility"
Wed Mar 14 19:28:16 2018 rev:57 rq:586204 version:3.28.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-disk-utility/gnome-disk-utility.changes
2017-11-03 19:06:17.271680775 +0100
+++
/work/SRC/openSUSE:Factory/.gnome-disk-utility.new/gnome-disk-utility.changes
2018-03-14 19:28:18.224075659 +0100
@@ -1,0 +2,60 @@
+Mon Mar 12 15:31:00 UTC 2018 - [email protected]
+
+- Update to version 3.28.0:
+ + Format dialog: Fix NULL deref when no partition table is
+ present.
+ + Updated translations.
+
+-------------------------------------------------------------------
+Mon Mar 5 19:31:38 UTC 2018 - [email protected]
+
+- Update to version 3.27.92:
+ + Updated translations.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:28:00 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
+Thu Feb 22 16:32:04 UTC 2018 - [email protected]
+
+- Update to version 3.27.91:
+ + Fix tooltip for “Hide from Firmware” GPT partition flag.
+ + Drop redundant “Legacy BIOS Bootable” text in tooltip.
+ + Updated translations.
+
+-------------------------------------------------------------------
+Tue Feb 20 03:22:15 UTC 2018 - [email protected]
+
+- Update to version 3.27.90:
+ + Hide devices if mounted with x-gdu.hide.
+ + Restore: don't attempt to open target read-only.
+ + Updated translations.
+- Replace + in GPL License tag to '-or-later' complying with SPDX
+ 3.0.
+
+-------------------------------------------------------------------
+Thu Dec 21 02:54:00 UTC 2017 - [email protected]
+
+- Update to version 3.27.3:
+ + Set partition type for MBR partitions.
+ + Updated translations.
+
+-------------------------------------------------------------------
+Tue Nov 14 03:11:12 UTC 2017 - [email protected]
+
+- Update to version 3.27.2:
+ + Resize dialog: missing mnemonic activations.
+ + No format option for extended partitions.
+ + Updated translations.
+
+-------------------------------------------------------------------
+Thu Nov 2 03:27:01 UTC 2017 - [email protected]
+
+- Update to version 3.27.1:
+ + Redesign Format Dialog.
+ + Spruce up typography in new translatable strings.
+ + Updated translations.
+
+-------------------------------------------------------------------
Old:
----
gnome-disk-utility-3.26.2.tar.xz
New:
----
gnome-disk-utility-3.28.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-disk-utility.spec ++++++
--- /var/tmp/diff_new_pack.olBjrb/_old 2018-03-14 19:28:18.952049809 +0100
+++ /var/tmp/diff_new_pack.olBjrb/_new 2018-03-14 19:28:18.960049525 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gnome-disk-utility
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX 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,13 +17,13 @@
Name: gnome-disk-utility
-Version: 3.26.2
+Version: 3.28.0
Release: 0
Summary: Disks application for dealing with storage devices
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: Hardware/Other
-Url: https://wiki.gnome.org/Apps/Disks
-Source:
http://download.gnome.org/sources/gnome-disk-utility/3.26/%{name}-%{version}.tar.xz
+URL: https://wiki.gnome.org/Apps/Disks
+Source:
http://download.gnome.org/sources/gnome-disk-utility/3.28/%{name}-%{version}.tar.xz
BuildRequires: docbook-xsl-stylesheets
BuildRequires: meson
BuildRequires: pkgconfig
@@ -32,14 +32,14 @@
BuildRequires: pkgconfig(dvdread) >= 4.2.0
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.31.0
BuildRequires: pkgconfig(gmodule-2.0)
-BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0
+BuildRequires: pkgconfig(gtk+-3.0) >= 3.16.0
BuildRequires: pkgconfig(libcanberra-gtk3) >= 0.1
BuildRequires: pkgconfig(liblzma) >= 5.0.5
BuildRequires: pkgconfig(libnotify) >= 0.7
BuildRequires: pkgconfig(libsecret-1) >= 0.7
-BuildRequires: pkgconfig(libsystemd)
+BuildRequires: pkgconfig(libsystemd) >= 209
BuildRequires: pkgconfig(pwquality) >= 1.0.0
-BuildRequires: pkgconfig(udisks2) >= 2.1.1
+BuildRequires: pkgconfig(udisks2) >= 2.7.2
Requires: udisks2
Recommends: %{name}-lang
%if !0%{?is_opensuse}
@@ -59,18 +59,17 @@
%endif
%build
-%{meson}
-%{meson_build}
+%meson
+%meson_build
%install
-%{meson_install}
+%meson_install
%suse_update_desktop_file -r -G "Disk Utility" org.gnome.DiskUtility 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}
%files
-%doc README AUTHORS NEWS COPYING
+%license COPYING
+%doc AUTHORS HACKING NEWS README TODO
%{_bindir}/gnome-disks
%{_bindir}/gnome-disk-image-mounter
%{_datadir}/applications/*.desktop
++++++ gnome-disk-utility-3.26.2.tar.xz -> gnome-disk-utility-3.28.0.tar.xz
++++++
++++ 85738 lines of diff (skipped)