From 4466614622ff65240ce402096cd5bc9c4686f1fe56879fb881d0b3b2d96a8339 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 10 Jan 2015 22:05:08 +0000 Subject: [PATCH] Accepting request 280472 from security:forensics Part of libyal 2015 refresh - may need to go to staging D. libcstring is a dependency and is currently in staging D. OBS-URL: https://build.opensuse.org/request/show/280472 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfguid?expand=0&rev=7 --- libfguid-alpha-20140105.tar.gz | 3 --- libfguid-alpha-20150104.tar.gz | 3 +++ libfguid.changes | 10 ++++++++++ libfguid.spec | 14 +++++--------- 4 files changed, 18 insertions(+), 12 deletions(-) delete mode 100644 libfguid-alpha-20140105.tar.gz create mode 100644 libfguid-alpha-20150104.tar.gz diff --git a/libfguid-alpha-20140105.tar.gz b/libfguid-alpha-20140105.tar.gz deleted file mode 100644 index 74ef759..0000000 --- a/libfguid-alpha-20140105.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3129b8b50735b09459a5c71431afe1551eac080c892519e6e23083d82aee19e8 -size 461141 diff --git a/libfguid-alpha-20150104.tar.gz b/libfguid-alpha-20150104.tar.gz new file mode 100644 index 0000000..8e8aa9c --- /dev/null +++ b/libfguid-alpha-20150104.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5911bd63c249f23507a4a54f94758608c6271e8f92862cbe804bd3736da0289 +size 463857 diff --git a/libfguid.changes b/libfguid.changes index 7002b68..72bc84f 100644 --- a/libfguid.changes +++ b/libfguid.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jan 8 18:37:02 UTC 2015 - Greg.Freemyer@gmail.com + +- update to v0~20150104 + * 2015 update - minimal changes +- update URL to the new github site +- replace Source: field with fully defined URL +- remove DL-URL comment +- start using libcstring from OBS, not internal version + ------------------------------------------------------------------- Thu Aug 14 13:00:16 UTC 2014 - Greg.Freemyer@gmail.com diff --git a/libfguid.spec b/libfguid.spec index c3a0ce0..e23bd27 100644 --- a/libfguid.spec +++ b/libfguid.spec @@ -1,7 +1,7 @@ # # spec file for package libfguid # -# 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,21 +18,17 @@ Name: libfguid %define lname libfguid1 -%define timestamp 20140105 +%define timestamp 20150104 Version: 0~%timestamp Release: 0 Summary: A library for GUID/UUID data types License: LGPL-3.0+ Group: Development/Libraries/C and C++ -Url: http://code.google.com/p/libfguid/ - -#Git-Clone: http://code.google.com/p/libfguid -#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSRXdGUVRlX2JQWk0/libfguid-alpha-20140105.tar.gz -Source: %{name}-alpha-%timestamp.tar.gz +Url: https://github.com/libyal/libfguid/wiki +Source: https://github.com/libyal/libfguid/releases/download/%timestamp/%{name}-alpha-%timestamp.tar.gz BuildRequires: pkg-config BuildRequires: pkgconfig(libcerror) >= 20130609 -#not released by upstream -#BuildRequires: pkgconfig(libcstring) >= 20120425 +BuildRequires: pkgconfig(libcstring) >= 20120425 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description