The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for CPANPLUS-Dist-Fedora

0.4.4   2021-10-06
    - .spec fixes per Fedora review:
        - https://bugzilla.redhat.com/show_bug.cgi?id=2010688
        - Thanks to Jitka
    - Remove leading newlines from *.spec.

0.4.3   2021-10-02
    - Fix missing newlines in %files/%doc section.

0.4.2   2020-11-04
    - skip failing tests if $TEST_CPANPLUS_FEDORA is not set.
        - https://github.com/shlomif/cpanplus-dist-backends/issues/1
            - "Test suite fails on non-Fedora/CentOS systems"
        - Thanks to SREZIC for the report

0.4.1   2020-11-03
    - Fixes for recent Fedora guidelines.
    - Added tests.

0.4.0   2020-11-02
    - Add t/unit.t .
    - Fixes for recent Fedora guidelines.

0.2.3   2020-10-22
    - dist.ini / weaver.ini / .tidyallrc / etc. cleanup
        - Move to @SHLOMIF
        - Inspired by Lady_Aleena.
    - Remove stale docs.
    - Correct copyright year and holder.

0.2.2  2020-01-28
    - Rebuild for order of 'NAME' and 'VERSION' sections in the generated
    POD documentation (see 0.001004 in
    https://metacpan.org/changes/distribution/Pod-Weaver-PluginBundle-SHLOMIF
    ).
        - VERSION used to appear before NAME.

0.2.1  2019-08-24
    - Moved the VCS repo to https://github.com/shlomif/cpanplus-dist-backends
    - dzil cleanups.

0.2.0  2018-06-30
    - Ported the extra_files functionality from ::Mageia .
        - man1 / etc.
        - see: https://bitbucket.org/shlomif/cpanplus-dist-backends/issues/1

0.0.10  2018-05-23
    - Convert to Dist Zilla.

0.0.9   2015-11-25
    - Make edit-metafile work for RPMs
        - https://rt.cpan.org/Public/Bug/Display.html?id=109170
        - Thanks to Joseph Konczal for the report and the patch, which
        was somewhat modified.

0.0.8   2015-11-12
  - Remove Makefile.PL and cleaned up Build.PL.
    - https://rt.cpan.org/Ticket/Display.html?id=108676
    - Thanks to Karen Etheridge (ETHER) for the report.

0.0.7   2015-11-10
 - Fix RT#108673 - "Requires: perl(perl)" should be "Requires: perl".
    - Thanks to Joseph Konczal for the report and for a proposed patch
    which ended up being done differently.
 - Change the Url in the generated .spec to be a metacpan.org URL.

0.0.6   2014-12-22
 - Update the README, as it was still the one for CPANPLUS-Dist-Mdv.
    - Thanks to Tom Legrady for the report.
 - Probing for '/etc/redhat-release' as well as '/etc/fedora-release'
    - So one can use CPANPLUS::Dist::Fedora on CentOS/RHEL/etc.
    - Thanks to Tom Legrady for the report.

0.0.5   2014-02-18
 - .spec file fix for Fedora and paths.
    - https://rt.cpan.org/Ticket/Display.html?id=93118
    - Thanks to Chris Travers for the report and fix.
 - Adding prerequisites to requires and buildrequires.
    - https://rt.cpan.org/Ticket/Display.html?id=93121
    - Thanks to Chris Travers for the report and fix.
 - META.yml: add VCS repository URL + keywords.

0.0.4   2013-05-23
 - Removed a duplicate "perl" dependency from Build.PL.
 - Remove trailing whitespace.
 - Add Test::Run::Builder support.

0.0.3   2008-09-13
 - Changed the Readonly variables that contained command-line
 invocations of "rpm" (that got invoked when loading the module) to a
 memoized method that gets called at run time.
    - Fixes the build errors reported in:
        - http://nntp.x.perl.org/group/perl.cpan.testers/2202219
 - Eliminated the rest of the Readonly variables and converted them to
 object methods.
 - Eliminated the use of File::Slurp and made the file slurp a line-wise loop,
 that should consume less memory.

0.0.2   2008-09-12
 - Applied a modified version of Chris Weyl's patch to
 lib/CPANPLUS/Dist/Fedora.pm :
    - generate the spec using Template Toolkit.
    - adapted to some Fedora conventions.
    - fixed some missing capitalisation.
 - Made sure the 'requires' in Build.PL are not present in 'build_requires'.
 - Now generating Makefile.PL from Build.PL.

0.0.1   2008-08-23
 - Forked from CPANPLUS-Dist-Mdv-0.3.7.
 - Adapted to Fedora.