8
0

Accepting request 783471 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/783471
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Data-ObjectDriver?expand=0&rev=4
This commit is contained in:
2020-03-11 17:50:22 +00:00
committed by Git OBS Bridge
4 changed files with 12 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 4 03:07:32 UTC 2020 - <timueller+perl@suse.de>
- updated to 0.19
see /usr/share/doc/packages/perl-Data-ObjectDriver/Changes
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 16 09:20:37 UTC 2019 - Stephan Kulow <coolo@suse.com> Tue Jul 16 09:20:37 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Data-ObjectDriver # spec file for package perl-Data-ObjectDriver
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-Data-ObjectDriver Name: perl-Data-ObjectDriver
Version: 0.18 Version: 0.19
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
@@ -57,6 +57,7 @@ where the data is stored.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build %build
perl Build.PL --installdirs=vendor perl Build.PL --installdirs=vendor