1
0

Accepting request 1061388 from devel:languages:perl:autoupdate

- updated to 2.77
   see /usr/share/doc/packages/perl-Alien-Build/Changes
  2.77      2023-01-20 14:59:14 +1100
    - Documentation improvements (gh#389, #gh#390)
    - Additional noisy diagnostic when trying to use the regular
      download negotiator plugin with a GitHub releases page
      (gh#388, gh#390)

OBS-URL: https://build.opensuse.org/request/show/1061388
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Alien-Build?expand=0&rev=101
This commit is contained in:
Dirk Stoecker 2023-01-31 09:59:56 +00:00 committed by Git OBS Bridge
parent f653fc2248
commit ccbdd63f6f
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:d1f9fb1e62f215df8ffbab143a7b7f6a5237e824561c7423c6ac6a92ecf32c4d
size 546253

3
Alien-Build-2.77.tar.gz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Jan 21 03:06:04 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 2.77
see /usr/share/doc/packages/perl-Alien-Build/Changes
2.77 2023-01-20 14:59:14 +1100
- Documentation improvements (gh#389, #gh#390)
- Additional noisy diagnostic when trying to use the regular
download negotiator plugin with a GitHub releases page
(gh#388, gh#390)
-------------------------------------------------------------------
Thu Dec 29 03:06:06 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Alien-Build
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%define cpan_name Alien-Build
Name: perl-Alien-Build
Version: 2.76
Version: 2.77
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Build external dependencies for use in CPAN
@ -68,6 +68,7 @@ client, and work closely with Alien::Base which is used at runtime.
%prep
%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build