[perl-Jemplate] * Fri Aug 6 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.261-1 - update

Marcela Mašláňová mmaslano at fedoraproject.org
Fri Aug 6 08:30:23 UTC 2010


commit 3af7ae2bd56ec282fad9b750d45fd1e3cc6f8e76
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Fri Aug 6 10:30:13 2010 +0200

    * Fri Aug  6 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.261-1
    - update

 .gitignore                           |    1 +
 Jemplate-0.23-fix-quoted-test.patch  |   24 -------------------
 Jemplate-0.261-fix-quoted-test.patch |   13 ++++++++++
 Jemplate.pm-0.23_1.patch             |   41 ----------------------------------
 perl-Jemplate.spec                   |   14 +++++++----
 sources                              |    2 +-
 6 files changed, 24 insertions(+), 71 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a2646bf..f2545ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Jemplate-0.23.tar.gz
+Jemplate-0.261.tar.gz
diff --git a/Jemplate-0.261-fix-quoted-test.patch b/Jemplate-0.261-fix-quoted-test.patch
new file mode 100644
index 0000000..3327e2d
--- /dev/null
+++ b/Jemplate-0.261-fix-quoted-test.patch
@@ -0,0 +1,13 @@
+diff -up Jemplate-0.261/Makefile.PL.old Jemplate-0.261/Makefile.PL
+--- Jemplate-0.261/Makefile.PL.old	2010-04-27 07:39:50.000000000 +0200
++++ Jemplate-0.261/Makefile.PL	2010-08-06 10:22:19.000000000 +0200
+@@ -23,7 +23,7 @@ if (-e 'inc/.author') {
+     `perldoc -tF $all_from > README` if ! -e 'README' || (stat $all_from)[9] > (stat 'README')[9];
+ }
+ 
+-requires        'Template' => '2.19';
++requires        'Template' => '2.22';
+ requires        'File::Find::Rule' => '0.30';
+ 
+ use_test_base;
+diff -up Jemplate-0.261/t/quoted.t.old Jemplate-0.261/t/quoted.t
diff --git a/perl-Jemplate.spec b/perl-Jemplate.spec
index eb733ed..adf0e73 100644
--- a/perl-Jemplate.spec
+++ b/perl-Jemplate.spec
@@ -1,6 +1,6 @@
 Name:       perl-Jemplate 
-Version:    0.23 
-Release:    6%{?dist}
+Version:    0.261
+Release:    1%{?dist}
 # lib/Jemplate.pm -> GPL+ or Artistic
 # lib/Jemplate/Directive.pm -> GPL+ or Artistic
 # lib/Jemplate/Parser.pm -> GPL+ or Artistic
@@ -10,10 +10,11 @@ License:    GPL+ or Artistic
 Group:      Development/Libraries
 Summary:    JavaScript Templating with Template Toolkit 
 Source:     http://search.cpan.org/CPAN/authors/id/R/RK/RKRIMEN/Jemplate-%{version}.tar.gz 
-Patch0:     Jemplate.pm-0.23_1.patch 
+#Patch0:     Jemplate.pm-0.23_1.patch 
+#Patch0:     Jemplate-0.261-fix-quoted-test.patch
 # http://rt.cpan.org/Public/Bug/Display.html?id=48564
 # Fix test to work with newer Template::Toolkit Behavior
-Patch1:     Jemplate-0.23-fix-quoted-test.patch
+Patch1:     Jemplate-0.261-fix-quoted-test.patch
 Url:        http://search.cpan.org/dist/Jemplate
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -47,7 +48,7 @@ have full featured JavaScript templating language!
 
 %prep
 %setup -q -n Jemplate-%{version}
-%patch0 -p1
+#%patch0 -p1
 %patch1 -p1
 
 cat doc/text/Jemplate.text | iconv -f iso-8859-1 -t utf-8 > foo
@@ -82,6 +83,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/jemplate.1.gz
 
 %changelog
+* Fri Aug  6 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.261-1
+- update
+
 * Sun May 02 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.23-6
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 972c8bf..0991e92 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-208799c450df16134949ee031b92eef4  Jemplate-0.23.tar.gz
+a6438d2f5f9657c99f79ad00b281a68b  Jemplate-0.261.tar.gz



More information about the perl-devel mailing list