Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
c11562f4a0 | |||
925bfc93d8 | |||
8480d79dcf |
BIN
Digest-HMAC-1.04.tar.gz
(Stored with Git LFS)
BIN
Digest-HMAC-1.04.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
Digest-HMAC-1.05.tar.gz
(Stored with Git LFS)
Normal file
BIN
Digest-HMAC-1.05.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
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)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 18 05:32:52 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.50.0 (1.05)
|
||||||
|
see /usr/share/doc/packages/perl-Digest-HMAC/Changes
|
||||||
|
|
||||||
|
Version 1.05: 2024-10-17
|
||||||
|
|
||||||
|
- Use 'our' instead of 'use vars' (HAARG).
|
||||||
|
- Minimum perl version is now 5.8.1.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 2 03:06:58 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
Fri Apr 2 03:06:58 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Digest-HMAC
|
# spec file for package perl-Digest-HMAC
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2024 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,18 +18,25 @@
|
|||||||
|
|
||||||
%define cpan_name Digest-HMAC
|
%define cpan_name Digest-HMAC
|
||||||
Name: perl-Digest-HMAC
|
Name: perl-Digest-HMAC
|
||||||
Version: 1.04
|
Version: 1.50.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Keyed-Hashing for Message Authentication
|
# 1.05 -> normalize -> 1.50.0
|
||||||
|
%define cpan_version 1.05
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
|
Summary: Keyed-Hashing for Message Authentication
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/A/AR/ARODLAND/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/A/AR/ARODLAND/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Digest::SHA) >= 1
|
BuildRequires: perl(Digest::SHA) >= 1
|
||||||
Requires: perl(Digest::SHA) >= 1
|
Requires: perl(Digest::SHA) >= 1
|
||||||
|
Provides: perl(Digest::HMAC) = %{version}
|
||||||
|
Provides: perl(Digest::HMAC_MD5) = %{version}
|
||||||
|
Provides: perl(Digest::HMAC_SHA1) = %{version}
|
||||||
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -50,7 +57,7 @@ functions. For stronger algorithms the blocksize probably needs to be
|
|||||||
increased.
|
increased.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user