Accepting request 997397 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/997397
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MIME-Charset?expand=0&rev=14
This commit is contained in:
Richard Brown 2022-08-17 16:16:42 +00:00 committed by Git OBS Bridge
commit a4585aaa78
4 changed files with 35 additions and 17 deletions

View File

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

BIN
MIME-Charset-1.013.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Aug 13 03:10:04 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.013.1
see /usr/share/doc/packages/perl-MIME-Charset/Changes
1.013.1 2022-08-12 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* No new features.
* Update META.json.
1.013 2022-08-09 Hatuka*nezumi - IKEDA Soji <hatuka(at)nezumi.nu>
* 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 <hatuka(at)nezumi.nu>
* 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

View File

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