Accepting request 873182 from utilities

- Update to 0.4.8:
  * be symmetric about differences, A - B := -(B - A) for A < B
  * fix security issue when reading TZMAP_DIR from environment
  * fix printing of negative 0 (-0)
  * fix issue with tzdata transitions in files with leap second
  * adjustments that are now cut off at expiration time (#121)
- Drop dateutils-remove-deprecated-header.patch: not needed anymore

OBS-URL: https://build.opensuse.org/request/show/873182
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dateutils?expand=0&rev=26
This commit is contained in:
Dominique Leuenberger 2021-02-17 17:13:07 +00:00 committed by Git OBS Bridge
commit 942458d43d
7 changed files with 23 additions and 25 deletions

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iEYEABECAAYFAl44GZYACgkQlMmhrILJOQ7ZawCfYa/dLh8ODFQiM5cfOlLsyE93
JvoAnAoJqSxtFxYk33ClkLnjdFIPVPfE
=bbJ9
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:49725457f5bef45ea424baade8999a6e54496e357f64280474ff7134a54f599a
size 649932

7
dateutils-0.4.8.tar.asc Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iEYEABECAAYFAmAtMCQACgkQlMmhrILJOQ6JgACfT12reyF+4xElL5iuwg4M56lV
2YIAn0Ni2lp1oyYwQRlPtSsHU9pDYVLA
=wmCz
-----END PGP SIGNATURE-----

3
dateutils-0.4.8.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f7054a24cf3e3ea2c32a6b1f7474334c25b54e9c45c96b03f75eaaecc70c100
size 642316

View File

@ -1,11 +0,0 @@
diff -Naur a/build-aux/yuck.c b/build-aux/yuck.c
--- a/build-aux/yuck.c 2020-02-03 06:52:59.000000000 -0600
+++ b/build-aux/yuck.c 2020-12-18 18:23:04.505541977 -0600
@@ -65,7 +65,6 @@
#include <sys/wait.h>
#include <sys/stat.h>
#include <sys/types.h>
-#include <sys/sysctl.h>
#include <time.h>
#if defined __APPLE__
# include <mach-o/dyld.h>

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Feb 17 14:55:42 UTC 2021 - Michael Vetter <mvetter@suse.com>
- Update to 0.4.8:
* be symmetric about differences, A - B := -(B - A) for A < B
* fix security issue when reading TZMAP_DIR from environment
* fix printing of negative 0 (-0)
* fix issue with tzdata transitions in files with leap second
* adjustments that are now cut off at expiration time (#121)
- Drop dateutils-remove-deprecated-header.patch: not needed anymore
-------------------------------------------------------------------
Sat Dec 19 00:28:09 UTC 2020 - malcolmlewis@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package dateutils
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: dateutils
Version: 0.4.7
Version: 0.4.8
Release: 0
Summary: Command line date and time utilities
License: BSD-3-Clause
@ -25,8 +25,6 @@ Group: Productivity/Text/Utilities
URL: https://github.com/hroptatyr/dateutils/
Source0: https://github.com/hroptatyr/dateutils/releases/download/v%{version}/%{name}-%{version}.tar.xz
Source1: https://github.com/hroptatyr/dateutils/releases/download/v%{version}/%{name}-%{version}.tar.asc
#PATCH-FIX-OPENSUSE dateutils-remove-deprecated-header.patch malcolmlewis@opensuse.org -- Remove deprecated glibc sysctl.h header.
Patch0: dateutils-remove-deprecated-header.patch
BuildRequires: octave-devel
BuildRequires: pkgconfig
BuildRequires: timezone