Commit Graph

23 Commits

Author SHA256 Message Date
Ruediger Meier
00446c62cf Accepting request 205319 from home:rudi_m
- 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.

OBS-URL: https://build.opensuse.org/request/show/205319
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=24
2013-10-31 15:47:56 +00:00
Ruediger Meier
9e81b37872 Accepting request 184584 from home:rudi_m
- 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.-

OBS-URL: https://build.opensuse.org/request/show/184584
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=22
2013-07-29 10:07:52 +00:00
Stephan Kulow
0e04b312db Accepting request 178979 from utilities
Please add new package dateutils.
It's very useful and there is nothing else comparable. Archlinux and
Gentoo have it already on board, Debian is about to add it.
dateutils is actively developed since 2 years.

See
http://www.fresse.org/dateutils/

Summary:        Nifty command line date and time utilities
Description:
Dateutils are a bunch of tools that revolve around fiddling with dates
and times in the command line with a strong focus on use cases that
arise when dealing with large amounts of financial data. Their target
market is shell scripts that need date calculations or calendar
conversions, and as such they are highly pipe-able and modeled after
their well-known cousins (e.g. dtest vs. test, or dgrep vs. grep).

OBS-URL: https://build.opensuse.org/request/show/178979
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dateutils?expand=0&rev=1
2013-06-18 08:29:54 +00:00
OBS User mrdocs
764ed85681 Accepting request 153051 from home:rudi_m
- 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.

OBS-URL: https://build.opensuse.org/request/show/153051
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=20
2013-02-07 20:42:50 +00:00
Ruediger Meier
013db5a4a3 Accepting request 145081 from home:rudi_m
fix Factory build (timezone)

OBS-URL: https://build.opensuse.org/request/show/145081
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=19
2012-12-11 13:24:08 +00:00
Ruediger Meier
1f68376dfe Accepting request 134653 from home:rudi_m
- bump version 0.2.3, this is a bug fix and feature release.

OBS-URL: https://build.opensuse.org/request/show/134653
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=18
2012-09-17 11:27:28 +00:00
Ruediger Meier
3c8b2f71ad Accepting request 128806 from home:rudi_m
- 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.

OBS-URL: https://build.opensuse.org/request/show/128806
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=17
2012-07-23 21:20:11 +00:00
Ruediger Meier
b6a1696386 Accepting request 125398 from home:rudi_m
- 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').

OBS-URL: https://build.opensuse.org/request/show/125398
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=16
2012-06-19 09:03:50 +00:00
Ruediger Meier
6c6db6c41c Accepting request 113085 from home:rudi_m
- 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.

OBS-URL: https://build.opensuse.org/request/show/113085
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=15
2012-04-13 14:37:51 +00:00
OBS User mrdocs
ac22167d69 Accepting request 110852 from home:rudi_m
- 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

OBS-URL: https://build.opensuse.org/request/show/110852
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=14
2012-03-24 20:01:31 +00:00
OBS User mrdocs
e58ed5525c Accepting request 102370 from home:rudi_m
-  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.

OBS-URL: https://build.opensuse.org/request/show/102370
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=13
2012-02-01 17:16:36 +00:00
Ruediger Meier
7323131e0a Accepting request 98621 from home:rudi_m:branches:utilities
- 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 (!).

OBS-URL: https://build.opensuse.org/request/show/98621
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=12
2012-01-03 13:22:23 +00:00
Ruediger Meier
3d6ead7be8 correct license and style (prepare_spec)
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=11
2011-12-17 12:05:59 +00:00
Ruediger Meier
6fd4365ad6 Accepting request 89573 from home:rudi_m
bump version 0.1.7, this is a bug fix release.

OBS-URL: https://build.opensuse.org/request/show/89573
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=10
2011-10-28 16:13:44 +00:00
Ruediger Meier
6941791d8d Accepting request 89076 from home:rudi_m
file section is using less globbing (according to Pascal's complaints)

OBS-URL: https://build.opensuse.org/request/show/89076
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=9
2011-10-23 14:20:56 +00:00
Ruediger Meier
4146d73ae5 wtf, remove old sources
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=8
2011-10-21 16:26:52 +00:00
Ruediger Meier
033c7395e2 actually add the new sources
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=7
2011-10-21 16:25:58 +00:00
Ruediger Meier
ab4b9fbdd0 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

OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=6
2011-10-21 16:24:23 +00:00
Pascal Bleser
63448d293e fix broken ext_info on mdv
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=5
2011-10-16 18:27:00 +00:00
Pascal Bleser
37d94f131c add %doc file, add make test, fix workaround for infodir/dir
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=4
2011-10-16 18:22:48 +00:00
Pascal Bleser
4a54b0199f add workaround for RHEL, fedora, mdv
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=3
2011-10-16 18:17:19 +00:00
Pascal Bleser
b4871b0928 repackage upstream tarball as bz2 instead of xz as SLE doesn't have xz
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=2
2011-10-16 17:19:29 +00:00
Pascal Bleser
0452f14c44 0.1.5
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=1
2011-10-16 17:15:15 +00:00