diff --git a/nemo-2.8.7.tar.gz b/nemo-2.8.7.tar.gz deleted file mode 100644 index a5a5302..0000000 --- a/nemo-2.8.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79ca0e28b43ebb701a6449424be1be4224e9014bf1bb3b722d77b23ecb3afab9 -size 1413445 diff --git a/nemo-3.0.0.tar.gz b/nemo-3.0.0.tar.gz new file mode 100644 index 0000000..434bf4e --- /dev/null +++ b/nemo-3.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a7c56b212f8deaabaf3ff10bb572cede910e2c187434c33d253be9e0eb3fdf +size 1344099 diff --git a/nemo-void-return-no-return.patch b/nemo-void-return-no-return.patch index 837719f..8df76ff 100644 --- a/nemo-void-return-no-return.patch +++ b/nemo-void-return-no-return.patch @@ -1,6 +1,6 @@ --- a/libnemo-private/nemo-action.c +++ b/libnemo-private/nemo-action.c -@@ -1307,6 +1307,7 @@ check_gsettings_condition (NemoAction *a +@@ -1322,6 +1322,7 @@ check_gsettings_condition (NemoAction *a g_strfreev (split); return FALSE; } diff --git a/nemo.changes b/nemo.changes index 49dbb8f..ff04ab5 100644 --- a/nemo.changes +++ b/nemo.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Mon Apr 25 05:00:35 UTC 2016 - sor.alexei@meowr.ru + +- Update to version 3.0.0: + * Fix wrong desktop size on Gtk 3.20+. + * Add missing includes. + * Fix pointer types, to avoid warning. + * Respect dbus_satisfied flag for menu enties on blank desktops. + * Fix printf format specifier. + * Don't draw the desktop on a cloned monitor. + * Fix some missing cast warnings. + * Fix fallback style for GTK 3.20+. + * Add style class nemo-window-pane. + * Add style class nemo-properties-dialog to GtkBuilder file. + * Add style class in nemo_desktop_window_init (same as Nautilus). + * Add style class to places sidebar. + * Add style class to nemo-window. + * Use a more specific class name for places sidebar. + * nemo-icon-info.c: Remove invalid + GTK_ICON_LOOKUP_GENERIC_FALLBACK flag (triggers warnings in + Gtk 3.20+). + * nemo-window: Add new flag NEMO_WINDOW_OPEN_FLAG_SEARCH and use + the same slot if this flag is passed to + nemo_window_slot_open_location_full to avoid opening a new + window (and a crash) when starting a search with the open in + new window preference enabled. + * Updated makepot and pot file. +- Rebase nemo-void-return-no-return.patch. + ------------------------------------------------------------------- Wed Mar 9 18:09:32 UTC 2016 - sor.alexei@meowr.ru diff --git a/nemo.spec b/nemo.spec index 116cbab..895e4fb 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: 2.8.7 +Version: 3.0.0 Release: 0 Summary: File browser for Cinnamon License: GPL-2.0+ @@ -35,6 +35,7 @@ BuildRequires: fdupes BuildRequires: gnome-common BuildRequires: gtk-doc BuildRequires: hicolor-icon-theme +BuildRequires: pkg-config BuildRequires: python-gobject-devel BuildRequires: python-polib BuildRequires: shared-mime-info @@ -64,10 +65,10 @@ Requires: python Requires: shared-mime-info >= 0.50 Recommends: gdk-pixbuf-loader-rsvg Recommends: gvfs-backends -Suggests: eog -Suggests: evince -Suggests: totem Suggests: xdg-user-dirs +Suggests: xplayer +Suggests: xreader +Suggests: xviewer %glib2_gsettings_schema_requires %description