Hello community, here is the log from the commit of package liborcus for openSUSE:Factory checked in at 2018-01-09 14:49:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/liborcus (Old) and /work/SRC/openSUSE:Factory/.liborcus.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liborcus" Tue Jan 9 14:49:26 2018 rev:22 rq:561867 version:0.13.1 Changes: -------- --- /work/SRC/openSUSE:Factory/liborcus/liborcus.changes 2017-02-19 00:43:53.348304714 +0100 +++ /work/SRC/openSUSE:Factory/.liborcus.new/liborcus.changes 2018-01-09 14:50:44.278708570 +0100 @@ -1,0 +2,19 @@ +Fri Jan 5 12:21:48 UTC 2018 - [email protected] + +- Fix python-xml dep to properly state python3-xml + +------------------------------------------------------------------- +Thu Dec 14 14:49:52 UTC 2017 - [email protected] + +- Switch license to MPL-2.0 + +------------------------------------------------------------------- +Wed Nov 29 12:41:29 UTC 2017 - [email protected] + +- Update to 0.13.1: + * Required by libreoffice 6.0 + * Fixes many crashers + * Speedup improvements + * More features for xslx importer + +------------------------------------------------------------------- Old: ---- liborcus-0.12.1.tar.xz New: ---- liborcus-0.13.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liborcus.spec ++++++ --- /var/tmp/diff_new_pack.EdGf8C/_old 2018-01-09 14:50:45.274661876 +0100 +++ /var/tmp/diff_new_pack.EdGf8C/_new 2018-01-09 14:50:45.274661876 +0100 @@ -1,7 +1,7 @@ # # spec file for package liborcus # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -16,32 +16,32 @@ # -%define libname liborcus-0_12-0 +%define libname liborcus-0_13-0 Name: liborcus -Version: 0.12.1 +Version: 0.13.1 Release: 0 Summary: Spreadsheet file processing library -License: MIT +License: MPL-2.0 Group: Productivity/Publishing/Word Url: https://gitlab.com/orcus/orcus/ Source: http://kohei.us/files/orcus/src/%{name}-%{version}.tar.xz +BuildRequires: coreutils +BuildRequires: gcc-c++ +BuildRequires: libstdc++-devel +BuildRequires: pkgconfig +BuildRequires: python3-xml +BuildRequires: pkgconfig(libixion-0.13) +BuildRequires: pkgconfig(mdds-1.2) +BuildRequires: pkgconfig(python3) +BuildRequires: pkgconfig(zlib) %if 0%{?suse_version} > 1325 +BuildRequires: libboost_date_time-devel BuildRequires: libboost_filesystem-devel BuildRequires: libboost_iostreams-devel BuildRequires: libboost_program_options-devel %else BuildRequires: boost-devel %endif -BuildRequires: coreutils -BuildRequires: gcc-c++ -BuildRequires: libstdc++-devel -BuildRequires: pkg-config -BuildRequires: python-xml -BuildRequires: pkgconfig(libixion-0.12) -BuildRequires: pkgconfig(mdds-1.2) -BuildRequires: pkgconfig(python3) -BuildRequires: pkgconfig(zlib) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %package -n %{libname} Summary: Spreadsheet file processing library @@ -96,28 +96,24 @@ make check %{?_smp_mflags} %install -make %{?_smp_mflags} DESTDIR=%{buildroot} install +%make_install find %{buildroot} -type f -name "*.la" -delete -print %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig %files -n %{libname} -%defattr(-,root,root) %{_libdir}/*.so.* %files devel -%defattr(-,root,root) %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %files tools -%defattr(-,root,root) %{_bindir}/* %files python3 -%defattr(-,root,root) %dir %{python3_sitelib}/orcus/ %{python3_sitelib}/orcus/__init__.py %{python3_sitelib}/orcus/json.py ++++++ liborcus-0.12.1.tar.xz -> liborcus-0.13.1.tar.xz ++++++ ++++ 33210 lines of diff (skipped)
