8
0

Compare commits

...

10 Commits

Author SHA256 Message Date
321ad674a5 Accepting request 1291925 from devel:languages:perl
Forwarded request #1291906 from tinita

- updated to 2.20250709
   see /usr/share/doc/packages/perl-Mail-AuthenticationResults/Changes
  2.20250709 2025-07-10 09:33:55+10:00 Australia/Melbourne
    - Correctly parse a string beginning with a slash

OBS-URL: https://build.opensuse.org/request/show/1291925
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Mail-AuthenticationResults?expand=0&rev=6
2025-07-15 14:42:28 +00:00
d06d82aec2 Accepting request 1291906 from devel:languages:perl:autoupdate
- updated to 2.20250709
   see /usr/share/doc/packages/perl-Mail-AuthenticationResults/Changes
  2.20250709 2025-07-10 09:33:55+10:00 Australia/Melbourne
    - Correctly parse a string beginning with a slash

OBS-URL: https://build.opensuse.org/request/show/1291906
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mail-AuthenticationResults?expand=0&rev=10
2025-07-11 10:20:02 +00:00
5dc0ebf443 Accepting request 1126975 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1126975
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Mail-AuthenticationResults?expand=0&rev=5
2023-11-17 19:49:08 +00:00
3271c7688d Accepting request 1125736 from devel:languages:perl:autoupdate
- updated to 2.20231031
   see /usr/share/doc/packages/perl-Mail-AuthenticationResults/Changes
  2.20231031 2023-10-31 23:57:33+00:00 UTC
    - Option to set more strict quoting of string

OBS-URL: https://build.opensuse.org/request/show/1125736
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mail-AuthenticationResults?expand=0&rev=8
2023-11-16 16:34:48 +00:00
c765784d19 Accepting request 1062263 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1062263
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Mail-AuthenticationResults?expand=0&rev=4
2023-02-01 15:38:45 +00:00
c4082fb626 Accepting request 1061371 from devel:languages:perl:autoupdate
- updated to 2.20230112
   see /usr/share/doc/packages/perl-Mail-AuthenticationResults/Changes
  2.20230112 2023-01-12 22:49:04+00:00 UTC
    - Add parser method to parse json serialized object back
      into the object(s) it represents

OBS-URL: https://build.opensuse.org/request/show/1061371
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mail-AuthenticationResults?expand=0&rev=6
2023-01-31 13:58:28 +00:00
328c27bda4 Accepting request 921837 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/921837
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Mail-AuthenticationResults?expand=0&rev=3
2021-09-30 21:43:06 +00:00
ca1035d664 Accepting request 921739 from devel:languages:perl:autoupdate
- updated to 2.20210915
   see /usr/share/doc/packages/perl-Mail-AuthenticationResults/Changes
  2.20210915 2021-09-15 11:10:20+00:00 UTC
    - Fix for older versions of Perl
  2.20210914 2021-09-14 05:17:31+00:00 UTC
    - New method to copy children from 1 object to another

OBS-URL: https://build.opensuse.org/request/show/921739
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mail-AuthenticationResults?expand=0&rev=5
2021-09-27 15:56:42 +00:00
477535017f Accepting request 863119 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/863119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Mail-AuthenticationResults?expand=0&rev=2
2021-01-18 10:27:38 +00:00
456bac9ce7 Accepting request 863098 from devel:languages:perl:autoupdate
- updated to 2.20210112
   see /usr/share/doc/packages/perl-Mail-AuthenticationResults/Changes
  2.20210112 2021-01-12 22:10:28+00:00 UTC
    - Switch to a purely numeric version string

OBS-URL: https://build.opensuse.org/request/show/863098
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mail-AuthenticationResults?expand=0&rev=3
2021-01-14 14:30:16 +00:00
5 changed files with 97 additions and 15 deletions

View File

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

View File

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

35
cpanspec.yml Normal file
View File

@@ -0,0 +1,35 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
# baz.patch: PATCH-FIX-OPENSUSE
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module
#skip_doc: regexp_to_skip_for_doc.*
#add_doc: files to add to docs
#misc: |-
#anything else to be added to spec file
#follows directly after %files section, so it can contain new blocks or also
#changes to %files section

View File

@@ -1,3 +1,52 @@
-------------------------------------------------------------------
Thu Jul 10 05:37:29 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 2.20250709
see /usr/share/doc/packages/perl-Mail-AuthenticationResults/Changes
2.20250709 2025-07-10 09:33:55+10:00 Australia/Melbourne
- Correctly parse a string beginning with a slash
-------------------------------------------------------------------
Wed Nov 1 03:07:07 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 2.20231031
see /usr/share/doc/packages/perl-Mail-AuthenticationResults/Changes
2.20231031 2023-10-31 23:57:33+00:00 UTC
- Option to set more strict quoting of string
-------------------------------------------------------------------
Fri Jan 13 03:08:01 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 2.20230112
see /usr/share/doc/packages/perl-Mail-AuthenticationResults/Changes
2.20230112 2023-01-12 22:49:04+00:00 UTC
- Add parser method to parse json serialized object back
into the object(s) it represents
-------------------------------------------------------------------
Thu Sep 16 03:06:18 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 2.20210915
see /usr/share/doc/packages/perl-Mail-AuthenticationResults/Changes
2.20210915 2021-09-15 11:10:20+00:00 UTC
- Fix for older versions of Perl
2.20210914 2021-09-14 05:17:31+00:00 UTC
- New method to copy children from 1 object to another
-------------------------------------------------------------------
Wed Jan 13 03:07:14 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 2.20210112
see /usr/share/doc/packages/perl-Mail-AuthenticationResults/Changes
2.20210112 2021-01-12 22:10:28+00:00 UTC
- Switch to a purely numeric version string
-------------------------------------------------------------------
Thu Oct 15 14:35:17 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Mail-AuthenticationResults
#
# Copyright (c) 2020 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
@@ -16,21 +16,22 @@
#
Name: perl-Mail-AuthenticationResults
Version: 1.20200824.1
Release: 0
%define cpan_name Mail-AuthenticationResults
Summary: Object Oriented Authentication-Results Headers
Name: perl-Mail-AuthenticationResults
Version: 2.20250709
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Summary: Object Oriented Authentication-Results Headers
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Clone)
BuildRequires: perl(JSON)
BuildRequires: perl(Test::Exception)
Requires: perl(Clone)
Requires: perl(JSON)
%{perl_requires}
@@ -48,14 +49,12 @@ against RFC but has been seen in headers added by Yahoo!.
Comments added between key/value pairs will be added after them in the data
structures and when stringified.
It is a work in progress..
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%make_build
%check
make test
@@ -66,7 +65,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README README.md
%license LICENSE