Accepting request 1066766 from devel:languages:perl:autoupdate

- updated to 0.614
   see /usr/share/doc/packages/perl-Complete-Util/Changes
  0.614   2023-01-17  Released-By: PERLANCAR; Urgency: medium
          - [bugfix] complete_comma_sep() didn't handle hashref in answer
            element and returned stringified hashref when only 1 answer is to
            be returned.
  0.613   2023-01-17  Released-By: PERLANCAR; Urgency: medium
          - complete_comma_sep(): Support showing summaries.

OBS-URL: https://build.opensuse.org/request/show/1066766
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Complete-Util?expand=0&rev=3
This commit is contained in:
2023-02-20 14:05:59 +00:00
committed by Git OBS Bridge
parent 4f08a1bf59
commit 93eec326bd
4 changed files with 18 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Feb 16 03:06:03 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.614
see /usr/share/doc/packages/perl-Complete-Util/Changes
0.614 2023-01-17 Released-By: PERLANCAR; Urgency: medium
- [bugfix] complete_comma_sep() didn't handle hashref in answer
element and returned stringified hashref when only 1 answer is to
be returned.
0.613 2023-01-17 Released-By: PERLANCAR; Urgency: medium
- complete_comma_sep(): Support showing summaries.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 8 03:06:12 UTC 2022 - Tina Müller <timueller+perl@suse.de> Thu Dec 8 03:06:12 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Complete-Util # spec file for package perl-Complete-Util
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 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
@@ -18,7 +18,7 @@
%define cpan_name Complete-Util %define cpan_name Complete-Util
Name: perl-Complete-Util Name: perl-Complete-Util
Version: 0.612 Version: 0.614
Release: 0 Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: General completion routine Summary: General completion routine