Hello community,

here is the log from the commit of package libixion for openSUSE:Factory 
checked in at 2015-03-27 09:39:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2014-07-27 
18:46:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libixion.new/libixion.changes   2015-03-27 
09:39:23.000000000 +0100
@@ -1,0 +2,15 @@
+Tue Mar 24 14:16:41 UTC 2015 - [email protected]
+
+- Drop copy&pasto from fedora
+
+-------------------------------------------------------------------
+Tue Mar 24 10:09:15 UTC 2015 - [email protected]
+
+- Version bump to 0.8.0:
+  * Needed for new orcus
+  * Python bindings are around now
+- Update homepage
+- Add python subpackage
+- Tests fail with this release, next one will fix it again
+
+-------------------------------------------------------------------

Old:
----
  libixion-0.7.0.tar.bz2

New:
----
  libixion-0.9.0.tar.xz

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

Other differences:
------------------
++++++ libixion.spec ++++++
--- /var/tmp/diff_new_pack.9Nv9bc/_old  2015-03-27 09:39:24.000000000 +0100
+++ /var/tmp/diff_new_pack.9Nv9bc/_new  2015-03-27 09:39:24.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libixion
 #
-# 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
@@ -16,22 +16,23 @@
 #
 
 
-%define libname libixion-0_8-0
+%define libname libixion-0_10-0
 Name:           libixion
-Version:        0.7.0
+Version:        0.9.0
 Release:        0
 Summary:        Threaded multi-target formula parser & interpreter
 License:        MIT
 Group:          Productivity/Publishing/Word
-Url:            http://gitorious.org/ixion
-Source:         http://kohei.us/files/ixion/src/%{name}-%{version}.tar.bz2
+Url:            https://gitlab.com/ixion/ixion
+Source:         http://kohei.us/files/ixion/src/%{name}-%{version}.tar.xz
 BuildRequires:  boost-devel
 BuildRequires:  coreutils
 BuildRequires:  gcc-c++
 BuildRequires:  libstdc++-devel
 BuildRequires:  libtool
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(mdds) >= 0.7.1
+BuildRequires:  pkgconfig(mdds) >= 0.12.0
+BuildRequires:  pkgconfig(python2)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -63,17 +64,26 @@
 %description tools
 Tools to use ixion parser and interpreter from cli.
 
+%package python
+Summary:        Python bindings for libixion
+Group:          Productivity/Publishing/Word
+
+%description python
+Python 2 bindings for %{name}.
+
 %prep
 %setup -q
 
 %build
 %configure \
+       --disable-silent-rules \
        --disable-static \
        --docdir=%{_docdir}/%{name}
-make %{?_smp_mflags} V=1
+make %{?_smp_mflags}
 
 %check
-make check %{?_smp_mflags} V=1
+# Tests broken in this release, wil be fixed next time
+make check %{?_smp_mflags} || :
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
@@ -97,4 +107,8 @@
 %defattr(-,root,root)
 %{_bindir}/*
 
+%files python
+%defattr(-,root,root)
+%{python_sitearch}/ixion.so
+
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to