commit perl-Test-Fatal for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Fatal for openSUSE:Factory checked in at 2020-08-15 21:17:26 Comparing /work/SRC/openSUSE:Factory/perl-Test-Fatal (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Fatal.new.3399 (New) Package is "perl-Test-Fatal" Sat Aug 15 21:17:26 2020 rev:19 rq:826113 version:0.016 Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Fatal/perl-Test-Fatal.changes 2015-04-15 16:27:03.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Test-Fatal.new.3399/perl-Test-Fatal.changes 2020-08-15 21:17:47.015534409 +0200 @@ -1,0 +2,13 @@ +Mon Aug 10 03:10:33 UTC 2020 - Tina Müller + +- updated to 0.016 + see /usr/share/doc/packages/perl-Test-Fatal/Changes + + 0.016 2020-08-08 22:00:14-04:00 America/New_York + - no changes since trial release of 0.015 + + 0.015 2018-03-10 17:06:11-05:00 America/New_York (TRIAL RELEASE) + - add default descriptions to tests + - work on ancient Test::Builder code + +--- Old: Test-Fatal-0.014.tar.gz New: Test-Fatal-0.016.tar.gz cpanspec.yml Other differences: -- ++ perl-Test-Fatal.spec ++ --- /var/tmp/diff_new_pack.B5SbK4/_old 2020-08-15 21:17:49.039535565 +0200 +++ /var/tmp/diff_new_pack.B5SbK4/_new 2020-08-15 21:17:49.047535570 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Fatal # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,45 +12,52 @@ # 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-Test-Fatal -Version:0.014 +Version:0.016 Release:0 %define cpan_name Test-Fatal -Summary:incredibly simple helpers for testing code with exceptions -License:Artistic-1.0 or GPL-1.0+ +Summary:Incredibly simple helpers for testing code with exceptions +License:Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url:http://search.cpan.org/dist/Test-Fatal/ -Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz +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 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Test::More) >= 0.96 +BuildRequires: perl(Test::More) >= 0.65 BuildRequires: perl(Try::Tiny) >= 0.07 Requires: perl(Try::Tiny) >= 0.07 %{perl_requires} %description -Test::Fatal is an alternative to the popular the Test::Exception manpage. -It does much less, but should allow greater flexibility in testing -exception-throwing code with about the same amount of typing. +Test::Fatal is an alternative to the popular Test::Exception. It does much +less, but should allow greater flexibility in testing exception-throwing +code with about the same amount of typing. It exports one routine by default: 'exception'. +*Achtung!* 'exception' intentionally does not manipulate the call stack. +User-written test functions that use 'exception' must be careful to avoid +false positives if exceptions use stack traces that show arguments. For a +more magical approach involving globally overriding 'caller', see +Test::Exception. + %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %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 @@ -59,6 +66,7 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes examples LICENSE README +%doc Changes examples README +%license LICENSE %changelog ++ Test-Fatal-0.014.tar.gz -> Test-Fatal-0.016.tar.gz ++ 1624 lines of diff (skipped) ++ cpanspec.yml ++ --- #description_paragraphs: 3 #description: |- # override description from CPAN #summary: override summary from CPAN #no_testing: broken upstream #sources: # - source1 # - source2 #patches: # foo.patch: -p1
commit perl-Test-Fatal for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Fatal for openSUSE:Factory checked in at 2015-04-15 16:27:01 Comparing /work/SRC/openSUSE:Factory/perl-Test-Fatal (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Fatal.new (New) Package is "perl-Test-Fatal" Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Fatal/perl-Test-Fatal.changes 2013-10-06 14:56:16.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Test-Fatal.new/perl-Test-Fatal.changes 2015-04-15 16:27:03.0 +0200 @@ -1,0 +2,9 @@ +Tue Apr 14 17:28:38 UTC 2015 - co...@suse.com + +- updated to 0.014 + see /usr/share/doc/packages/perl-Test-Fatal/Changes + + 0.014 2014-12-09 18:35:59-05:00 America/New_York + - avoid assuming that t/todo.t is always called t/todo.t + +--- Old: Test-Fatal-0.013.tar.gz New: Test-Fatal-0.014.tar.gz Other differences: -- ++ perl-Test-Fatal.spec ++ --- /var/tmp/diff_new_pack.ykOTJo/_old 2015-04-15 16:27:03.0 +0200 +++ /var/tmp/diff_new_pack.ykOTJo/_new 2015-04-15 16:27:03.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Fatal # -# Copyright (c) 2013 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-Test-Fatal -Version:0.013 +Version:0.014 Release:0 %define cpan_name Test-Fatal Summary:incredibly simple helpers for testing code with exceptions @@ -31,7 +31,6 @@ BuildRequires: perl-macros BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Try::Tiny) >= 0.07 -#BuildRequires: perl(Test::Fatal) Requires: perl(Try::Tiny) >= 0.07 %{perl_requires} @@ -44,6 +43,7 @@ %prep %setup -q -n %{cpan_name}-%{version} +find . -type f -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor ++ Test-Fatal-0.013.tar.gz -> Test-Fatal-0.014.tar.gz ++ 1887 lines of diff (skipped)
commit perl-Test-Fatal for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Fatal for openSUSE:Factory checked in at 2013-10-06 14:56:16 Comparing /work/SRC/openSUSE:Factory/perl-Test-Fatal (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Fatal.new (New) Package is "perl-Test-Fatal" Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Fatal/perl-Test-Fatal.changes 2012-02-20 16:16:39.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Test-Fatal.new/perl-Test-Fatal.changes 2013-10-06 14:56:16.0 +0200 @@ -1,0 +2,12 @@ +Fri Oct 4 09:13:58 UTC 2013 - co...@suse.com + +- updated to 0.013 + - rebuild to get a newer compile test that may work on 5.6.x + - go back to auto-detecting the required Test::More, reverting the + changes made for [rt.cpan.org #62699] + - more clearly (and correctly) document the way NOT to use Test::Fatal + (thanks, Karen Etheridge!) + - try to fix $TODO not working when the user test uses $T::B::Level + (thanks, Jesse Luehrs) + +--- Old: Test-Fatal-0.010.tar.gz New: Test-Fatal-0.013.tar.gz Other differences: -- ++ perl-Test-Fatal.spec ++ --- /var/tmp/diff_new_pack.ailVV1/_old 2013-10-06 14:56:17.0 +0200 +++ /var/tmp/diff_new_pack.ailVV1/_new 2013-10-06 14:56:17.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Fatal # -# Copyright (c) 2012 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 @@ -17,10 +17,10 @@ Name: perl-Test-Fatal -Version:0.010 +Version:0.013 Release:0 %define cpan_name Test-Fatal -Summary:Incredibly simple helpers for testing code with exceptions +Summary:incredibly simple helpers for testing code with exceptions License:Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/Test-Fatal/ @@ -29,6 +29,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Try::Tiny) >= 0.07 #BuildRequires: perl(Test::Fatal) Requires: perl(Try::Tiny) >= 0.07 @@ -58,6 +59,6 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes examples LICENSE README %changelog ++ Test-Fatal-0.010.tar.gz -> Test-Fatal-0.013.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Fatal-0.010/Changes new/Test-Fatal-0.013/Changes --- old/Test-Fatal-0.010/Changes2012-02-16 16:28:07.0 +0100 +++ new/Test-Fatal-0.013/Changes2013-09-23 16:31:18.0 +0200 @@ -1,37 +1,51 @@ Revision history for Test-Fatal +0.013 2013-09-23 10:31:15 America/New_York +- rebuild to get a newer compile test that may work on 5.6.x + +0.012 2013-09-17 22:01:45 Asia/Tokyo +- go back to auto-detecting the required Test::More, reverting the + changes made for [rt.cpan.org #62699] + +0.011 2013-09-17 08:48:20 Asia/Tokyo +- more clearly (and correctly) document the way NOT to use Test::Fatal + (thanks, Karen Etheridge!) + +- try to fix $TODO not working when the user test uses $T::B::Level + (thanks, Jesse Luehrs) + 0.010 2012-02-16 10:27:54 America/New_York - avoid tickling an overloading bug in perl 5.6 during testing (thanks, +- avoid tickling an overloading bug in perl 5.6 during testing (thanks, Zefram) 0.009 2012-02-09 15:26:11 America/New_York - advise against using isnt(exception{...},undef) +- advise against using isnt(exception{...},undef) 0.008 2011-11-06 21:10:14 America/New_York - no changes since 0.007 +- no changes since 0.007 0.007 2011-10-31 23:22:47 America/New_York - revert the mistake by which 0.004 allowed blocks after "exception" as +- revert the mistake by which 0.004 allowed blocks after "exception" as well as "success" 0.006 2011-06-01 22:55:10 America/New_York - crank back the Test::More and Exporter requirements +- crank back the Test::More and Exporter requirements - add lives_ok and dies_ok emulation (thanks, Paul "LeoNerd" Evans) +- add lives_ok and dies_ok emulation (thanks, Paul "LeoNerd" Evans) 0.005 2011-04-26 07:50:48 America/New_York -
commit perl-Test-Fatal for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Fatal for openSUSE:Factory checked in at 2012-02-20 16:16:36 Comparing /work/SRC/openSUSE:Factory/perl-Test-Fatal (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Fatal.new (New) Package is "perl-Test-Fatal", Maintainer is "" Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Fatal/perl-Test-Fatal.changes 2011-11-18 15:48:01.0 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Test-Fatal.new/perl-Test-Fatal.changes 2012-02-20 16:16:39.0 +0100 @@ -1,0 +2,8 @@ +Mon Feb 20 08:38:05 UTC 2012 - co...@suse.com + +- updated to 0.010 + avoid tickling an overloading bug in perl 5.6 during testing (thanks, + Zefram) + advise against using isnt(exception{...},undef) + +--- Old: Test-Fatal-0.008.tar.gz New: Test-Fatal-0.010.tar.gz Other differences: -- ++ perl-Test-Fatal.spec ++ --- /var/tmp/diff_new_pack.suA4NE/_old 2012-02-20 16:16:40.0 +0100 +++ /var/tmp/diff_new_pack.suA4NE/_new 2012-02-20 16:16:40.0 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Fatal # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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,43 +15,31 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: perl-Test-Fatal +Version:0.010 +Release:0 %define cpan_name Test-Fatal Summary:Incredibly simple helpers for testing code with exceptions -Version:0.008 -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/Test-Fatal/ -Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-%{version}.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 -BuildRequires: perl(Test::More) >= 0.96 -# -BuildRequires: perl(Carp) -BuildRequires: perl(Exporter) >= 5.59 -BuildRequires: perl(overload) BuildRequires: perl(Try::Tiny) >= 0.07 -# -Requires: perl(Carp) -Requires: perl(Exporter) >= 5.59 +#BuildRequires: perl(Test::Fatal) Requires: perl(Try::Tiny) >= 0.07 +%{perl_requires} %description -Test::Fatal is an alternative to the popular Test::Exception. It does much -less, but should allow greater flexibility in testing exception-throwing -code with about the same amount of typing. -It exports one routine by default: "exception". - -Authors: - -Ricardo Signes +Test::Fatal is an alternative to the popular the Test::Exception manpage. +It does much less, but should allow greater flexibility in testing +exception-throwing code with about the same amount of typing. + +It exports one routine by default: 'exception'. %prep %setup -q -n %{cpan_name}-%{version} @@ -65,18 +53,11 @@ %install %perl_make_install -# do not perl_process_packlist (noarch) -# remove .packlist file -%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch -# remove perllocal.pod file -%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib +%perl_process_packlist %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 ++ Test-Fatal-0.008.tar.gz -> Test-Fatal-0.010.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Fatal-0.008/Changes new/Test-Fatal-0.010/Changes --- old/Test-Fatal-0.008/Changes2011-11-07 03:10:28.0 +0100 +++ new/Test-Fatal-0.010/Changes2012-02-16 16:28:07.0 +0100 @@ -1,5 +1,12 @@ Revision history for Test-Fatal +0.010 2012-02-16 10:27:54 America/New_York + avoid tickling an overloading bug in perl 5.6 during testing (thanks, + Zefram) + +0.009 2012-02-09 15:26:11 America/New_York + advise against using isnt(exception{...},undef) + 0.008 2011-11-06 21:10:14 America/New_York no changes since 0.007 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Fatal-0.008/META.json new/Test-Fatal-0.010/META.json --- old/Test-Fatal-0.008/META.json 2011-11-07 03:10:28.0 +0100 +++ new/Test-Fatal-0.010/META.js
commit perl-Test-Fatal for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Fatal for openSUSE:Factory checked in at 2011-12-06 18:48:09 Comparing /work/SRC/openSUSE:Factory/perl-Test-Fatal (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Fatal.new (New) Package is "perl-Test-Fatal", Maintainer is "" Changes: Other differences: -- ++ perl-Test-Fatal.spec ++ --- /var/tmp/diff_new_pack.61DX26/_old 2011-12-06 19:20:15.0 +0100 +++ /var/tmp/diff_new_pack.61DX26/_new 2011-12-06 19:20:15.0 +0100 @@ -23,7 +23,7 @@ Summary:Incredibly simple helpers for testing code with exceptions Version:0.008 Release:1 -License:GPL+ or Artistic +License:GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/Test-Fatal/ Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-%{version}.tar.gz -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit perl-Test-Fatal for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Fatal for openSUSE:Factory checked in at 2011-11-18 15:47:43 Comparing /work/SRC/openSUSE:Factory/perl-Test-Fatal (Old) and /work/SRC/openSUSE:Factory/.perl-Test-Fatal.new (New) Package is "perl-Test-Fatal", Maintainer is "" Changes: --- /work/SRC/openSUSE:Factory/perl-Test-Fatal/perl-Test-Fatal.changes 2011-09-23 12:39:04.0 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Test-Fatal.new/perl-Test-Fatal.changes 2011-11-18 15:48:01.0 +0100 @@ -1,0 +2,7 @@ +Sun Nov 13 20:25:01 UTC 2011 - l...@linux-schulserver.de + +- update to 0.008: + + revert the mistake by which 0.004 allowed blocks after +"exception" as well as "success" + +--- Old: Test-Fatal-0.006.tar.gz New: Test-Fatal-0.008.tar.gz Other differences: -- ++ perl-Test-Fatal.spec ++ --- /var/tmp/diff_new_pack.fznOGZ/_old 2011-11-18 15:48:07.0 +0100 +++ /var/tmp/diff_new_pack.fznOGZ/_new 2011-11-18 15:48:07.0 +0100 @@ -21,7 +21,7 @@ Name: perl-Test-Fatal %define cpan_name Test-Fatal Summary:Incredibly simple helpers for testing code with exceptions -Version:0.006 +Version:0.008 Release:1 License:GPL+ or Artistic Group: Development/Libraries/Perl ++ Test-Fatal-0.006.tar.gz -> Test-Fatal-0.008.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Fatal-0.006/Changes new/Test-Fatal-0.008/Changes --- old/Test-Fatal-0.006/Changes2011-06-02 04:55:14.0 +0200 +++ new/Test-Fatal-0.008/Changes2011-11-07 03:10:28.0 +0100 @@ -1,5 +1,12 @@ Revision history for Test-Fatal +0.008 2011-11-06 21:10:14 America/New_York + no changes since 0.007 + +0.007 2011-10-31 23:22:47 America/New_York + revert the mistake by which 0.004 allowed blocks after "exception" as + well as "success" + 0.006 2011-06-01 22:55:10 America/New_York crank back the Test::More and Exporter requirements diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Fatal-0.006/LICENSE new/Test-Fatal-0.008/LICENSE --- old/Test-Fatal-0.006/LICENSE2011-06-02 04:55:14.0 +0200 +++ new/Test-Fatal-0.008/LICENSE2011-11-07 03:10:28.0 +0100 @@ -22,7 +22,7 @@ Version 1, February 1989 Copyright (C) 1989 Free Software Foundation, Inc. -51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + 51 Franklin St, Suite 500, Boston, MA 02110-1335 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Fatal-0.006/META.json new/Test-Fatal-0.008/META.json --- old/Test-Fatal-0.006/META.json 2011-06-02 04:55:14.0 +0200 +++ new/Test-Fatal-0.008/META.json 2011-11-07 03:10:28.0 +0100 @@ -4,7 +4,7 @@ "Ricardo Signes " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 4.26, CPAN::Meta::Converter version 2.110930", + "generated_by" : "Dist::Zilla version 4.33, CPAN::Meta::Converter version 2.112621", "license" : [ "perl_5" ], @@ -24,7 +24,9 @@ "Carp" : 0, "Exporter" : "5.57", "Test::Builder" : 0, -"Try::Tiny" : "0.07" +"Try::Tiny" : "0.07", +"strict" : 0, +"warnings" : 0 } }, "test" : { @@ -37,125 +39,125 @@ }, "release_status" : "stable", "resources" : { - "homepage" : "http://github.com/rjbs/test-fatal";, + "homepage" : "https://github.com/rjbs/test-fatal";, "repository" : { "type" : "git", - "url" : "http://github.com/rjbs/test-fatal";, - "web" : "http://github.com/rjbs/test-fatal"; + "url" : "https://github.com/rjbs/test-fatal.git";, + "web" : "https://github.com/rjbs/test-fatal"; } }, - "version" : "0.006", + "version" : "0.008", "x_Dist_Zilla" : { "plugins" : [ { "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed", "name" : "@RJBS/CheckPrereqsIndexed", -"version" : "0.003" +"version" : "0.005" }, { "class" : "Dist::Zilla::Plugin::GatherDir", "name" : "@RJBS/@Basic/GatherDir", -"version" : "4.26" +"version" : "4.33" }, { "cla
commit perl-Test-Fatal for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Fatal for openSUSE:Factory checked in at Mon Jun 20 11:49:40 CEST 2011. --- perl-Test-Fatal/perl-Test-Fatal.changes 2011-04-28 07:42:07.0 +0200 +++ /mounts/work_src_done/STABLE/perl-Test-Fatal/perl-Test-Fatal.changes 2011-06-11 03:05:00.0 +0200 @@ -1,0 +2,7 @@ +Sat Jun 11 01:01:50 UTC 2011 - pascal.ble...@opensuse.org + +- update to 0.006: + * crank back the Test::More and Exporter requirements + * add lives_ok and dies_ok emulation + +--- calling whatdependson for head-i586 Old: Test-Fatal-0.005.tar.gz New: Test-Fatal-0.006.tar.gz Other differences: -- ++ perl-Test-Fatal.spec ++ --- /var/tmp/diff_new_pack.bBDs5F/_old 2011-06-20 11:49:06.0 +0200 +++ /var/tmp/diff_new_pack.bBDs5F/_new 2011-06-20 11:49:06.0 +0200 @@ -21,7 +21,7 @@ Name: perl-Test-Fatal %define cpan_name Test-Fatal Summary:Incredibly simple helpers for testing code with exceptions -Version:0.005 +Version:0.006 Release:1 License:GPL+ or Artistic Group: Development/Libraries/Perl ++ Test-Fatal-0.005.tar.gz -> Test-Fatal-0.006.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Fatal-0.005/Changes new/Test-Fatal-0.006/Changes --- old/Test-Fatal-0.005/Changes2011-04-26 13:50:56.0 +0200 +++ new/Test-Fatal-0.006/Changes2011-06-02 04:55:14.0 +0200 @@ -1,5 +1,10 @@ Revision history for Test-Fatal +0.006 2011-06-01 22:55:10 America/New_York + crank back the Test::More and Exporter requirements + + add lives_ok and dies_ok emulation (thanks, Paul "LeoNerd" Evans) + 0.005 2011-04-26 07:50:48 America/New_York fix the logic that picks tests for 5.13.1+ (thanks, Zefram) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Fatal-0.005/LICENSE new/Test-Fatal-0.006/LICENSE --- old/Test-Fatal-0.005/LICENSE2011-04-26 13:50:56.0 +0200 +++ new/Test-Fatal-0.006/LICENSE2011-06-02 04:55:14.0 +0200 @@ -18,15 +18,16 @@ The GNU General Public License, Version 1, February 1989 - GNU GENERAL PUBLIC LICENSE -Version 1, February 1989 +GNU GENERAL PUBLIC LICENSE + Version 1, February 1989 Copyright (C) 1989 Free Software Foundation, Inc. -59 Temple Place, Suite 330, Boston, MA 02111-1307, USA +51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. - Preamble +Preamble The license agreements of most software companies try to keep users at the mercy of those companies. By contrast, our General Public @@ -67,7 +68,7 @@ The precise terms and conditions for copying, distribution and modification follow. - GNU GENERAL PUBLIC LICENSE +GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License Agreement applies to any program or other work which @@ -185,7 +186,7 @@ of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. - NO WARRANTY +NO WARRANTY 9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN @@ -207,9 +208,9 @@ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. -END OF TERMS AND CONDITIONS + END OF TERMS AND CONDITIONS - Appendix: How to Apply These Terms to Your New Programs +Appendix: How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to humanity, the best way to achieve this is to make it @@ -235,8 +236,9 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software Foundation, -Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + Also add information on how to contact you by electronic and paper mail. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--e
commit perl-Test-Fatal for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Test-Fatal for openSUSE:Factory checked in at Tue May 31 13:14:28 CEST 2011. --- perl-Test-Fatal/perl-Test-Fatal.changes 2010-12-01 14:55:31.0 +0100 +++ /mounts/work_src_done/STABLE/perl-Test-Fatal/perl-Test-Fatal.changes 2011-04-28 07:42:07.0 +0200 @@ -1,0 +2,7 @@ +Thu Apr 28 05:37:16 UTC 2011 - pascal.ble...@opensuse.org + +- update to 0.005: no user-visible changes +- changes from 0.004: + * success blocks now allow trailing blocks like finally, catch, etc. + +--- calling whatdependson for head-i586 Old: Test-Fatal-0.003.tar.gz New: Test-Fatal-0.005.tar.gz Other differences: -- ++ perl-Test-Fatal.spec ++ --- /var/tmp/diff_new_pack.1dnCUL/_old 2011-05-31 13:12:58.0 +0200 +++ /var/tmp/diff_new_pack.1dnCUL/_new 2011-05-31 13:12:58.0 +0200 @@ -1,7 +1,7 @@ # -# spec file for package perl-Test-Fatal (Version 0.003) +# spec file for package perl-Test-Fatal # -# 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 @@ -21,12 +21,12 @@ Name: perl-Test-Fatal %define cpan_name Test-Fatal Summary:Incredibly simple helpers for testing code with exceptions -Version:0.003 -Release:2 +Version:0.005 +Release:1 License:GPL+ or Artistic Group: Development/Libraries/Perl Url:http://search.cpan.org/dist/Test-Fatal/ -Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-0.003.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Fatal-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} ++ Test-Fatal-0.003.tar.gz -> Test-Fatal-0.005.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Fatal-0.003/Changes new/Test-Fatal-0.005/Changes --- old/Test-Fatal-0.003/Changes2010-10-29 04:11:02.0 +0200 +++ new/Test-Fatal-0.005/Changes2011-04-26 13:50:56.0 +0200 @@ -1,5 +1,12 @@ Revision history for Test-Fatal +0.005 2011-04-26 07:50:48 America/New_York + fix the logic that picks tests for 5.13.1+ (thanks, Zefram) + +0.004 2011-04-25 11:57:59 America/New_York + success blocks now allow trailing blocks like finally, catch, etc. +(thanks, Joel Bernstein) + 0.003 2010-10-28 22:10:59 America/New_York more tests for false exceptions, especially on 5.13 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Test-Fatal-0.003/META.json new/Test-Fatal-0.005/META.json --- old/Test-Fatal-0.003/META.json 2010-10-29 04:11:02.0 +0200 +++ new/Test-Fatal-0.005/META.json 2011-04-26 13:50:56.0 +0200 @@ -4,7 +4,7 @@ "Ricardo Signes " ], "dynamic_config" : 0, - "generated_by" : "Dist::Zilla version 4.102342, CPAN::Meta::Converter version 2.102400", + "generated_by" : "Dist::Zilla version 4.25, CPAN::Meta::Converter version 2.110930", "license" : [ "perl_5" ], @@ -40,118 +40,123 @@ "url" : "git://git.codesimply.com/Test-Fatal.git" } }, - "version" : "0.003", + "version" : "0.005", "x_Dist_Zilla" : { "plugins" : [ { +"class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed", +"name" : "@RJBS/CheckPrereqsIndexed", +"version" : "0.002" + }, + { "class" : "Dist::Zilla::Plugin::GatherDir", "name" : "@RJBS/@Basic/GatherDir", -"version" : "4.102342" +"version" : "4.25" }, { "class" : "Dist::Zilla::Plugin::PruneCruft", "name" : "@RJBS/@Basic/PruneCruft", -"version" : "4.102342" +"version" : "4.25" }, { "class" : "Dist::Zilla::Plugin::ManifestSkip", "name" : "@RJBS/@Basic/ManifestSkip", -"version" : "4.102342" +"version" : "4.25" }, { "class" : "Dist::Zilla::Plugin::MetaYAML", "name" : "@RJBS/@Basic/MetaYAML", -"version" : "4.102342" +"version" : "4.25" }, { "class" : "Dist::Zilla::Plugin::License", "name" : "@RJBS/@Basic/License", -"version" : "4.102342" +"version" : "4.25" }, { "class" : "Dist::Zilla::Plugin::Readme",