From 8d9bd9cc17569cdfa3f7343736c1ba6840b5ee07e740b8c67dc223215e59889c Mon Sep 17 00:00:00 2001 From: cpanmirror Date: Tue, 17 Feb 2026 06:14:36 +0000 Subject: [PATCH] Automatic update to MIME-Lite-3.038.tar.gz --- MIME-Lite-3.033.tar.gz | 3 --- MIME-Lite-3.038.tar.gz | 3 +++ perl-MIME-Lite.changes | 6 ++++++ perl-MIME-Lite.spec | 37 +++++++++++++++++++++++-------------- 4 files changed, 32 insertions(+), 17 deletions(-) delete mode 100644 MIME-Lite-3.033.tar.gz create mode 100644 MIME-Lite-3.038.tar.gz diff --git a/MIME-Lite-3.033.tar.gz b/MIME-Lite-3.033.tar.gz deleted file mode 100644 index ff7e94e..0000000 --- a/MIME-Lite-3.033.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78a279f1d2e242551c347ef97a13fc675766602cb84c2a80c569400f4f368bab -size 82715 diff --git a/MIME-Lite-3.038.tar.gz b/MIME-Lite-3.038.tar.gz new file mode 100644 index 0000000..1eafd20 --- /dev/null +++ b/MIME-Lite-3.038.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06eb47db74d594d2256cf4794f2c259e9f3f54b9f61b900544e6e1d879e244f5 +size 77357 diff --git a/perl-MIME-Lite.changes b/perl-MIME-Lite.changes index b3a7e7b..fa57c5f 100644 --- a/perl-MIME-Lite.changes +++ b/perl-MIME-Lite.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 17 06:14:35 UTC 2026 - Tina Müller + +- updated to 3.38.0 (3.038) + see /usr/share/doc/packages/perl-MIME-Lite/Changes + ------------------------------------------------------------------- Sun Jun 13 03:06:30 UTC 2021 - Tina Müller diff --git a/perl-MIME-Lite.spec b/perl-MIME-Lite.spec index bb727a3..6903e61 100644 --- a/perl-MIME-Lite.spec +++ b/perl-MIME-Lite.spec @@ -1,7 +1,7 @@ # # spec file for package perl-MIME-Lite # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,23 +18,31 @@ %define cpan_name MIME-Lite Name: perl-MIME-Lite -Version: 3.033 +Version: 3.38.0 Release: 0 -Summary: Low-calorie MIME generator +# 3.038 -> normalize -> 3.38.0 +%define cpan_version 3.038 License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Low-calorie MIME generator URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml Source100: README.md BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Email::Date::Format) >= 1.000 -BuildRequires: perl(MIME::Types) >= 1.28 -BuildRequires: perl(Mail::Address) >= 1.62 -Requires: perl(Email::Date::Format) >= 1.000 -Requires: perl(MIME::Types) >= 1.28 -Requires: perl(Mail::Address) >= 1.62 +BuildRequires: perl(Email::Date::Format) >= 1.0 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78 +BuildRequires: perl(Test::More) >= 0.96 +Requires: perl(Email::Date::Format) >= 1.0 +Provides: perl(MIME::Lite) = %{version} +Provides: perl(MIME::Lite::IO_Handle) = %{version} +Provides: perl(MIME::Lite::IO_Scalar) = %{version} +Provides: perl(MIME::Lite::IO_ScalarArray) = %{version} +Provides: perl(MIME::Lite::SMTP) = %{version} +%undefine __perllib_provides +Recommends: perl(MIME::Types) >= 1.280 +Recommends: perl(Mail::Address) >= 1.620 %{perl_requires} %description @@ -55,8 +63,9 @@ You don't need to worry about encoding your message data: this module will do that for you. It handles the 5 standard MIME encodings. %prep -%autosetup -n %{cpan_name}-%{version} -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 +%autosetup -n %{cpan_name}-%{cpan_version} -p1 + +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor @@ -71,7 +80,7 @@ make test %perl_gen_filelist %files -f %{name}.files -%doc examples README -%license COPYING LICENSE +%doc Changes examples README +%license LICENSE %changelog -- 2.51.1