diff --git a/libmspub-0.0.3.tar.xz b/libmspub-0.0.3.tar.xz deleted file mode 100644 index 1403445..0000000 --- a/libmspub-0.0.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e27c3021006080298357101a724563c23835c89757527217fb7f9357549ab15f -size 339552 diff --git a/libmspub-0.0.5.tar.xz b/libmspub-0.0.5.tar.xz new file mode 100644 index 0000000..1bfbc98 --- /dev/null +++ b/libmspub-0.0.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba71b640787d6b71337e2955d6fd10a11d8ca869359e03623193bf4f56e91ab +size 349232 diff --git a/libmspub.changes b/libmspub.changes index b7383c6..70e07ad 100644 --- a/libmspub.changes +++ b/libmspub.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Feb 21 09:17:36 UTC 2013 - tchvatal@suse.com + +- Version bump to 0.0.5 - bugfix release. + +------------------------------------------------------------------- +Tue Feb 5 14:11:09 UTC 2013 - tchvatal@suse.com + +- Update to 0.0.4 + * now uses icu + ------------------------------------------------------------------- Thu Nov 29 20:38:55 UTC 2012 - tchvatal@suse.com diff --git a/libmspub.spec b/libmspub.spec index 0f08b92..899dce7 100644 --- a/libmspub.spec +++ b/libmspub.spec @@ -1,7 +1,7 @@ # # spec file for package libmspub # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,6 @@ # - Name: libmspub # note: the main package is empty, it only sets a sane name for the source rpm %if 0%{?suse_version} > 1020 @@ -25,14 +24,20 @@ BuildRequires: doxygen %else %define build_doc 0 %endif -BuildRequires: boost-devel gcc-c++ pkgconfig xz zlib-devel -BuildRequires: libwpd-devel >= 0.9.0 libwpg-devel >= 0.2.0 +BuildRequires: boost-devel BuildRequires: fdupes +BuildRequires: gcc-c++ +BuildRequires: libicu-devel +BuildRequires: libwpd-devel >= 0.9.0 +BuildRequires: libwpg-devel >= 0.2.0 +BuildRequires: pkgconfig +BuildRequires: xz +BuildRequires: zlib-devel Summary: Microsoft Publisher file format parser library -Version: 0.0.3 -Release: 0 License: LGPL-2.1+ or GPL-2.0+ or MPL-1.1 Group: Productivity/Publishing/Word +Version: 0.0.5 +Release: 0 Url: http://www.freedesktop.org/wiki/Software/libmspub Source: http://dev-www.libreoffice.org/src/libmspub-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -55,7 +60,9 @@ cross-platform, at the moment it can be build on Microsoft Windows and Linux. %package devel Summary: Files for Developing with libmspub Group: Development/Libraries/C and C++ -Requires: %libname = %version libwpd-devel libwpg-devel +Requires: %libname = %version +Requires: libwpd-devel +Requires: libwpg-devel %description devel libmspub is a library for parsing the Microsoft Publisher file format structure.