rpms/gphpedit/F-12 gphpedit-0.9.95-manual-en.patch, NONE, 1.1 gphpedit.spec, 1.8, 1.9 sources, 1.3, 1.4 gphpedit-0.9.91-manual-en.patch, 1.1, NONE

Tim Jackson timj at fedoraproject.org
Wed Nov 25 20:12:23 UTC 2009


Author: timj

Update of /cvs/extras/rpms/gphpedit/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22494

Modified Files:
	gphpedit.spec sources 
Added Files:
	gphpedit-0.9.95-manual-en.patch 
Removed Files:
	gphpedit-0.9.91-manual-en.patch 
Log Message:
Update to 20090209 snapshot to fix several major bugs


gphpedit-0.9.95-manual-en.patch:
 tab.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE gphpedit-0.9.95-manual-en.patch ---
--- gphpedit/src/tab.c.orig	2009-11-25 14:25:35.543960628 +0000
+++ gphpedit/src/tab.c	2009-11-25 14:27:35.658086032 +0000
@@ -550,13 +550,13 @@
 		return long_filename;
 
 	// For Redhat/Fedora Core and other sensible distrubutions...
-	long_filename = tab_help_try_filename("/usr/share/doc/phpmanual/function.", command, ".html");
+	long_filename = tab_help_try_filename("/usr/share/doc/php-manual/en/html/function.", command, ".html");
 	if (long_filename)
 		return long_filename;
-	long_filename = tab_help_try_filename("/usr/share/doc/phpmanual/ref.", command, ".html");
+	long_filename = tab_help_try_filename("/usr/share/doc/php-manual/en/html/ref.", command, ".html");
 	if (long_filename)
 		return long_filename;
-	long_filename = tab_help_try_filename("/usr/share/doc/phpmanual/", command, NULL);
+	long_filename = tab_help_try_filename("/usr/share/doc/php-manual/en/html/", command, NULL);
 	if (long_filename)
 		return long_filename;
 


Index: gphpedit.spec
===================================================================
RCS file: /cvs/extras/rpms/gphpedit/F-12/gphpedit.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- gphpedit.spec	25 Jul 2009 01:07:55 -0000	1.8
+++ gphpedit.spec	25 Nov 2009 20:12:23 -0000	1.9
@@ -1,16 +1,16 @@
 Name:           gphpedit
-Version:        0.9.91
-Release:        6%{?dist}
+Version:        0.9.95
+Release:        0.1.20090209snap%{?dist}
 Summary:        A PHP source editor for GNOME 2
 
 Group:          Applications/Text
 License:        GPLv2+
 URL:            http://www.gphpedit.org/
-Source0:        gphpedit-%{version}.tar.gz
-Patch0:         gphpedit-0.9.91-manual-en.patch
+Source0:        http://www.gphpedit.org/system/files/gphpedit-%{version}-dev.tar_.gz
+Patch0:         gphpedit-0.9.95-manual-en.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  gtkhtml2-devel libgnomeui-devel perl-XML-Parser
+BuildRequires:  gtkhtml2-devel libgnomeui-devel perl-XML-Parser gnome-vfs2-devel
 BuildRequires:  desktop-file-utils
 
 %description
@@ -18,24 +18,9 @@ gPHPEdit is a GNOME2 editor dedicated to
 supporting files such as HTML/CSS.
 
 %prep
-%setup -q
+%setup -q -n %{name}
 %patch0 -p1
 
-# The .desktop file included isn't Free Desktop compliant
-%{__cat} <<EOF >gphpedit.desktop
-[Desktop Entry]
-Encoding=UTF-8
-Name=gPHPEdit
-GenericName=PHP/HTML/CSS editor
-Comment=Edit PHP source files
-Exec=gphpedit
-Icon=gphpedit.png
-Terminal=false
-Type=Application
-Categories=Application;Development;IDE;GNOME;
-Version=0.9.4
-EOF
-
 %build
 # Remove precompiled binaries and rebuild (statically) bundled gtkscintilla2
 # (bundling is intentional and with good cause: it is a modified version
@@ -49,6 +34,20 @@ popd
 %configure
 make %{?_smp_mflags}
 
+# The .desktop file included isn't Free Desktop compliant
+%{__cat} <<EOF >gphpedit.desktop
+[Desktop Entry]
+Encoding=UTF-8
+Name=gPHPEdit
+GenericName=PHP/HTML/CSS editor
+Comment=Edit PHP source files
+Exec=gphpedit
+Icon=gphpedit
+Terminal=false
+Type=Application
+Categories=Development;IDE;GNOME
+Version=1.0
+EOF
 
 %install
 rm -rf %{buildroot}
@@ -78,6 +77,9 @@ rm -rf %{buildroot}
 %{_datadir}/gphpedit/php-gphpedit.api
 
 %changelog
+* Wed Nov 25 2009 Tim Jackson <rpm at timj.co.uk> - 0.9.95-0.1.20090209snap
+- Update to 20090209 snapshot to fix several major bugs
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.91-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gphpedit/F-12/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	9 Sep 2006 15:11:37 -0000	1.3
+++ sources	25 Nov 2009 20:12:23 -0000	1.4
@@ -1 +1 @@
-eecd29e66b415246408b285f4edcb6a0  gphpedit-0.9.91.tar.gz
+ebacbe9b9512976f5ca7fad3e436f5e5  gphpedit-0.9.95-dev.tar_.gz


--- gphpedit-0.9.91-manual-en.patch DELETED ---




More information about the fedora-extras-commits mailing list