rpms/nautilus-open-terminal/F-11 nautilus-open-terminal-0.12-eelheader.patch, NONE, 1.1 nautilus-open-terminal.spec, 1.29, 1.30

Paul W. Frields pfrields at fedoraproject.org
Thu May 21 14:12:22 UTC 2009


Author: pfrields

Update of /cvs/pkgs/rpms/nautilus-open-terminal/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29726

Modified Files:
	nautilus-open-terminal.spec 
Added Files:
	nautilus-open-terminal-0.12-eelheader.patch 
Log Message:
Update spec and add necessary patch for compilation

nautilus-open-terminal-0.12-eelheader.patch:

--- NEW FILE nautilus-open-terminal-0.12-eelheader.patch ---
diff -uNr nautilus-open-terminal-0.12-orig/src/eel-gnome-extensions.c nautilus-open-terminal-0.12/src/eel-gnome-extensions.c
--- nautilus-open-terminal-0.12-orig/src/eel-gnome-extensions.c	2009-05-17 06:34:23.000000000 -0400
+++ nautilus-open-terminal-0.12/src/eel-gnome-extensions.c	2009-05-21 09:52:55.000000000 -0400
@@ -43,6 +43,8 @@
 #include <sys/wait.h>
 #include <unistd.h>
 
+#include "eel-gnome-extensions.h"
+
 /* Return a command string containing the path to a terminal on this system. */
 
 static char *
diff -uNr nautilus-open-terminal-0.12-orig/src/eel-gnome-extensions.h nautilus-open-terminal-0.12/src/eel-gnome-extensions.h
--- nautilus-open-terminal-0.12-orig/src/eel-gnome-extensions.h	2009-05-17 06:34:23.000000000 -0400
+++ nautilus-open-terminal-0.12/src/eel-gnome-extensions.h	2009-05-21 09:55:52.000000000 -0400
@@ -35,10 +35,13 @@
 
 /* Return a command string containing the path to a terminal on this system. */
 char *        eel_gnome_make_terminal_command                         (const char               *command);
+char *        _not_eel_gnome_make_terminal_command                    (const char               *command);
 
 /* Open up a new terminal, optionally passing in a command to execute */
 void          eel_gnome_open_terminal                                 (const char               *command);
+void          _not_eel_gnome_open_terminal                            (const char               *command);
 void          eel_gnome_open_terminal_on_screen                       (const char               *command,
 								       GdkScreen                *screen);
-								 
+void          _not_eel_gnome_open_terminal_on_screen                  (const char               *command,
+								       GdkScreen                *screen);
 #endif /* EEL_GNOME_EXTENSIONS_H */


Index: nautilus-open-terminal.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nautilus-open-terminal/F-11/nautilus-open-terminal.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- nautilus-open-terminal.spec	26 Feb 2009 04:23:05 -0000	1.29
+++ nautilus-open-terminal.spec	21 May 2009 14:11:52 -0000	1.30
@@ -1,14 +1,13 @@
 Name:           nautilus-open-terminal
-Version:        0.9
-Release:	12%{?dist}
+Version:        0.12
+Release:	1%{?dist}
 Summary:        Nautilus extension for an open terminal shortcut
 
 Group:          User Interface/Desktops
 License:       	GPLv2+
 URL:            http://download.gnome.org/sources/%{name}/
 Source0:        http://download.gnome.org/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2
-Patch0:		nautilus-open-terminal-0.8-truthvalue.patch
-Patch1:         nautilus-open-terminal-0.9-gnome-vfs.patch
+Patch0:		nautilus-open-terminal-0.12-eelheader.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	gnome-desktop-devel
@@ -24,8 +23,7 @@ Terminal" option for nautilus users who 
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1 -b .gnome-vfs
+%patch0 -p1 -b .eelheader
 libtoolize --force --copy
 autoreconf
 
@@ -61,6 +59,9 @@ gconftool-2 \
 %{_libdir}/nautilus/extensions-2.0/*.so*
 
 %changelog
+* Thu May 21 2009 Paul W. Frields <stickster at gmail.com> - 0.12-1
+- Update to upstream 0.12
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list