Hello community,

here is the log from the commit of package perl-Module-Starter for 
openSUSE:Factory checked in at 2013-06-09 16:58:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Module-Starter (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Module-Starter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Module-Starter"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Module-Starter/perl-Module-Starter.changes  
2011-11-14 14:40:32.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Starter.new/perl-Module-Starter.changes 
    2013-06-09 16:58:41.000000000 +0200
@@ -1,0 +2,45 @@
+Wed Jun  5 18:43:43 UTC 2013 - [email protected]
+
+- updated to 1.60
+       * Guess author from getpwuid if not provided (Hilko Bengen).
+       * Guess email from $ENV{'EMAIL'} if not provided (Hilko Bengen).
+
+       * Skip POD tests unless RELEASE_TESTING environment is on.
+         (Alberto Simoes)
+
+       -- Trying to clean up test failures. More to come.
+
+       -- All changes in this release are by Brendan Byrd (SineSwiper).
+          Thank you! :)
+
+       Licenses:
+       * Add GPL3 licenses (fixes RT #72321).
+       * Add all other supported licenses, including Software::License
+         support (fixes RT #68634).
+
+       New Params:
+       * Make ignores_type an arrayref (closes Pull Request #8).
+       * Add new --ignores parameter (also repeatable).
+       * Add new --minperl parameter (Minimum Perl version).
+
+       File Creation:
+       * Fix MANIFEST.SKIP to skip creation of MANIFEST.
+       * Make all warnings FATAL in created .t/.pm files.
+       * Add config/build requires to Makefile/Build.PL.
+       * Bulk up Module::Install Makefile.PL.
+       * Fix ignores_guts to use different contents for MANIFEST.SKIP and
+         other ignore files.
+
+       test-dist.t Revamp:
+       * Complete refactor of test-dist.t to make it more standardized.
+       * Create new TestParseFile::parse_file_start method that handles
+         parsing of all current created file types (outside of .pm files).
+       * Use subtest for better organization.
+       * Add verification that existing files are there and no new surprise
+         files are not there.
+       * Add new mega-loop to "test all variations of everything" (uses 1%
+         sample size to keep test speed fast for average users).
+
+       * Use .gitignore and MANIFEST.SKIP.
+
+-------------------------------------------------------------------

Old:
----
  Module-Starter-1.58.tar.gz

New:
----
  Module-Starter-1.60.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Module-Starter.spec ++++++
--- /var/tmp/diff_new_pack.k3aoKT/_old  2013-06-09 16:58:42.000000000 +0200
+++ /var/tmp/diff_new_pack.k3aoKT/_new  2013-06-09 16:58:42.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Starter
 #
-# 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
@@ -16,26 +16,29 @@
 #
 
 
-
 Name:           perl-Module-Starter
-Version:        1.58
-Release:        1
-License:        GPL-1.0+ or Artistic-1.0
+Version:        1.60
+Release:        0
 %define cpan_name Module-Starter
 Summary:        a simple starter kit for any module
-Url:            http://search.cpan.org/dist/Module-Starter/
+License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
+Url:            http://search.cpan.org/dist/Module-Starter/
 Source:         
http://www.cpan.org/authors/id/X/XS/XSAWYERX/%{cpan_name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Path::Class)
+BuildRequires:  perl(parent)
 #BuildRequires: perl(Module::Starter)
 #BuildRequires: perl(Module::Starter::BuilderSet)
 #BuildRequires: perl(Module::Starter::Simple)
+#BuildRequires: perl(-norequire)
+#BuildRequires: perl(TestParseFile)
 #BuildRequires: perl(version)
 Requires:       perl(Path::Class)
+Requires:       perl(parent)
 %{perl_requires}
 
 %description

++++++ Module-Starter-1.58.tar.gz -> Module-Starter-1.60.tar.gz ++++++
++++ 4319 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to