diff --git a/libfdata-experimental-20140601.tar.gz b/libfdata-experimental-20140601.tar.gz deleted file mode 100644 index b69f2f5..0000000 --- a/libfdata-experimental-20140601.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd7e806929bc9c9dab9ec410e7713a0831c5eb62f2948f5d1e8307140eaf5d5c -size 605010 diff --git a/libfdata-experimental-20150104.tar.gz b/libfdata-experimental-20150104.tar.gz new file mode 100644 index 0000000..a862f92 --- /dev/null +++ b/libfdata-experimental-20150104.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2733214ac11a174e2423fbb6491296e721c3aa203bf87d4b6023d3b86a5f8f +size 630933 diff --git a/libfdata.changes b/libfdata.changes index 335b9bd..ff1ce85 100644 --- a/libfdata.changes +++ b/libfdata.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Jan 8 21:46:31 UTC 2015 - Greg.Freemyer@gmail.com + +- update to v0~20150104 + * libfcache integration improvements + * btree improvements and tests +- update URL to the new github site +- replace Source: field with fully defined URL +- remove DL-URL comment +- remove %if for opensuse version - no longer needed since all of libyal is in security:forensics +- start using libcstring from OBS, not internal version + ------------------------------------------------------------------- Mon Sep 1 19:16:21 UTC 2014 - Greg.Freemyer@gmail.com diff --git a/libfdata.spec b/libfdata.spec index cb3c391..082fd61 100644 --- a/libfdata.spec +++ b/libfdata.spec @@ -16,28 +16,24 @@ # -%define lname libfdata1 -%define timestamp 20140601 Name: libfdata +%define lname libfdata1 +%define timestamp 20150104 Version: 0~%{timestamp} Release: 0 Summary: Library to provide generic file data functions License: LGPL-3.0+ Group: Productivity/File utilities -Url: http://code.google.com/p/libfdata/ -#DL-URL: https://ac784cf9104c55ea681e3f3915dcd4cc419564c5.googledrive.com/host/0B3fBvzttpiiSQkZxeUplRFhPVHc/libfdata-experimental-20140601.tar.gz -Source: %{name}-experimental-%{timestamp}.tar.gz +Url: https://github.com/libyal/libfdata/wiki +Source: https://github.com/libyal/libfdata/releases/download/%timestamp/%{name}-experimental-%{timestamp}.tar.gz BuildRequires: pkg-config BuildRequires: python-devel BuildRequires: pkgconfig(libcerror) >= 20140105 BuildRequires: pkgconfig(libcdata) >= 20140105 BuildRequires: pkgconfig(libcnotify) BuildRequires: pkgconfig(libfcache) -%if 0%{?suse_version} > 1310 BuildRequires: pkgconfig(libcthreads) >= 20130723 -%endif -# not (yet) released as packages by upstream -#BuildRequires: pkgconfig(libcstring) >= 20120425 +BuildRequires: pkgconfig(libcstring) >= 20120425 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description