2010-09-30 14:19:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 30 16:07:29 CEST 2010 - anicka@suse.cz
|
|
|
|
|
|
|
|
- update to 6.12
|
|
|
|
* With better support for international character sets, the old
|
|
|
|
IntCharSet config variable is deprecated.
|
|
|
|
* Added the Encoding config variable.
|
|
|
|
* Now supports parsing the EXIF date format.
|
|
|
|
* bugfixes
|
|
|
|
|
2010-08-01 15:19:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 21 16:19:12 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- keep the obsoletes/provides of 11.1 renames
|
|
|
|
|
2010-07-20 18:41:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 20 15:16:58 UTC 2010 - chris@computersalat.de
|
|
|
|
|
|
|
|
- update to 6.11
|
|
|
|
- Fixed a problem in Build.PL that had an incorrect module requirement.
|
|
|
|
- Version 6.10 2010-04-29
|
|
|
|
Fixed a bug where Date_ConvTZ not working correctly with timezones specified
|
|
|
|
by offset. Chris Butler
|
|
|
|
Fixed a documentation bug in Date::Manip::TZ where "stdonly" was listed as the
|
|
|
|
default value for $dstflag, but in actuality, "std" is the default.
|
|
|
|
Changed Date::Manip::TZ::zone so "dst" is sometimes the default $dstflag.
|
|
|
|
Based on the bug report by Chris Butler.
|
|
|
|
OpenUNIX puts a colon at the start of some timezones. It's removed. Jean Hassler
|
|
|
|
Fixed a bug where business mode calculations involving minutes was not handled
|
|
|
|
correctly. Damien Moore
|
|
|
|
*** Combined 5.xx and 6.xx releases into one distribution so cpan/cpanp will
|
|
|
|
work correctly.
|
|
|
|
Newest zoneinfo data (tzdata 2010i)
|
|
|
|
Fixed a bug where business mode calculations failed in some cases. RT 56638
|
|
|
|
Converted tests to Test::Inter
|
|
|
|
- recreated by cpanspec 1.78
|
|
|
|
- noarch pkg
|
|
|
|
|
2010-03-01 00:47:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 26 15:40:25 CET 2010 - anicka@suse.cz
|
|
|
|
|
|
|
|
- update to 6.07
|
|
|
|
* Added dm_zdump example script.
|
|
|
|
* Minor bug where %Z printf format didn't always work.
|
|
|
|
* Improved TZ::periods functionality
|
|
|
|
* Fixed bug in Date_ConvTZ where empty values weren't defaulting
|
|
|
|
to local timezone.
|
|
|
|
* Fixed a couple of problems in the generated timezones for some
|
|
|
|
odd cases (America/Resolute and Asia/Tehran).
|
|
|
|
* Added support for 5pm back in (it was omitted accidentally).
|
|
|
|
* Fixed a minor warning.
|
|
|
|
* Some additional speedups.
|
|
|
|
* Newest zoneinfo data.
|
|
|
|
* Fixed bug in Date_TimeZone where it wasn't returning
|
|
|
|
the timezone.
|
|
|
|
|
2010-01-11 16:06:54 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Dec 12 20:35:35 UTC 2009 - chris@computersalat.de
|
|
|
|
|
|
|
|
- update to 6.05
|
|
|
|
* Significant speedups. Thanks to Moritz Lenz and BrowserUK on perlmonks for
|
|
|
|
suggestions (and a number of other people on perlmonks for suggestions
|
|
|
|
that I did not end up using, but which provided a great discussion).
|
|
|
|
* Reduced the precision of 1 test to avoid a rounding difference when using
|
|
|
|
a perl compiled with uselongdouble. Andreas Koenig
|
|
|
|
* Fixed a bug in parse_date where the current time was getting used instead
|
|
|
|
of the documented 00:00:00
|
|
|
|
* Bug fix where DateCalc didn't work with $mode in some cases.
|
|
|
|
* Fixed Makefile.PL/Build.PL to hanle Win32::TieRegistry requirement.
|
|
|
|
* Changed %z printf behavior back to 5.xx and added %N format. Gilles Lamiral
|
|
|
|
* Fixed bug where non-English Windows versions didn't get the timezone. Thanks
|
|
|
|
to Rene Schickbauer for testing.
|
|
|
|
- cleanup spec
|
|
|
|
* added cpan_name
|
|
|
|
* sort tags
|
|
|
|
* fix build-/deps
|
|
|
|
* update desc
|
|
|
|
* move changelog to .changes
|
|
|
|
- added perl-macros
|
|
|
|
* perl_gen_filelist
|
|
|
|
|
2008-08-04 02:48:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 23 16:44:03 CEST 2008 - anicka@suse.cz
|
|
|
|
|
|
|
|
- update to 5.54
|
|
|
|
* Final changes to meet requirements on http://cpants.perl.org/
|
|
|
|
- rename from perl-DateManip to perl-Date-Manip according to cpan
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 7 13:04:15 CEST 2008 - lrupp@suse.de
|
|
|
|
|
|
|
|
- update to 5.50:
|
|
|
|
* Corrected typo in %G and %L format descriptions
|
|
|
|
* Added "ereyesterday"
|
|
|
|
* Added new timezones
|
|
|
|
* Added Build.PL and several other things to meet requirements on
|
|
|
|
http://cpants.perl.org/
|
|
|
|
- remove INSTALL, added LICENSE and README.FIRST to doc
|
|
|
|
- build parallel
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 10 15:52:27 CET 2008 - anicka@suse.cz
|
|
|
|
|
|
|
|
- update to 5.48
|
|
|
|
* Language fix for Danish.
|
|
|
|
* Language fix for German.
|
|
|
|
* New timezones.
|
|
|
|
* Minor documentation improvement.
|
|
|
|
* Revised some of the docs about Y2K (given that it's in the past)
|
|
|
|
and the 2007 US daylight saving time rule changes.
|
|
|
|
* bugfixes
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 25 21:39:38 CET 2006 - mls@suse.de
|
|
|
|
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 6 13:17:55 CET 2006 - anicka@suse.cz
|
|
|
|
|
|
|
|
- update to 5.44
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jan 11 11:55:42 CET 2004 - adrian@suse.de
|
|
|
|
|
|
|
|
- build as user
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 22 17:39:06 CEST 2003 - mjancar@suse.cz
|
|
|
|
|
|
|
|
- require the perl version we build with
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 21 13:28:34 CEST 2003 - rommel@suse.de
|
|
|
|
|
|
|
|
- update to version 5.42a
|
|
|
|
- using perl_vendorlib and perl_vendorarch instead of
|
|
|
|
perl_archlib and perl_sitearch
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 22 21:47:08 CEST 2003 - coolo@suse.de
|
|
|
|
|
|
|
|
- package directories
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun May 25 23:50:42 CEST 2003 - ro@suse.de
|
|
|
|
|
|
|
|
- remove unpackaged files from buildroot
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 2 17:40:06 MEST 2002 - mls@suse.de
|
|
|
|
|
|
|
|
- remove race in .packlist generation
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 22 12:42:32 CEST 2001 - grimmer@suse.de
|
|
|
|
|
|
|
|
- Update to version 5.40
|
|
|
|
- use more perl macros in spec file
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 7 14:02:40 CET 2000 - grimmer@suse.de
|
|
|
|
|
|
|
|
- added .packlist to file list and removed BuildRoot path with sed
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 7 10:05:08 CET 2000 - grimmer@suse.de
|
|
|
|
|
|
|
|
- initial version (5.39)
|
|
|
|
|