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:
commit
a4585aaa78
@ -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
BIN
MIME-Charset-1.013.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
Wed Apr 12 06:00:51 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-MIME-Charset
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%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
|
Summary: Charset Information for MIME
|
||||||
License: GPL-1.0+ or Artistic-1.0
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
Url: http://search.cpan.org/dist/MIME-Charset/
|
|
||||||
Source0: https://cpan.metacpan.org/authors/id/N/NE/NEZUMI/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/N/NE/NEZUMI/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -37,14 +36,14 @@ MIME::Charset provides information about character sets used for MIME
|
|||||||
messages on Internet.
|
messages on Internet.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
@ -52,7 +51,6 @@ messages on Internet.
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
%license ARTISTIC COPYING
|
%license ARTISTIC COPYING
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user