forked from pool/perl-HTML-Format
- Release unchanged except for version number after a period to see if test release threw up any issues... - Code gardening - no functionality modifications - includes:- - Moved old DEBUG framework to Smart::Comments - Ensured variables are declared my as much as possible - Ensure strict/warnings used as far as possible - use base rather than playing games with @ISA - Changes above enforce a requirement of perl 5.6.1 - Robo-reformatted by perltidy - Stripped function prototypes where used - Passes standard perl critic with one exclusion - Tweaks for comprehensibility - splitting sections etc - removed authors from spec OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Format?expand=0&rev=15
79 lines
2.8 KiB
Plaintext
79 lines
2.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Apr 22 12:06:04 UTC 2011 - vcizek@novell.com
|
|
|
|
- update to 2.07
|
|
- Release unchanged except for version number after a period
|
|
to see if test release threw up any issues...
|
|
- Code gardening - no functionality modifications - includes:-
|
|
- Moved old DEBUG framework to Smart::Comments
|
|
- Ensured variables are declared my as much as possible
|
|
- Ensure strict/warnings used as far as possible
|
|
- use base rather than playing games with @ISA
|
|
- Changes above enforce a requirement of perl 5.6.1
|
|
- Robo-reformatted by perltidy
|
|
- Stripped function prototypes where used
|
|
- Passes standard perl critic with one exclusion
|
|
- Tweaks for comprehensibility - splitting sections etc
|
|
- removed authors from spec
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 21 14:43:20 UTC 2011 - vcizek@novell.com
|
|
|
|
- update to 2.05
|
|
- Smoke tests on windows showed needed make PS tests less strict
|
|
- Changed the github location to be all lowercase
|
|
- Releasing this as a stop gap - will do further work now
|
|
incompatibilities dealt with
|
|
- Added dependancies for font metrics files
|
|
- Documentation tidy up - but needs further work
|
|
- RT#54636 - UNIVERSAL::Can deprecated
|
|
- RT#56278 - RTF formatting parameters ignored by new
|
|
- Git conversion
|
|
- Dist::Zilla conversion
|
|
- removed universal-can.patch (merged in upstream)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 2 13:41:03 UTC 2011 - vcizek@novell.com
|
|
|
|
- bzipped source tarball
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 1 13:32:48 UTC 2010 - coolo@novell.com
|
|
|
|
- switch to perl_requires macro
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 29 18:30:09 UTC 2010 - coolo@novell.com
|
|
|
|
- remove /var/adm/perl-modules
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 15 08:39:31 UTC 2010 - jw@novell.com
|
|
|
|
- added universal-can.patch from
|
|
https://rt.cpan.org/Public/Bug/Display.html?id=54636
|
|
to avoid warnings:
|
|
UNIVERSAL->import is deprecated and will be removed in a future perl at
|
|
/usr/lib/perl5/vendor_perl/5.12.1/HTML/Formatter.pm line 110
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
|
|
|
- enable parallel build
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:39:44 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 18 12:25:00 CEST 2004 - kssingvo@suse.de
|
|
|
|
- upgrade to 2.04
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 16 17:57:59 CET 2003 - kssingvo@suse.de
|
|
|
|
- initial version
|
|
|