2 Commits

Author SHA256 Message Date
ca1404bb85 Accepting request 1302441 from LibreOffice:Factory
OBS-URL: https://build.opensuse.org/request/show/1302441
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcdr?expand=0&rev=27
2025-09-03 19:07:03 +00:00
13c2fc53bb - version update to 0.1.8
* fix build with ICU 75 and ICU 76
  * Upgrade m4 macros from autoconf-archive.git v2023.02.20
  * Fix crash appear with format CDR 14 and Gradients

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libcdr?expand=0&rev=65
2025-09-02 14:06:46 +00:00
4 changed files with 14 additions and 6 deletions

Binary file not shown.

3
libcdr-0.1.8.tar.xz Normal file
View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Sep 2 13:17:44 UTC 2025 - pgajdos@suse.com
- version update to 0.1.8
* fix build with ICU 75 and ICU 76
* Upgrade m4 macros from autoconf-archive.git v2023.02.20
* Fix crash appear with format CDR 14 and Gradients
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 26 13:58:39 UTC 2021 - Fridrich Strba <fstrba@suse.com> Fri Mar 26 13:58:39 UTC 2021 - Fridrich Strba <fstrba@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package libcdr # spec file for package libcdr
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define libname libcdr-0_1-1 %define libname libcdr-0_1-1
Name: libcdr Name: libcdr
Version: 0.1.7 Version: 0.1.8
Release: 0 Release: 0
Summary: Library for parsing the Corel Draw file format structure Summary: Library for parsing the Corel Draw file format structure
License: MPL-2.0 License: MPL-2.0
@@ -79,7 +79,7 @@ Group: Productivity/Publishing/Word
Tools to work with documents in Corel Draw file format. Tools to work with documents in Corel Draw file format.
%prep %prep
%setup -q %autosetup -p1
%build %build
export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden" export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"