diff --git a/.gitignore b/.gitignore index 6013d24..c2f2ff3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /nemo-1.0.2.tar.gz /nemo-1.0.3.tar.gz +/nemo-1.0.5.tar.gz diff --git a/nemo.spec b/nemo.spec index 113ceb7..0eb266b 100644 --- a/nemo.spec +++ b/nemo.spec @@ -1,4 +1,4 @@ -%global _internal_version 9e96f5d +%global _internal_version f8f485c %global glib2_version 2.28.0 %global pango_version 1.28 @@ -14,8 +14,8 @@ Name: nemo Summary: File manager for Cinnamon -Version: 1.0.3 -Release: 3%{?dist} +Version: 1.0.5 +Release: 1%{?dist} License: GPLv2+ and LGPLv2+ Group: User Interface/Desktops # To generate source @@ -116,7 +116,7 @@ libtoolize aclocal -I m4 autoconf autoheader -automake +automake --add-missing CFLAGS="$RPM_OPT_FLAGS -g -DNEMO_OMIT_SELF_CHECK" %configure --disable-more-warnings --disable-update-mimedb @@ -194,6 +194,7 @@ fi %{_datadir}/glib-2.0/schemas/org.nemo.gschema.xml %dir %{_libdir}/nemo/extensions-3.0/ %{_libdir}/nemo/extensions-3.0/libnemo-sendto.so +%{_libdir}/nemo/extensions-3.0/libnemo-wallpaper.so %{_sysconfdir}/xdg/autostart/nemo-autostart.desktop %{_datadir}/dbus-1/services/org.freedesktop.NemoFileManager1.service @@ -210,9 +211,12 @@ fi %{_libdir}/pkgconfig/* %{_libdir}/*.so %{_datadir}/gir-1.0/*.gir -%doc %{_datadir}/gtk-doc/html/libnemo-extension/* %changelog +* Sat Oct 20 2012 Leigh Scott - 1.0.5-1 +- update to 1.0.5 release +- revert last commit + * Thu Oct 18 2012 Leigh Scott - 1.0.3-3 - patch open as root and add requires gksu-pokit diff --git a/remove_open_terminal.patch b/remove_open_terminal.patch index d5d2503..c3804d4 100644 --- a/remove_open_terminal.patch +++ b/remove_open_terminal.patch @@ -9,26 +9,13 @@ -@@ -176,9 +174,7 @@ +@@ -176,9 +174,6 @@ - - - +- ---- a/src/nemo-view.c -+++ b/src/nemo-view.c -@@ -6080,8 +6080,8 @@ open_as_root (NemoView *view, - gchar *argv[4]; - g_assert (NEMO_IS_VIEW (view)); - g_assert (NEMO_IS_FILE (target)); -- argv[0] = "gksu"; -- argv[1] = "xdg-open"; -+ argv[0] = "gksu-polkit"; -+ argv[1] = "nemo"; - argv[2] = g_file_get_path(nemo_file_get_location (target)); - argv[3] = NULL; - g_spawn_async(NULL, argv, NULL, G_SPAWN_SEARCH_PATH, NULL, NULL, NULL, NULL); diff --git a/sources b/sources index 538657f..7715dbf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1d6eeebe113532c8f445f3c042da0205 nemo-1.0.3.tar.gz +a508c1997ec294e57a2684abcce99c34 nemo-1.0.5.tar.gz