Hello community,

here is the log from the commit of package nemo for openSUSE:Factory checked in 
at 2018-05-11 09:17:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nemo (Old)
 and      /work/SRC/openSUSE:Factory/.nemo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nemo"

Fri May 11 09:17:41 2018 rev:24 rq:606144 version:3.8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/nemo/nemo.changes        2018-04-22 
14:40:29.219128030 +0200
+++ /work/SRC/openSUSE:Factory/.nemo.new/nemo.changes   2018-05-11 
09:17:46.803591467 +0200
@@ -1,0 +2,45 @@
+Thu May  8 20:40:20 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 3.8.2:
+  * nemo-places-sidebar.c: Fix potential divide by 0 (found in
+    virtualbox, guest additions CD returns a GFileInfo, but the
+    size fields we use for calculating drive full % come back all
+    0's).
+  * nemo-places-sidebar.c: Fix some leaks - GFiles must be
+    unreferenced.
+  * nemo-list-view.c: Fix list view column ordering in Gtk 3.22.11.
+  * nemo-icon-container.c: Chain the button release event up when
+    ending a rubberband selection. This allows the canvas to "pick"
+    the icon the release is over, and not cause the background
+    context menu to be used (and all items get deselected) if the
+    very next event is a right-click.
+  * Make exempi and libexif dependencies optional.
+  * Update style of meson build options.
+  * Disallow bookmarking of search result views.
+  * Add a symbolic icon for usb and replace bookmark-not-found.
+  * Fix some compiler warnings.
+
+-------------------------------------------------------------------
+Mon Apr 30 20:10:22 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 3.8.1:
+  * meson: Don't install libnemo-private.a
+  * symbolic control icons: Use icon names rather than gicons.
+    The gicon api does not support inherited icon themes.
+  * Use symbolic icons in nemo-desktop actions
+  * Add mount archive symbolic, fix bookmark icon.
+  * mime actions: Fix use of gvfs admin back-end.
+  * nemo-view.c: Disallow creation of directories or files in
+    admin:// - it does not properly set file permissions (the same
+    reason copy/paste is not allowed either.)
+  * nemo-file-utilities.c: Improve symbolic icon logic for mounts,
+    drives and volumes. For mounts and volumes, check for
+    too-generic icons and use the backing GDrive's icon instead.
+  * nemo-places-sidebar.c: Handle missing file info more gracefully.
+    Some mounted devices (for example, phones,) don't support
+    GFileInfo.
+  * Fix symbolic for desktop action.
+  * Fix build with old meson.
+  * Update translations.
+
+-------------------------------------------------------------------

Old:
----
  nemo-3.8.0.tar.gz

New:
----
  nemo-3.8.2.tar.gz

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

Other differences:
------------------
++++++ nemo.spec ++++++
--- /var/tmp/diff_new_pack.IrbWIy/_old  2018-05-11 09:17:48.379534368 +0200
+++ /var/tmp/diff_new_pack.IrbWIy/_new  2018-05-11 09:17:48.383534224 +0200
@@ -20,7 +20,7 @@
 %define sover   1
 %define typelib typelib-1_0-Nemo-3_0
 Name:           nemo
-Version:        3.8.0
+Version:        3.8.2
 Release:        0
 Summary:        File browser for Cinnamon
 License:        GPL-2.0-or-later
@@ -105,6 +105,19 @@
 %setup -q
 
 %build
+%if 0%{?suse_version} < 1500
+mkdir -p bin
+cat > bin/g-ir-scanner << EOF
+#!/bin/sh
+# This breaks the build. There are also useless entries in shared-library= in
+# Nemo-3.0.gir but that doesn't seem to have any actual implications here.
+export SUSE_ASNEEDED=0
+exec %{_bindir}/g-ir-scanner "\$%{nil}@"
+EOF
+chmod a+x bin/g-ir-scanner
+
+export PATH="$PWD/bin:$PATH"
+%endif
 %meson \
   --libexecdir=%{_libexecdir}/%{name} \
   -Dgtk_doc=true
@@ -112,8 +125,6 @@
 
 %install
 %meson_install
-find %{buildroot} -type f -name "*.a" -delete -print
-find %{buildroot} -type f -name "*.la" -delete -print
 
 %suse_update_desktop_file %{name} System FileManager
 %suse_update_desktop_file %{name}-autostart

++++++ nemo-3.8.0.tar.gz -> nemo-3.8.2.tar.gz ++++++
++++ 2993 lines of diff (skipped)


Reply via email to