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

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

View File

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

23
cpanspec.yml Normal file
View File

@@ -0,0 +1,23 @@
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 18 08:16:08 UTC 2015 - coolo@suse.com
- updated to 0.12
see /usr/share/doc/packages/perl-Data-ObjectDriver/Changes
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 13 19:24:07 UTC 2015 - coolo@suse.com Mon Apr 13 19:24:07 UTC 2015 - coolo@suse.com

View File

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