From 33f253cfd47d6f8e1fc26a748c2d6a83e3f9db52435c88696371ea3944fe21c0 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Fri, 28 Nov 2014 08:49:05 +0000 Subject: [PATCH] Upstream release 0.1.1 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libcdr?expand=0&rev=40 --- libcdr-0.1.0.tar.xz | 3 --- ...-pkgconfig.patch => libcdr-0.1.1-pkgconfig.patch | 6 +++--- libcdr-0.1.1.tar.xz | 3 +++ libcdr.changes | 13 +++++++++++++ libcdr.spec | 4 ++-- 5 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 libcdr-0.1.0.tar.xz rename libcdr-0.1.0-pkgconfig.patch => libcdr-0.1.1-pkgconfig.patch (52%) create mode 100644 libcdr-0.1.1.tar.xz diff --git a/libcdr-0.1.0.tar.xz b/libcdr-0.1.0.tar.xz deleted file mode 100644 index 78dec80..0000000 --- a/libcdr-0.1.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9bd1faca049cf1e2285b27da213a499434591919227beb209b191ad1bb240e8 -size 562240 diff --git a/libcdr-0.1.0-pkgconfig.patch b/libcdr-0.1.1-pkgconfig.patch similarity index 52% rename from libcdr-0.1.0-pkgconfig.patch rename to libcdr-0.1.1-pkgconfig.patch index 30aeb17..00f2310 100644 --- a/libcdr-0.1.0-pkgconfig.patch +++ b/libcdr-0.1.1-pkgconfig.patch @@ -1,7 +1,7 @@ ---- libcdr-0.1.0/libcdr.pc.in 2014-04-16 19:06:20.000000000 +0200 -+++ libcdr-0.1.0/libcdr.pc.in 2014-07-25 09:14:23.096910474 +0200 +--- libcdr-0.1.1/libcdr.pc.in 2014-04-16 19:06:20.000000000 +0200 ++++ libcdr-0.1.1/libcdr.pc.in 2014-07-25 09:14:23.096910474 +0200 @@ -9,5 +9,3 @@ - Requires: librevenge-0.0 librevenge-stream-0.0 + Requires: librevenge-0.0 Libs: -L${libdir} -lcdr-@CDR_MAJOR_VERSION@.@CDR_MINOR_VERSION@ Cflags: -I${includedir}/libcdr-@CDR_MAJOR_VERSION@.@CDR_MINOR_VERSION@ - diff --git a/libcdr-0.1.1.tar.xz b/libcdr-0.1.1.tar.xz new file mode 100644 index 0000000..af46eb4 --- /dev/null +++ b/libcdr-0.1.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a6e0667e5a37fe059bcb81d5077fc2abffc7e7bac86fe302fbcf927d58df1f +size 564668 diff --git a/libcdr.changes b/libcdr.changes index 5a188b6..5e37114 100644 --- a/libcdr.changes +++ b/libcdr.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Nov 28 08:43:28 UTC 2014 - fstrba@suse.com + +- Upgrade to upstream version 0.1.1 + * Fix several problems found by Coverity. + * Fix crash when NULL is passed as input stream. + * Fix various crashes and hangs when reading broken files found + with the help of american-fuzzy-lop. + * Only export public symbols on Linux. +- Remove patch: libcdr-0.1.0-pkgconfig.patch +- Add patch: libcdr-0.1.1-pkgconfig.patch + * Rediff to apply to current context + ------------------------------------------------------------------- Fri Jul 25 07:15:32 UTC 2014 - fstrba@suse.com diff --git a/libcdr.spec b/libcdr.spec index 07881ac..304a24f 100644 --- a/libcdr.spec +++ b/libcdr.spec @@ -18,7 +18,7 @@ %define libname libcdr-0_1-1 Name: libcdr -Version: 0.1.0 +Version: 0.1.1 Release: 0 Summary: Library for parsing the Corel Draw file format structure License: MPL-2.0 @@ -26,7 +26,7 @@ Group: Productivity/Publishing/Word Url: http://www.freedesktop.org/wiki/Software/libcdr Source0: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz # note: the main package is empty, it only sets a sane name for the source rpm -Patch0: libcdr-0.1.0-pkgconfig.patch +Patch0: libcdr-0.1.1-pkgconfig.patch BuildRequires: boost-devel BuildRequires: doxygen BuildRequires: fdupes