8
0

Accepting request 54383 from home:seife:SLES11

thanks

OBS-URL: https://build.opensuse.org/request/show/54383
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build?expand=0&rev=6
This commit is contained in:
Stephan Kulow
2010-12-03 09:19:09 +00:00
committed by Git OBS Bridge
parent 5a157f85b5
commit bbb093a06e
4 changed files with 40 additions and 7 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
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