Hello community, here is the log from the commit of package perl-Date-Manip for openSUSE:Factory checked in at 2015-12-09 19:50:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-09-03 18:12:35.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Date-Manip.new/perl-Date-Manip.changes 2015-12-09 22:27:20.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Dec 2 09:38:10 UTC 2015 - [email protected] + +- updated to 6.52 + see /usr/share/doc/packages/perl-Date-Manip/Changes + +------------------------------------------------------------------- Old: ---- Date-Manip-6.51.tar.gz New: ---- Date-Manip-6.52.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Date-Manip.spec ++++++ --- /var/tmp/diff_new_pack.QeCoPW/_old 2015-12-09 22:27:21.000000000 +0100 +++ /var/tmp/diff_new_pack.QeCoPW/_new 2015-12-09 22:27:21.000000000 +0100 @@ -17,7 +17,7 @@ Name: perl-Date-Manip -Version: 6.51 +Version: 6.52 Release: 0 %define cpan_name Date-Manip Summary: Date manipulation routines @@ -30,7 +30,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build) >= 0.210000 BuildRequires: perl(Test::Inter) %{perl_requires} @@ -48,68 +47,68 @@ 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 the Date::Manip::Misc/"SHOULD -I USE DATE::MANIP" manpage 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. +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. * *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. +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. +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. +A recurring event is something which occurs on a regular recurring basis. * *holidays* and *events* - Holidays and events are basically named dates or recurrences. +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. +Enter a date in practically any format you choose. * *** - Compare two dates, entered in widely different formats to determine which - is earlier. +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. +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. +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.). +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. +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. @@ -119,14 +118,15 @@ find . -type f -print0 | xargs -0 chmod 644 %build -%{__perl} Build.PL installdirs=vendor -./Build build flags=%{?_smp_mflags} +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} %check -./Build test +%{__make} test %install -./Build install destdir=%{buildroot} create_packlist=0 +%perl_make_install +%perl_process_packlist %perl_gen_filelist %files -f %{name}.files ++++++ Date-Manip-6.51.tar.gz -> Date-Manip-6.52.tar.gz ++++++ ++++ 38282 lines of diff (skipped)
