Hello community,

here is the log from the commit of package libixion for openSUSE:Factory 
checked in at 2016-03-11 09:37:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libixion (Old)
 and      /work/SRC/openSUSE:Factory/.libixion.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libixion"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libixion/libixion.changes        2015-04-21 
10:49:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libixion.new/libixion.changes   2016-03-11 
09:37:42.000000000 +0100
@@ -1,0 +2,8 @@
+Mon Mar  7 12:43:06 UTC 2016 - tchva...@suse.com
+
+- Version update to 0.11.0:
+  * Switch to mdds-1.0
+  * Various fixes
+  * Python3 bindings obsoleted python2 ones
+
+-------------------------------------------------------------------

Old:
----
  libixion-0.9.1.tar.xz

New:
----
  libixion-0.11.0.tar.xz

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

Other differences:
------------------
++++++ libixion.spec ++++++
--- /var/tmp/diff_new_pack.KN8E6C/_old  2016-03-11 09:37:43.000000000 +0100
+++ /var/tmp/diff_new_pack.KN8E6C/_new  2016-03-11 09:37:43.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libixion
 #
-# 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
@@ -16,9 +16,9 @@
 #
 
 
-%define libname libixion-0_10-0
+%define libname libixion-0_11-0
 Name:           libixion
-Version:        0.9.1
+Version:        0.11.0
 Release:        0
 Summary:        Threaded multi-target formula parser & interpreter
 License:        MIT
@@ -31,8 +31,8 @@
 BuildRequires:  libstdc++-devel
 BuildRequires:  libtool
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(mdds) >= 0.12.0
-BuildRequires:  pkgconfig(python2)
+BuildRequires:  pkgconfig(mdds-1.0)
+BuildRequires:  pkgconfig(python3)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -64,12 +64,13 @@
 %description tools
 Tools to use ixion parser and interpreter from cli.
 
-%package python
+%package python3
 Summary:        Python bindings for libixion
 Group:          Productivity/Publishing/Word
+Obsoletes:      %{name}-python
 
-%description python
-Python 2 bindings for %{name}.
+%description python3
+Python 3 bindings for %{name}.
 
 %prep
 %setup -q
@@ -85,11 +86,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}
@@ -106,8 +106,8 @@
 %defattr(-,root,root)
 %{_bindir}/*
 
-%files python
+%files python3
 %defattr(-,root,root)
-%{python_sitearch}/ixion.so
+%{python3_sitearch}/ixion.so
 
 %changelog

++++++ libixion-0.9.1.tar.xz -> libixion-0.11.0.tar.xz ++++++
++++ 10365 lines of diff (skipped)


Reply via email to