Hello community, here is the log from the commit of package perl-Date-Manip for openSUSE:Factory checked in at 2013-10-11 09:00:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Date-Manip (Old) and /work/SRC/openSUSE:Factory/.perl-Date-Manip.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Date-Manip" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Date-Manip/perl-Date-Manip.changes 2013-06-05 13:33:47.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Date-Manip.new/perl-Date-Manip.changes 2013-10-11 09:00:16.000000000 +0200 @@ -1,0 +2,22 @@ +Fri Oct 4 09:17:24 UTC 2013 - [email protected] + +- updated to 6.41 + Removed a .swp file accidentally left in the package. RT 85845 + + Fixed a bug in parse_format where times between 00:00:00 and 01:00:00 weren't + parsed correctly. Ole Nomann Thomsen + + Fixed generated META.* files to not require Module::Build 0.39. RT 86137 + + Fixed a bug where parse_format did not work with a '%s' format. RT 87498 + + Fixed a bug where find_encoding wasn't imported from the Encode module. RT 87665 + + Fixed a bug where recurrences with no interval did not work if a start and + end date were specified, and no dates fell in that range. Jan Pradac + + =item Time zone fixes + + Newest zoneinfo data (tzdata 2013d) + +------------------------------------------------------------------- Old: ---- Date-Manip-6.40.tar.gz New: ---- Date-Manip-6.41.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Date-Manip.spec ++++++ --- /var/tmp/diff_new_pack.MLs5BD/_old 2013-10-11 09:00:19.000000000 +0200 +++ /var/tmp/diff_new_pack.MLs5BD/_new 2013-10-11 09:00:19.000000000 +0200 @@ -17,11 +17,11 @@ Name: perl-Date-Manip -Version: 6.40 +Version: 6.41 Release: 0 %define cpan_name Date-Manip Summary: Date manipulation routines -License: Artistic-1.0 or GPL-1.0+ +License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Date-Manip/ Source: http://www.cpan.org/authors/id/S/SB/SBECK/%{cpan_name}-%{version}.tar.gz @@ -45,6 +45,7 @@ #BuildRequires: perl(Date::Parse) #BuildRequires: perl(DateTime::Format::DateParse) #BuildRequires: perl(Win32::TieRegistry) +Requires: perl(Test::Inter) %{perl_requires} %description @@ -66,6 +67,67 @@ Date and Time modules from CPAN is for you. However, if you want one module to do it all, Date::Manip is the one to use. +Date::Manip has functionality to work with several fundamental types of +data. + +* *dates* + + The word date is used extensively here and is somewhat misleading. In + Date::Manip, a date consists of three pieces of information: a calendar + date, a time of day, and time zone information. Calendar dates and times + are fully handled. Time zones are handled as well, but depending on how + you use Date::Manip, there may be some limitations as discussed below. + +* *delta* + + A delta is an amount of time (i.e. the amount of time between two + different dates). A delta refers only to an amount of time. It includes + no information about a starting or ending date/time. Most people will + think of a delta as an amount of time, but the term 'time' is already + used so much in this module that I didn't want to use it here in order to + avoid confusion. + +* *recurrence* + + A recurring event is something which occurs on a regular recurring basis. + +* *holidays* and *events* + + Holidays and events are basically named dates or recurrences. + +Among other things, Date::Manip allow you to: + +* *** + + Enter a date in practically any format you choose. + +* *** + + Compare two dates, entered in widely different formats to determine which + is earlier. + +* *** + + Extract any information you want from a date using a format string + similar to the Unix date command. + +* *** + + Determine the amount of time between two dates, or add an amount of time + to a date to get a second date. + +* *** + + Work with dates with dates using international formats (foreign month + names, 12/10/95 referring to October rather than December, etc.). + +* *** + + To find a list of dates where a recurring event happens. + +Each of these tasks is trivial (one or two lines at most) with this +package. + %prep %setup -q -n %{cpan_name}-%{version} find . -type f -print0 | xargs -0 chmod 644 ++++++ Date-Manip-6.40.tar.gz -> Date-Manip-6.41.tar.gz ++++++ ++++ 26431 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
