SHA256
1
0
forked from pool/libcdr
Fridrich Strba 2021-03-26 14:12:11 +00:00 committed by Git OBS Bridge
parent 1e635477ad
commit c2b95fe7e5
3 changed files with 4 additions and 11 deletions

View File

@ -1,8 +0,0 @@
--- 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
Libs: -L${libdir} -lcdr-@CDR_MAJOR_VERSION@.@CDR_MINOR_VERSION@
Cflags: -I${includedir}/libcdr-@CDR_MAJOR_VERSION@.@CDR_MINOR_VERSION@
-
-Requires.private: icu-i18n lcms2 zlib

View File

@ -7,9 +7,12 @@ Fri Mar 26 13:58:39 UTC 2021 - Fridrich Strba <fstrba@suse.com>
to date. to date.
* Improve conversion of paragraph text in versions 5 to 23 * Improve conversion of paragraph text in versions 5 to 23
* Improve conversion of text on path for versions 6 to 15 * Improve conversion of text on path for versions 6 to 15
- Removed patch: - Removed patches:
* icu-68.patch * icu-68.patch
+ Integrated upstream + Integrated upstream
* libcdr-0.1.1-pkgconfig.patch
+ This was a workaround for SLE11 build failures, not needed
any more
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 14 16:15:35 UTC 2020 - Callum Farmer <gmbr3@opensuse.org> Mon Dec 14 16:15:35 UTC 2020 - Callum Farmer <gmbr3@opensuse.org>

View File

@ -25,7 +25,6 @@ License: MPL-2.0
Group: Productivity/Publishing/Word Group: Productivity/Publishing/Word
URL: http://www.freedesktop.org/wiki/Software/libcdr URL: http://www.freedesktop.org/wiki/Software/libcdr
Source0: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz Source0: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
Patch0: libcdr-0.1.1-pkgconfig.patch
BuildRequires: doxygen BuildRequires: doxygen
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gcc-c++ BuildRequires: gcc-c++
@ -81,7 +80,6 @@ Tools to work with documents in Corel Draw file format.
%prep %prep
%setup -q %setup -q
%patch0 -p1
%build %build
export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden" export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"