8
0

3 Commits

Author SHA256 Message Date
c11562f4a0 Add Gitea build results 2025-08-12 18:13:33 +02:00
925bfc93d8 Accepting request 1235352 from devel:languages:perl
- 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. (forwarded request 1235306 from tinita)

OBS-URL: https://build.opensuse.org/request/show/1235352
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Digest-HMAC?expand=0&rev=25
2025-01-07 19:50:35 +00:00
8480d79dcf Accepting request 1235306 from devel:languages:perl:autoupdate
- 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.

OBS-URL: https://build.opensuse.org/request/show/1235306
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Digest-HMAC?expand=0&rev=18
2025-01-06 17:20:44 +00:00
5 changed files with 38 additions and 8 deletions

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

Binary file not shown.

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Digest-HMAC/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Digest-HMAC)

View File

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

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,18 +18,25 @@
%define cpan_name Digest-HMAC
Name: perl-Digest-HMAC
Version: 1.04
Version: 1.50.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
Summary: Keyed-Hashing for Message Authentication
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
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: 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}
%description
@@ -50,7 +57,7 @@ functions. For stronger algorithms the blocksize probably needs to be
increased.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Makefile.PL INSTALLDIRS=vendor