rpms/perl-Template-Tiny/devel .cvsignore, 1.2, 1.3 perl-Template-Tiny.spec, 1.2, 1.3 sources, 1.2, 1.3

Petr Pisar ppisar at fedoraproject.org
Tue Jun 1 13:58:04 UTC 2010


Author: ppisar

Update of /cvs/pkgs/rpms/perl-Template-Tiny/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2692

Modified Files:
	.cvsignore perl-Template-Tiny.spec sources 
Log Message:
0.11 bump


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Template-Tiny/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	11 Feb 2010 14:39:01 -0000	1.2
+++ .cvsignore	1 Jun 2010 13:58:04 -0000	1.3
@@ -1 +1 @@
-Template-Tiny-0.10.tar.gz
+Template-Tiny-0.11.tar.gz


Index: perl-Template-Tiny.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Template-Tiny/devel/perl-Template-Tiny.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- perl-Template-Tiny.spec	6 May 2010 18:06:54 -0000	1.2
+++ perl-Template-Tiny.spec	1 Jun 2010 13:58:04 -0000	1.3
@@ -1,22 +1,23 @@
 Name:           perl-Template-Tiny
-Version:        0.10
-Release:        2%{?dist}
-Summary:        Template Toolkit reimplemented in as little code as possible
+Version:        0.11
+Release:        1%{?dist}
+Summary:        Template Toolkit re-implemented in as little code as possible
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Template-Tiny/
 Source0:        http://www.cpan.org/authors/id/A/AD/ADAMK/Template-Tiny-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  perl(Capture::Tiny) >= 0.07
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More) >= 0.47
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 WARNING: THIS MODULE IS EXPERIMENTAL AND SUBJECT TO CHANGE WITHOUT NOTICE
-Template::Tiny is a reimplementation of a partial subset of the Template 
+Template::Tiny is a re-implementation of a partial subset of the Template 
 Toolkit,  in as few lines of code as possible. It is intended for use in 
-light-usage, low-memory, or low-cpu templating situations, where you may 
+light-usage, low-memory, or low-CPU templating situations, where you may 
 need to upgrade to the full feature set in the future, or if you want the 
 familiarity of TT-style templates. It is intended to have fully-compatible 
 template and stash usage, with a limited by similar Perl API. Unlike 
@@ -54,6 +55,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jun  1 2010 Petr Pisar <ppisar at redhat.com> - 0.11-1
+- 0.11 bump
+- Fix spelling in summary and description
+
 * Thu May 06 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.10-2
 - Mass rebuild with perl-5.12.0
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Template-Tiny/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	11 Feb 2010 14:39:01 -0000	1.2
+++ sources	1 Jun 2010 13:58:04 -0000	1.3
@@ -1 +1 @@
-d2285afd5d2fad99bc28239e27b93360  Template-Tiny-0.10.tar.gz
+5bb697dff7ff41f6894906233b205560  Template-Tiny-0.11.tar.gz




More information about the perl-devel mailing list