From 3ce95b19b6320706bf723d5cab86098b27c30f4517ab824886adf311ee5f29f8 Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Fri, 19 Apr 2019 15:49:41 +0000 Subject: [PATCH] Accepting request 695968 from home:gregfreemyer:Tools-for-forensic-boot-cd - update to v0~20190102 * updates to UTF-8, UTF-16, and UTF-32 strings * updates to base32 support * updates to compare functions OBS-URL: https://build.opensuse.org/request/show/695968 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libuna?expand=0&rev=10 --- libuna-alpha-20170825.tar.gz | 3 --- libuna-alpha-20190102.tar.gz | 3 +++ libuna.changes | 8 ++++++++ libuna.spec | 8 ++++---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 libuna-alpha-20170825.tar.gz create mode 100644 libuna-alpha-20190102.tar.gz diff --git a/libuna-alpha-20170825.tar.gz b/libuna-alpha-20170825.tar.gz deleted file mode 100644 index bc14e6f..0000000 --- a/libuna-alpha-20170825.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de7a9c3547289bf0db3b4bdfaf1a5519d5cee1c77bedf328ef1c931467e68104 -size 1853236 diff --git a/libuna-alpha-20190102.tar.gz b/libuna-alpha-20190102.tar.gz new file mode 100644 index 0000000..cbed58f --- /dev/null +++ b/libuna-alpha-20190102.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9875ca8b5acea785572d12b8cb5ebcfe081d76500272ed18496d9410670b6c98 +size 1872888 diff --git a/libuna.changes b/libuna.changes index 13d811f..14d3088 100644 --- a/libuna.changes +++ b/libuna.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Mar 25 01:43:50 UTC 2019 - Greg Freemyer + +- update to v0~20190102 + * updates to UTF-8, UTF-16, and UTF-32 strings + * updates to base32 support + * updates to compare functions + ------------------------------------------------------------------- Mon Oct 2 22:28:34 UTC 2017 - Greg.Freemyer@gmail.com diff --git a/libuna.spec b/libuna.spec index 81d976d..919ed54 100644 --- a/libuna.spec +++ b/libuna.spec @@ -1,7 +1,7 @@ # # spec file for package libuna # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,17 +12,17 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: libuna %define lname libuna1 -%define timestamp 20170825 +%define timestamp 20190102 Version: 0~%timestamp Release: 0 Summary: Library to support Unicode and ASCII (byte string) conversions -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Development/Libraries/C and C++ Url: https://github.com/libyal/libuna/wiki Source: https://github.com/libyal/libuna/releases/download/%timestamp/%{name}-alpha-%timestamp.tar.gz