From 29169b09ca495f60a53eb7f3df754f3e4b000a9dffa3d730e87e8c6cf191a717 Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Thu, 16 Feb 2017 18:59:22 +0000 Subject: [PATCH] Accepting request 457547 from home:gregfreemyer:Tools-for-forensic-boot-cd update to 2017 release OBS-URL: https://build.opensuse.org/request/show/457547 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libuna?expand=0&rev=6 --- libuna-alpha-20150927.tar.gz | 3 --- libuna-alpha-20170112.tar.gz | 3 +++ libuna.changes | 7 +++++++ libuna.spec | 8 +++----- 4 files changed, 13 insertions(+), 8 deletions(-) delete mode 100644 libuna-alpha-20150927.tar.gz create mode 100644 libuna-alpha-20170112.tar.gz diff --git a/libuna-alpha-20150927.tar.gz b/libuna-alpha-20150927.tar.gz deleted file mode 100644 index 88e588b..0000000 --- a/libuna-alpha-20150927.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d45ceac294e490a79aa5e4864865846b1e9fb5b38176e3fa9be63cf239ceb89 -size 1860023 diff --git a/libuna-alpha-20170112.tar.gz b/libuna-alpha-20170112.tar.gz new file mode 100644 index 0000000..d9a7457 --- /dev/null +++ b/libuna-alpha-20170112.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daed62548167acb2ea8919fb94d018c339ae067962bd65765b47897ffbd053eb +size 1852287 diff --git a/libuna.changes b/libuna.changes index a9d393c..db04206 100644 --- a/libuna.changes +++ b/libuna.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Feb 15 19:36:04 UTC 2017 - Greg.Freemyer@gmail.com + +- update to v0~20170112 +- Remove BuildRequires libcsystem, libcstring +- Use libcerror from factory + ------------------------------------------------------------------- Sun Jan 31 04:22:12 UTC 2016 - Greg.Freemyer@gmail.com diff --git a/libuna.spec b/libuna.spec index 195f3ff..25e32b0 100644 --- a/libuna.spec +++ b/libuna.spec @@ -1,7 +1,7 @@ # # spec file for package libuna # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -18,7 +18,7 @@ Name: libuna %define lname libuna1 -%define timestamp 20150927 +%define timestamp 20170112 Version: 0~%timestamp Release: 0 Summary: Library to support Unicode and ASCII (byte string) conversions @@ -28,13 +28,11 @@ Url: https://github.com/libyal/libuna/wiki Source: https://github.com/libyal/libuna/releases/download/%timestamp/%{name}-alpha-%timestamp.tar.gz BuildRequires: pkg-config BuildRequires: pkgconfig(libcdatetime) +BuildRequires: pkgconfig(libcerror) >= 20150101 BuildRequires: pkgconfig(libcfile) >= 20120526 BuildRequires: pkgconfig(libclocale) >= 20120425 BuildRequires: pkgconfig(libcnotify) >= 20121224 -BuildRequires: pkgconfig(libcsystem) >= 20150101 # Using versions from OBS fails, tested 1/8/2015 -#BuildRequires: pkgconfig(libcerror) >= 20150101 -#BuildRequires: pkgconfig(libcstring) > 20150101 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description