From eb24527ce48c1333d53932f67af0f20e656e2bc3c657ad78ccea4c98a16e09a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Fri, 17 Jan 2025 00:05:01 +0000 Subject: [PATCH] Accepting request 1237613 from devel:languages:perl:autoupdate - Remove remove-env-perl.patch (fixed upstream) - updated to 0.711.0 (0.711) see /usr/share/doc/packages/perl-Dancer2-Plugin-Auth-Extensible/Changes 0.711 Thu 29 Aug 10:28:00 BST 2024 [BUG FIXES] * Ensure uninit warnings not emitted OBS-URL: https://build.opensuse.org/request/show/1237613 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer2-Plugin-Auth-Extensible?expand=0&rev=5 --- Dancer2-Plugin-Auth-Extensible-0.710.tar.gz | 3 --- Dancer2-Plugin-Auth-Extensible-0.711.tar.gz | 3 +++ cpanspec.yml | 2 +- perl-Dancer2-Plugin-Auth-Extensible.changes | 17 +++++++++++++++++ perl-Dancer2-Plugin-Auth-Extensible.spec | 19 ++++++++++++++----- remove-env-perl.patch | 10 ---------- 6 files changed, 35 insertions(+), 19 deletions(-) delete mode 100644 Dancer2-Plugin-Auth-Extensible-0.710.tar.gz create mode 100644 Dancer2-Plugin-Auth-Extensible-0.711.tar.gz delete mode 100644 remove-env-perl.patch diff --git a/Dancer2-Plugin-Auth-Extensible-0.710.tar.gz b/Dancer2-Plugin-Auth-Extensible-0.710.tar.gz deleted file mode 100644 index b105bc0..0000000 --- a/Dancer2-Plugin-Auth-Extensible-0.710.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:001b42ba9b4c24b9dc26b8b2e1f7f8cd6c0f4d9af8bb1b34b293aac9033e5b40 -size 62846 diff --git a/Dancer2-Plugin-Auth-Extensible-0.711.tar.gz b/Dancer2-Plugin-Auth-Extensible-0.711.tar.gz new file mode 100644 index 0000000..b439238 --- /dev/null +++ b/Dancer2-Plugin-Auth-Extensible-0.711.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d43dda85a000253cb63af99400310e749e84f5ef26d74bdc07114f4801522ef +size 63442 diff --git a/cpanspec.yml b/cpanspec.yml index f21cabc..c726453 100644 --- a/cpanspec.yml +++ b/cpanspec.yml @@ -8,7 +8,7 @@ # - source1 # - source2 patches: - remove-env-perl.patch: -p1 +# remove-env-perl.patch: -p1 # bar.patch: # baz.patch: PATCH-FIX-OPENSUSE #preamble: |- diff --git a/perl-Dancer2-Plugin-Auth-Extensible.changes b/perl-Dancer2-Plugin-Auth-Extensible.changes index 638d709..b13d9c5 100644 --- a/perl-Dancer2-Plugin-Auth-Extensible.changes +++ b/perl-Dancer2-Plugin-Auth-Extensible.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Jan 10 18:14:36 UTC 2025 - Tina Müller + +- Remove remove-env-perl.patch (fixed upstream) + +------------------------------------------------------------------- +Sat Aug 31 05:32:08 UTC 2024 - Tina Müller + +- updated to 0.711.0 (0.711) + see /usr/share/doc/packages/perl-Dancer2-Plugin-Auth-Extensible/Changes + + 0.711 Thu 29 Aug 10:28:00 BST 2024 + + [BUG FIXES] + + * Ensure uninit warnings not emitted + ------------------------------------------------------------------- Sun May 16 03:06:54 UTC 2021 - Tina Müller diff --git a/perl-Dancer2-Plugin-Auth-Extensible.spec b/perl-Dancer2-Plugin-Auth-Extensible.spec index 52b6806..3fa5189 100644 --- a/perl-Dancer2-Plugin-Auth-Extensible.spec +++ b/perl-Dancer2-Plugin-Auth-Extensible.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Dancer2-Plugin-Auth-Extensible # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,15 @@ %define cpan_name Dancer2-Plugin-Auth-Extensible Name: perl-Dancer2-Plugin-Auth-Extensible -Version: 0.710 +Version: 0.711.0 Release: 0 +# 0.711 -> normalize -> 0.711.0 +%define cpan_version 0.711 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Extensible authentication framework for Dancer2 apps URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/A/AB/ABEVERLEY/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/A/AB/ABEVERLEY/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml -Patch0: remove-env-perl.patch BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros @@ -74,6 +75,14 @@ Requires: perl(Try::Tiny) Requires: perl(URI::Escape) Requires: perl(YAML) Requires: perl(namespace::clean) +Provides: perl(Dancer2::Plugin::Auth::Extensible) = %{version} +Provides: perl(Dancer2::Plugin::Auth::Extensible::Provider::Config) = %{version} +Provides: perl(Dancer2::Plugin::Auth::Extensible::Provider::Example) = %{version} +Provides: perl(Dancer2::Plugin::Auth::Extensible::Provider::Unix) = %{version} +Provides: perl(Dancer2::Plugin::Auth::Extensible::Role::Provider) = %{version} +Provides: perl(Dancer2::Plugin::Auth::Extensible::Test) = %{version} +Provides: perl(Dancer2::Plugin::Auth::Extensible::Test::App) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -92,7 +101,7 @@ hashed passwords is included, or you can use Crypt::SaltedHash yourself to do so, or use the 'slappasswd' utility if you have it installed. %prep -%autosetup -n %{cpan_name}-%{version} -p1 +%autosetup -n %{cpan_name}-%{cpan_version} %build perl Makefile.PL INSTALLDIRS=vendor diff --git a/remove-env-perl.patch b/remove-env-perl.patch deleted file mode 100644 index 03921b3..0000000 --- a/remove-env-perl.patch +++ /dev/null @@ -1,10 +0,0 @@ -diff --git a/bin/dancer2-generate-crypted-password b/bin/dancer2-generate-crypted-password -index 7747742..109881c 100755 ---- a/bin/dancer2-generate-crypted-password -+++ b/bin/dancer2-generate-crypted-password -@@ -1,4 +1,4 @@ --#!/usr/bin/env perl -+#!/usr/bin/perl - - use strict; - use Crypt::SaltedHash;