From 5c09ac02884fc9eba05e3f60d58386dd026f991c3f7dc556a8c2a19df0dc2018 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 30 Jan 2015 13:56:41 +0000 Subject: [PATCH] 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 --- libuna-alpha-20140105.tar.gz | 3 --- libuna-alpha-20150101.tar.gz | 3 +++ libuna.changes | 11 +++++++++++ libuna.spec | 18 +++++++++--------- 4 files changed, 23 insertions(+), 12 deletions(-) delete mode 100644 libuna-alpha-20140105.tar.gz create mode 100644 libuna-alpha-20150101.tar.gz diff --git a/libuna-alpha-20140105.tar.gz b/libuna-alpha-20140105.tar.gz deleted file mode 100644 index ad5e6f0..0000000 --- a/libuna-alpha-20140105.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07ef4cd82ea15ace0bce3b76ee41e9f55e3028e8eb6d2c7086e0dbfeb55c05c7 -size 1829840 diff --git a/libuna-alpha-20150101.tar.gz b/libuna-alpha-20150101.tar.gz new file mode 100644 index 0000000..8d98adc --- /dev/null +++ b/libuna-alpha-20150101.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89297046e4cb4f75f86fc8fbb1de9248dc021c391e7be3fb591c561453438488 +size 1830847 diff --git a/libuna.changes b/libuna.changes index 317b86b..f988f36 100644 --- a/libuna.changes +++ b/libuna.changes @@ -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 diff --git a/libuna.spec b/libuna.spec index 49e0cad..3f3d323 100644 --- a/libuna.spec +++ b/libuna.spec @@ -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