From 6c17c9288d3f8b88cf9b8805eab40011695a51229375205b3616c13ad255d235 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Sat, 21 May 2016 13:26:09 +0000 Subject: [PATCH 1/2] Accepting request 397257 from home:Mailaender:branches:X11:Cinnamon:Factory new upstream release OBS-URL: https://build.opensuse.org/request/show/397257 OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo?expand=0&rev=90 --- nemo-3.0.1.tar.gz | 3 --- nemo-3.0.2.tar.gz | 3 +++ nemo.changes | 16 ++++++++++++++++ nemo.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 nemo-3.0.1.tar.gz create mode 100644 nemo-3.0.2.tar.gz diff --git a/nemo-3.0.1.tar.gz b/nemo-3.0.1.tar.gz deleted file mode 100644 index a51f021..0000000 --- a/nemo-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1725339da9ebaf70d8e3f6155a7370ea72574bf10a8e86e2d91603ff3284acf -size 1345228 diff --git a/nemo-3.0.2.tar.gz b/nemo-3.0.2.tar.gz new file mode 100644 index 0000000..52e4457 --- /dev/null +++ b/nemo-3.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2519f6f43bc10e6d4ed6843461ebbaa021a0c1b3ccccc2261db87a290194bd5 +size 1346221 diff --git a/nemo.changes b/nemo.changes index 159bfff..1fe4ec0 100644 --- a/nemo.changes +++ b/nemo.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat May 21 13:21:24 UTC 2016 - mailaender@opensuse.org + +- Update to version 3.0.2 + * Fixed build + * fix action i18n scripts to write utf-8 + * nemo-icon-view: include nemo-application.h needed in nemo_icon_view_add_file for: nemo_application_set_cache_flag nemo_application_get_singleton + * nemo-pathbar: use gint for slider_width instead of gint16 silences an incorrect pointer type warning. + * nemo-list-view.c: don't explicitly unref columns anymore - they'll get handled when the tree view is destroyed. + * nemo-icon-container.c: Re-enable desktop type-to-select feature. Also make a couple fixes on the positioning logic for this little popup. Where possible, it will avoid overlapping panels. + * desktop windows: maximize instead of relying on gdk for monitor workarea - it's inaccurate for anything but the primary monitor. + * nemo-icon-container.c: special case desktop windows for search popup - now that we can rely on the window being the correct size to account for panels, we can reliably position this popup off of those panels. + * prefs: Don't try to hardcode a minimum size for the preferences dialog + * Use g_themed_icon_new instead of g_themed_icon_new_with_default_fallbacks. + * nemo-window.c: As of 9cb9c48f59baa we maximize the desktop containers to make sure they use the correct work area as set by muffin. This started causing the window state 'maximized' key to be set to true when opening a new nemo window. This corrects that issue, using disable_chrome as an indicator to ignore the window - only the desktop windows set this true. + ------------------------------------------------------------------- Thu May 12 09:54:43 UTC 2016 - sor.alexei@meowr.ru diff --git a/nemo.spec b/nemo.spec index 140e46b..290ebf3 100644 --- a/nemo.spec +++ b/nemo.spec @@ -20,7 +20,7 @@ %define sover 1 %define typelib typelib-1_0-Nemo-3_0 Name: nemo -Version: 3.0.1 +Version: 3.0.2 Release: 0 Summary: File browser for Cinnamon License: GPL-2.0+ From b21485f8c5575b8c2a26e5925d73cd4dcc73d8a239f1eebeb6328e0f96989224 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Sat, 21 May 2016 13:30:28 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/nemo?expand=0&rev=91 --- nemo.changes | 41 +++++++++++++++++++++++++++++------------ 1 file changed, 29 insertions(+), 12 deletions(-) diff --git a/nemo.changes b/nemo.changes index 1fe4ec0..d6376ca 100644 --- a/nemo.changes +++ b/nemo.changes @@ -1,18 +1,35 @@ ------------------------------------------------------------------- Sat May 21 13:21:24 UTC 2016 - mailaender@opensuse.org -- Update to version 3.0.2 - * Fixed build - * fix action i18n scripts to write utf-8 - * nemo-icon-view: include nemo-application.h needed in nemo_icon_view_add_file for: nemo_application_set_cache_flag nemo_application_get_singleton - * nemo-pathbar: use gint for slider_width instead of gint16 silences an incorrect pointer type warning. - * nemo-list-view.c: don't explicitly unref columns anymore - they'll get handled when the tree view is destroyed. - * nemo-icon-container.c: Re-enable desktop type-to-select feature. Also make a couple fixes on the positioning logic for this little popup. Where possible, it will avoid overlapping panels. - * desktop windows: maximize instead of relying on gdk for monitor workarea - it's inaccurate for anything but the primary monitor. - * nemo-icon-container.c: special case desktop windows for search popup - now that we can rely on the window being the correct size to account for panels, we can reliably position this popup off of those panels. - * prefs: Don't try to hardcode a minimum size for the preferences dialog - * Use g_themed_icon_new instead of g_themed_icon_new_with_default_fallbacks. - * nemo-window.c: As of 9cb9c48f59baa we maximize the desktop containers to make sure they use the correct work area as set by muffin. This started causing the window state 'maximized' key to be set to true when opening a new nemo window. This corrects that issue, using disable_chrome as an indicator to ignore the window - only the desktop windows set this true. +- Update to version 3.0.2: + * Fix build. + * Fix action i18n scripts to write UTF-8. + * nemo-icon-view: Include nemo-application.h needed in + nemo_icon_view_add_file for: nemo_application_set_cache_flag, + nemo_application_get_singleton. + * nemo-pathbar: Use gint for slider_width instead of gint16 + silences an incorrect pointer type warning. + * nemo-list-view.c: Don't explicitly unref columns anymore – + they'll get handled when the tree view is destroyed. + * nemo-icon-container.c: Re-enable desktop type-to-select feature. + Also make a couple fixes on the positioning logic for this + little popup. Where possible, it will avoid overlapping panels. + * desktop windows: Maximise instead of relying on gdk for monitor + workarea – it's inaccurate for anything but the primary monitor. + * nemo-icon-container.c: Special case desktop windows for search + popup – now that we can rely on the window being the correct + size to account for panels, we can reliably position this popup + off of those panels. + * prefs: Don't try to hardcode a minimum size for the + preferences dialog. + * Use g_themed_icon_new instead of + g_themed_icon_new_with_default_fallbacks. + * nemo-window.c: As of 9cb9c48 we maximise the desktop + containers to make sure they use the correct work area as set + by muffin. This started causing the window state 'maximized' + key to be set to true when opening a new nemo window. + This corrects that issue, using disable_chrome as an indicator + to ignore the window – only the desktop windows set this true. ------------------------------------------------------------------- Thu May 12 09:54:43 UTC 2016 - sor.alexei@meowr.ru