From e23dd9648ee13ca197868f1e47819107aa4035db014461abc360a225840c5e73 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 16 Aug 2022 14:35:30 +0000 Subject: [PATCH] Accepting request 997381 from devel:languages:perl:autoupdate - updated to 1.013.1 see /usr/share/doc/packages/perl-MIME-Charset/Changes 1.013.1 2022-08-12 Hatuka*nezumi - IKEDA Soji * No new features. * Update META.json. 1.013 2022-08-09 Hatuka*nezumi - IKEDA Soji * Update tests. * A typo in comment: "3.18" should be "3.19". * Fix: Escape sequences won't be used with DIN 66003. 1.013_01 2022-08-08 Hatuka*nezumi - IKEDA Soji * Imp: Added support for DIN 66003. * Chg: Workaround: "ISO-8859-8-I" is treated as an alias of "ISO-8859-8" by Encode (3.18): See the note in https://encoding.spec.whatwg.org/#legacy-single-byte-encodings However we'll treat these as separate names for compatibility. OBS-URL: https://build.opensuse.org/request/show/997381 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MIME-Charset?expand=0&rev=15 --- MIME-Charset-1.012.2.tar.gz | 3 --- MIME-Charset-1.013.1.tar.gz | 3 +++ perl-MIME-Charset.changes | 20 ++++++++++++++++++++ perl-MIME-Charset.spec | 26 ++++++++++++-------------- 4 files changed, 35 insertions(+), 17 deletions(-) delete mode 100644 MIME-Charset-1.012.2.tar.gz create mode 100644 MIME-Charset-1.013.1.tar.gz diff --git a/MIME-Charset-1.012.2.tar.gz b/MIME-Charset-1.012.2.tar.gz deleted file mode 100644 index cb6d490..0000000 --- a/MIME-Charset-1.012.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:878c779c0256c591666bd06c0cde4c0d7820eeeb98fd1183082aee9a1e7b1d13 -size 55609 diff --git a/MIME-Charset-1.013.1.tar.gz b/MIME-Charset-1.013.1.tar.gz new file mode 100644 index 0000000..be18db2 --- /dev/null +++ b/MIME-Charset-1.013.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb7a6e0c0d251f23d6e60bf84c9adefc5b74eec58475bfee4d39107e60870f0 +size 55939 diff --git a/perl-MIME-Charset.changes b/perl-MIME-Charset.changes index ac2c849..f5139a5 100644 --- a/perl-MIME-Charset.changes +++ b/perl-MIME-Charset.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat Aug 13 03:10:04 UTC 2022 - Tina Müller + +- updated to 1.013.1 + see /usr/share/doc/packages/perl-MIME-Charset/Changes + + 1.013.1 2022-08-12 Hatuka*nezumi - IKEDA Soji + * No new features. + * Update META.json. + 1.013 2022-08-09 Hatuka*nezumi - IKEDA Soji + * Update tests. + * A typo in comment: "3.18" should be "3.19". + * Fix: Escape sequences won't be used with DIN 66003. + 1.013_01 2022-08-08 Hatuka*nezumi - IKEDA Soji + * Imp: Added support for DIN 66003. + * Chg: Workaround: "ISO-8859-8-I" is treated as an alias of "ISO-8859-8" + by Encode (3.18): See the note in + https://encoding.spec.whatwg.org/#legacy-single-byte-encodings + However we'll treat these as separate names for compatibility. + ------------------------------------------------------------------- Wed Apr 12 06:00:51 UTC 2017 - coolo@suse.com diff --git a/perl-MIME-Charset.spec b/perl-MIME-Charset.spec index 6d7aa7b..7162846 100644 --- a/perl-MIME-Charset.spec +++ b/perl-MIME-Charset.spec @@ -1,7 +1,7 @@ # # spec file for package perl-MIME-Charset # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,24 +12,23 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -Name: perl-MIME-Charset -Version: 1.012.2 -Release: 0 %define cpan_name MIME-Charset +Name: perl-MIME-Charset +Version: 1.013.1 +Release: 0 +License: Artistic-1.0 OR GPL-1.0-or-later Summary: Charset Information for MIME -License: GPL-1.0+ or Artistic-1.0 -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/MIME-Charset/ +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/N/NE/NEZUMI/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 %{perl_requires} %description @@ -37,14 +36,14 @@ MIME::Charset provides information about character sets used for MIME messages on Internet. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor +%make_build %check -%{__make} test +make test %install %perl_make_install @@ -52,7 +51,6 @@ messages on Internet. %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license ARTISTIC COPYING