diff --git a/libcsplit-alpha-20130609.tar.gz b/libcsplit-alpha-20130609.tar.gz deleted file mode 100644 index e375c44..0000000 --- a/libcsplit-alpha-20130609.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72fe36c947d0f75da844a0ea1c31e6ddde9b985ae7fe125904f41b7add444be8 -size 453150 diff --git a/libcsplit-alpha-20130904.tar.gz b/libcsplit-alpha-20130904.tar.gz new file mode 100644 index 0000000..ada636a --- /dev/null +++ b/libcsplit-alpha-20130904.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6977fa2a4700e5397a1f7b095bd3b7cb722c1d0da2fee89a8f1b3b0d6f01408 +size 453197 diff --git a/libcsplit.changes b/libcsplit.changes index 2f1bce5..6ef8507 100644 --- a/libcsplit.changes +++ b/libcsplit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 2 18:40:06 UTC 2013 - Greg.Freemyer@gmail.com + +- update to v0~20130904 + * code cleanup + ------------------------------------------------------------------- Sat Jul 27 02:36:24 UTC 2013 - Greg.Freemyer@gmail.com diff --git a/libcsplit.spec b/libcsplit.spec index 7ee3d0f..8ab32e2 100644 --- a/libcsplit.spec +++ b/libcsplit.spec @@ -18,7 +18,7 @@ Name: libcsplit %define lname libcsplit1 -%define timestamp 20130609 +%define timestamp 20130904 Version: 0~%timestamp Release: 0 Summary: Library for cross-platform C split string functions @@ -26,17 +26,20 @@ 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-%timestamp.tar.gz +#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSeE44MVpGWnpNeVU/libcsplit-alpha-20130904.tar.gz #Git-Clone: http://code.google.com/p/libcsplit Source: %{name}-alpha-%timestamp.tar.gz BuildRequires: pkg-config -BuildRequires: pkgconfig(libcerror) >= 0~20130609 +BuildRequires: pkgconfig(libcerror) >= 20130904 +# libcstring is not released as a package by upstream #BuildRequires: pkgconfig(libcstring) >= 20120425 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description A library for cross-platform C split string functions. +This package is part of the libyal library collection and is used by other libraries in the collection + %package -n %lname Summary: Library for cross-platform C split string functions Group: System/Libraries