Hello community,

here is the log from the commit of package gnome-disk-utility for 
openSUSE:Factory checked in at 2017-09-13 21:49: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 Sep 13 21:49:52 2017 rev:54 rq:523307 version:3.26.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-disk-utility/gnome-disk-utility.changes    
2017-05-18 20:38:28.286654098 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-disk-utility.new/gnome-disk-utility.changes   
    2017-09-13 21:49:55.492821574 +0200
@@ -1,0 +2,87 @@
+Mon Sep 11 15:45:52 UTC 2017 - [email protected]
+
+- Update to version 3.26.0:
+  + Updated translations.
+- Run spec-cleaner, modernize spec file.
+
+-------------------------------------------------------------------
+Mon Sep  4 17:48:40 UTC 2017 - [email protected]
+
+- Update to version 3.25.92:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Aug 21 19:41:51 UTC 2017 - [email protected]
+
+- Update to version 3.25.91:
+  + Fix translation headers.
+  + Tweak memory management in filesystem dialog.
+  + Add unmount function to edit filesystem dialog.
+  + Correct tooltip texts in resize dialog.
+  + Correct text for partition size entry.
+  + Disable action buttons during jobs.
+  + Delay sensitivity during job updates.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Aug 15 12:08:17 UTC 2017 - [email protected]
+
+- Update to version 3.25.90:
+  + Update POTFILES.in.
+  + Unmark placeholder strings from translation.
+  + Fix appdata file name.
+  + Add a more detailed description for the project.
+  + Detect UDisks version 2.7.2.
+  + Move partition size helpers.
+  + Move volume and partition utility functions.
+  + Resize and repair helper functions.
+  + Resize, Check and Repair Dialogs.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Jul 17 16:28:08 UTC 2017 - [email protected]
+
+- Update to version 3.25.4:
+  + Enable Large File Support for Disks.
+  + Update Window for Power State Changes.
+  + Update AppData Information.
+  + build:
+    - Created template file for service file.
+    - Port to meson build system.
+    - Remove autotools.
+  + Updated translations.
+- Add meson BuildRequires and switch autotools macros configure,
+  make and makeinstall to meson, meson_build and meson_install
+  following upstream port to Meson build system.
+- Conditionally apply translations-update-upstream BuildRequires
+  and macro for non-openSUSE only.
+- Drop glib2_gsettings_schema_post(un), desktop_database_post(un)
+  and icon_theme_cache_post(un) from post(un), no longer needed as
+  we have filetriggers support in rpm to take care of this for us.
+
+-------------------------------------------------------------------
+Tue May 23 10:59:33 UTC 2017 - [email protected]
+
+- Update to version 3.25.2:
+  + Use MIME types for disk images.
+  + Prompt to stop jobs when closing.
+  + update doap file with new maintainer.
+  + Clarify meaning of encryption/mounting options.
+  + Disable auto-clear before operations needing unmount.
+  + Implicit auto-clear handling for unmount and lock buttons.
+  + Use correct callback finish method.
+  + Insensitive auto-clear switch for unused loop device.
+  + Remove unused erase disks dialog.
+  + Fix unmounting and probing of mounted volumes.
+  + Change label dialog hint.
+  + Restrict maximal label length if known.
+  + Hints for passphrase fields.
+  + Remove deprecated GTK functions.
+  + Fix wrong behavior of filesystem creation dialog.
+  + The UUID of the selected volume is shown.
+  + Add app menu entry to create an empty disk image.
+  + Add tooltip text to Auto-clear switch.
+  + Update po/Makevars/POTFILES.in.
+  + Updated translations.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ gnome-disk-utility.spec ++++++
--- /var/tmp/diff_new_pack.fvIf2K/_old  2017-09-13 21:49:56.524676397 +0200
+++ /var/tmp/diff_new_pack.fvIf2K/_new  2017-09-13 21:49:56.528675835 +0200
@@ -17,15 +17,16 @@
 
 
 Name:           gnome-disk-utility
-Version:        3.24.1
+Version:        3.26.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.24/%{name}-%{version}.tar.xz
+Url:            https://wiki.gnome.org/Apps/Disks
+Source:         
http://download.gnome.org/sources/gnome-disk-utility/3.26/%{name}-%{version}.tar.xz
 BuildRequires:  docbook-xsl-stylesheets
-BuildRequires:  translation-update-upstream
+BuildRequires:  meson
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  xsltproc
 BuildRequires:  pkgconfig(dvdread) >= 4.2.0
@@ -41,45 +42,34 @@
 BuildRequires:  pkgconfig(udisks2) >= 2.1.1
 Requires:       udisks2
 Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if !0%{?is_opensuse}
+BuildRequires:  translation-update-upstream
+%endif
 
 %description
 The gnome-disk-utility project provides the Disks application for
 dealing with storage devices.
 
 %lang_package
+
 %prep
 %setup -q
+%if !0%{?is_opensuse}
 translation-update-upstream
+%endif
 
 %build
-%configure \
-        --disable-static
-make %{?_smp_mflags}
+%{meson}
+%{meson_build}
 
 %install
-%make_install
-find %{buildroot} -type f -name '*.la' -delete -print
+%{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}
 
-%clean
-rm -rf %{buildroot}
-
-%post
-%glib2_gsettings_schema_post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%glib2_gsettings_schema_postun
-%desktop_database_postun
-%icon_theme_cache_postun
-
 %files
-%defattr(-,root,root,-)
 %doc README AUTHORS NEWS COPYING
 %{_bindir}/gnome-disks
 %{_bindir}/gnome-disk-image-mounter
@@ -88,9 +78,8 @@
 %{_datadir}/icons/hicolor/*/apps/gnome-disks*
 %{_mandir}/man1/gnome-disk-image-mounter.1%{?ext_man}
 %{_mandir}/man1/gnome-disks.1%{?ext_man}
-# Own dir for openSUSE Leap 42.1
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/org.gnome.DiskUtility.appdata.xml
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/org.gnome.DiskUtility.appdata.xml
 %{_datadir}/dbus-1/services/org.gnome.DiskUtility.service
 # The session / settings daemon plugin:
 %{_libexecdir}/gsd-disk-utility-notify

++++++ gnome-disk-utility-3.24.1.tar.xz -> gnome-disk-utility-3.26.0.tar.xz 
++++++
++++ 178164 lines of diff (skipped)


Reply via email to