Browse Source

perl-Test-Exception-0.31-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3163 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 13 years ago
parent
commit
d3dbcab2a4
1 changed files with 9 additions and 2 deletions
  1. 9 2
      p/perl-Test-Exception/perl-Test-Exception-vl.spec

+ 9 - 2
p/perl-Test-Exception/perl-Test-Exception-vl.spec

@@ -1,6 +1,6 @@
 Name:           perl-Test-Exception
-Version:        0.27
-Release:        3%{?_dist_release}
+Version:        0.31
+Release:        1%{?_dist_release}
 Summary:        Library of test functions for exception based Perl code
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -18,6 +18,9 @@ BuildRequires:  perl(Test::Builder)
 BuildRequires:  perl(Test::Builder::Tester)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 This module provides a few convenience methods for testing exception
 based code. It is built with Test::Builder and plays happily with
@@ -53,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 28 2011 IWAI, Masaharu <iwai@alib.jp> 0.31-1
+- new upstream release
+- add Vendor and Distribution tags
+
 * Sat Nov  8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.27-3
 - Initial build for Vine Linux