From c29b30c253f68f659ec855c6cd0060b63665c0b1dd073b26175b44a8778fa1ac Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 9 Jan 2015 19:52:09 +0000 Subject: [PATCH] Accepting request 280116 from security:forensics 1 OBS-URL: https://build.opensuse.org/request/show/280116 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcsplit?expand=0&rev=7 --- libcsplit-alpha-20140105.tar.gz | 3 --- libcsplit-alpha-20150101.tar.gz | 3 +++ libcsplit.changes | 10 ++++++++++ libcsplit.spec | 16 +++++++--------- 4 files changed, 20 insertions(+), 12 deletions(-) delete mode 100644 libcsplit-alpha-20140105.tar.gz create mode 100644 libcsplit-alpha-20150101.tar.gz diff --git a/libcsplit-alpha-20140105.tar.gz b/libcsplit-alpha-20140105.tar.gz deleted file mode 100644 index 3ed87ed..0000000 --- a/libcsplit-alpha-20140105.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69ba3b02f5cf33d48de0a66dfb4d2e90d3df59db47025d6bf27426ac7c0549e0 -size 454256 diff --git a/libcsplit-alpha-20150101.tar.gz b/libcsplit-alpha-20150101.tar.gz new file mode 100644 index 0000000..cd30268 --- /dev/null +++ b/libcsplit-alpha-20150101.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b7df9fd0e5cb9691e48c69493ad122d7f1fb00f167576cf79496f119b3d6897 +size 457334 diff --git a/libcsplit.changes b/libcsplit.changes index 869d5f2..d6c03d8 100644 --- a/libcsplit.changes +++ b/libcsplit.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jan 5 23:59:50 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 libcstring from OBS, not internal version + ------------------------------------------------------------------- Thu Aug 14 12:36:23 UTC 2014 - Greg.Freemyer@gmail.com diff --git a/libcsplit.spec b/libcsplit.spec index 0055b5e..a445b28 100644 --- a/libcsplit.spec +++ b/libcsplit.spec @@ -18,21 +18,17 @@ Name: libcsplit %define lname libcsplit1 -%define timestamp 20140105 +%define timestamp 20150101 Version: 0~%timestamp Release: 0 Summary: Library for cross-platform C split string functions License: LGPL-3.0+ Group: Development/Libraries/C and C++ -Url: http://code.google.com/p/libcsplit/ - -#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSeE44MVpGWnpNeVU/libcsplit-alpha-20140105.tar.gz -#Git-Clone: http://code.google.com/p/libcsplit -Source: %{name}-alpha-%timestamp.tar.gz +Url: https://github.com/libyal/libcsplit/wiki +Source: https://github.com/libyal/libcsplit/releases/download/%timestamp/%{name}-alpha-%timestamp.tar.gz BuildRequires: pkg-config BuildRequires: pkgconfig(libcerror) >= 20130904 -# libcstring is not released as a package by upstream -#BuildRequires: pkgconfig(libcstring) >= 20120425 +BuildRequires: pkgconfig(libcstring) >= 20150101 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -45,7 +41,9 @@ Summary: Library for cross-platform C split string functions Group: System/Libraries %description -n %lname -Library for cross-platform C split string functions +Library for cross-platform C split string functions. + +Part of the libyal family of libraries. Also see: