Hello community, here is the log from the commit of package perl-Module-Build for openSUSE:Factory checked in at 2012-11-10 16:55:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Module-Build (Old) and /work/SRC/openSUSE:Factory/.perl-Module-Build.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "perl-Module-Build", Maintainer is "cwh@suse.com" Changes: -------- New Changes file: --- /dev/null 2012-10-22 00:44:18.403455820 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Module-Build.new/perl-Module-Build.changes 2012-11-10 16:55:41.000000000 +0100 @@ -0,0 +1,72 @@ +------------------------------------------------------------------- +Thu Oct 25 17:13:01 UTC 2012 - opensuse@dstoecker.de + +- fix requirements for building on older suse versions + +------------------------------------------------------------------- +Wed Sep 19 21:44:29 UTC 2012 - opensuse@dstoecker.de + +- update to 0.4003 + +------------------------------------------------------------------- +Wed Aug 17 17:42:00 UTC 2011 - chris@computersalat.de + +- fix deps for RHEL, CentOS + +------------------------------------------------------------------- +Fri Dec 3 07:46:55 UTC 2010 - seife@opensuse.org + +- change version to 0.36.07 to prevent rpm version compare problems + +------------------------------------------------------------------- +Thu Dec 2 15:35:10 UTC 2010 - seife@opensuse.org + +- fix conflict of config_data with the perl-supplied one by + renaming it to config_data-${version} + +------------------------------------------------------------------- +Thu Dec 2 15:03:31 UTC 2010 - seife@opensuse.org + +- update to 0.3607. Fixes: + - The 'dist' action now always ensures a clean dist directory + before creating the tarball + - Added missing newline to "Changing sharpbang" messages under + verbose output (RT#54474) + - Support anonymous array of directories for c_source + - Small POD formatting fix + - Module::Build::Compat would croak on distibutions that set + requires 'perl' to a dotted decimal like '5.6.2'. + - When the currently running Module::Build is not the same as the + one that created the Build file, there is now a warning rather + than a fatal error. + +------------------------------------------------------------------- +Wed Dec 1 13:33:42 UTC 2010 - coolo@novell.com + +- switch to perl_requires macro + +------------------------------------------------------------------- +Tue Sep 14 20:59:25 UTC 2010 - chris@computersalat.de + +- update to 0.36 + o just for SLE_10 :) +- noarch pkg + +------------------------------------------------------------------- +Thu Mar 4 15:42:00 UTC 2010 - chris@computersalat.de + +- add again obviously removed package + o BuildReq by e.g. Test::Pod for SLE_10 + +------------------------------------------------------------------- +Sat Jul 25 19:40:56 CEST 2009 - chris@computersalat.de + +- spec mods + * removed ^---------- + * removed ^#--------- + +------------------------------------------------------------------- +Tue Jun 23 01:10:42 CEST 2009 - chris@computersalat.de + +- initial package 0.31 + New: ---- Module-Build-0.4003.tar.gz perl-Module-Build.changes perl-Module-Build.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Module-Build.spec ++++++ # # spec file for package perl-Module-Build # # 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 # 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-Build %define cpan_name Module-Build Summary: Build and install Perl modules License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl Version: 0.4003 Release: 0 Url: http://search.cpan.org/dist/Module-Build/ Source: http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} # for rename BuildRequires: perl BuildRequires: perl-macros BuildRequires: util-linux BuildRequires: perl(File::Temp) >= 0.15 BuildRequires: perl(Module::Build) BuildRequires: perl(Test::Harness) >= 3.16 BuildRequires: perl(Test::More) >= 0.49 # BuildRequires: perl(Cwd) BuildRequires: perl(Data::Dumper) BuildRequires: perl(File::Basename) BuildRequires: perl(File::Compare) BuildRequires: perl(File::Copy) BuildRequires: perl(File::Find) BuildRequires: perl(File::Path) BuildRequires: perl(File::Spec) >= 0.82 BuildRequires: perl(Getopt::Long) BuildRequires: perl(IO::File) BuildRequires: perl(Text::Abbrev) BuildRequires: perl(Text::ParseWords) #BuildRequires: perl(version) >= 0.74 ################################################## Requires: perl(Cwd) Requires: perl(Data::Dumper) Requires: perl(File::Basename) Requires: perl(File::Compare) Requires: perl(File::Copy) Requires: perl(File::Find) Requires: perl(File::Path) Requires: perl(File::Spec) >= 0.82 Requires: perl(Getopt::Long) Requires: perl(IO::File) Requires: perl(Text::Abbrev) Requires: perl(Text::ParseWords) %if 0%{?suse_version} Recommends: perl(version) >= 0.74 %endif ################################################## # BuildRequires: perl(Archive::Tar) >= 1.09 ## Pod::Readme requires Pod::Text >= 3.00 ## only perl >= 5.10 will fullfill this dep %if 0%{?suse_version} >= 1100 BuildRequires: perl(Pod::Readme) >= 0.04 Recommends: perl(Pod::Readme) >= 0.04 %endif #BuildRequires: perl(Module::Signature) >= 0.21 %if 0%{?suse_version} Recommends: perl(Module::Signature) >= 0.21 %endif # #BuildRequires: perl(Software::License) #Requires: perl(Software::License) # YAML support #BuildRequires: perl(YAML::Tiny) >= 1.38 #Requires: perl(YAML::Tiny) >= 1.38 # manpage_support Requires: perl(Pod::Man) # HTML_support Requires: perl(Pod::Html) # not mentioned in Build.PL BuildRequires: perl(PAR::Dist) >= 0.17 Requires: perl(PAR::Dist) >= 0.17 BuildRequires: perl(CPAN::Meta) BuildRequires: perl(Module::Metadata) >= 1.000002 BuildRequires: perl(Perl::OSType) >= 1 Requires: perl(Perl::OSType) >= 1 BuildRequires: perl(version) >= 0.87 ################################################## %description Module::Build is a system for building, testing, and installing Perl modules. It is meant to be an alternative to ExtUtils::MakeMaker. Developers may alter the behavior of the module through subclassing in a much more straightforward way than with MakeMaker. It also does not require a make on your system - most of the Module::Build code is pure-perl and written in a very cross-platform way. In fact, you don't even need a shell, so even platforms like MacOS (traditional) can use it fairly easily. Its only prerequisites are modules that are included with perl 5.6.0, and it works fine on perl 5.005 if you can install a few additional modules. Authors: -------- Ken Williams <kwilliams@cpan.org> %prep %setup -q -n %{cpan_name}-%{version} %build %{__perl} Build.PL installdirs=vendor ./Build build flags=%{?_smp_mflags} %check #TEST_SIGNATURE=1 ./Build test ./Build test %install ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 # avoid conflict with Perl's own supplied version mv %{buildroot}/usr/bin/config_data %{buildroot}/usr/bin/config_data-%{version} rename config_data config_data-%{version} %{buildroot}/%{_mandir}/man1/config_data.* %perl_gen_filelist %clean %{__rm} -rf $RPM_BUILD_ROOT %files -f %{name}.files %defattr(-,root,root,-) %doc Changes contrib LICENSE README %changelog -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org