rpms/scite/F-11 .cvsignore, 1.6, 1.7 scite-use-htmlview.patch, 1.1, 1.2 scite.spec, 1.8, 1.9 sources, 1.6, 1.7

Jorge Torres jorge at fedoraproject.org
Fri Oct 2 01:31:03 UTC 2009


Author: jorge

Update of /cvs/pkgs/rpms/scite/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15258

Modified Files:
	.cvsignore scite-use-htmlview.patch scite.spec sources 
Log Message:
Update to 0.0.2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/scite/F-11/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	4 Apr 2009 18:06:07 -0000	1.6
+++ .cvsignore	2 Oct 2009 01:31:02 -0000	1.7
@@ -1 +1 @@
-scite177.tgz
+scite201.tgz

scite-use-htmlview.patch:
 Embedded.properties    |    2 +-
 SciTEGlobal.properties |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Index: scite-use-htmlview.patch
===================================================================
RCS file: /cvs/pkgs/rpms/scite/F-11/scite-use-htmlview.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- scite-use-htmlview.patch	6 Jun 2006 04:40:29 -0000	1.1
+++ scite-use-htmlview.patch	2 Oct 2009 01:31:02 -0000	1.2
@@ -1,7 +1,7 @@
 diff -uNr scite.orig/src/Embedded.properties scite/src/Embedded.properties
---- scite.orig/src/Embedded.properties	2006-05-23 00:20:12.000000000 -0500
-+++ scite/src/Embedded.properties	2006-06-01 01:01:57.000000000 -0500
-@@ -80,7 +80,7 @@
+--- scite.orig/src/Embedded.properties	2009-07-01 04:56:09.000000000 -0500
++++ scite/src/Embedded.properties	2009-10-01 19:51:28.000000000 -0500
+@@ -87,7 +87,7 @@
  	command.scite.help.subsystem=2
  if PLAT_GTK
  	command.print.*=a2ps "$(FileNameExt)"
@@ -9,32 +9,11 @@ diff -uNr scite.orig/src/Embedded.proper
 +	command.scite.help=htmlview "file://$(SciteDefaultHome)/SciTEDoc.html"
  
  code.page=0
- 
-@@ -2876,7 +2876,7 @@
- 	command.go.$(file.patterns.web)="file://$(FilePath)"
- 	command.go.subsystem.$(file.patterns.web)=2
- if PLAT_GTK
--	command.go.$(file.patterns.web)=netscape "file://$(FilePath)"
-+	command.go.$(file.patterns.web)=htmlview "file://$(FilePath)"
- 
- command.go.$(file.patterns.php)=php -f "$(FileNameExt)"
- command.compile.$(file.patterns.php)=php -l "$(FileNameExt)"
-diff -uNr scite.orig/src/html.properties scite/src/html.properties
---- scite.orig/src/html.properties	2006-03-02 04:58:44.000000000 -0500
-+++ scite/src/html.properties	2006-06-01 01:02:10.000000000 -0500
-@@ -514,7 +514,7 @@
- 	command.go.$(file.patterns.web)="file://$(FilePath)"
- 	command.go.subsystem.$(file.patterns.web)=2
  if PLAT_GTK
--	command.go.$(file.patterns.web)=netscape "file://$(FilePath)"
-+	command.go.$(file.patterns.web)=htmlview "file://$(FilePath)"
- 
- command.go.$(file.patterns.php)=php -f "$(FileNameExt)"
- command.compile.$(file.patterns.php)=php -l "$(FileNameExt)"
 diff -uNr scite.orig/src/SciTEGlobal.properties scite/src/SciTEGlobal.properties
---- scite.orig/src/SciTEGlobal.properties	2006-05-20 21:54:53.000000000 -0500
-+++ scite/src/SciTEGlobal.properties	2006-06-01 01:02:21.000000000 -0500
-@@ -202,7 +202,7 @@
+--- scite.orig/src/SciTEGlobal.properties	2009-08-11 00:48:52.000000000 -0500
++++ scite/src/SciTEGlobal.properties	2009-10-01 19:52:08.000000000 -0500
+@@ -238,7 +238,7 @@
  	command.scite.help.subsystem=2
  if PLAT_GTK
  	command.print.*=a2ps "$(FileNameExt)"


Index: scite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/scite/F-11/scite.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- scite.spec	4 Apr 2009 18:06:07 -0000	1.8
+++ scite.spec	2 Oct 2009 01:31:02 -0000	1.9
@@ -1,12 +1,12 @@
 Name: scite 
-Version: 1.77
+Version: 2.01
 Release: 1%{?dist}
 Summary: SCIntilla based GTK2 text editor
 License: MIT
 Group: Applications/Editors
 Url: http://www.scintilla.org/SciTE.html
 
-Source0: http://download.sourceforge.net/scintilla/scite177.tgz
+Source0: http://download.sourceforge.net/scintilla/scite201.tgz
 patch0: scintilla-makefile-flags.patch
 patch1: scite-makefile.patch
 patch2: scite-use-htmlview.patch
@@ -60,6 +60,12 @@ rm -rf %{buildroot}
 %{_datadir}/applications/*
 
 %changelog
+* Thu Oct 1 2009 Jorge Torres <jtorresh at gmail.com> 2.01-1
+- Update to 2.01
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.77-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Sat Apr 4 2009 Jorge Torres <jtorresh at gmail.com> 1.77-1
 - Upgrade to 1.77
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/scite/F-11/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	4 Apr 2009 18:06:07 -0000	1.6
+++ sources	2 Oct 2009 01:31:02 -0000	1.7
@@ -1 +1 @@
-ba016919190c12cfb712e1f004df4187  scite177.tgz
+ef4b6b4d903c29e4ab511488a0d20f46  scite201.tgz




More information about the fedora-extras-commits mailing list