From Fedora Project Wiki
(→‎Current status: polymake done)
(→‎Release Notes: Fix a typo)
 
(24 intermediate revisions by 2 users not shown)
Line 46: Line 46:


* Targeted release: [[Releases/22 | Fedora 22 ]]  
* Targeted release: [[Releases/22 | Fedora 22 ]]  
* Last updated: 2014-09-12
* Last updated: 2015-02-20
<!-- After the change proposal is accepted by FESCo, tracking bug is created in Bugzilla and linked to this page  
<!-- After the change proposal is accepted by FESCo, tracking bug is created in Bugzilla and linked to this page  
Bugzilla states meaning as usual:
Bugzilla states meaning as usual:
Line 55: Line 55:
CLOSED as NEXTRELEASE -> change is completed and verified and will be delivered in next release under development
CLOSED as NEXTRELEASE -> change is completed and verified and will be delivered in next release under development
-->
-->
* Tracker bug: <will be assigned by the Wrangler>
* Tracker bug: [https://bugzilla.redhat.com/show_bug.cgi?id=1181569 #1181569]


=== Completed items ===
=== Completed items ===
Line 72: Line 72:


=== Items in progress ===
=== Items in progress ===
* Rebuilt Perl packages: 2548 of 2566 done (99.18%)
* Rebuilt Perl packages: 2563 of 2564 done (99.96 %)
* Rebuild other packages: Use Fedora::Rebuild dependency solver
* Rebuild other packages: Use Fedora::Rebuild dependency solver


=== Items to be done ===
=== Items to be done ===
* Failed rebuilds (14 including intermittent failures):
* Failed rebuilds (1 including intermittent failures):
** debhelper - tests fail [https://bugzilla.redhat.com/show_bug.cgi?id=1134914]
** inkscape - fails in rawhide [https://bugzilla.redhat.com/show_bug.cgi?id=1126922]
** libguestfs - tests  fail [https://bugzilla.redhat.com/show_bug.cgi?id=1138619]
** mailgraph - fails in rawhide [https://bugzilla.redhat.com/show_bug.cgi?id=1058803]
** munin - fails in rawhide [https://bugzilla.redhat.com/show_bug.cgi?id=1114857]
** opensips - fails in rawhide [https://bugzilla.redhat.com/show_bug.cgi?id=1124390]
** perl-Padre
** perl-Qt - tests fail [https://bugzilla.redhat.com/show_bug.cgi?id=1136340]
** perl-Tk-EntryCheck - tests fail [https://bugzilla.redhat.com/show_bug.cgi?id=1136334]
** perl-Tk-Pod - tests fail [https://bugzilla.redhat.com/show_bug.cgi?id=1136197]
** perl-Tk-Text-SuperText - tests fail [https://bugzilla.redhat.com/show_bug.cgi?id=1136237]
** queuegraph - fails in rawhide [https://bugzilla.redhat.com/show_bug.cgi?id=1059123]
** slic3r - fails in rawhide [https://bugzilla.redhat.com/show_bug.cgi?id=1129402]
** Sprog - fails in rawhide [https://bugzilla.redhat.com/show_bug.cgi?id=1083498]
** Sprog - fails in rawhide [https://bugzilla.redhat.com/show_bug.cgi?id=1083498]
* Unsatisfied dependencies
** debconf - python requires perl-Qt which is not built yet
** perl-RT-Authen-ExternalAuth - missing dependency rt3 [https://bugzilla.redhat.com/show_bug.cgi?id=1133875]
** perl-RT-Extension-CommandByMail - missing dependencies /usr/sbin/rt-mailgate and perl(RT)
** RETIRED: virt-v2v - depends on perl-Sys-Guestfs (srpm libguestfs)


== Detailed Description ==
== Detailed Description ==
Line 139: Line 121:
== Documentation ==
== Documentation ==
* [http://search.cpan.org/dist/perl-5.20.0/pod/perldelta.pod 5.20.0 perldelta]
* [http://search.cpan.org/dist/perl-5.20.0/pod/perldelta.pod 5.20.0 perldelta]
* [http://search.cpan.org/dist/perl-5.20.1/pod/perldelta.pod 5.20.1 perldelta]
* [http://search.cpan.org/dist/perl-5.20.2/pod/perldelta.pod 5.20.2 perldelta]


== Release Notes ==
== Release Notes ==
* [http://search.cpan.org/dist/perl-5.20.0/pod/perldelta.pod 5.20.0 perldelta]
* New features:
** Subroutine ''prototype'' attribute allows to declare subroutine prototype in postfix manner.
** Hash-slice ''%hash{...}'' syntax returns subset as a hash.
** Unicode 6.3 tables added.
** More internal counters support 64-bit values (arrays with more than 2^32 elements, regular expression matching strings longer than 2^32 characters).
** Copy-on-write mechanism is used when assigning scalars.
** Speed was improved (lazy evaluation of logical conjunction and disjunction in void context, constant hash look-ups, ''return'' at the end of subroutine).
** New modules were added into the core (''experimental'', ''IO::Socket::IP'').
 
* Changes:
** ''use locale'' in an UTF-8 locale environment enables Unicode character type processing.
** perl initializes locale according to all locale environment variables (like ''LANG'').
** ''-F'' perl option implies ''-a'' option.
** ''-a'' perl option implies ''-n'' option.
** Character after ''\c'' sequence in double-quoted string or regular expression must be a printable character and may not be a ''{''.
** In ''use locale'' scope, regular expression matching which depends on locale properties (like case) taints values.
** ''\p{}'' and ''\P{}'' Unicode property tests handle non-Unicode code points as unassigned characters. On the other hand, ''\P{All}'' matches any code points (in contrast to ''\P{Any}''.
** Data::Dumper output format has changed.
** Locale decimal point in Perl code is subject to locale only in scope of ''use locale''.
* Removed features:
** ''do subroutine(LIST)'' is not supported anymore and results into a syntax error.
** ''PerlIO_vsprintf()'' and ''PerlIO_sprintf()'' functions have been removed.




[[Category:ChangeReadyForWrangler]]
[[Category:ChangeAcceptedF22]]
<!-- When your change proposal page is completed and ready for review and announcement -->
<!-- When your change proposal page is completed and ready for review and announcement -->
<!-- remove Category:ChangePageIncomplete and change it to Category:ChangeReadyForWrangler -->
<!-- remove Category:ChangePageIncomplete and change it to Category:ChangeReadyForWrangler -->

Latest revision as of 11:31, 7 April 2015


Perl 5.20

Summary

A new perl 5.20 version brings a lot of changes done over a year of development. See 5.20.0 perldelta for more details.

Owner

Current status

Completed items

  • Get dedicated build-root from rel-engs (f22-perl)
  • Rebase perl to 5.20.0
  • Define perl_bootstrap in perl-srpm-macros
  • Build new perl 5.20 keeping old COMPAT Provides
  • Rebuild packages needed for minimal build-root
  • Rebuild dual-lived packages (otherwise yum recommends --skip-broken and fails)
  • Rebuild packages needed for building source packages from git repository
  • Remove old perl(:MODULE_COMPAT_5.18.*) from perl
  • Undefine perl_bootstrap
  • Rebuild packages having perl_bootstrap condition in spec file
  • Merge dedicated build-root to rawhide and remove the dedicated one by rel-engs.
  • Synchronize packages upgraded in f22 build root

Items in progress

  • Rebuilt Perl packages: 2563 of 2564 done (99.96 %)
  • Rebuild other packages: Use Fedora::Rebuild dependency solver

Items to be done

  • Failed rebuilds (1 including intermittent failures):
    • Sprog - fails in rawhide [1]

Detailed Description

New perl is released every year and updates containing mainly bug fixes follow during the year. The 5.20.0 version is stable release this year.

Benefit to Fedora

Up-to-date and latest perl release will be delivered to Fedora users.

Scope

Every Perl package will be rebuilt in a dedicated f22-perl build-root against perl 5.20.0 and then if no major problem emerges the packages will be merged back to f22 build-root.

  • Proposal owners:

New perl and all packages requiring perl or a Perl module will be rebuilt into f22-perl build-root.

  • Other developers:

Owners of packages that fail to rebuild, mainly perl-sig users, will be asked using Bugzilla to fix or remove their packages from the distribution.

  • Release engineering:

Release engineers will be asked for new f22-perl build-root inheriting from f22 build-root. After successful finishing the rebuild, they will be asked to merge f22-perl packages back to f22 build-root.

  • Policies and guidelines:

No policies have to be modified to complete this change.

Upgrade/compatibility impact

Vast majority of functionality will be preserved. Only the packages that failed to build against perl 5.20 will be removed from the distribution. That will require to remove those packages from existing systems otherwise package manager will encounter unsatisfied dependencies.

How To Test

Try upgrading from Fedora 21 to 22. Try some Perl application to verify they work as expected. Try embedded perl in slapd or snmpd.

User Experience

There should not be any remarkable change in user experience.

Dependencies

There is more than 2000 packages depending on perl. Most of them are expected not to break. Finishing this change can be endangered only by critical changes in a toolchain.

Contingency Plan

If we find perl 5.20 is not suitable for Fedora 22, we will revert back to perl 5.18 and we drop the temporary build-root with already rebuilt packages.

  • Contingency deadline: branching Fedora 22 from Rawhide.
  • Blocks release? No.

Documentation

Release Notes

  • New features:
    • Subroutine prototype attribute allows to declare subroutine prototype in postfix manner.
    • Hash-slice %hash{...} syntax returns subset as a hash.
    • Unicode 6.3 tables added.
    • More internal counters support 64-bit values (arrays with more than 2^32 elements, regular expression matching strings longer than 2^32 characters).
    • Copy-on-write mechanism is used when assigning scalars.
    • Speed was improved (lazy evaluation of logical conjunction and disjunction in void context, constant hash look-ups, return at the end of subroutine).
    • New modules were added into the core (experimental, IO::Socket::IP).
  • Changes:
    • use locale in an UTF-8 locale environment enables Unicode character type processing.
    • perl initializes locale according to all locale environment variables (like LANG).
    • -F perl option implies -a option.
    • -a perl option implies -n option.
    • Character after \c sequence in double-quoted string or regular expression must be a printable character and may not be a {.
    • In use locale scope, regular expression matching which depends on locale properties (like case) taints values.
    • \p{} and \P{} Unicode property tests handle non-Unicode code points as unassigned characters. On the other hand, \P{All} matches any code points (in contrast to \P{Any}.
    • Data::Dumper output format has changed.
    • Locale decimal point in Perl code is subject to locale only in scope of use locale.
  • Removed features:
    • do subroutine(LIST) is not supported anymore and results into a syntax error.
    • PerlIO_vsprintf() and PerlIO_sprintf() functions have been removed.