Hello community, here is the log from the commit of package perl-Date-Manip for openSUSE:Factory checked in at 2018-03-06 10:47:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Date-Manip (Old) and /work/SRC/openSUSE:Factory/.perl-Date-Manip.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Date-Manip" Tue Mar 6 10:47:10 2018 rev:49 rq:582021 version:6.70 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Date-Manip/perl-Date-Manip.changes 2017-09-04 12:37:28.833736226 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Date-Manip.new/perl-Date-Manip.changes 2018-03-06 10:47:10.828517105 +0100 @@ -1,0 +2,15 @@ +Fri Mar 2 06:16:53 UTC 2018 - [email protected] + +- updated to 6.70 + * Improved handling of deltas. + * Deprecated some parts of Date::Manip::Delta + - Deprecation of TZ postponed + - Some speed improvements + - Changed behavior if timezone not determined + - Fixed Makefile.PL + - Time zone fixes + - Documentation fixes + + see /usr/share/doc/packages/perl-Date-Manip/Changes + +------------------------------------------------------------------- Old: ---- Date-Manip-6.60.tar.gz New: ---- Date-Manip-6.70.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Date-Manip.spec ++++++ --- /var/tmp/diff_new_pack.A3xTR8/_old 2018-03-06 10:47:11.556490807 +0100 +++ /var/tmp/diff_new_pack.A3xTR8/_new 2018-03-06 10:47:11.560490662 +0100 @@ -1,7 +1,7 @@ # # spec file for package perl-Date-Manip # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,11 +17,11 @@ Name: perl-Date-Manip -Version: 6.60 +Version: 6.70 Release: 0 %define cpan_name Date-Manip Summary: Date manipulation routines -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Date-Manip/ Source0: https://cpan.metacpan.org/authors/id/S/SB/SBECK/%{cpan_name}-%{version}.tar.gz @@ -46,12 +46,6 @@ which may do a subset of these operations quicker or more efficiently, but no other module can do all of the operations available in Date::Manip. -Since many other date/time modules exist, some of which may do the specific -operation(s) you need faster, be sure to read Date::Manip::Misc/"SHOULD I -USE DATE::MANIP" before deciding which of the 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. @@ -59,18 +53,21 @@ 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. +date (year, month, day), a time of day (hour, minute, second), 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. +dates). Think of it as the duration of an event or the amount of time +between two 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* @@ -98,8 +95,8 @@ * *** -Determine the amount of time between two dates, or add an amount of time to -a date to get a second date. +Determine the amount of time between two dates, or add an amount of time (a +delta) to a date to get a second date. * *** @@ -108,6 +105,10 @@ * *** +Convert dates from one timezone to another. + +* *** + 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 ++++++ Date-Manip-6.60.tar.gz -> Date-Manip-6.70.tar.gz ++++++ ++++ 64293 lines of diff (skipped)
