Hello community,

here is the log from the commit of package dateutils for openSUSE:Factory 
checked in at 2013-06-18 10:29:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dateutils (Old)
 and      /work/SRC/openSUSE:Factory/.dateutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dateutils"

Changes:
--------
New Changes file:

--- /dev/null   2013-06-18 05:31:11.568031006 +0200
+++ /work/SRC/openSUSE:Factory/.dateutils.new/dateutils.changes 2013-06-18 
10:29:55.000000000 +0200
@@ -0,0 +1,121 @@
+-------------------------------------------------------------------
+Thu Feb  7 16:58:01 UTC 2013 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------
+Fri Sep 14 15:02:04 UTC 2012 - [email protected]
+
+- bump version 0.2.3, this is a bug fix and feature release.
+  * ISO 8601 week dates are now first class objectsi
+    (of type DT_YWD)
+  * introduce %rY specifier to denote years in calendars that
+    deviate from the Gregorian year
+  * dgrep accepts short-hand inputs (today, now, etc.) and also
+    inputs as specified by -i
+  * dadd'ing months and years to YMCW dates works now
+  * zoneinfo files with only transitions in the past are handled
+    properly (bug #10)
+  * dseq with just 1 argument is working properly (story #36051287)
+  * See info page examples and/or README. 
+
+-------------------------------------------------------------------
+Fri Jul 20 18:01:13 UTC 2012 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------
+Tue Jun 19 08:32:30 UTC 2012 - [email protected]
+
+- bump version 0.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.
+
+-------------------------------------------------------------------
+Tue Apr 10 11:32:52 UTC 2012 - [email protected]
+
+- 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. 
+
+-------------------------------------------------------------------
+Fri Mar 23 16:04:17 UTC 2012 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------
+Wed Feb  1 09:43:01 UTC 2012 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------
+Tue Jan  3 12:18:04 UTC 2012 - [email protected]
+
+- 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 (!). 
+
+-------------------------------------------------------------------
+Thu Oct 27 16:02:57 UTC 2011 - [email protected]
+
+- bump version 0.1.7, this is a bug fix release.
+
+-------------------------------------------------------------------
+Fri Oct 21 14:00:41 UTC 2011 - [email protected]
+
+- bump version 0.1.6
+
+-------------------------------------------------------------------
+Wed Sep 14 21:34:27 UTC 2011 - [email protected]
+
+- initial package datetools 0.1.2
+

New:
----
  dateutils-0.2.4.tar.xz
  dateutils.changes
  dateutils.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dateutils.spec ++++++
#
# spec file for package dateutils
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define xversion 0.2.4

Name:           dateutils
Version:        0.2.4
Release:        0
Summary:        Nifty command line date and time utilities
License:        BSD-3-Clause
Group:          Productivity/Text/Utilities
URL:            https://github.com/hroptatyr/dateutils/
Source:         %{name}-%{version}.tar.xz
BuildRequires:  pkgconfig
BuildRequires:  xz
%if 0%{?suse_version}
BuildRequires:  timezone
%endif
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Requires(pre):  info

%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).

%package devel
Summary:        Development files for %{name}
Group:          Development/Libraries/Other
Requires:       %{name} = %{version}

%description devel
This package contains the header and source files needed for
compiling programs using the %{name} libraries.

%prep
%setup -q -n %{name}-%{xversion}

%build
%configure --docdir=%{_docdir}/%{name}
make V=1

%install
%{?make_install} %{!?make_install:make install DESTDIR=%{buildroot}}
rm -f %{buildroot}%{_infodir}/dir

%check
if ! make check; then
    cat test/test-suite.log
    exit 1
fi

%clean
rm -rf %{buildroot}

# How to make that info stuff portable?
%if 0%{?install_info:1} > 0

%post
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info*

%postun
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info*
%endif

%files
%defattr(-,root,root,-)
%doc %{_docdir}/%{name}
%{_bindir}/dadd
%{_bindir}/dconv
%{_bindir}/ddiff
%{_bindir}/dgrep
%{_bindir}/dround
%{_bindir}/dseq
%{_bindir}/dtest
%{_bindir}/strptime
%doc %{_infodir}/%{name}.info*
%doc %{_mandir}/man1/%{name}.1*
%doc %{_mandir}/man1/dadd.1*
%doc %{_mandir}/man1/dconv.1*
%doc %{_mandir}/man1/ddiff.1*
%doc %{_mandir}/man1/dgrep.1*
%doc %{_mandir}/man1/dround.1*
%doc %{_mandir}/man1/dseq.1*
%doc %{_mandir}/man1/dtest.1*
%doc %{_mandir}/man1/strptime.1*

%files devel
%defattr(-,root,root,-)
%{_includedir}/dateutils/
%{_libdir}/libdut.a
%{_libdir}/pkgconfig/libdut.pc

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to