Accepting request 351615 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/351615
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Search-Query?expand=0&rev=5
This commit is contained in:
2016-01-02 21:22:20 +00:00
committed by Git OBS Bridge
parent 32434f51ae
commit d754f57f8a
4 changed files with 16 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jan 2 10:11:41 UTC 2016 - coolo@suse.com
- updated to 0.306
see /usr/share/doc/packages/perl-Search-Query/Changes
0.306 28 Dec 2015
- specify minimum version of namespace::autoclean. See https://rt.cpan.org/Ticket/Display.html?id=110500
-------------------------------------------------------------------
Mon Jun 15 09:08:33 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Search-Query
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-Search-Query
Version: 0.305
Version: 0.306
Release: 0
%define cpan_name Search-Query
Summary: Polyglot Query Parsing
@@ -35,13 +35,13 @@ BuildRequires: perl(Data::Transformer)
BuildRequires: perl(Module::Pluggable)
BuildRequires: perl(Moo)
BuildRequires: perl(Type::Tiny)
BuildRequires: perl(namespace::autoclean)
BuildRequires: perl(namespace::autoclean) >= 0.28
Requires: perl(Data::Dump)
Requires: perl(Data::Transformer)
Requires: perl(Module::Pluggable)
Requires: perl(Moo)
Requires: perl(Type::Tiny)
Requires: perl(namespace::autoclean)
Requires: perl(namespace::autoclean) >= 0.28
%{perl_requires}
%description