Accepting request 458549 from security:forensics

1

OBS-URL: https://build.opensuse.org/request/show/458549
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuna?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2017-02-21 12:47:55 +00:00 committed by Git OBS Bridge
commit 3cf71e0c33
4 changed files with 13 additions and 8 deletions

View File

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

View File

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

View File

@ -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

View File

@ -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