Accepting request 583258 from utilities
OBS-URL: https://build.opensuse.org/request/show/583258 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dateutils?expand=0&rev=20
This commit is contained in:
commit
a320540a05
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2.0.22 (GNU/Linux)
|
|
||||||
|
|
||||||
iEYEABECAAYFAlmH8eYACgkQlMmhrILJOQ4uowCgig+tN2QM3UWBQGP8K5X1/7cn
|
|
||||||
mOMAn09ezqnktxFnCi9+8pyzEc5vmh8e
|
|
||||||
=j2pq
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ecdae892584098ee9d8f5b14bd555fd63e09d1199cb75aac6b02f09c7e2eb46b
|
|
||||||
size 620196
|
|
7
dateutils-0.4.3.tar.asc
Normal file
7
dateutils-0.4.3.tar.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v2
|
||||||
|
|
||||||
|
iEYEABECAAYFAlqX3AwACgkQlMmhrILJOQ5MfQCfaGEJxOsBqL65wLUuCHMcQLIy
|
||||||
|
uiAAnimBb1IwPc0pTJjQljf7sl0jNuA5
|
||||||
|
=c0m1
|
||||||
|
-----END PGP SIGNATURE-----
|
3
dateutils-0.4.3.tar.xz
Normal file
3
dateutils-0.4.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b0d579062bc957823fb7efcb2c520fb6fb43ab79a352026402b06ecfc4c58f1a
|
||||||
|
size 631216
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 3 19:38:04 UTC 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 9 10:01:28 UTC 2017 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
|
- revert non-portable changes of the last commit (SLE 11 build)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 18 06:37:06 UTC 2017 - aavindraa@gmail.com
|
Wed Oct 18 06:37:06 UTC 2017 - aavindraa@gmail.com
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
%define have_octave 1
|
%define have_octave 1
|
||||||
%endif
|
%endif
|
||||||
Name: dateutils
|
Name: dateutils
|
||||||
Version: 0.4.2
|
Version: 0.4.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Nifty command line date and time utilities
|
Summary: Nifty command line date and time utilities
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -44,13 +44,14 @@ Source: https://github.com/hroptatyr/dateutils/releases/download/v%{vers
|
|||||||
Source1: https://github.com/hroptatyr/dateutils/releases/download/v%{version}/%{name}-%{version}.tar.asc
|
Source1: https://github.com/hroptatyr/dateutils/releases/download/v%{version}/%{name}-%{version}.tar.asc
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
Requires(pre): info
|
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
BuildRequires: timezone
|
BuildRequires: timezone
|
||||||
%endif
|
%endif
|
||||||
%if %{have_octave}
|
%if %{have_octave}
|
||||||
BuildRequires: octave-devel
|
BuildRequires: octave-devel
|
||||||
%endif
|
%endif
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Requires(pre): info
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Dateutils are a bunch of tools that revolve around fiddling with dates
|
Dateutils are a bunch of tools that revolve around fiddling with dates
|
||||||
@ -104,6 +105,7 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
%doc %{_docdir}/%{name}
|
%doc %{_docdir}/%{name}
|
||||||
%{_bindir}/dadd
|
%{_bindir}/dadd
|
||||||
%{_bindir}/dconv
|
%{_bindir}/dconv
|
||||||
@ -151,6 +153,7 @@ fi
|
|||||||
|
|
||||||
%if %{have_octave}
|
%if %{have_octave}
|
||||||
%files octave
|
%files octave
|
||||||
|
%defattr(-,root,root)
|
||||||
%dir %{_libdir}/octave/site/oct/*/dateutils/
|
%dir %{_libdir}/octave/site/oct/*/dateutils/
|
||||||
%{_libdir}/octave/site/oct/*/dateutils/tzconv.m
|
%{_libdir}/octave/site/oct/*/dateutils/tzconv.m
|
||||||
%{_libdir}/octave/site/oct/*/dateutils/tzconv.mex
|
%{_libdir}/octave/site/oct/*/dateutils/tzconv.mex
|
||||||
|
Loading…
Reference in New Issue
Block a user