8
0

Accepting request 307695 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/307695
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-ObjectDriver?expand=0&rev=11
This commit is contained in:
Stephan Kulow
2015-05-18 11:13:20 +00:00
committed by Git OBS Bridge
parent 67971590c7
commit be30072e20
5 changed files with 36 additions and 6 deletions

View File

@@ -17,14 +17,15 @@
Name: perl-Data-ObjectDriver
Version: 0.11
Version: 0.12
Release: 0
%define cpan_name Data-ObjectDriver
Summary: Simple, transparent data interface, with caching
License: Artistic-2.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Data-ObjectDriver/
Source: http://www.cpan.org/authors/id/S/SI/SIXAPART/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/S/SI/SIXAPART/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -34,7 +35,7 @@ BuildRequires: perl(Class::Data::Inheritable)
BuildRequires: perl(Class::Trigger)
BuildRequires: perl(DBI)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59
BuildRequires: perl(Module::Build) >= 0.38
BuildRequires: perl(Module::Build) >= 0.380000
BuildRequires: perl(Test::Exception)
Requires: perl(Class::Accessor::Fast)
Requires: perl(Class::Data::Inheritable)