Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Syntax-Highlight-Engine-Kate/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6609

Modified Files:
        .cvsignore perl-Syntax-Highlight-Engine-Kate.spec sources 
Added Files:
        Syntax-Highlight-Engine-Kate-0.04-notdefined.patch 
Log Message:
* Wed Jul 21 2010 Marcela Maslanova <[email protected]> - 0.04-1
- initial re-build for EPEL branch


Syntax-Highlight-Engine-Kate-0.04-notdefined.patch:
 Kate.pm          |    6 ------
 Kate/All.pm      |    2 --
 Kate/Template.pm |    8 +++++---
 3 files changed, 5 insertions(+), 11 deletions(-)

--- NEW FILE Syntax-Highlight-Engine-Kate-0.04-notdefined.patch ---
diff -up 
Syntax-Highlight-Engine-Kate-0.04/lib/Syntax/Highlight/Engine/Kate/All.pm.old 
Syntax-Highlight-Engine-Kate-0.04/lib/Syntax/Highlight/Engine/Kate/All.pm
--- 
Syntax-Highlight-Engine-Kate-0.04/lib/Syntax/Highlight/Engine/Kate/All.pm.old   
    2006-08-20 23:10:45.000000000 +0200
+++ Syntax-Highlight-Engine-Kate-0.04/lib/Syntax/Highlight/Engine/Kate/All.pm   
2009-04-29 15:33:35.923321436 +0200
@@ -16,8 +16,6 @@ use Syntax::Highlight::Engine::Kate::AWK
 use Syntax::Highlight::Engine::Kate::Ada;
 use Syntax::Highlight::Engine::Kate::Alerts;
 use Syntax::Highlight::Engine::Kate::Asm6502;
-use Syntax::Highlight::Engine::Kate::BaseTest;
-use Syntax::Highlight::Engine::Kate::BaseTestchild;
 use Syntax::Highlight::Engine::Kate::Bash;
 use Syntax::Highlight::Engine::Kate::BibTeX;
 use Syntax::Highlight::Engine::Kate::C;
diff -up 
Syntax-Highlight-Engine-Kate-0.04/lib/Syntax/Highlight/Engine/Kate.pm.old 
Syntax-Highlight-Engine-Kate-0.04/lib/Syntax/Highlight/Engine/Kate.pm
--- Syntax-Highlight-Engine-Kate-0.04/lib/Syntax/Highlight/Engine/Kate.pm.old   
2008-02-04 06:47:19.000000000 +0100
+++ Syntax-Highlight-Engine-Kate-0.04/lib/Syntax/Highlight/Engine/Kate.pm       
2009-04-29 15:56:37.241071190 +0200
@@ -79,7 +79,6 @@ sub new {
                '*.asp' => ['ASP', ],
                '*.awk' => ['AWK', ],
                '*.bas' => ['FreeBASIC', ],
-               '*.basetest' => ['BaseTest', ],
                '*.bash' => ['Bash', ],
                '*.bi' => ['FreeBASIC', ],
                '*.bib' => ['BibTeX', ],
@@ -234,7 +233,6 @@ sub new {
                '*.tji' => ['TaskJuggler', ],
                '*.tjp' => ['TaskJuggler', ],
                '*.tk' => ['Tcl/Tk', ],
-               '*.tst' => ['BaseTestchild', ],
                '*.uc' => ['UnrealScript', ],
                '*.v' => ['Verilog', ],
                '*.vcg' => ['GDL', ],
@@ -417,8 +415,6 @@ sub new {
                        'yacas',
                ],
                'Test' => [
-                       'BaseTest',
-                       'BaseTestchild',
                ],
        };
        $self->{'syntaxes'} = {
@@ -436,8 +432,6 @@ sub new {
                'Ansys' => 'Ansys',
                'Apache Configuration' => 'Apache_Configuration',
                'Asm6502' => 'Asm6502',
-               'BaseTest' => 'BaseTest',
-               'BaseTestchild' => 'BaseTestchild',
                'Bash' => 'Bash',
                'BibTeX' => 'BibTeX',
                'C' => 'C',
diff -up 
Syntax-Highlight-Engine-Kate-0.04/lib/Syntax/Highlight/Engine/Kate/Template.pm.old
 Syntax-Highlight-Engine-Kate-0.04/lib/Syntax/Highlight/Engine/Kate/Template.pm
--- 
Syntax-Highlight-Engine-Kate-0.04/lib/Syntax/Highlight/Engine/Kate/Template.pm.old
  2009-04-28 10:31:14.097979796 +0200
+++ 
Syntax-Highlight-Engine-Kate-0.04/lib/Syntax/Highlight/Engine/Kate/Template.pm  
    2009-04-28 10:43:19.169730781 +0200
@@ -531,9 +531,11 @@ sub snippet {
 
 sub snippetAppend {
        my ($self, $ch) = @_;
-       $self->{'snippet'} = $self->{'snippet'} . $ch;
-       if ($ch ne '') {
-               $self->linesegment($self->linesegment . $ch);
+       if (defined($ch)) {
+               $self->{'snippet'} = $self->{'snippet'} . $ch;
+               if ($ch ne '') {
+                       $self->linesegment($self->linesegment . $ch);
+               }
        }
 }
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Syntax-Highlight-Engine-Kate/EL-6/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore  18 May 2009 05:39:50 -0000      1.2
+++ .cvsignore  21 Jul 2010 06:20:22 -0000      1.3
@@ -1,2 +1 @@
-Syntax-Highlight-Engine-Kate-0.04-notdefined.patch
 Syntax-Highlight-Engine-Kate-0.04.tar.gz


Index: perl-Syntax-Highlight-Engine-Kate.spec
===================================================================
RCS file: 
/cvs/pkgs/rpms/perl-Syntax-Highlight-Engine-Kate/EL-6/perl-Syntax-Highlight-Engine-Kate.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-Syntax-Highlight-Engine-Kate.spec      26 Jul 2009 16:36:59 -0000      
1.2
+++ perl-Syntax-Highlight-Engine-Kate.spec      21 Jul 2010 06:20:22 -0000      
1.3
@@ -1,6 +1,6 @@
 Name:           perl-Syntax-Highlight-Engine-Kate
 Version:        0.04
-Release:        5%{?dist}
+Release:        1%{?dist}
 Summary:        Port to Perl of the syntax highlight engine of the Kate 
texteditor
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -54,17 +54,5 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
-* Sun Jul 26 2009 Fedora Release Engineering <[email protected]> 
- 0.04-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
-* Tue May  5 2009 Marcela Mašláňová <[email protected]> 0.04-4
-- add BR
-
-* Mon May  4 2009 Marcela Mašláňová <[email protected]> 0.04-3
-- noarch, remove doubled Alerts
-
-* Wed Apr 23 2009 Marcela Mašláňová <[email protected]> 0.04-2
-- generate again new spec
-
-* Wed Apr 22 2009 Marcela Mašláňová <[email protected]> 0.04-1
-- Specfile autogenerated by cpanspec 1.78.
+* Wed Jul 21 2010 Marcela Maslanova <[email protected]> - 0.04-1
+- initial re-build for EPEL branch


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Syntax-Highlight-Engine-Kate/EL-6/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources     18 May 2009 05:39:50 -0000      1.2
+++ sources     21 Jul 2010 06:20:22 -0000      1.3
@@ -1,2 +1 @@
-4b70ee4290e4f6cd20d022a36ca16ccd  
Syntax-Highlight-Engine-Kate-0.04-notdefined.patch
 7f94ab9430a4c8504bb93c7974bb7493  Syntax-Highlight-Engine-Kate-0.04.tar.gz

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to