Hello community,

here is the log from the commit of package liborcus for openSUSE:Factory 
checked in at 2016-03-11 09:37:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2016-01-23 
01:14:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.liborcus.new/liborcus.changes   2016-03-11 
09:37:58.000000000 +0100
@@ -1,0 +2,8 @@
+Mon Mar  7 20:24:16 UTC 2016 - tchva...@suse.com
+
+- Version update to 0.11.0:
+  * Use mdds 1.0
+  * Use ixion 0.11
+  * Use python3 instead of python2
+
+-------------------------------------------------------------------

Old:
----
  liborcus-0.9.2.tar.xz

New:
----
  liborcus-0.11.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ liborcus.spec ++++++
--- /var/tmp/diff_new_pack.aHuaFt/_old  2016-03-11 09:37:59.000000000 +0100
+++ /var/tmp/diff_new_pack.aHuaFt/_new  2016-03-11 09:37:59.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liborcus
 #
-# 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 liborcus-0_10-0
 Name:           liborcus
-Version:        0.9.2
+Version:        0.11.0
 Release:        0
 Summary:        Spreadsheet file processing library
 License:        MIT
@@ -31,8 +31,9 @@
 BuildRequires:  libstdc++-devel
 BuildRequires:  pkg-config
 BuildRequires:  python-xml
-BuildRequires:  pkgconfig(libixion-0.10)
-BuildRequires:  pkgconfig(mdds) >= 0.12.0
+BuildRequires:  pkgconfig(libixion-0.11)
+BuildRequires:  pkgconfig(mdds-1.0)
+BuildRequires:  pkgconfig(python3)
 BuildRequires:  pkgconfig(zlib)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -66,6 +67,13 @@
 %description tools
 Tools to work with various xml streams.
 
+%package python3
+Summary:        Python bindings for libixion
+Group:          Productivity/Publishing/Word
+
+%description python3
+Python 3 bindings for %{name}.
+
 %prep
 %setup -q
 
@@ -82,11 +90,10 @@
 make check %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
@@ -103,4 +110,12 @@
 %defattr(-,root,root)
 %{_bindir}/*
 
+%files python3
+%defattr(-,root,root)
+%dir %{python3_sitelib}/orcus/
+%{python3_sitelib}/orcus/__init__.py
+%{python3_sitelib}/orcus/json.py
+%{python3_sitearch}/_orcus.so
+%{python3_sitearch}/_orcus_json.so
+
 %changelog

++++++ liborcus-0.9.2.tar.xz -> liborcus-0.11.0.tar.xz ++++++
++++ 30078 lines of diff (skipped)


Reply via email to