forked from pool/perl-MIME-EncWords
Compare commits
12 Commits
09b95dd7ee
...
2508f23f00
Author | SHA256 | Date | |
---|---|---|---|
2508f23f00 | |||
e0571875ed | |||
|
c3acaccef2 | ||
aec355570a | |||
|
d199f925b4 | ||
ed6f3be1f1 | |||
|
70190eb457 | ||
13ffa89996 | |||
|
01aa4bae5f | ||
|
cc23ecc1a3 | ||
|
708561f802 | ||
|
950586ab1b |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:565b5455985dfecea20f030e63f40d640fc9a839d33f7aed5e03fa71ea6ba918
|
||||
size 37536
|
3
MIME-EncWords-1.015.0.tar.gz
Normal file
3
MIME-EncWords-1.015.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23ef065897821337bdd16487e65e2a3798383348225c72cd762bb3741ad009b5
|
||||
size 38971
|
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: Artistic-1.0 or GPL-1.0-or-later
|
||||
#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,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 13 03:07:23 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.015.0
|
||||
see /usr/share/doc/packages/perl-MIME-EncWords/Changes
|
||||
|
||||
1.015.0 2024-02-12 Hatuka*nezumi - IKEDA Soji <hatuka@nezumi.nu>
|
||||
|
||||
* Fix: Correct specials for DISPNAME mode.
|
||||
* Fix: CPAN RT #116463: Remove . from @INC when loading modules
|
||||
dynamically.
|
||||
* Fix: Suppress "Use of uninitialized value" warnings.
|
||||
* CPAN RT #116465: Fix spelling error in manpage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 27 17:48:05 UTC 2014 - opensuse@cboltz.de
|
||||
|
||||
- update to 1.014.3:
|
||||
* Fix: CPAN RT#99160: encode_mimewords() ignores the word "0".
|
||||
- update Requires: according to Makefile.PL
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 11 18:27:19 UTC 2013 - opensuse@cboltz.de
|
||||
|
||||
- update to 1.014.2:
|
||||
* No new features.
|
||||
* Reformat Changes file: CPAN RT#88096.
|
||||
* minor manpage updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 25 14:31:46 UTC 2013 - opensuse@cboltz.de
|
||||
|
||||
- Update to 1.014.1:
|
||||
* Fix: CPAN RT#84295: MaxLineLen fixes to the value set at the first
|
||||
time.
|
||||
* Imp: encode_mimewords() supports UTF-16, UTF-32 and their flavors.
|
||||
They will be encoded as UTF-8.
|
||||
* Requires MIME-Charset >= 1.010.
|
||||
* Minor Fix: After ASCII words extending over multiple lines,
|
||||
line length was estimated shorter. CPAN RT #79399.
|
||||
* see upstream changelog for all details
|
||||
- add Recommends: perl(Unicode::String) (optionally used)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 19 16:13:57 UTC 2011 - coolo@suse.com
|
||||
|
||||
- update to 1.012.4
|
||||
* Chg: encode_mimewords(): 'B' was advantageous over 'Q' by 4/3 byte
|
||||
on average...
|
||||
* Updated address of FSF.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 12 18:44:00 UTC 2011 - opensuse@cboltz.de
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-MIME-EncWords
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,27 +12,29 @@
|
||||
# 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-EncWords
|
||||
Version: 1.012.3
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
%define cpan_name MIME-EncWords
|
||||
Summary: deal with RFC 2047 encoded words (improved)
|
||||
Url: http://search.cpan.org/dist/MIME-EncWords/
|
||||
Group: Development/Libraries/Perl
|
||||
#Source: http://www.cpan.org/authors/id/N/NE/NEZUMI/MIME-EncWords-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.gz
|
||||
BuildRequires: perl(MIME::Charset) >= 1.008.2
|
||||
Name: perl-MIME-EncWords
|
||||
Version: 1.15.0
|
||||
Release: 0
|
||||
# 1.015.0 -> normalize -> 1.15.0
|
||||
%define cpan_version 1.015.0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Deal with RFC 2047 encoded words (improved)
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/N/NE/NEZUMI/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Requires: perl(MIME::Charset) >= 1.008.2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(MIME::Charset) >= 1.10.1
|
||||
Requires: perl(MIME::Charset) >= 1.10.1
|
||||
Provides: perl(Encode::MIME::EncWords) = 0.03
|
||||
Provides: perl(MIME::EncWords) = %{version}
|
||||
%undefine __perllib_provides
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -70,25 +72,22 @@ multibyte characters with any 7 bit sequences):
|
||||
Subject: ???(laziness), ????(impatience), ??(hubris)
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(644,root,root,755)
|
||||
%doc ARTISTIC Changes GPL README
|
||||
%doc Changes README
|
||||
%license ARTISTIC GPL
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user