commit perl-Email-Address for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Email-Address for openSUSE:Factory checked in at 2019-06-12 13:00:12 Comparing /work/SRC/openSUSE:Factory/perl-Email-Address (Old) and /work/SRC/openSUSE:Factory/.perl-Email-Address.new.4811 (New) Package is "perl-Email-Address" Wed Jun 12 13:00:12 2019 rev:18 rq:705968 version:1.912 Changes: --- /work/SRC/openSUSE:Factory/perl-Email-Address/perl-Email-Address.changes 2019-01-05 14:41:18.376533822 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Email-Address.new.4811/perl-Email-Address.changes 2019-06-12 13:00:14.421314820 +0200 @@ -21,0 +22,2 @@ +- This update fixes CVE-2018-12558 (boo#1098368) + Other differences: --
commit perl-Email-Address for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Email-Address for openSUSE:Factory checked in at 2019-01-05 14:41:17 Comparing /work/SRC/openSUSE:Factory/perl-Email-Address (Old) and /work/SRC/openSUSE:Factory/.perl-Email-Address.new.28833 (New) Package is "perl-Email-Address" Sat Jan 5 14:41:17 2019 rev:17 rq:662640 version:1.912 Changes: --- /work/SRC/openSUSE:Factory/perl-Email-Address/perl-Email-Address.changes 2018-03-16 10:40:28.806671554 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Email-Address.new.28833/perl-Email-Address.changes 2019-01-05 14:41:18.376533822 +0100 @@ -1,0 +2,21 @@ +Thu Jan 3 06:08:58 UTC 2019 - Stephan Kulow + +- updated to 1.912 + see /usr/share/doc/packages/perl-Email-Address/Changes + + 1.912 2018-12-31 13:46:22-05:00 America/New_York + - include the doc updates from 1.911 changelog, oops! + +--- +Sun Dec 23 06:08:33 UTC 2018 - Stephan Kulow + +- updated to 1.911 + see /usr/share/doc/packages/perl-Email-Address/Changes + + 1.911 2018-12-22 11:30:28-05:00 America/New_York + - just like 1.910, but with doc updates and undeprecation by Jim Brandt + + 1.910 2018-12-17 21:27:28-05:00 America/New_York (TRIAL RELEASE) + - update parsing to mitigate pathological cases (thanks, sunnavy!) + +--- Old: Email-Address-1.909.tar.gz New: Email-Address-1.912.tar.gz Other differences: -- ++ perl-Email-Address.spec ++ --- /var/tmp/diff_new_pack.wstOmU/_old 2019-01-05 14:41:19.788532624 +0100 +++ /var/tmp/diff_new_pack.wstOmU/_new 2019-01-05 14:41:19.812532603 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Email-Address # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,18 +12,18 @@ # 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-Email-Address -Version:1.909 +Version:1.912 Release:0 %define cpan_name Email-Address -Summary:(DEPRECATED) RFC 2822 Address Parsing and Creation +Summary:RFC 2822 Address Parsing and Creation License:Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url:http://search.cpan.org/dist/Email-Address/ +Url:https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz Source1:cpanspec.yml BuildArch: noarch @@ -34,27 +34,32 @@ %{perl_requires} %description -*ACHTUNG!* This module has a vulnerability (at -https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-7686) which allows -remote attackers to cause denial of service. In other words, sometimes it -takes way too long to process certain kinds of input. Maybe someday this -will be fixed. Until then, use *Email::Address::XS* instead which has -backward compatible API. - This class implements a regex-based RFC 2822 parser that locates email addresses in strings and returns a list of 'Email::Address' objects found. Alternatively you may construct objects manually. The goal of this software is to be correct, and very very fast. +Version 1.909 and earlier of this module had vulnerabilies (at +https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-7686) and (at +https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12558) which +allowed specially constructed email to cause a denial of service. The +reported vulnerabilities and some other pathalogical cases (meaning they +really shouldn't occur in normal email) have been addressed in version +1.910 and newer. If you're running version 1.909 or older, you should +update! + +Alternatively, you could switch to *Email::Address::XS* which has a +backward compatible API. + %prep %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install ++ Email-Address-1.909.tar.gz -> Email-Address-1.912.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.909/Changes new/Email-Address-1.912/Changes --- o
commit perl-Email-Address for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Email-Address for openSUSE:Factory checked in at 2018-03-16 10:40:28 Comparing /work/SRC/openSUSE:Factory/perl-Email-Address (Old) and /work/SRC/openSUSE:Factory/.perl-Email-Address.new (New) Package is "perl-Email-Address" Fri Mar 16 10:40:28 2018 rev:16 rq:584218 version:1.909 Changes: --- /work/SRC/openSUSE:Factory/perl-Email-Address/perl-Email-Address.changes 2015-09-24 06:15:00.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Email-Address.new/perl-Email-Address.changes 2018-03-16 10:40:28.806671554 +0100 @@ -1,0 +2,6 @@ +Tue Mar 6 06:19:22 UTC 2018 - co...@suse.com + +- updated to 1.909 + see /usr/share/doc/packages/perl-Email-Address/Changes + +--- Old: Email-Address-1.908.tar.gz New: Email-Address-1.909.tar.gz Other differences: -- ++ perl-Email-Address.spec ++ --- /var/tmp/diff_new_pack.CnA6Zd/_old 2018-03-16 10:40:30.206621146 +0100 +++ /var/tmp/diff_new_pack.CnA6Zd/_new 2018-03-16 10:40:30.234620137 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Email-Address # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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,14 @@ Name: perl-Email-Address -Version:1.908 +Version:1.909 Release:0 %define cpan_name Email-Address -Summary:RFC 2822 Address Parsing and Creation -License:Artistic-1.0 or GPL-1.0+ +Summary:(DEPRECATED) RFC 2822 Address Parsing and Creation +License:Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/Email-Address/ -Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz Source1:cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -34,6 +34,13 @@ %{perl_requires} %description +*ACHTUNG!* This module has a vulnerability (at +https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-7686) which allows +remote attackers to cause denial of service. In other words, sometimes it +takes way too long to process certain kinds of input. Maybe someday this +will be fixed. Until then, use *Email::Address::XS* instead which has +backward compatible API. + This class implements a regex-based RFC 2822 parser that locates email addresses in strings and returns a list of 'Email::Address' objects found. Alternatively you may construct objects manually. The goal of this software @@ -56,6 +63,7 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc bench Changes LICENSE README +%doc Changes README +%license LICENSE %changelog ++ Email-Address-1.908.tar.gz -> Email-Address-1.909.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.908/Changes new/Email-Address-1.909/Changes --- old/Email-Address-1.908/Changes 2015-09-20 04:53:42.0 +0200 +++ new/Email-Address-1.909/Changes 2018-03-05 04:07:16.0 +0100 @@ -1,5 +1,8 @@ Release history for Email-Address +1.909 2018-03-04 22:07:12-05:00 America/New_York +- add some docs saying "don't use this, it can be busted" + 1.908 2015-09-19 22:53:38-04:00 America/New_York - default to 1 level of nested comments to avoid pathological behaviors diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.908/MANIFEST new/Email-Address-1.909/MANIFEST --- old/Email-Address-1.908/MANIFEST2015-09-20 04:53:42.0 +0200 +++ new/Email-Address-1.909/MANIFEST2018-03-05 04:07:16.0 +0100 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.040. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.011. Changes LICENSE MANIFEST @@ -21,5 +21,5 @@ t/quote-encoded.t t/quoting.t t/tests.t +xt/author/pod-syntax.t xt/release/changes_has_content.t -xt/release/pod-syntax.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.908/META.json new/Email-Address-1.909/META.json --- old/Email-Address-1.908/META.json 2015-09-20 04:53:42.0 +0200 +++ new/Email-Address-1.909/META.json 2018-03-05 04:07:16.0 +0100 @@ -1,11 +1,11 @@ { - "abstract" : "RFC 2822 Addres
commit perl-Email-Address for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Email-Address for openSUSE:Factory checked in at 2015-09-24 06:14:59 Comparing /work/SRC/openSUSE:Factory/perl-Email-Address (Old) and /work/SRC/openSUSE:Factory/.perl-Email-Address.new (New) Package is "perl-Email-Address" Changes: --- /work/SRC/openSUSE:Factory/perl-Email-Address/perl-Email-Address.changes 2015-04-15 16:24:13.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Email-Address.new/perl-Email-Address.changes 2015-09-24 06:15:00.0 +0200 @@ -1,0 +2,9 @@ +Sun Sep 20 08:49:50 UTC 2015 - co...@suse.com + +- updated to 1.908 + see /usr/share/doc/packages/perl-Email-Address/Changes + + 1.908 2015-09-19 22:53:38-04:00 America/New_York + - default to 1 level of nested comments to avoid pathological behaviors + +--- Old: Email-Address-1.907.tar.gz New: Email-Address-1.908.tar.gz cpanspec.yml Other differences: -- ++ perl-Email-Address.spec ++ --- /var/tmp/diff_new_pack.zM8W8W/_old 2015-09-24 06:15:01.0 +0200 +++ /var/tmp/diff_new_pack.zM8W8W/_new 2015-09-24 06:15:01.0 +0200 @@ -17,14 +17,15 @@ Name: perl-Email-Address -Version:1.907 +Version:1.908 Release:0 %define cpan_name Email-Address Summary:RFC 2822 Address Parsing and Creation License:Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/Email-Address/ -Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz +Source1:cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl ++ Email-Address-1.907.tar.gz -> Email-Address-1.908.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.907/Changes new/Email-Address-1.908/Changes --- old/Email-Address-1.907/Changes 2015-02-03 23:48:14.0 +0100 +++ new/Email-Address-1.908/Changes 2015-09-20 04:53:42.0 +0200 @@ -1,5 +1,8 @@ Release history for Email-Address +1.908 2015-09-19 22:53:38-04:00 America/New_York +- default to 1 level of nested comments to avoid pathological behaviors + 1.907 2015-02-03 17:48:10-05:00 America/New_York - restore 5.8.x compatibility diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.907/MANIFEST new/Email-Address-1.908/MANIFEST --- old/Email-Address-1.907/MANIFEST2015-02-03 23:48:14.0 +0100 +++ new/Email-Address-1.908/MANIFEST2015-09-20 04:53:42.0 +0200 @@ -1,4 +1,4 @@ -# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.031. +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.040. Changes LICENSE MANIFEST diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.907/META.json new/Email-Address-1.908/META.json --- old/Email-Address-1.907/META.json 2015-02-03 23:48:14.0 +0100 +++ new/Email-Address-1.908/META.json 2015-09-20 04:53:42.0 +0200 @@ -5,7 +5,7 @@ "Ricardo SIGNES " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 5.031, CPAN::Meta::Converter version 2.143240", + "generated_by" : "Dist::Zilla version 5.040, CPAN::Meta::Converter version 2.150005", "license" : [ "perl_5" ], @@ -22,6 +22,7 @@ }, "develop" : { "requires" : { +"Test::More" : "0", "Test::Pod" : "1.41" } }, @@ -57,10 +58,10 @@ "web" : "https://github.com/rjbs/Email-Address"; } }, - "version" : "1.907", + "version" : "1.908", "x_Dist_Zilla" : { "perl" : { - "version" : "5.021008" + "version" : "5.023002" }, "plugins" : [ { @@ -69,31 +70,28 @@ "Dist::Zilla::Plugin::GatherDir" : { "exclude_filename" : [], "exclude_match" : [], - "follow_symlinks" : "0", - "include_dotfiles" : "0", + "follow_symlinks" : 0, + "include_dotfiles" : 0, "prefix" : "", "prune_directory" : [], "root" : "." }, "Dist::Zilla::Plugin::Git::GatherDir" : { - "include_untracked" : "0" - }, - "Dist::Zilla::Role::Gi
commit perl-Email-Address for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Email-Address for openSUSE:Factory checked in at 2015-04-15 16:24:12 Comparing /work/SRC/openSUSE:Factory/perl-Email-Address (Old) and /work/SRC/openSUSE:Factory/.perl-Email-Address.new (New) Package is "perl-Email-Address" Changes: --- /work/SRC/openSUSE:Factory/perl-Email-Address/perl-Email-Address.changes 2014-09-17 21:25:06.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Email-Address.new/perl-Email-Address.changes 2015-04-15 16:24:13.0 +0200 @@ -1,0 +2,16 @@ +Mon Apr 13 19:07:17 UTC 2015 - co...@suse.com + +- updated to 1.907 + see /usr/share/doc/packages/perl-Email-Address/Changes + + 1.907 2015-02-03 17:48:10-05:00 America/New_York + - restore 5.8.x compatibility + + 1.906 2015-02-03 16:48:11-05:00 America/New_York + - the test suite tests parses more directly, which eliminates a number +of misleading (and possibly wrong) test cases + - escaped characters in a quoted string are now properly unescaped +for the ->phrase method, which means things should round trip better +from their decomposed form + +--- Old: Email-Address-1.905.tar.gz New: Email-Address-1.907.tar.gz Other differences: -- ++ perl-Email-Address.spec ++ --- /var/tmp/diff_new_pack.aBIyvQ/_old 2015-04-15 16:24:13.0 +0200 +++ /var/tmp/diff_new_pack.aBIyvQ/_new 2015-04-15 16:24:13.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Email-Address # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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,7 +17,7 @@ Name: perl-Email-Address -Version:1.905 +Version:1.907 Release:0 %define cpan_name Email-Address Summary:RFC 2822 Address Parsing and Creation ++ Email-Address-1.905.tar.gz -> Email-Address-1.907.tar.gz ++ 2569 lines of diff (skipped)
commit perl-Email-Address for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Email-Address for openSUSE:Factory checked in at 2014-09-17 21:24:49 Comparing /work/SRC/openSUSE:Factory/perl-Email-Address (Old) and /work/SRC/openSUSE:Factory/.perl-Email-Address.new (New) Package is "perl-Email-Address" Changes: --- /work/SRC/openSUSE:Factory/perl-Email-Address/perl-Email-Address.changes 2014-02-12 07:04:56.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Email-Address.new/perl-Email-Address.changes 2014-09-17 21:25:06.0 +0200 @@ -1,0 +2,20 @@ +Mon Sep 15 12:52:34 UTC 2014 - co...@suse.com + +- updated to 1.905 + - additional change to avoid slowdown; this addresses CVE-2014-0477 + change provided by Bastian Blank + + 1.904 2014-06-14 00:21:21-04:00 America/New_York (TRIAL RELEASE) + - avoid being fooled by an addr-like string in the phrase + - avoid a slowdown by avoiding backtracking into the phrase + + 1.903 2014-04-17 21:02:14-04:00 America/New_York + - correctly parenthesize false comment "0" (sigh) + + 1.902 2014-04-17 10:45:11-04:00 America/New_York + - when formatting an address where phrase is empty but comment is not, + do not include "" for the phrase; just omit it + - when formatting and address where comment lacks enclosing parens, add + them + +--- Old: Email-Address-1.901.tar.gz New: Email-Address-1.905.tar.gz Other differences: -- ++ perl-Email-Address.spec ++ --- /var/tmp/diff_new_pack.G5rb33/_old 2014-09-17 21:25:08.0 +0200 +++ /var/tmp/diff_new_pack.G5rb33/_new 2014-09-17 21:25:08.0 +0200 @@ -17,7 +17,7 @@ Name: perl-Email-Address -Version:1.901 +Version:1.905 Release:0 %define cpan_name Email-Address Summary:RFC 2822 Address Parsing and Creation ++ Email-Address-1.901.tar.gz -> Email-Address-1.905.tar.gz ++ 1670 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit perl-Email-Address for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Email-Address for openSUSE:Factory checked in at 2014-02-12 07:04:55 Comparing /work/SRC/openSUSE:Factory/perl-Email-Address (Old) and /work/SRC/openSUSE:Factory/.perl-Email-Address.new (New) Package is "perl-Email-Address" Changes: --- /work/SRC/openSUSE:Factory/perl-Email-Address/perl-Email-Address.changes 2013-08-13 10:18:42.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Email-Address.new/perl-Email-Address.changes 2014-02-12 07:04:56.0 +0100 @@ -1,0 +2,14 @@ +Sun Feb 9 13:33:36 UTC 2014 - co...@suse.com + +- updated to 1.901 + further avoidance of stringifying to undef (thanks, this time, to + David Golden) + +--- +Fri Oct 4 09:11:43 UTC 2013 - co...@suse.com + +- updated to 1.900 + avoid trying to stringify undef, and so avoid a warning (thanks, Alex + Vandiver) + +--- Old: Email-Address-1.899.tar.gz New: Email-Address-1.901.tar.gz Other differences: -- ++ perl-Email-Address.spec ++ --- /var/tmp/diff_new_pack.stPneA/_old 2014-02-12 07:04:57.0 +0100 +++ /var/tmp/diff_new_pack.stPneA/_new 2014-02-12 07:04:57.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Email-Address # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products 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,7 +17,7 @@ Name: perl-Email-Address -Version:1.899 +Version:1.901 Release:0 %define cpan_name Email-Address Summary:RFC 2822 Address Parsing and Creation @@ -29,10 +29,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Capture::Tiny) BuildRequires: perl(Test::More) >= 0.96 -#BuildRequires: perl(Email::Address) -#BuildRequires: perl(Mail::Address) %{perl_requires} %description ++ Email-Address-1.899.tar.gz -> Email-Address-1.901.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.899/Changes new/Email-Address-1.901/Changes --- old/Email-Address-1.899/Changes 2013-08-02 16:53:21.0 +0200 +++ new/Email-Address-1.901/Changes 2014-01-29 04:41:57.0 +0100 @@ -1,5 +1,13 @@ Release history for Email-Address +1.901 2014-01-28 22:41:54-05:00 America/New_York + further avoidance of stringifying to undef (thanks, this time, to + David Golden) + +1.900 2013-08-08 14:44:43 America/New_York + avoid trying to stringify undef, and so avoid a warning (thanks, Alex + Vandiver) + 1.899 2013-08-02 10:53:19 America/New_York repackaged, pointed at new bugtracker diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.899/MANIFEST new/Email-Address-1.901/MANIFEST --- old/Email-Address-1.899/MANIFEST2013-08-02 16:53:21.0 +0200 +++ new/Email-Address-1.901/MANIFEST2014-01-29 04:41:57.0 +0100 @@ -1,3 +1,4 @@ +# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.012. Changes LICENSE MANIFEST @@ -10,7 +11,6 @@ bench/too_long.pl dist.ini lib/Email/Address.pm -t/00-compile.t t/000-report-versions-tiny.t t/ascii.t t/cache-cow.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.899/META.json new/Email-Address-1.901/META.json --- old/Email-Address-1.899/META.json 2013-08-02 16:53:21.0 +0200 +++ new/Email-Address-1.901/META.json 2014-01-29 04:41:57.0 +0100 @@ -5,7 +5,7 @@ "Ricardo SIGNES " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 4.300036, CPAN::Meta::Converter version 2.131560", + "generated_by" : "Dist::Zilla version 5.012, CPAN::Meta::Converter version 2.133380", "license" : [ "perl_5" ], @@ -35,11 +35,9 @@ }, "test" : { "requires" : { -"Capture::Tiny" : "0", "Encode" : "0", "Encode::MIME::Header" : "0", -"Test::More" : "0.96", -"blib" : "0" +"Test::More" : "0.96" } } }, @@ -55,116 +53,146 @@ "web" : "https://github.com/rjbs/Email-Address"; } }, - "version" : "1.899", + "version" : "1.901", "x_Dist_Zilla" : { "perl" : { - "v
commit perl-Email-Address for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Email-Address for openSUSE:Factory checked in at 2013-08-13 10:18:40 Comparing /work/SRC/openSUSE:Factory/perl-Email-Address (Old) and /work/SRC/openSUSE:Factory/.perl-Email-Address.new (New) Package is "perl-Email-Address" Changes: --- /work/SRC/openSUSE:Factory/perl-Email-Address/perl-Email-Address.changes 2013-06-07 06:59:25.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Email-Address.new/perl-Email-Address.changes 2013-08-13 10:18:42.0 +0200 @@ -1,0 +2,15 @@ +Tue Aug 6 17:49:09 UTC 2013 - co...@suse.com + +- updated to 1.899 +repackaged, pointed at new bugtracker + +fallback overloads are enabled, so "cmp" will now compare with string +overloads... which still might not be what you expect + +code has been futzed with to rely on some 5.6-isms, rather than +trying to be 5.005 compatible + +a warning has been added: calling ->parse in scalar context gets +undefined behavior + +--- Old: Email-Address-1.898.tar.gz New: Email-Address-1.899.tar.gz Other differences: -- ++ perl-Email-Address.spec ++ --- /var/tmp/diff_new_pack.7ohfAd/_old 2013-08-13 10:18:43.0 +0200 +++ /var/tmp/diff_new_pack.7ohfAd/_new 2013-08-13 10:18:43.0 +0200 @@ -17,7 +17,7 @@ Name: perl-Email-Address -Version:1.898 +Version:1.899 Release:0 %define cpan_name Email-Address Summary:RFC 2822 Address Parsing and Creation @@ -29,6 +29,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Capture::Tiny) +BuildRequires: perl(Test::More) >= 0.96 #BuildRequires: perl(Email::Address) #BuildRequires: perl(Mail::Address) %{perl_requires} @@ -56,6 +58,6 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc bench Changes LICENSE README %changelog ++ Email-Address-1.898.tar.gz -> Email-Address-1.899.tar.gz ++ 2527 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit perl-Email-Address for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Email-Address for openSUSE:Factory checked in at 2013-06-07 06:59:24 Comparing /work/SRC/openSUSE:Factory/perl-Email-Address (Old) and /work/SRC/openSUSE:Factory/.perl-Email-Address.new (New) Package is "perl-Email-Address" Changes: --- /work/SRC/openSUSE:Factory/perl-Email-Address/perl-Email-Address.changes 2011-11-14 13:20:17.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Email-Address.new/perl-Email-Address.changes 2013-06-07 06:59:25.0 +0200 @@ -1,0 +2,19 @@ +Tue Jun 4 08:41:18 UTC 2013 - co...@suse.com + +- updated to 1.898 +remove dead link + +skip mailboxes, rather than aborting the whole parse, when +encountering non-ASCII characters (thanks, Ruslan Zakirov!) + +improve the behavior of escaping in phrases (thanks, Ruslan Zakirov!) + +documentation improvements (thanks, Glenn Fowler!) + +allow non-ASCII *only in phrase* + +note that the use of the regex vars is not a great idea + +reject any non-ascii content in strings + +--- Old: Email-Address-1.892.tar.gz New: Email-Address-1.898.tar.gz Other differences: -- ++ perl-Email-Address.spec ++ --- /var/tmp/diff_new_pack.mgXhPd/_old 2013-06-07 06:59:26.0 +0200 +++ /var/tmp/diff_new_pack.mgXhPd/_new 2013-06-07 06:59:26.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Email-Address # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,42 +15,30 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - -%bcond_with pod Name: perl-Email-Address +Version:1.898 +Release:0 %define cpan_name Email-Address Summary:RFC 2822 Address Parsing and Creation -Version:1.892 -Release:1 -License:GPL-1.0+ or Artistic-1.0 +License:Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/Email-Address/ -Source: http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Address-1.892.tar.gz +Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros -%if %{with pod} -BuildRequires: perl(Test::Pod) >= 1.14 -BuildRequires: perl(Test::Pod::Coverage) >= 1.08 -%endif -BuildRequires: perl(Test::More) >= 0.47 -# +#BuildRequires: perl(Email::Address) +#BuildRequires: perl(Mail::Address) +%{perl_requires} %description This class implements a regex-based RFC 2822 parser that locates email addresses in strings and returns a list of 'Email::Address' objects found. -Alternatley you may construct objects manually. The goal of this software +Alternatively you may construct objects manually. The goal of this software is to be correct, and very very fast. -Authors: - - Originally by Casey West, <_casey@geeknest.com_>. - Maintained, 2006-2007, Ricardo SIGNES <_rjbs@cpan.org_>. - %prep %setup -q -n %{cpan_name}-%{version} @@ -63,24 +51,11 @@ %install %perl_make_install -### since 11.4 perl_process_packlist -### removes .packlist, perllocal.pod files -%if 0%{?suse_version} > 1130 %perl_process_packlist -%else -# do not perl_process_packlist -# remove .packlist file -%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch -# remove perllocal.pod file -%{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod -%endif %perl_gen_filelist -%clean -%{__rm} -rf $RPM_BUILD_ROOT - %files -f %{name}.files -%defattr(-,root,root,-) +%defattr(-,root,root,755) %doc Changes LICENSE README %changelog ++ Email-Address-1.892.tar.gz -> Email-Address-1.898.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Email-Address-1.892/Changes new/Email-Address-1.898/Changes --- old/Email-Address-1.892/Changes 2010-09-04 00:51:37.0 +0200 +++ new/Email-Address-1.898/Changes 2013-02-07 22:40:56.0 +0100 @@ -1,5 +1,26 @@ Release history for Email-Address +1.898 2013-02-07 + remove dead link + +1.897 2012-12-17 + skip mailboxes, rather than aborting the whole parse, when + encountering non-ASCII characters (thanks, Ruslan Zakirov!) + + improve the behavior of escaping in phrases (t
commit perl-Email-Address for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Email-Address for openSUSE:Factory checked in at 2011-12-06 18:40:46 Comparing /work/SRC/openSUSE:Factory/perl-Email-Address (Old) and /work/SRC/openSUSE:Factory/.perl-Email-Address.new (New) Package is "perl-Email-Address", Maintainer is "" Changes: Other differences: -- ++ perl-Email-Address.spec ++ --- /var/tmp/diff_new_pack.Uw7ppN/_old 2011-12-06 19:07:56.0 +0100 +++ /var/tmp/diff_new_pack.Uw7ppN/_new 2011-12-06 19:07:56.0 +0100 @@ -24,7 +24,7 @@ Summary:RFC 2822 Address Parsing and Creation Version:1.892 Release:1 -License:GPL+ or Artistic +License:GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/Email-Address/ Source: http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Address-1.892.tar.gz -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit perl-Email-Address for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Email-Address for openSUSE:Factory checked in at 2011-11-14 13:20:14 Comparing /work/SRC/openSUSE:Factory/perl-Email-Address (Old) and /work/SRC/openSUSE:Factory/.perl-Email-Address.new (New) Package is "perl-Email-Address", Maintainer is "" Changes: --- /work/SRC/openSUSE:Factory/perl-Email-Address/perl-Email-Address.changes 2011-09-23 12:36:55.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Email-Address.new/perl-Email-Address.changes 2011-11-14 13:20:17.0 +0100 @@ -1,0 +2,5 @@ +Sun Nov 13 06:46:10 UTC 2011 - co...@suse.com + +- use original tar + +--- Old: Email-Address-1.892.tar.bz2 New: Email-Address-1.892.tar.gz Other differences: -- ++ perl-Email-Address.spec ++ --- /var/tmp/diff_new_pack.Gh4N7z/_old 2011-11-14 13:20:22.0 +0100 +++ /var/tmp/diff_new_pack.Gh4N7z/_new 2011-11-14 13:20:22.0 +0100 @@ -1,7 +1,7 @@ # -# spec file for package perl-Email-Address (Version 1.892) +# spec file for package perl-Email-Address # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,8 +27,7 @@ License:GPL+ or Artistic Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/Email-Address/ -#Source: http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Address-1.892.tar.gz -Source: %{cpan_name}-%{version}.tar.bz2 +Source: http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Address-1.892.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org