Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

dateutils-octave-0.4.9-bp154.1.34 RPM for s390x

From OpenSuSE Leap 15.4 for s390x

Name: dateutils-octave Distribution: SUSE Linux Enterprise 15 SP4
Version: 0.4.9 Vendor: openSUSE
Release: bp154.1.34 Build date: Thu May 12 18:57:12 2022
Group: Development/Libraries/Other Build host: s390zl24
Size: 19278 Source RPM: dateutils-0.4.9-bp154.1.34.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/hroptatyr/dateutils/
Summary: Dateutils functions for matlab and octave
Dateutils can be used from within matlab or ocatave.

Provides

Requires

License

BSD-3-Clause

Changelog

* Fri Aug 20 2021 Michael Vetter <mvetter@suse.com>
  - Update to 4.9:
    * allow to specify epochs in nanoseconds, %s%N (#123)
    * fix nanosecond arithmetic (#124)
    * make cross-compilations easier (#128)
    * mention default timezone (#129)
  - Drop upstreamed patches:
    * 0144b15dda4b1ea4fdbeca9f3ecb128eb98772fd.patch
    * a0ebd0037df973aed14779b51d59da3edc506b6a.patch
* Mon May 17 2021 Dominique Leuenberger <dimstar@opensuse.org>
  - Add 0144b15dda4b1ea4fdbeca9f3ecb128eb98772fd.patch and
    a0ebd0037df973aed14779b51d59da3edc506b6a.patch: fix test suite
    run on 32bit archs.
* Sun Feb 21 2021 Andreas Stieger <andreas.stieger@gmx.de>
  - add upstream signing key
  - simplify spec file
* Wed Feb 17 2021 Michael Vetter <mvetter@suse.com>
  - Update to 0.4.8:
    * be symmetric about differences, A - B := -(B - A) for A < B
    * fix security issue when reading TZMAP_DIR from environment
    * fix printing of negative 0 (-0)
    * fix issue with tzdata transitions in files with leap second
    * adjustments that are now cut off at expiration time (#121)
  - Drop dateutils-remove-deprecated-header.patch: not needed anymore
* Sat Dec 19 2020 malcolmlewis@opensuse.org
  - Add dateutils-remove-deprecated-header.patch: Remove deprecated
    glibc sysctl.h header.
* Wed Feb 05 2020 Michael Vetter <mvetter@suse.com>
  - Update to 0.4.7:
    * strptime mimics return code behaviour of dateconv
    * use unsigned arithmetic for leap second conversion
    * fix up ymds before adding days or business days
    * drain prchunk if filled with many small lines
* Tue Mar 19 2019 mvetter@suse.com
  - 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)
* Fri Sep 21 2018 Martin Pluskal <mpluskal@suse.com>
  - Simplify conditions
  - Run spec-cleaner
* Thu Sep 20 2018 bwiedemann@suse.com
  - Update to 0.4.5:
    * dgrep accepts %c as qualifier in expressions (issue 81)
    * tests work regardless of wall clock time (issue 84)
* Sat Aug 25 2018 jengelh@inai.de
  - Ensure neutrality of descriptions.
  - Trim idempotent %if..%endif guards.
* Tue Aug 14 2018 mvetter@suse.com
  - 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
* Sat Mar 03 2018 sweet_f_a@gmx.de
  - 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
* Thu Nov 09 2017 sweet_f_a@gmx.de
  - revert non-portable changes of the last commit (SLE 11 build)
* Wed Oct 18 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 03 2017 sweet_f_a@gmx.de
  - fix incompatibility with tzdata/tzcode >= 2017a,
    0001-fix-when-printing-zones-transitioning-at-INT_MAX-in-.patch
* Thu Dec 15 2016 sweet_f_a@gmx.de
  - 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
* Wed Jun 15 2016 sweet_f_a@gmx.de
  - 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
* Thu Jun 02 2016 sweet_f_a@gmx.de
  - 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.
* Fri Jan 22 2016 sweet_f_a@gmx.de
  - bump version 0.3.5, this is a bugfix release.
    * Bugfixes:
    - bug/40, distinguish between numerals-only dates and durations
    - tests will succeed independent of current date
    * See info page examples and/or README.
  - remove dateutils-0.3.4-fix-test-126.patch (upstream applied)
* Sun Jan 10 2016 antoine.belvire@laposte.net
  - Fix build:
    * add dateutils-0.3.4-fix-test-126.patch (from upstream)
      (bnc#966644)
* Wed Sep 02 2015 sweet_f_a@gmx.de
  - remove old obsoletes line for devel package
* Mon Aug 31 2015 sweet_f_a@gmx.de
  - bump version 0.3.4, this is a bugfix release.
    * Bugfixes:
    - bug/39, MacOSX endianness detection
    - bug/38, ddiff day-only durations on date/times
    - dadd +2m bug is fixed, regression
    * See info page examples and/or README.
  - remove patches (upstream applied):
    * 0001-fix-build-for-compilers-without-anonymous-struct-ini.patch
    * 0002-fix-dateadd-unix-timestamp-bug.patch
* Sun Aug 02 2015 mpluskal@suse.com
  - Correct previous changelog entries (incorrect patch names)
* Mon Jun 15 2015 sweet_f_a@gmx.de
  - add 0002-fix-dateadd-unix-timestamp-bug.patch
* Wed Jun 10 2015 sweet_f_a@gmx.de
  - bump version 0.3.3, this is a feature release.
    * Features:
    - to clarify purpose and avoid name clashes prefix binaries
      with "date". This results in: dateadd, dateconv, ... etc.
    - provide compatibilty through configure switch --with-old-names
    - provide single digit years through %_y
    - allow rounding of ISO-week dates (ywd) to week numbers
    * Bugfixes:
    - dashes behind a date do not count as tz indicator
    - UTC/TAI/GPS special coordinated zones work on systems without
      leap second support
    * See info page examples and/or README
  - add 0001-fix-build-for-compilers-without-anonymous-struct-ini.patch
    to support broken compilers (SLE 11, RHEL 6, etc.)
* Thu Mar 05 2015 sweet_f_a@gmx.de
  - bump version 0.3.2, this is a bugfix release.
    * Bugfixes:
    - out of range minutes will be discarded
    - bug 30 (malicious input crashes dconv) has been fixed
    * Features:
    - military midnight stamps are supported (T24:00:00)
    - 8601 ordinal dates (year + doy) are recognised directly
      (`-f yd`)
    - strptime(1) can behave in a locale-dependent way
    * See info page examples and/or README.
* Fri Jan 16 2015 sweet_f_a@gmx.de
  - sort out distros with and without octave

Files

/usr/lib64/octave/site/oct/s390x-suse-linux-gnu/dateutils
/usr/lib64/octave/site/oct/s390x-suse-linux-gnu/dateutils/tzconv.m
/usr/lib64/octave/site/oct/s390x-suse-linux-gnu/dateutils/tzconv.mex


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:27:20 2024