7
0

2 Commits

Author SHA256 Message Date
bebaf5d184 Accepting request 1238352 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1238352
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Dancer2-Plugin-Auth-Extensible?expand=0&rev=3
2025-01-17 17:38:09 +00:00
3492b07294 - 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/package/show/devel:languages:perl/perl-Dancer2-Plugin-Auth-Extensible?expand=0&rev=5
2025-01-17 00:05:01 +00:00
6 changed files with 35 additions and 19 deletions

View File

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

View File

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

View File

@@ -8,7 +8,7 @@
# - source1 # - source1
# - source2 # - source2
patches: patches:
remove-env-perl.patch: -p1 # remove-env-perl.patch: -p1
# bar.patch: # bar.patch:
# baz.patch: PATCH-FIX-OPENSUSE # baz.patch: PATCH-FIX-OPENSUSE
#preamble: |- #preamble: |-

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Jan 10 18:14:36 UTC 2025 - Tina Müller <tina.mueller@suse.com>
- Remove remove-env-perl.patch (fixed upstream)
-------------------------------------------------------------------
Sat Aug 31 05:32:08 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de> Sun May 16 03:06:54 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Dancer2-Plugin-Auth-Extensible # 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 # 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,14 +18,15 @@
%define cpan_name Dancer2-Plugin-Auth-Extensible %define cpan_name Dancer2-Plugin-Auth-Extensible
Name: perl-Dancer2-Plugin-Auth-Extensible Name: perl-Dancer2-Plugin-Auth-Extensible
Version: 0.710 Version: 0.711.0
Release: 0 Release: 0
# 0.711 -> normalize -> 0.711.0
%define cpan_version 0.711
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Extensible authentication framework for Dancer2 apps Summary: Extensible authentication framework for Dancer2 apps
URL: https://metacpan.org/release/%{cpan_name} 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 Source1: cpanspec.yml
Patch0: remove-env-perl.patch
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
@@ -74,6 +75,14 @@ Requires: perl(Try::Tiny)
Requires: perl(URI::Escape) Requires: perl(URI::Escape)
Requires: perl(YAML) Requires: perl(YAML)
Requires: perl(namespace::clean) 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} %{perl_requires}
%description %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. do so, or use the 'slappasswd' utility if you have it installed.
%prep %prep
%autosetup -n %{cpan_name}-%{version} -p1 %autosetup -n %{cpan_name}-%{cpan_version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor

View File

@@ -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;