Hello community, here is the log from the commit of package liborcus for openSUSE:Factory checked in at 2015-03-27 09:39:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/liborcus (Old) and /work/SRC/openSUSE:Factory/.liborcus.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liborcus" Changes: -------- --- /work/SRC/openSUSE:Factory/liborcus/liborcus.changes 2014-10-31 12:26:45.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.liborcus.new/liborcus.changes 2015-03-27 09:39:14.000000000 +0100 @@ -1,0 +2,8 @@ +Tue Mar 24 09:53:39 UTC 2015 - [email protected] + +- Version bump to 0.7.1: + * Various boost bugfixes and update for new ixion +- Obsoleted patch: + * liborcus-boost-1.56.patch + +------------------------------------------------------------------- Old: ---- liborcus-0.7.0.tar.bz2 liborcus-boost-1.56.patch New: ---- liborcus-0.7.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liborcus.spec ++++++ --- /var/tmp/diff_new_pack.lI7Sl2/_old 2015-03-27 09:39:15.000000000 +0100 +++ /var/tmp/diff_new_pack.lI7Sl2/_new 2015-03-27 09:39:15.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package liborcus # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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,23 +18,21 @@ %define libname liborcus-0_8-0 Name: liborcus -Version: 0.7.0 +Version: 0.7.1 Release: 0 Summary: Spreadsheet file processing library License: MIT Group: Productivity/Publishing/Word Url: http://gitorious.org/orcus -Source: http://kohei.us/files/orcus/src/%{name}-%{version}.tar.bz2 -# PATCH-FIX-UPSTREAM liborcus-boost-1.56.patch -- fix build with boost 1.56 -Patch1: liborcus-boost-1.56.patch +Source: http://kohei.us/files/orcus/src/%{name}-%{version}.tar.xz BuildRequires: boost-devel BuildRequires: coreutils BuildRequires: gcc-c++ BuildRequires: libstdc++-devel BuildRequires: pkg-config BuildRequires: python-xml -BuildRequires: pkgconfig(libixion-0.8) -BuildRequires: pkgconfig(mdds) >= 0.7.1 +BuildRequires: pkgconfig(libixion-0.10) +BuildRequires: pkgconfig(mdds) >= 0.12.0 BuildRequires: pkgconfig(zlib) BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,18 +68,18 @@ %prep %setup -q -%patch1 -p1 %build %configure \ + --disable-silent-rules \ --disable-static \ --disable-debug \ --disable-werror \ --docdir=%{_docdir}/%{name} -make %{?_smp_mflags} V=1 +make %{?_smp_mflags} %check -make check %{?_smp_mflags} V=1 +make check %{?_smp_mflags} %install make DESTDIR=%{buildroot} install %{?_smp_mflags} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
