Accepting request 457017 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/457017
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WebService-Solr?expand=0&rev=13
This commit is contained in:
Stephan Kulow
2017-02-14 09:07:12 +00:00
committed by Git OBS Bridge
parent 3776ffb246
commit b3a2013f11
5 changed files with 60 additions and 9 deletions

View File

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

View File

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

28
cpanspec.yml Normal file
View File

@@ -0,0 +1,28 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#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_build: |-
# rm unused.files
#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,23 @@
-------------------------------------------------------------------
Tue Feb 14 08:02:20 UTC 2017 - coolo@suse.com
- updated to 0.40
see /usr/share/doc/packages/perl-WebService-Solr/Changes
0.40 Wed Dec 11 21:32:17 CST 2017
- No functionality changes.
- New maintainer: Andy Lester
- Big jump in version number to show a new numbering scheme.
0.24_01 Fri Dec 9 22:45:03 CST 2016 *DEVELOPER RELEASE*
- Switch from the deprecated Any::Moose to Moo + Types::Standard.
Thanks, ilmari.
# Before this point, Brian Cassidy was the maintainer. The version
numbering scheme was different from what it is now.
-------------------------------------------------------------------
Tue Apr 14 20:20:29 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-WebService-Solr
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 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,33 +17,36 @@
Name: perl-WebService-Solr
Version: 0.23
Version: 0.40
Release: 0
%define cpan_name WebService-Solr
Summary: Module to interface with the Solr (Lucene) webservice
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/WebService-Solr/
Source: http://www.cpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Any::Moose) >= 0.16
BuildRequires: perl(Data::Page)
BuildRequires: perl(Data::Pageset)
BuildRequires: perl(JSON::XS)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(Moo)
BuildRequires: perl(Test::Mock::LWP) >= 0.05
BuildRequires: perl(Test::More) >= 0.94
BuildRequires: perl(Types::Standard) >= 0.008
BuildRequires: perl(URI) >= 1.28
BuildRequires: perl(XML::Easy)
BuildRequires: perl(XML::Simple)
Requires: perl(Any::Moose) >= 0.16
Requires: perl(Data::Page)
Requires: perl(Data::Pageset)
Requires: perl(JSON::XS)
Requires: perl(LWP::UserAgent)
Requires: perl(Moo)
Requires: perl(Types::Standard) >= 0.008
Requires: perl(URI) >= 1.28
Requires: perl(XML::Easy)
%{perl_requires}
@@ -69,6 +72,6 @@ enterprise-grade indexing and searching platform.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes foo README.md
%doc Changes README.md
%changelog