forked from pool/dateutils
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
This commit is contained in:
committed by
Git OBS Bridge
parent
e58ed5525c
commit
ac22167d69
@@ -17,14 +17,17 @@
|
||||
#
|
||||
|
||||
Name: dateutils
|
||||
Version: 0.1.9
|
||||
Version: 0.1.10
|
||||
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.gz
|
||||
Url: https://github.com/hroptatyr/dateutils/
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
# is upstream merged
|
||||
Patch1: dateutils-0.1.10-byteswap.patch
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires(pre): info
|
||||
|
||||
@@ -47,6 +50,7 @@ compiling programs using the %{name} libraries.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%configure --docdir=%{_docdir}/%{name}
|
||||
|
Reference in New Issue
Block a user