commit 8fdcc13d4e45d59c93649db14da79d8a93f69db5 Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Wed Mar 14 17:47:25 2012 +0100 0.262 bump .gitignore | 1 + Jemplate-0.261-fix-quoted-test.patch | 13 ------------- perl-Jemplate.spec | 20 +++++++++++--------- sources | 2 +- 4 files changed, 13 insertions(+), 23 deletions(-) --- diff --git a/.gitignore b/.gitignore index f2545ab..82a5c54 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ Jemplate-0.23.tar.gz Jemplate-0.261.tar.gz +/Jemplate-0.262.tar.gz diff --git a/perl-Jemplate.spec b/perl-Jemplate.spec index 3be7086..e8602f4 100644 --- a/perl-Jemplate.spec +++ b/perl-Jemplate.spec @@ -1,6 +1,6 @@ Name: perl-Jemplate -Version: 0.261 -Release: 5%{?dist} +Version: 0.262 +Release: 1%{?dist} # lib/Jemplate.pm -> GPL+ or Artistic # lib/Jemplate/Directive.pm -> GPL+ or Artistic # lib/Jemplate/Parser.pm -> GPL+ or Artistic @@ -9,12 +9,9 @@ Release: 5%{?dist} 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 +Source: http://search.cpan.org/CPAN/authors/id/F/FR/FREW/Jemplate-%{version}.tar.gz #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.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)) @@ -22,7 +19,7 @@ BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(File::Find::Rule) >= 0.30 -BuildRequires: perl(Template) >= 2.22 +BuildRequires: perl(Template) >= 2.14 # tests BuildRequires: perl(Test::Base) @@ -48,8 +45,10 @@ have full featured JavaScript templating language! %prep %setup -q -n Jemplate-%{version} -#%patch0 -p1 -%patch1 -p1 +#%%patch0 -p1 +# Fix bug RT#75769 +rm bin/README +sed -i -e '/bin\/README/d' MANIFEST cat doc/text/Jemplate.text | iconv -f iso-8859-1 -t utf-8 > foo cat foo > doc/text/Jemplate.text @@ -83,6 +82,9 @@ rm -rf %{buildroot} %{_mandir}/man1/jemplate.1.gz %changelog +* Wed Mar 14 2012 Petr Pisar <ppisar@xxxxxxxxxx> - 0.262-1 +- 0.262 bump + * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.261-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index 0991e92..3374bf8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a6438d2f5f9657c99f79ad00b281a68b Jemplate-0.261.tar.gz +1e7c5111807e0fef3dda8636b2fa6362 Jemplate-0.262.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel