Hello community, here is the log from the commit of package perl-Module-Starter for openSUSE:Factory checked in at Mon Apr 11 11:32:17 CEST 2011.
-------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ /mounts/work_src_done/STABLE/perl-Module-Starter/perl-Module-Starter.changes 2011-04-07 19:30:56.000000000 +0200 @@ -0,0 +1,35 @@ +------------------------------------------------------------------- +Thu Apr 7 17:26:00 UTC 2011 - co...@novell.com + +- updated to 1.56 + Special thanks goes to Andy Lester, who has been, still is and + will remain an inspiration to many programmers, myself included. + + [ENHANCEMENTS] + Added hooks for distribution building in App. Thanks to Brian D. Foy. + MANIFEST is now created via the proper builder. + Kept create_MANIFEST to act as hook. + Added Apache license by pfig. + + * [RT #53539] Refactoring, adding hooks, described above. + (Patch provided by brian d. foy) + + * [RT #27304] Minimal version of perl (5.006) + (Patch provided by Alexandr Ciornii) + + * [RT #53339] ::Simple uses the builder to create the MANIFEST + + * Moved repository to Github + + * Some more refactoring in Simple::create_builder() + +------------------------------------------------------------------- +Wed Dec 1 13:33:44 UTC 2010 - co...@novell.com + +- switch to perl_requires macro + +------------------------------------------------------------------- +Tue Oct 19 08:38:49 UTC 2010 - co...@novell.com + +- add perl as explicit buildrequire + calling whatdependson for head-i586 New: ---- Module-Starter-1.56.tar.gz perl-Module-Starter.changes perl-Module-Starter.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Module-Starter.spec ++++++ # # spec file for package perl-Module-Starter # # 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # 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/ # Name: perl-Module-Starter Version: 1.56 Release: 1 License: GPL+ or Artistic %define cpan_name Module-Starter Summary: a simple starter kit for any module Url: http://search.cpan.org/dist/Module-Starter/ Group: Development/Libraries/Perl #Source: http://www.cpan.org/authors/id/X/XS/XSAWYERX/Module-Starter-%{version}.tar.gz Source: %{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(File::Spec) BuildRequires: perl(Getopt::Long) Requires: perl(File::Spec) Requires: perl(Getopt::Long) %{perl_requires} %description This is the core module for Module::Starter. If you're not looking to extend or alter the behavior of this module, you probably want to look at the module-starter manpage instead. Module::Starter is used to create a skeletal CPAN distribution, including basic builder scripts, tests, documentation, and module code. This is done through just one method, 'create_distro'. %prep %setup -q -n %{cpan_name}-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} %check %{__make} test %install %perl_make_install %perl_process_packlist %perl_gen_filelist %clean %{__rm} -rf %{buildroot} %files -f %{name}.files %defattr(-,root,root,755) %doc %attr(644,-,-) Changes getting-started.html README %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org