Revisions of dateutils

buildservice-autocommit accepted request 205382 from Ruediger Meier's avatar Ruediger Meier (rudi_m) (revision 25)
baserev update by copy to link target
Ruediger Meier's avatar Ruediger Meier (rudi_m) accepted request 205319 from Ruediger Meier's avatar Ruediger Meier (rudi_m) (revision 24)
- bump version 0.2.6, this is a bug fix release.
  * issue 19, -q|--quiet no longer sends some commands into an
    inf-loop
  * netbsd test failures are fixed (due to missing leap seconds)
  * AIX builds are supported (getopt_long() is part of the code
    now)
  * internally the test harness is migrated to the cli-testing tool
    this fixes an issue when tests are run in directories with odd
    names (spaces, dollar signs, etc. in the path name)
  * See info page examples and/or README.
buildservice-autocommit accepted request 184595 from Ruediger Meier's avatar Ruediger Meier (rudi_m) (revision 23)
baserev update by copy to link target
Ruediger Meier's avatar Ruediger Meier (rudi_m) accepted request 184584 from Ruediger Meier's avatar Ruediger Meier (rudi_m) (revision 22)
- bump version 0.2.5, this is a bug fix release.
  * issue 18, long inputs to a short specifier string will yield an
    error
  * consume zone specs (a la +1200) in the input via %Z specifier
  * ddiff's stdin stamps will undergo conversion according to
    --from-zone
  * clean up dist for inclusion in debian
  * See info page examples and/or README.-
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 178979 from Ruediger Meier's avatar Ruediger Meier (rudi_m) (revision 21)
initialized devel package after accepting 178979
mrdocs's avatar mrdocs accepted request 153051 from Ruediger Meier's avatar Ruediger Meier (rudi_m) (revision 20)
- bump version 0.2.4, this is a bug fix release.
  * added special output format `jdn' and `ldn' for julian/lilian
    day number
  * multiple occurrences of date/times within one line are now all
    processed rather than only the first occurrence
  * zone difference specifier (%Z) is supported for parsing and
    printing
  * matlab zone converter tzconv has been added
  * building with icc 13 works now
  * many gcc warnings are fixed
  * See info page examples and/or README.
Ruediger Meier's avatar Ruediger Meier (rudi_m) accepted request 145081 from Ruediger Meier's avatar Ruediger Meier (rudi_m) (revision 19)
fix Factory build (timezone)
Ruediger Meier's avatar Ruediger Meier (rudi_m) accepted request 134653 from Ruediger Meier's avatar Ruediger Meier (rudi_m) (revision 18)
- bump version 0.2.3, this is a bug fix and feature release.
Ruediger Meier's avatar Ruediger Meier (rudi_m) accepted request 128806 from Ruediger Meier's avatar Ruediger Meier (rudi_m) (revision 17)
- bump version 0.2.2, this is a bug fix and feature release.
  * Olson's zoneinfo database files are checked for at configure
    time
  * leap-aware calculations use shipped leapseconds file
  * ddiff and dadd can take leap-second transitions into account
  * issue 7: ddiff without arguments does not segfault
  * issue 8: dadd copes with huge summands
  * issue 9: dadd stumbles on ymcw dates
  * bug 33104651: bday negative difference A > B ddiff A B -f %db
    is wrong
  * See info page examples and/or README.
Ruediger Meier's avatar Ruediger Meier (rudi_m) accepted request 125398 from Ruediger Meier's avatar Ruediger Meier (rudi_m) (revision 16)
- bump version v0.2.1, this is a bug fix and feature release.
  * The dadd tool now supports mass-adding durations (from stdin).
  * The ddiff tool is now time zone aware.
  * A new tool dround is added to round dates or times or
    date-times to the next occurrence of what's given as
    round-spec.
  * Bug fixes:
    - issue 7: ddiff without arguments does not segfault
    - issue 8: dadd copes with huge summands
  * See info page examples and/or README.

  * The distinction between binaries for date, time and date-time
    processing is cleared up by a unified set of tools, prefixed
    with `d'.
  * Furthermore, all tools now fully cope with dates, times and
    date-times.
  * Virtual timezones have been added (use `GPS' or `TAI').
Ruediger Meier's avatar Ruediger Meier (rudi_m) accepted request 113085 from Ruediger Meier's avatar Ruediger Meier (rudi_m) (revision 15)
- bump version 0.2.0, this is a feature release.
  * The distinction between binaries for date, time and date-time processing
    is cleared up by a unified set of tools, prefixed with `d'.
    Thus:
    dadd + tadd -> dadd
    dconv + tconv + dtconv -> dconv
    ddiff + tdiff -> ddiff
    dgrep + tgrep -> dgrep
    dseq + tseq -> dseq
    dtest + ttest -> dtest
  * Furthermore, all tools now fully cope with dates, times and date-times.
    Virtual timezones have been added (use `GPS' or `TAI').
  * See info page examples and/or README.
mrdocs's avatar mrdocs accepted request 110852 from Ruediger Meier's avatar Ruediger Meier (rudi_m) (revision 14)
- bump version 0.1.10, this is a bug fix release.
  * account for big-endian machines
  * GNUisms (mempcpy() and getline()) are removed
  * inf-loop in tseq is fixed (bug #6)
  * nanoseconds are preserved upon time zone conversion
- add byteswap.patch to fix build for old distros
- use xz compressed sources
mrdocs's avatar mrdocs accepted request 102370 from Ruediger Meier's avatar Ruediger Meier (rudi_m) (revision 13)
-  bump version 0.1.9, this is a bug fix release.
  * The code for date addition is refactored, with it a new
    duration type is introduced, DT_MD, to capture larger month and
    day summands.
Ruediger Meier's avatar Ruediger Meier (rudi_m) accepted request 98621 from Ruediger Meier's avatar Ruediger Meier (rudi_m) (revision 12)
- bump version 0.1.8, this is a bug fix release.
  * A bit fiddling bug gave erroneous results in `dconv now'.
  * Furtherly, date expressions (for dgrep et al.) can now be
    arbitrarily joined with conjunctions (&&) and disjunctions (||)
    as well as negations (!).
Ruediger Meier's avatar Ruediger Meier (rudi_m) committed (revision 11)
correct license and style (prepare_spec)
Ruediger Meier's avatar Ruediger Meier (rudi_m) accepted request 89573 from Ruediger Meier's avatar Ruediger Meier (rudi_m) (revision 10)
bump version 0.1.7, this is a bug fix release.
Ruediger Meier's avatar Ruediger Meier (rudi_m) accepted request 89076 from Ruediger Meier's avatar Ruediger Meier (rudi_m) (revision 9)
file section is using less globbing (according to Pascal's complaints)
Ruediger Meier's avatar Ruediger Meier (rudi_m) committed (revision 8)
wtf, remove old sources
Ruediger Meier's avatar Ruediger Meier (rudi_m) committed (revision 7)
actually add the new sources
Ruediger Meier's avatar Ruediger Meier (rudi_m) committed (revision 6)
This is a spec file rewrite, taken from home:rudi_m:
 - bump version 0.1.6, note that tcal and dcal has been renamed to
   tconv and dconv
 - add devel package
 - minimize BuildRequires
 - actually enable tests
 - minor formatting changes
 - use globbing for executable file list because we expect some more to
   be added in next releases
Displaying revisions 61 - 80 of 85
openSUSE Build Service is sponsored by