From c309efe1b90191b8ade3fa0bee043c8b12a59f1e Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 10 Apr 2014 12:48:01 +0200 Subject: [PATCH] new upstream release 0.0.16 --- .gitignore | 1 + libcdr.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 53fb010..b3b64c5 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /libcdr-0.0.13.tar.xz /libcdr-0.0.14.tar.xz /libcdr-0.0.15.tar.xz +/libcdr-0.0.16.tar.xz diff --git a/libcdr.spec b/libcdr.spec index 2fdb788..54b4755 100644 --- a/libcdr.spec +++ b/libcdr.spec @@ -1,13 +1,13 @@ %global apiversion 0.0 Name: libcdr -Version: 0.0.15 -Release: 2%{?dist} +Version: 0.0.16 +Release: 1%{?dist} Summary: A library providing ability to interpret and import Corel Draw drawings Group: System Environment/Libraries # the only Public Domain source is src/lib/CDRColorProfiles.h -License: (GPLv2+ or LGPLv2+ or MPLv1.1) and Public Domain +License: MPLv2.0 and Public Domain URL: http://www.freedesktop.org/wiki/Software/libcdr Source: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz @@ -83,7 +83,7 @@ install -m 0644 cdr2*.1 cmx2*.1 %{buildroot}/%{_mandir}/man1 %postun -p /sbin/ldconfig %files -%doc AUTHORS ChangeLog COPYING.* README +%doc AUTHORS ChangeLog COPYING.MPL README %{_libdir}/%{name}-%{apiversion}.so.* %files devel @@ -93,7 +93,7 @@ install -m 0644 cdr2*.1 cmx2*.1 %{buildroot}/%{_mandir}/man1 %{_libdir}/pkgconfig/%{name}-%{apiversion}.pc %files doc -%doc COPYING.* +%doc COPYING.MPL %doc docs/doxygen/html %files tools @@ -111,6 +111,9 @@ install -m 0644 cdr2*.1 cmx2*.1 %{buildroot}/%{_mandir}/man1 %{_mandir}/man1/cmx2xhtml.1* %changelog +* Thu Apr 10 2014 David Tardon - 0.0.16-1 +- new upstream release + * Wed Apr 09 2014 David Tardon - 0.0.15-2 - generate man pages diff --git a/sources b/sources index 7a90aab..f81573b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0d9703eff20d538fc1f6d8f15a4458df libcdr-0.0.15.tar.xz +b494bbaf48a0d5f90a525e6ea37bc096 libcdr-0.0.16.tar.xz