From 2a810561156b179e254794b4ca3f1b779319bd0bf4b6b9536cc9ea03669c8752 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 8 Apr 2017 06:14:26 +0000 Subject: [PATCH 1/2] Accepting request 486272 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/486272 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MIME-Charset?expand=0&rev=12 --- MIME-Charset-1.012.1.tar.gz | 3 +++ MIME-Charset-1.012.tar.gz | 3 --- cpanspec.yml | 28 ++++++++++++++++++++++++++++ perl-MIME-Charset.changes | 11 +++++++++++ perl-MIME-Charset.spec | 10 ++++++---- 5 files changed, 48 insertions(+), 7 deletions(-) create mode 100644 MIME-Charset-1.012.1.tar.gz delete mode 100644 MIME-Charset-1.012.tar.gz create mode 100644 cpanspec.yml diff --git a/MIME-Charset-1.012.1.tar.gz b/MIME-Charset-1.012.1.tar.gz new file mode 100644 index 0000000..2226bee --- /dev/null +++ b/MIME-Charset-1.012.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65e3fb2e0ddcd326b512ca4d9d95264ad5df216bfdc560f2cf2b3f45075ea00 +size 55558 diff --git a/MIME-Charset-1.012.tar.gz b/MIME-Charset-1.012.tar.gz deleted file mode 100644 index 217f711..0000000 --- a/MIME-Charset-1.012.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cee5d1d4184ad46ca17d995335bc8d9b6d95e1e64584079d032cf5f0c82dcccd -size 55201 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#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: +#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: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-MIME-Charset.changes b/perl-MIME-Charset.changes index 0d91ef1..4e89de9 100644 --- a/perl-MIME-Charset.changes +++ b/perl-MIME-Charset.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Apr 7 06:06:00 UTC 2017 - coolo@suse.com + +- updated to 1.012.1 + see /usr/share/doc/packages/perl-MIME-Charset/Changes + + 1.012.1 2017-04-07 Hatuka*nezumi - IKEDA Soji + + * Fix: CPAN RT #116459: Remove "." from @INC when loading modules. + A workaround for CVE-2016-1238. + ------------------------------------------------------------------- Tue Apr 14 18:18:46 UTC 2015 - coolo@suse.com diff --git a/perl-MIME-Charset.spec b/perl-MIME-Charset.spec index d361ff0..5b53635 100644 --- a/perl-MIME-Charset.spec +++ b/perl-MIME-Charset.spec @@ -1,7 +1,7 @@ # # spec file for package perl-MIME-Charset # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,15 @@ Name: perl-MIME-Charset -Version: 1.012 +Version: 1.012.1 Release: 0 %define cpan_name MIME-Charset 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/ -Source: http://www.cpan.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 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -52,6 +53,7 @@ messages on Internet. %files -f %{name}.files %defattr(-,root,root,755) -%doc ARTISTIC Changes COPYING README +%doc Changes README +%license ARTISTIC COPYING %changelog From 4acb7ecea80de0cd09faa07e4e505fb5c3e7281e5afc327af9dc1d3f9eeb1ef8 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 12 Apr 2017 17:20:20 +0000 Subject: [PATCH 2/2] Accepting request 487484 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/487484 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MIME-Charset?expand=0&rev=13 --- MIME-Charset-1.012.1.tar.gz | 3 --- MIME-Charset-1.012.2.tar.gz | 3 +++ perl-MIME-Charset.changes | 10 ++++++++++ perl-MIME-Charset.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 MIME-Charset-1.012.1.tar.gz create mode 100644 MIME-Charset-1.012.2.tar.gz diff --git a/MIME-Charset-1.012.1.tar.gz b/MIME-Charset-1.012.1.tar.gz deleted file mode 100644 index 2226bee..0000000 --- a/MIME-Charset-1.012.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c65e3fb2e0ddcd326b512ca4d9d95264ad5df216bfdc560f2cf2b3f45075ea00 -size 55558 diff --git a/MIME-Charset-1.012.2.tar.gz b/MIME-Charset-1.012.2.tar.gz new file mode 100644 index 0000000..cb6d490 --- /dev/null +++ b/MIME-Charset-1.012.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:878c779c0256c591666bd06c0cde4c0d7820eeeb98fd1183082aee9a1e7b1d13 +size 55609 diff --git a/perl-MIME-Charset.changes b/perl-MIME-Charset.changes index 4e89de9..ac2c849 100644 --- a/perl-MIME-Charset.changes +++ b/perl-MIME-Charset.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Apr 12 06:00:51 UTC 2017 - coolo@suse.com + +- updated to 1.012.2 + see /usr/share/doc/packages/perl-MIME-Charset/Changes + + 1.012.2 2017-04-11 Hatuka*nezumi - IKEDA Soji + + * Fix: Perl >= 5.26: Makefile.PL cannot use inc::Module::Install. + ------------------------------------------------------------------- Fri Apr 7 06:06:00 UTC 2017 - coolo@suse.com diff --git a/perl-MIME-Charset.spec b/perl-MIME-Charset.spec index 5b53635..6d7aa7b 100644 --- a/perl-MIME-Charset.spec +++ b/perl-MIME-Charset.spec @@ -17,7 +17,7 @@ Name: perl-MIME-Charset -Version: 1.012.1 +Version: 1.012.2 Release: 0 %define cpan_name MIME-Charset Summary: Charset Information for MIME