diff --git a/libregf-alpha-20200805.tar.gz b/libregf-alpha-20200805.tar.gz deleted file mode 100644 index 894f554..0000000 --- a/libregf-alpha-20200805.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02f5ab2247cfc30f2b344c5472fe1ce006d470fa7e46a9f2fb7342f77f0dc396 -size 1672618 diff --git a/libregf-alpha-20201007.tar.gz b/libregf-alpha-20201007.tar.gz new file mode 100644 index 0000000..2f9a20b --- /dev/null +++ b/libregf-alpha-20201007.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3460f877d980e9de3dff45e72feda1819730e0b8189d94836676dd8327715e0b +size 1678494 diff --git a/libregf.changes b/libregf.changes index 7fc931e..0b67d20 100644 --- a/libregf.changes +++ b/libregf.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Dec 31 02:06:44 UTC 2020 - Greg Freemyer + +- update to 20201007 + * Changes to handle additional corruption scenarios +- Add COPYING* to %license line +- remove BuildRequires: pkg-config + ------------------------------------------------------------------- Sat Dec 26 16:48:04 UTC 2020 - Greg Freemyer diff --git a/libregf.spec b/libregf.spec index dfb8717..4443c2d 100644 --- a/libregf.spec +++ b/libregf.spec @@ -19,7 +19,7 @@ %bcond_without python2 Name: libregf %define lname libregf1 -%define timestamp 20200805 +%define timestamp 20201007 Version: 0~%timestamp Release: 0 Summary: Library to access Windows REGF-type Registry files @@ -28,7 +28,7 @@ Group: Productivity/File utilities URL: https://github.com/libyal/libregf/wiki Source: https://github.com/libyal/libregf/releases/download/%timestamp/%name-alpha-%timestamp.tar.gz Source2: Windows_NT_Registry_File_REGF_format.pdf -BuildRequires: pkg-config +#BuildRequires: pkg-config %if %{with python2} BuildRequires: python-devel %endif @@ -143,7 +143,7 @@ find %{buildroot} -name '*.la' -delete %files -n %lname %defattr(-,root,root) %doc AUTHORS ChangeLog -%license COPYING +%license COPYING* %{_libdir}/libregf.so.* %files tools @@ -164,14 +164,14 @@ find %{buildroot} -name '*.la' -delete %files -n python2-%{name} %defattr(-,root,root) %doc AUTHORS README -%license COPYING +%license COPYING* %{python2_sitearch}/pyregf.so %endif %files -n python3-%{name} %defattr(-,root,root) %doc AUTHORS README -%license COPYING +%license COPYING* %{python3_sitearch}/pyregf.so %changelog