Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
910b51db5d | |||
4163dc5549 | |||
eb24527ce4 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:001b42ba9b4c24b9dc26b8b2e1f7f8cd6c0f4d9af8bb1b34b293aac9033e5b40
|
||||
size 62846
|
3
Dancer2-Plugin-Auth-Extensible-0.711.tar.gz
Normal file
3
Dancer2-Plugin-Auth-Extensible-0.711.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d43dda85a000253cb63af99400310e749e84f5ef26d74bdc07114f4801522ef
|
||||
size 63442
|
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -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: |-
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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,16 @@
|
||||
|
||||
%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
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
@@ -74,6 +76,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 +102,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
|
||||
|
@@ -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;
|
Reference in New Issue
Block a user