diff --git a/libewf.changes b/libewf.changes index 8fc1d57..c1a6fc8 100644 --- a/libewf.changes +++ b/libewf.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Apr 19 23:14:04 UTC 2019 - Greg Freemyer + +- Use the built in version of libcpath + * libcpath has been updated and one of the functions renamed + * until libewf is updated the internal version of libcpath must be used + ------------------------------------------------------------------- Sun Jan 14 19:31:05 UTC 2018 - Greg.Freemyer@gmail.com diff --git a/libewf.spec b/libewf.spec index 013d0c6..84b58ec 100644 --- a/libewf.spec +++ b/libewf.spec @@ -44,7 +44,6 @@ BuildRequires: pkgconfig(libcdatetime) BuildRequires: pkgconfig(libcfile) >= 20120526 BuildRequires: pkgconfig(libclocale) >= 20120425 BuildRequires: pkgconfig(libcnotify) >= 20120425 -BuildRequires: pkgconfig(libcpath) >= 20120701 BuildRequires: pkgconfig(libcsplit) >= 20120701 BuildRequires: pkgconfig(libcthreads) >= 20130723 BuildRequires: pkgconfig(libfvalue) >= 20120428 @@ -65,6 +64,8 @@ BuildRequires: pkgconfig(zlib) >= 1.2.5 #BuildRequires: pkgconfig(libfdata) #BuildRequires: pkgconfig(libsmraw) >= 20120630 #BuildRequires: pkgconfig(libodraw) >= 20120630 +# verified 4/19/2019 - libewf hasn't been updated in 5 years and it depends on old versions of libyal. :( +#BuildRequires: pkgconfig(libcpath) >= 20120701 # these packages not yet released by upstream #BuildRequires: pkgconfig(libmfdata) >= 20120425 BuildRoot: %{_tmppath}/%{name}-%{version}-build