SHA256
1
0
forked from pool/dateutils

Accepting request 537350 from home:avindra

- 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

OBS-URL: https://build.opensuse.org/request/show/537350
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=55
This commit is contained in:
Ismail Dönmez
2017-10-28 18:24:20 +00:00
committed by Git OBS Bridge
parent f218fdc66d
commit cb6b51e91a
6 changed files with 57 additions and 80 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Oct 18 06:37:06 UTC 2017 - aavindraa@gmail.com
- 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
-------------------------------------------------------------------
Mon Apr 3 12:33:47 UTC 2017 - sweet_f_a@gmx.de