Revisions of dateutils

Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 65)
- Update to 0.4.6:
  * underspecified ISO weekday dates can be parsed
  * adding days to underspecified dates results in proper dates
  * all tools with -S|--sed-mode now support -E|--empty-mode to
    output an empty line when a line cannot be read.
  * dateround supports day, week, month and year classes now
    (issues/92)
  * datediff can determine difference in nanoseconds between
    two time values (issues/94)
buildservice-autocommit accepted request 637417 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 64)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 637061 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 63)
- Simplify conditions
- Run spec-cleaner
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 636875 from Bernhard Wiedemann's avatar Bernhard Wiedemann (bmwiedemann) (revision 62)
- Update to 0.4.5:
  * dgrep accepts %c as qualifier in expressions (issue 81)
  * tests work regardless of wall clock time (issue 84)
    = fix build 2018-10-07
buildservice-autocommit accepted request 631611 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 61)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 631536 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 60)
- Ensure neutrality of descriptions.
- Trim idempotent %if..%endif guards.
Michael Vetter's avatar Michael Vetter (jubalh) committed (revision 59)
- Update to 0.4.4:
  Incompatible changes:
  * suffix `m` is no longer accepted as a synonym for `mo`
    with date-only input, issue #76
  Bugfixes:
  * expose BSD routines (fgetln()) to yuck
  * for dates passed to dateround(1) that coincidentally
    match the roundspecs do read them as dates
  * wrong timestamps read via -i %s signal error
  * facilitate bmake build
  * time rounding on date-only input keeps the date unchanged
  * dateseq's short-cut iterator (2 date arguments) does not
    interfere with the 3-argument version
  * adding 0 date or time units does not change the summand
  * datezone on times (without date) will return times
  * zones are singletons now, opened and closed only once
buildservice-autocommit accepted request 583258 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 58)
baserev update by copy to link target
Michael Vetter's avatar Michael Vetter (jubalh) accepted request 583246 from Ruediger Meier's avatar Ruediger Meier (rudi_m) (revision 57)
- bump version 0.4.3
  * Features:
    - base expansion works for times now
  * Bugfixes:
    - durations in months weeks and days are calculated
      like durations in months and days, consistency
    - am and pm indicators in inputs are handled properly
    - military midnights decay when not printed in full

- revert non-portable changes of the last commit (SLE 11 build)
buildservice-autocommit accepted request 537354 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 56)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 537350 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 55)
- bump version 0.4.2
  * Features:
    - allow %- specifiers to turn off padding (as GNU date does)
    - support matlab day numbers, as mdn or matlab
  * Bugfixes:
    - fix build issue on FBSD 11
    - allow zones to transition at INT_MAX (mapped to never)
- lint spec file
- move from bitbucket to github link
- remove patch which is upstream now:
  0001-fix-when-printing-zones-transitioning-at-INT_MAX-in-.patch
buildservice-autocommit accepted request 484859 from Ruediger Meier's avatar Ruediger Meier (rudi_m) (revision 54)
baserev update by copy to link target
Ruediger Meier's avatar Ruediger Meier (rudi_m) accepted request 484858 from Ruediger Meier's avatar Ruediger Meier (rudi_m) (revision 53)
- fix incompatibility with tzdata/tzcode >= 2017a,
  0001-fix-when-printing-zones-transitioning-at-INT_MAX-in-.patch
buildservice-autocommit accepted request 446414 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 52)
baserev update by copy to link target
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 446368 from Ruediger Meier's avatar Ruediger Meier (rudi_m) (revision 51)
- bump version 0.4.1, this is a bugfix release.
  * Bugfixes:
    - bug/50, keep end-of-term (ultimo) property in dateseq(1)
    - allow today/now for ywd dates in 1 parameter dateseq(1)
    - allow different calendars for start and end date in dateseq(1)
    - round time in dateround(1) in zone then convert --from-zone
    - allow SPC padded numerals in %d input format
  * See info page examples and/or README.
- remove patch which is upstream now:
  0001-Revert-chore-be-more-portable-in-sxe-matlab.m4.patch
buildservice-autocommit accepted request 402352 from Ruediger Meier's avatar Ruediger Meier (rudi_m) (revision 50)
baserev update by copy to link target
Ruediger Meier's avatar Ruediger Meier (rudi_m) committed (revision 49)
- fix .mex file extension for octave plugin,
  0001-Revert-chore-be-more-portable-in-sxe-matlab.m4.patch
- explicit octave plugin file list
- remove *.la files
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 399855 from Ruediger Meier's avatar Ruediger Meier (rudi_m) (revision 48)
- bump version 0.4.0, this is a feature release.
  * Bugfixes:
    - document %g/%G format specifiers
    - bug/42, accept NUL characters in input
    - bug/45, correctly display Gregorian and ISO week dates in one
      line
    - bug/46, adhere to ISO group's official formatting of week
      dates
    - bug/47, allow rounding of Epoch based timestamps
    - bug/48, avoid crash for void input to strptime(3)
  * Features:
    - datetest supports --isvalid to conditionalise on date/time
      parsing
    - all tools support --from-locale to parse localised input
    - tools with output formatting support --locale to format
      output according to locale
  * See info page examples and/or README.
buildservice-autocommit accepted request 360894 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 47)
baserev update by copy to link target
Ruediger Meier's avatar Ruediger Meier (rudi_m) committed (revision 46)
add bnc#966644 to changelog
Displaying revisions 21 - 40 of 85
openSUSE Build Service is sponsored by