diff --git a/libvisio-0.1.6.tar.xz b/libvisio-0.1.6.tar.xz deleted file mode 100644 index 9cf6194..0000000 --- a/libvisio-0.1.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe1002d3671d53c09bc65e47ec948ec7b67e6fb112ed1cd10966e211a8bb50f9 -size 676396 diff --git a/libvisio-0.1.7.tar.xz b/libvisio-0.1.7.tar.xz new file mode 100644 index 0000000..a43d2f8 --- /dev/null +++ b/libvisio-0.1.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8faf8df870cb27b09a787a1959d6c646faa44d0d8ab151883df408b7166bea4c +size 854296 diff --git a/libvisio.changes b/libvisio.changes index 379d572..1d0338d 100644 --- a/libvisio.changes +++ b/libvisio.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Aug 18 07:19:54 UTC 2019 - Tomáš Chvátal + +- Update to 0.1.7: + - Fix a few memory leaks found by oss-fuzz. + - Fix date and time conversion to string. (tdf#98291) + - Fix number conversion to string. (tdf#76829) + - Fix unit conversion. (tdf#126292) + - Handle more arrow styles. (tdf#126402) + - Fix some issues found by Coverity. + - Disable expanding entities by XML parser as a vulnerability + prevention measure. Applications writing VSDX/VDX documents do not use + entities, so there is no difference in behavior. + ------------------------------------------------------------------- Tue Nov 7 10:48:14 UTC 2017 - tchvatal@suse.com diff --git a/libvisio.spec b/libvisio.spec index 32949d7..97038e9 100644 --- a/libvisio.spec +++ b/libvisio.spec @@ -1,7 +1,7 @@ # # spec file for package libvisio # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define libname libvisio-0_1-1 Name: libvisio -Version: 0.1.6 +Version: 0.1.7 Release: 0 Summary: Library for parsing the MS Visio file format structure License: MPL-2.0 Group: Productivity/Publishing/Word -Url: http://www.freedesktop.org/wiki/Software/libvisio +URL: https://www.freedesktop.org/wiki/Software/libvisio Source0: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz BuildRequires: doxygen BuildRequires: fdupes @@ -130,8 +130,9 @@ make check %{?_smp_mflags} %doc %{_docdir}/%{name}-devel/html/ %files tools -%doc AUTHORS COPYING.* ChangeLog +%license COPYING.* +%doc AUTHORS ChangeLog %{_bindir}/* -%{_mandir}/man1/*.1%{ext_man} +%{_mandir}/man1/*.1%{?ext_man} %changelog