Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:GA
perl-CPAN-Meta
perl-CPAN-Meta.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File perl-CPAN-Meta.changes of Package perl-CPAN-Meta
------------------------------------------------------------------- Thu Feb 6 16:48:16 UTC 2014 - coolo@suse.com - really remove perl-CPAN-Meta-use_lib.patch ------------------------------------------------------------------- Mon Dec 9 11:18:14 UTC 2013 - coolo@suse.com - updated to 2.133380 [FIXED] - Improved bad version handling during META conversion - When downgrading multiple licenses to version 1.x META formats, if all the licenses are open source, the downgraded license will be "open_source", not "unknown" ------------------------------------------------------------------- Mon Nov 25 07:39:39 UTC 2013 - coolo@suse.com - updated to 2.132830 [ADDED] - CPAN::Meta::Prereqs now has a 'merged_requirements' method for combining requirements across multiple phases and types [FIXED] - Invalid 'meta-spec' is no longer a fatal error: instead, it will usually be treated as spec version "1.0" (prior to formalization of the meta-spec field). Conversion has some heuristics for guessing a version depending on other fields if 'meta-spec' is missing or invalid. ------------------------------------------------------------------- Fri Oct 4 09:15:24 UTC 2013 - coolo@suse.com - updated to 2.132661 [FIXED] - updated Makefile.PL logic to support PERL_NO_HIGHLANDER [PREREQS] - Dropped ExtUtils::MakeMaker configure_requires dependency to 6.17 [FIXED] - Installation on Perls < 5.12 will uninstall older versions installed due to being bundled with ExtUtils::MakeMaker [CHANGED] - META validation used to allow a scalar value when a list (i.e. array reference) was required for a field. This has been tightened and validation will now fail if a scalar value is given. Conversion will continue to turn scalars into an array reference as it previously did. [FIXED] - Fixed incorrectly encoded META.yml - remove outdated perl-CPAN-Meta-use_lib.patch ------------------------------------------------------------------- Sun Aug 4 15:07:54 UTC 2013 - coolo@suse.com - updated to 2.132140 [DOCUMENTATION] - Fixed some typos in CPAN::Meta::Spec [OTHER] - migrated repository to Perl-Toolchain-Gang organization on Github and updated metadata accordingly ------------------------------------------------------------------- Fri Jun 21 10:05:16 UTC 2013 - coolo@suse.com - fix the requirements for CPAN-Requirements ------------------------------------------------------------------- Tue Jun 11 18:29:24 UTC 2013 - coolo@suse.com - updated to 2.131560 [DOCUMENTATION] - Replaced CPAN::Meta SYNOPSIS with code that actually works [BUGFIX] - Downconversion of custom resources was not dropping the leading "x_". Now "x_MailingList" will downconvert correctly to "MailingList". [SPEC] - Per the Lancaster Consensus, the 'file' subkey of a package listed in 'provides' must refer to an actual file in the distribution, either the .pm file that provides the package or another file (*.PL) that generates it [BUGFIX] - Fix provides 'version' bug introduced in the 2.130870 fix [BUGFIX] - Don't add 'version' to 'provides' during conversion if one didn't exist in the original [Reported by Miyagawa; fixed by David Golden] ------------------------------------------------------------------- Thu Oct 25 18:38:53 UTC 2012 - opensuse@dstoecker.de - fix build for older releases ------------------------------------------------------------------- Thu May 31 13:38:13 UTC 2012 - coolo@suse.com - we need to use the package name explicitly because of version mismatch between perl and rpm ------------------------------------------------------------------- Wed May 30 12:33:34 UTC 2012 - coolo@suse.com - updated to 2.120921 [REMOVED] - CPAN::Meta::Requirements has been split out into its own distribution so it can be used by CPAN.pm without requiring all of CPAN::Meta [ADDED] - CPAN::Meta::Requirements now has a 'requirements_for_module' method to retrieve a version requirements string for a specific module [Leon Timmermans] [OTHER] - Parse::CPAN::Meta prerequisite bumped to 1.4403 - JSON::PP prerequisites bumped to 2.27200 - CPAN::Meta::YAML prerequisite bumped to 0.008 [BUGFIX] - CPAN::Meta::Requirements now treats undef requirements given to from_string_hash() as '0' and warns about it; add_string_requirements() dies if it does not get a requirements string to parse ------------------------------------------------------------------- Tue Mar 6 07:26:18 UTC 2012 - coolo@suse.com - updated to 2.120630 [BUGFIX] - CPAN::Meta::Requirements now ensures that dotted-decimal versions are represented in normalized form when stringified. This fixes a regression in META conversion in 2.120620. [Reported by Kent Fredric; fixed by David Golden] [ADDED] - CPAN::Meta::Requirements::add_string_requirements allows building a requirements specification piecemeal [Cory G. Watson] [BUGFIX] - Version range handling fixed [RT#75424] - CPAN::Meta::Converter handles bad version strings more gracefully, truncating alphanumerics and otherwise falling back to "0". This is likely better than dropping a prerequisite or dying. [RT#75427] ------------------------------------------------------------------- Thu Feb 23 09:55:46 UTC 2012 - coolo@suse.com - updated to 2.120530 - Dialed back perl prereq to 5.006 ------------------------------------------------------------------- Sat Feb 11 06:53:58 UTC 2012 - coolo@suse.com - updated to 2.120351 - Fixed CPAN packaging errors - Work around a memory leak bug involving version objects in boolean context. ------------------------------------------------------------------- Mon Jan 9 10:33:25 UTC 2012 - coolo@suse.com - updated to 2.113640 - Version::Requirements has now been merged as CPAN::Meta::Requirements, rendering Version::Requirements itself redundant ------------------------------------------------------------------- Sun Dec 11 09:18:54 UTC 2011 - coolo@suse.de - updated to 2.112621 ------------------------------------------------------------------- Sun Jun 5 01:58:02 UTC 2011 - lars@linux-schulserver.de - fix build on distributions with old Test::More module ( perl-CPAN-Meta-use_lib.patch ) ------------------------------------------------------------------- Fri Apr 29 10:14:29 UTC 2011 - coolo@opensuse.org - regenerated with cpanspec ------------------------------------------------------------------- Sun Apr 3 14:46:49 UTC 2011 - coolo@novell.com - updated to 2.110930 - Fixed a bug in the 'as_string' method that checked the module version instead of the meta-spec version when conversion was requested (RT #67188) ------------------------------------------------------------------- Fri Apr 1 17:33:54 UTC 2011 - coolo@novell.com - update to 2.110910 - The 1.x spec "gpl" and "lgpl" and "mozilla" license values now up-convert to "open_source" because they indicate too non-specific a license. - Add explicit dependencies on JSON::PP and CPAN::Meta::YAML instead of relying on Parse::CPAN::Meta to provide them (as some CPAN Testers have had P::C::M installed without them somehow) - Removed dependency on Storable as it was not a core module until Perl 5.8 - Added required field 'release_status' to the synopsis of CPAN::Meta::Spec (RT#66118) [Oliver Mengué] - Had two different Parse::CPAN::Meta requirements, one in 'requires' and the other in 'build_requires'. This confused some installers, so we only inlude the 'requires' now. ... for more see Changes ------------------------------------------------------------------- Mon Jan 17 16:17:13 UTC 2011 - coolo@novell.com - initial package 2.102400 * created by cpanspec 1.78.03
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor