forked from pool/libcdr
Accepting request 412512 from LibreOffice:Factory
New upstream release OBS-URL: https://build.opensuse.org/request/show/412512 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcdr?expand=0&rev=20
This commit is contained in:
commit
1a7da9cca3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6bdb20bcdec5ad1a115d0a3aada7d4b2758e9d22801d72b4ecc2e55fb3d5d42c
|
||||
size 602024
|
3
libcdr-0.1.3.tar.xz
Normal file
3
libcdr-0.1.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:66e28e502abef7f6f494ce03de037d532f5e7888cfdee62c01203c8325b33f22
|
||||
size 596772
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 21 07:30:07 UTC 2016 - fstrba@suse.com
|
||||
|
||||
- Upgrade to upstream version 0.1.3
|
||||
* Improvements for CMX parsers
|
||||
- More robust parsing using the pointers from CMX header
|
||||
- Implement almost all fills
|
||||
- Implement outline properties
|
||||
- Implement embedded raster images
|
||||
- Implement transparency lens for fills
|
||||
* Some fixes for CDR parsers
|
||||
- Consider fill/outline styles
|
||||
* Tools
|
||||
- Make cmx2* and cdr2* tools handle both CDR and CMX
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 26 13:04:36 UTC 2015 - fstrba@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libcdr
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 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
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define libname libcdr-0_1-1
|
||||
Name: libcdr
|
||||
Version: 0.1.2
|
||||
Version: 0.1.3
|
||||
Release: 0
|
||||
Summary: Library for parsing the Corel Draw file format structure
|
||||
License: MPL-2.0
|
||||
@ -33,7 +33,7 @@ BuildRequires: doxygen
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libicu-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(lcms2)
|
||||
BuildRequires: pkgconfig(librevenge-0.0)
|
||||
@ -93,7 +93,7 @@ export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
# documentation
|
||||
mkdir -p %{buildroot}%{_docdir}/%{name}
|
||||
@ -102,7 +102,6 @@ cp -p AUTHORS COPYING.* ChangeLog %{buildroot}%{_docdir}/%{name}
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%post -n %{libname} -p /sbin/ldconfig
|
||||
|
||||
%postun -n %{libname} -p /sbin/ldconfig
|
||||
|
||||
%files -n %{libname}
|
||||
|
Loading…
x
Reference in New Issue
Block a user