update to 0.12 version and added BuildRequres to support more tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer-Plugin-Database?expand=0&rev=4
This commit is contained in:
David Bahi
2010-12-07 15:29:34 +00:00
committed by Git OBS Bridge
parent 83673498fc
commit aa1df952f2
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0dc66c9e67912fa0381ec36c505129a3ccd250b9b54025965ba4d93128fa8c79
size 5352

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b3ca596b0ee6782499ddf52b8f5337d04e11fbab502a7d4d0c33517f2c0a79c
size 7699

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 7 15:12:11 UTC 2010 - dbahi@novell.com
- update to 0.12
- add BuildRequires for broader test coverage
-------------------------------------------------------------------
Wed Dec 1 13:31:27 UTC 2010 - coolo@novell.com

View File

@@ -20,7 +20,7 @@
Name: perl-Dancer-Plugin-Database
%define cpan_name Dancer-Plugin-Database
Summary: Easy database connections for Dancer applications
Version: 0.08
Version: 0.12
Release: 1
License: GPL+ or Artistic
Group: Development/Libraries/Perl
@@ -34,6 +34,9 @@ BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Dancer) >= 1.175
BuildRequires: perl(DBI)
BuildRequires: perl(DBD::SQLite)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
Requires: perl(Dancer) >= 1.175
Requires: perl(DBI)