From 6ad5f6027606f84198047f0ae2f9eb1f8c47fc641adb440e3ce90dce09638a48 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Fri, 17 Jan 2014 21:05:01 +0000 Subject: [PATCH] - update to 0.4204: [BUG FIXES] - Map conflicts back to runtime [Leon Timmermans] - Use mod2fname whenever it's available [Leon Timmermans, Brian Fraser] - Accept custom entries in meta_merge 1.4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build?expand=0&rev=26 --- Module-Build-0.4203.tar.gz | 3 --- Module-Build-0.4204.tar.gz | 3 +++ perl-Module-Build.changes | 9 +++++++++ perl-Module-Build.spec | 40 +++----------------------------------- 4 files changed, 15 insertions(+), 40 deletions(-) delete mode 100644 Module-Build-0.4203.tar.gz create mode 100644 Module-Build-0.4204.tar.gz diff --git a/Module-Build-0.4203.tar.gz b/Module-Build-0.4203.tar.gz deleted file mode 100644 index 878e555..0000000 --- a/Module-Build-0.4203.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4cc3ad9e29543de144c48da34256ce216d6ea30bd19381a941a090da57b977d -size 308951 diff --git a/Module-Build-0.4204.tar.gz b/Module-Build-0.4204.tar.gz new file mode 100644 index 0000000..818ddce --- /dev/null +++ b/Module-Build-0.4204.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a46bc45ee7436572dc2ef53fa5a8187b0f2ffd3dc73bdd946d358adf47c8bed +size 308956 diff --git a/perl-Module-Build.changes b/perl-Module-Build.changes index 7ac5ea6..0f6f694 100644 --- a/perl-Module-Build.changes +++ b/perl-Module-Build.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jan 17 21:04:12 UTC 2014 - lars@linux-schulserver.de + +- update to 0.4204: + [BUG FIXES] + - Map conflicts back to runtime [Leon Timmermans] + - Use mod2fname whenever it's available [Leon Timmermans, Brian Fraser] + - Accept custom entries in meta_merge 1.4 + ------------------------------------------------------------------- Tue Dec 10 06:36:39 UTC 2013 - coolo@suse.com diff --git a/perl-Module-Build.spec b/perl-Module-Build.spec index f44450d..fbf7c0a 100644 --- a/perl-Module-Build.spec +++ b/perl-Module-Build.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Build # -# 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,9 +17,9 @@ Name: perl-Module-Build -Version: 0.4203 +Version: 0.4204 Release: 0 -%define cpan_name Module-Build +%define cpan_name Module-Build Summary: Build and install Perl modules License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl @@ -60,40 +60,6 @@ pure-perl and written in a very cross-platform way. See the "MOTIVATIONS" manpage for more comparisons between 'ExtUtils::MakeMaker' and 'Module::Build'. -To install 'Module::Build', and any other module that uses 'Module::Build' -for its installation process, do the following: - - perl Build.PL # 'Build.PL' script creates the 'Build' script - ./Build # Need ./ to ensure we're using this "Build" script - ./Build test # and not another one that happens to be in the PATH - ./Build install - -This illustrates initial configuration and the running of three 'actions'. -In this case the actions run are 'build' (the default action), 'test', and -'install'. Other actions defined so far include: - - build manifest - clean manifest_skip - code manpages - config_data pardist - diff ppd - dist ppmdist - distcheck prereq_data - distclean prereq_report - distdir pure_install - distinstall realclean - distmeta retest - distsign skipcheck - disttest test - docs testall - fakeinstall testcover - help testdb - html testpod - install testpodcoverage - installdeps versioninstall - -You can run the 'help' action for a complete list of actions. - %prep %setup -q -n %{cpan_name}-%{version} find . -type f -print0 | xargs -0 chmod 644