forked from pool/perl-Mail-AuthenticationResults
Compare commits
11 Commits
bb2fed4e01
...
main
Author | SHA256 | Date | |
---|---|---|---|
3af331e9e6 | |||
321ad674a5 | |||
d06d82aec2 | |||
5dc0ebf443 | |||
3271c7688d | |||
c765784d19 | |||
c4082fb626 | |||
328c27bda4 | |||
ca1035d664 | |||
477535017f | |||
456bac9ce7 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33baa8e29fab0e86cdb4790d009cc59f7225672516682bc72b2d4c1f86a11e9a
|
||||
size 30880
|
3
Mail-AuthenticationResults-2.20250709.tar.gz
Normal file
3
Mail-AuthenticationResults-2.20250709.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca8568638a7839417e04332c6915d4c7a55496bef212faff4d59a93ba9eb4ec0
|
||||
size 33533
|
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)
|
||||
|
||||

|
||||
|
||||
|
35
cpanspec.yml
Normal file
35
cpanspec.yml
Normal 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
|
@@ -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>
|
||||
|
||||
|
@@ -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,23 @@
|
||||
#
|
||||
|
||||
|
||||
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
|
||||
Source100: README.md
|
||||
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 +50,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 +66,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README README.md
|
||||
%license LICENSE
|
||||
|
||||
|
Reference in New Issue
Block a user