Accepting request 583879 from LibreOffice:Factory

- 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)

OBS-URL: https://build.opensuse.org/request/show/583879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmspub?expand=0&rev=15
This commit is contained in:
2018-03-12 11:05:00 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f0225f0ff03f6bec4847d7c2d8719a36cafc4b97a09e504b610372cc5b981c97
size 377716

3
libmspub-0.1.4.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef36c1a1aabb2ba3b0bedaaafe717bf4480be2ba8de6f3894be5fd3702b013ba
size 377472

View File

@@ -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

View File

@@ -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