Hello community,
here is the log from the commit of package gnome-disk-utility for
openSUSE:Factory checked in at 2018-10-17 08:16: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"
Wed Oct 17 08:16:52 2018 rev:63 rq:638688 version:3.30.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-disk-utility/gnome-disk-utility.changes
2018-07-31 15:54:16.687026564 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-disk-utility.new/gnome-disk-utility.changes
2018-10-17 08:16:55.494980728 +0200
@@ -1,0 +2,34 @@
+Wed Sep 26 17:37:23 UTC 2018 - [email protected]
+
+- Update to version 3.30.1:
+ + GduVolumeGrid: Use starred icon instead of user-bookmarks.
+ + Remove redundant error showing.
+ + Updated translations.
+
+-------------------------------------------------------------------
+Sat Sep 8 10:19:26 UTC 2018 - [email protected]
+
+- Update to version 3.30.0:
+ + Updated translations.
+- Remove lang package from recommended packages as it already
+ supplements main package (same effect, it's redundant).
+
+-------------------------------------------------------------------
+Tue Aug 28 21:17:43 UTC 2018 - [email protected]
+
+- Update to version 3.29.92:
+ + Mark missing string for translation.
+ + Updated translations.
+- Use autosetup macro, pass libsystemd=true and gsd_plugin=true to
+ meson, ensure we build the features we want (currently in sync
+ with upstream defaults).
+
+-------------------------------------------------------------------
+Fri Aug 3 18:44:01 UTC 2018 - [email protected]
+
+- Update to version 3.29.90:
+ + mtvoid: Fix swapped "Number of Samples" tooltips in benchmark
+ dialog.
+ + Updated translations.
+
+-------------------------------------------------------------------
@@ -5,0 +40,9 @@
+
+-------------------------------------------------------------------
+Sat Jun 23 00:15:51 UTC 2018 - [email protected]
+
+- Update to version 3.29.2:
+ + segfault: Add TrueCrypt/VeraCrypt support.
+ + Register inhibitor for benchmark thread.
+ + Update URLs after migration.
+ + Updated translations.
Old:
----
gnome-disk-utility-3.28.3.tar.xz
New:
----
gnome-disk-utility-3.30.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-disk-utility.spec ++++++
--- /var/tmp/diff_new_pack.BBdsNN/_old 2018-10-17 08:16:55.938980529 +0200
+++ /var/tmp/diff_new_pack.BBdsNN/_new 2018-10-17 08:16:55.938980529 +0200
@@ -12,18 +12,19 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: gnome-disk-utility
-Version: 3.28.3
+Version: 3.30.1
Release: 0
Summary: Disks application for dealing with storage devices
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.28/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/gnome-disk-utility/3.30/%{name}-%{version}.tar.xz
+
BuildRequires: docbook-xsl-stylesheets
BuildRequires: meson
BuildRequires: pkgconfig
@@ -42,7 +43,6 @@
BuildRequires: pkgconfig(pwquality) >= 1.0.0
BuildRequires: pkgconfig(udisks2) >= 2.7.2
Requires: udisks2
-Recommends: %{name}-lang
%description
The gnome-disk-utility project provides the Disks application for
@@ -51,11 +51,14 @@
%lang_package
%prep
-%setup -q
+%autosetup -p1
translation-update-upstream po %{name}
%build
-%meson
+%meson \
+ -Dlibsystemd=true \
+ -Dgsd_plugin=true \
+ %{nil}
%meson_build
%install
++++++ gnome-disk-utility-3.28.3.tar.xz -> gnome-disk-utility-3.30.1.tar.xz
++++++
++++ 21946 lines of diff (skipped)