8
0

Accepting request 876201 from devel:languages:perl:autoupdate

- updated to 7.711001
   see /usr/share/doc/packages/perl-Search-Elasticsearch/Changes
  7.711001 2021-03-01
           Fix release for Elasticsearch 7.11
  7.711   2021-02-11
          Stable release for Elasticsearch 7.11

OBS-URL: https://build.opensuse.org/request/show/876201
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Search-Elasticsearch?expand=0&rev=3
This commit is contained in:
2021-03-02 10:51:50 +00:00
committed by Git OBS Bridge
parent f076050967
commit 07ddb99b22
4 changed files with 20 additions and 11 deletions

View File

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

View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Mar 2 03:12:50 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 7.711001
see /usr/share/doc/packages/perl-Search-Elasticsearch/Changes
7.711001 2021-03-01
Fix release for Elasticsearch 7.11
7.711 2021-02-11
Stable release for Elasticsearch 7.11
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 2 13:10:22 UTC 2020 - Jan Baier <jbaier@suse.com> Fri Oct 2 13:10:22 UTC 2020 - Jan Baier <jbaier@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Search-Elasticsearch # spec file for package perl-Search-Elasticsearch
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# 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
@@ -16,19 +16,17 @@
# #
%define cpan_name Search-Elasticsearch
Name: perl-Search-Elasticsearch Name: perl-Search-Elasticsearch
Version: 7.30 Version: 7.711001
Release: 0 Release: 0
#Upstream: This is free software, licensed under: The Apache License, Version 2.0, January 2004 #Upstream: This is free software, licensed under: The Apache License, Version 2.0, January 2004
%define cpan_name Search-Elasticsearch
Summary: The official client for Elasticsearch Summary: The official client for Elasticsearch
License: Apache-2.0 License: Apache-2.0
Group: Development/Libraries/Perl
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/E/EZ/EZIMUEL/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/E/EZ/EZIMUEL/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Any::URI::Escape) BuildRequires: perl(Any::URI::Escape)
@@ -93,11 +91,11 @@ powerful open source, distributed real-time search and analytics engine for
the cloud. You can read more about it on at http://www.elastic.co. the cloud. You can read more about it on at http://www.elastic.co.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags} %make_build
%check %check
make test make test
@@ -108,7 +106,6 @@ make test
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README %doc Changes README
%license LICENSE %license LICENSE