Accepting request 280429 from security:forensics

1

OBS-URL: https://build.opensuse.org/request/show/280429
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuna?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2015-01-30 13:56:41 +00:00 committed by Git OBS Bridge
parent fa2afdb431
commit 5c09ac0288
4 changed files with 23 additions and 12 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jan 5 23:38:59 UTC 2015 - Greg.Freemyer@gmail.com
- update to v0~20150101
* 2015 update - minimal changes
- update URL to the new github site
- replace Source: field with fully defined URL
- remove DL-URL comment
- start using libcdatetime from OBS, not internal version
- start using libcsystem from OBS, not internal version
-------------------------------------------------------------------
Thu Aug 14 12:31:42 UTC 2014 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libuna
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products 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,23 +18,23 @@
Name: libuna
%define lname libuna1
%define timestamp 20140105
%define timestamp 20150101
Version: 0~%timestamp
Release: 0
Summary: Library to support Unicode and ASCII (byte string) conversions
License: LGPL-3.0+
Group: Development/Libraries/C and C++
Url: http://code.google.com/p/libuna/
#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSaXBjN1ZJVzVsbjQ/libuna-alpha-20140105.tar.gz
Source: %{name}-alpha-%timestamp.tar.gz
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(libcfile) >= 20120526
BuildRequires: pkgconfig(libclocale) >= 20120425
BuildRequires: pkgconfig(libcnotify) >= 20121224
# these fail to build with factory version, so use internal version. Verified 10/20/13
#BuildRequires: pkgconfig(libcerror) > 20130904
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