diff --git a/Alien-Build-2.76.tar.gz b/Alien-Build-2.76.tar.gz deleted file mode 100644 index f35c4fe..0000000 --- a/Alien-Build-2.76.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1f9fb1e62f215df8ffbab143a7b7f6a5237e824561c7423c6ac6a92ecf32c4d -size 546253 diff --git a/Alien-Build-2.77.tar.gz b/Alien-Build-2.77.tar.gz new file mode 100644 index 0000000..62fb556 --- /dev/null +++ b/Alien-Build-2.77.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf39ef634e364616e43e851c15a195ffa157b5cd7c9d89abfd8e31b6b11f1e9 +size 546733 diff --git a/perl-Alien-Build.changes b/perl-Alien-Build.changes index 829b2e9..2277b1b 100644 --- a/perl-Alien-Build.changes +++ b/perl-Alien-Build.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Jan 21 03:06:04 UTC 2023 - Tina Müller + +- 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 diff --git a/perl-Alien-Build.spec b/perl-Alien-Build.spec index 4d10e07..06e3abf 100644 --- a/perl-Alien-Build.spec +++ b/perl-Alien-Build.spec @@ -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