diff --git a/libmspub-0.1.3.tar.xz b/libmspub-0.1.3.tar.xz deleted file mode 100644 index 994cd2d..0000000 --- a/libmspub-0.1.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0225f0ff03f6bec4847d7c2d8719a36cafc4b97a09e504b610372cc5b981c97 -size 377716 diff --git a/libmspub-0.1.4.tar.xz b/libmspub-0.1.4.tar.xz new file mode 100644 index 0000000..85c7753 --- /dev/null +++ b/libmspub-0.1.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef36c1a1aabb2ba3b0bedaaafe717bf4480be2ba8de6f3894be5fd3702b013ba +size 377472 diff --git a/libmspub.changes b/libmspub.changes index b2bcfa0..af2961b 100644 --- a/libmspub.changes +++ b/libmspub.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Mar 7 12:47:35 UTC 2018 - tchvatal@suse.com + +- Version update to 0.1.4: + * Fix several problems found by oss-fuzz + * Fix regression in closing shape groups that caused missing shapes + on second and subsequent pages. (tdf#116018) + ------------------------------------------------------------------- Mon Jan 1 12:40:28 UTC 2018 - tchvatal@suse.com diff --git a/libmspub.spec b/libmspub.spec index 1873c8d..3fd5404 100644 --- a/libmspub.spec +++ b/libmspub.spec @@ -18,7 +18,7 @@ %define libname libmspub-0_1-1 Name: libmspub -Version: 0.1.3 +Version: 0.1.4 Release: 0 Summary: Microsoft Publisher file format parser library License: MPL-2.0 @@ -99,7 +99,8 @@ find %{buildroot} -type f -name "*.la" -delete -print %postun -n %{libname} -p /sbin/ldconfig %files -n %{libname} -%doc AUTHORS COPYING.* +%doc AUTHORS +%license COPYING.* %{_libdir}/*.so.* %files devel @@ -112,7 +113,6 @@ find %{buildroot} -type f -name "*.la" -delete -print %doc %{_docdir}/%{name}/html %files tools -%doc AUTHORS COPYING.* %{_bindir}/* %changelog