commit libixion for openSUSE:Factory

2020-10-18 Thread root
Hello community,

here is the log from the commit of package libixion for openSUSE:Factory 
checked in at 2020-10-18 16:18:22

Comparing /work/SRC/openSUSE:Factory/libixion (Old)
 and  /work/SRC/openSUSE:Factory/.libixion.new.3486 (New)


Package is "libixion"

Sun Oct 18 16:18:22 2020 rev:17 rq:841722 version:0.16.1

Changes:

--- /work/SRC/openSUSE:Factory/libixion/libixion.changes2019-08-22 
15:11:19.182445039 +0200
+++ /work/SRC/openSUSE:Factory/.libixion.new.3486/libixion.changes  
2020-10-18 16:18:26.904411433 +0200
@@ -1,0 +2,35 @@
+Mon Sep 28 18:15:56 UTC 2020 - Dirk Mueller 
+
+- update to 0.16.1:
+  * fixed a build issue on 32-bit linux platforms, caused by slicing of integer
+  string ID values.
+  * worked around floating point rounding errors which prevented two
+  theoretically-equal numeric values from being evaluated as equal in test
+  code.
+  * added new function to allow printing of single formula tokens.
+  * added method for setting cached results on formula cells in
+model_context.
+  * changed the model_context design to ensure that all sheets are of the same
+size.
+  * added an accessor method to formula_model_access interface (and implicitly
+in model_context) that directly returns a string value from cell.
+  * added cell_access class for querying of cell states without knowing its
+type ahead of time.
+  * added document class which provides a layer on top of model_context, to
+abstract away the handling of formula calculations.
+  * deprecated model_context::erase_cell() in favor of empty_cell().
+  * added support for 3D references - references that contain multiple sheets.
+  * added support for the exponent (^) and concatenation (&) operators.
+  * fixed incorrect handling of range references containing whole columns such
+as A:A.
+  * added support for unordered range references - range references whose
+start row or column is greater than their end position counterparts, such
+as A3:A1.
+  * fixed a bug that prevented nested formula functions from working properly.
+  * implemented Calc A1 style reference resolver.
+  * formula results now directly store the string values when the results are
+of string type.  They previously stored string ID values after interning
+the original strings.
+  * removed build-time dependency on spdlog. 
+
+---

Old:

  libixion-0.15.0.tar.xz

New:

  libixion-0.16.1.tar.xz



Other differences:
--
++ libixion.spec ++
--- /var/tmp/diff_new_pack.gtN7vu/_old  2020-10-18 16:18:27.384411647 +0200
+++ /var/tmp/diff_new_pack.gtN7vu/_new  2020-10-18 16:18:27.384411647 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libixion
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,13 @@
 #
 
 
-%define libname libixion-0_15-0
+%define libname libixion-0_16-0
 Name:   libixion
-Version:0.15.0
+Version:0.16.1
 Release:0
 Summary:Threaded multi-target formula parser & interpreter
 License:MIT
-Group:  Productivity/Publishing/Word
-Url:https://gitlab.com/ixion/ixion
+URL:https://gitlab.com/ixion/ixion
 Source: http://kohei.us/files/ixion/src/%{name}-%{version}.tar.xz
 BuildRequires:  coreutils
 BuildRequires:  gcc-c++
@@ -47,7 +46,6 @@
 
 %package -n %{libname}
 Summary:Threaded multi-target formula parser & interpreter
-Group:  System/Libraries
 
 %description -n %{libname}
 Ixion is a general purpose formula parser & interpreter that can calculate
@@ -55,7 +53,6 @@
 
 %package devel
 Summary:Threaded multi-target formula parser & interpreter
-Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}
 
 %description devel
@@ -64,7 +61,6 @@
 
 %package tools
 Summary:Spreadsheet file processing library
-Group:  Productivity/Publishing/Word
 Requires:   %{libname} = %{version}
 
 %description tools
@@ -72,7 +68,6 @@
 
 %package -n python3-%{name}
 Summary:Python bindings for libixion
-Group:  Productivity/Publishing/Word
 Obsoletes:  %{name}-python
 # Renamed in 15.0
 Provides:   %{name}-python3 = %{version}
@@ -88,10 +83,10 @@
--disable-silent-rules \
--disable-static \
--docdir=%{_docdir}/%{name}
-make %{?_smp_mflags}
+%make_build
 
 %check
-make check %{?_smp_mflags}
+%make_build check
 
 %install
 %make_install

++ libixion-0.15.0.tar.xz -> libixion-0.16.1.tar.xz ++

commit libixion for openSUSE:Factory

2019-08-22 Thread root
Hello community,

here is the log from the commit of package libixion for openSUSE:Factory 
checked in at 2019-08-22 15:03:42

Comparing /work/SRC/openSUSE:Factory/libixion (Old)
 and  /work/SRC/openSUSE:Factory/.libixion.new.7948 (New)


Package is "libixion"

Thu Aug 22 15:03:42 2019 rev:16 rq:723934 version:0.15.0

Changes:

--- /work/SRC/openSUSE:Factory/libixion/libixion.changes2019-03-12 
09:50:41.623570605 +0100
+++ /work/SRC/openSUSE:Factory/.libixion.new.7948/libixion.changes  
2019-08-22 15:11:19.182445039 +0200
@@ -1,0 +2,9 @@
+Thu Aug 15 21:35:46 UTC 2019 - Jonathan Brielmaier 
+
+- Update to 0.15.0
+  * Update for new liborcus
+  * Switched to spdlog for compile-time debug log outputs
+  * Various fixes
+- Add spdlog build dependency
+
+---

Old:

  libixion-0.14.1.tar.xz

New:

  libixion-0.15.0.tar.xz



Other differences:
--
++ libixion.spec ++
--- /var/tmp/diff_new_pack.y7HaS7/_old  2019-08-22 15:11:19.570444938 +0200
+++ /var/tmp/diff_new_pack.y7HaS7/_new  2019-08-22 15:11:19.57937 +0200
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define libname libixion-0_14-0
+%define libname libixion-0_15-0
 Name:   libixion
-Version:0.14.1
+Version:0.15.0
 Release:0
 Summary:Threaded multi-target formula parser & interpreter
 License:MIT
@@ -30,8 +30,9 @@
 BuildRequires:  libstdc++-devel
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(mdds-1.4)
+BuildRequires:  pkgconfig(mdds-1.5)
 BuildRequires:  pkgconfig(python3)
+BuildRequires:  pkgconfig(spdlog) >= 0.16.0
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_filesystem-devel
 BuildRequires:  libboost_program_options-devel

++ libixion-0.14.1.tar.xz -> libixion-0.15.0.tar.xz ++
 21725 lines of diff (skipped)




commit libixion for openSUSE:Factory

2019-03-12 Thread root
Hello community,

here is the log from the commit of package libixion for openSUSE:Factory 
checked in at 2019-03-12 09:50:40

Comparing /work/SRC/openSUSE:Factory/libixion (Old)
 and  /work/SRC/openSUSE:Factory/.libixion.new.28833 (New)


Package is "libixion"

Tue Mar 12 09:50:40 2019 rev:15 rq:682400 version:0.14.1

Changes:

--- /work/SRC/openSUSE:Factory/libixion/libixion.changes2019-01-26 
22:19:18.247006887 +0100
+++ /work/SRC/openSUSE:Factory/.libixion.new.28833/libixion.changes 
2019-03-12 09:50:41.623570605 +0100
@@ -1,0 +2,5 @@
+Thu Mar  7 10:05:25 UTC 2019 - Adam Majer 
+
+- Add missing dependency on libboost_system-devel
+
+---



Other differences:
--
++ libixion.spec ++
--- /var/tmp/diff_new_pack.JCPS40/_old  2019-03-12 09:50:42.455570439 +0100
+++ /var/tmp/diff_new_pack.JCPS40/_new  2019-03-12 09:50:42.459570439 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libixion
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
@@ -35,6 +35,7 @@
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_filesystem-devel
 BuildRequires:  libboost_program_options-devel
+BuildRequires:  libboost_system-devel
 %else
 BuildRequires:  boost-devel
 %endif




commit libixion for openSUSE:Factory

2019-01-26 Thread root
Hello community,

here is the log from the commit of package libixion for openSUSE:Factory 
checked in at 2019-01-26 22:19:18

Comparing /work/SRC/openSUSE:Factory/libixion (Old)
 and  /work/SRC/openSUSE:Factory/.libixion.new.28833 (New)


Package is "libixion"

Sat Jan 26 22:19:18 2019 rev:14 rq:668090 version:0.14.1

Changes:

--- /work/SRC/openSUSE:Factory/libixion/libixion.changes2018-02-22 
14:59:45.583802366 +0100
+++ /work/SRC/openSUSE:Factory/.libixion.new.28833/libixion.changes 
2019-01-26 22:19:18.247006887 +0100
@@ -1,0 +2,8 @@
+Thu Nov 15 13:48:27 UTC 2018 - Tomáš Chvátal 
+
+- Update to 0.14.1:
+  * Update for new orcus
+  * Various 23bit build issues
+  * Various coverity fixes
+
+---

Old:

  libixion-0.13.0.tar.xz

New:

  libixion-0.14.1.tar.xz



Other differences:
--
++ libixion.spec ++
--- /var/tmp/diff_new_pack.a20hBk/_old  2019-01-26 22:19:18.747006481 +0100
+++ /var/tmp/diff_new_pack.a20hBk/_new  2019-01-26 22:19:18.747006481 +0100
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define libname libixion-0_13-0
+%define libname libixion-0_14-0
 Name:   libixion
-Version:0.13.0
+Version:0.14.1
 Release:0
 Summary:Threaded multi-target formula parser & interpreter
 License:MIT
@@ -30,11 +30,11 @@
 BuildRequires:  libstdc++-devel
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(mdds-1.2)
+BuildRequires:  pkgconfig(mdds-1.4)
 BuildRequires:  pkgconfig(python3)
 %if 0%{?suse_version} > 1325
+BuildRequires:  libboost_filesystem-devel
 BuildRequires:  libboost_program_options-devel
-BuildRequires:  libboost_thread-devel
 %else
 BuildRequires:  boost-devel
 %endif

++ libixion-0.13.0.tar.xz -> libixion-0.14.1.tar.xz ++
 20654 lines of diff (skipped)




commit libixion for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package libixion for openSUSE:Factory 
checked in at 2018-02-22 14:59:44

Comparing /work/SRC/openSUSE:Factory/libixion (Old)
 and  /work/SRC/openSUSE:Factory/.libixion.new (New)


Package is "libixion"

Thu Feb 22 14:59:44 2018 rev:13 rq:576923 version:0.13.0

Changes:

--- /work/SRC/openSUSE:Factory/libixion/libixion.changes2018-01-09 
14:47:53.538713912 +0100
+++ /work/SRC/openSUSE:Factory/.libixion.new/libixion.changes   2018-02-22 
14:59:45.583802366 +0100
@@ -1,0 +2,6 @@
+Thu Feb 15 08:19:15 UTC 2018 - tchva...@suse.com
+
+- Rename python3 package to match up naming conventions
+- Install license file
+
+---



Other differences:
--
++ libixion.spec ++
--- /var/tmp/diff_new_pack.L470iC/_old  2018-02-22 14:59:46.551767541 +0100
+++ /var/tmp/diff_new_pack.L470iC/_new  2018-02-22 14:59:46.555767397 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libixion
 #
-# 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
@@ -68,12 +68,14 @@
 %description tools
 Tools to use ixion parser and interpreter from cli.
 
-%package python3
+%package -n python3-%{name}
 Summary:Python bindings for libixion
 Group:  Productivity/Publishing/Word
 Obsoletes:  %{name}-python
+# Renamed in 15.0
+Provides:   %{name}-python3 = %{version}
 
-%description python3
+%description -n python3-%{name}
 Python 3 bindings for %{name}.
 
 %prep
@@ -97,6 +99,7 @@
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
+%license LICENSE
 %{_libdir}/*.so.*
 
 %files devel
@@ -107,7 +110,7 @@
 %files tools
 %{_bindir}/*
 
-%files python3
+%files -n python3-%{name}
 %{python3_sitearch}/ixion.so
 
 %changelog




commit libixion for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package libixion for openSUSE:Factory 
checked in at 2018-01-09 14:47:52

Comparing /work/SRC/openSUSE:Factory/libixion (Old)
 and  /work/SRC/openSUSE:Factory/.libixion.new (New)


Package is "libixion"

Tue Jan  9 14:47:52 2018 rev:12 rq:554745 version:0.13.0

Changes:

--- /work/SRC/openSUSE:Factory/libixion/libixion.changes2017-02-19 
00:42:15.074132074 +0100
+++ /work/SRC/openSUSE:Factory/.libixion.new/libixion.changes   2018-01-09 
14:47:53.538713912 +0100
@@ -1,0 +2,7 @@
+Wed Nov 29 12:44:50 UTC 2017 - tchva...@suse.com
+
+- Version update to 0.13.0:
+  * Step lock update with orcus
+  * Various fixes / fuzzer crashes resolved
+
+---

Old:

  libixion-0.12.1.tar.xz

New:

  libixion-0.13.0.tar.xz



Other differences:
--
++ libixion.spec ++
--- /var/tmp/diff_new_pack.OgbmKz/_old  2018-01-09 14:47:54.214682217 +0100
+++ /var/tmp/diff_new_pack.OgbmKz/_new  2018-01-09 14:47:54.214682217 +0100
@@ -16,29 +16,28 @@
 #
 
 
-%define libname libixion-0_12-0
+%define libname libixion-0_13-0
 Name:   libixion
-Version:0.12.1
+Version:0.13.0
 Release:0
 Summary:Threaded multi-target formula parser & interpreter
 License:MIT
 Group:  Productivity/Publishing/Word
 Url:https://gitlab.com/ixion/ixion
 Source: http://kohei.us/files/ixion/src/%{name}-%{version}.tar.xz
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_program_options-devel
-BuildRequires:  libboost_thread-devel
-%else
-BuildRequires:  boost-devel
-%endif
 BuildRequires:  coreutils
 BuildRequires:  gcc-c++
 BuildRequires:  libstdc++-devel
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(mdds-1.2)
 BuildRequires:  pkgconfig(python3)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_program_options-devel
+BuildRequires:  libboost_thread-devel
+%else
+BuildRequires:  boost-devel
+%endif
 
 %description
 Ixion is a general purpose formula parser & interpreter that can calculate
@@ -91,28 +90,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)
 %{python3_sitearch}/ixion.so
 
 %changelog

++ libixion-0.12.1.tar.xz -> libixion-0.13.0.tar.xz ++
 4832 lines of diff (skipped)




commit libixion for openSUSE:Factory

2017-02-18 Thread root
Hello community,

here is the log from the commit of package libixion for openSUSE:Factory 
checked in at 2017-02-19 00:42:13

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.changes2016-06-14 
23:05:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.libixion.new/libixion.changes   2017-02-19 
00:42:15.074132074 +0100
@@ -1,0 +2,12 @@
+Wed Feb  1 12:54:11 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---
+Sat Dec  3 13:44:31 UTC 2016 - tchva...@suse.com
+
+- Version update to 0.12.1:
+  * Update to be in sync with orcus
+  * Small fixes around
+
+---

Old:

  libixion-0.11.1.tar.xz

New:

  libixion-0.12.1.tar.xz



Other differences:
--
++ libixion.spec ++
--- /var/tmp/diff_new_pack.bAx9Ym/_old  2017-02-19 00:42:15.566062864 +0100
+++ /var/tmp/diff_new_pack.bAx9Ym/_new  2017-02-19 00:42:15.566062864 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libixion
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,16 +16,21 @@
 #
 
 
-%define libname libixion-0_11-0
+%define libname libixion-0_12-0
 Name:   libixion
-Version:0.11.1
+Version:0.12.1
 Release:0
 Summary:Threaded multi-target formula parser & interpreter
 License:MIT
 Group:  Productivity/Publishing/Word
 Url:https://gitlab.com/ixion/ixion
 Source: http://kohei.us/files/ixion/src/%{name}-%{version}.tar.xz
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_program_options-devel
+BuildRequires:  libboost_thread-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  coreutils
 BuildRequires:  gcc-c++
 BuildRequires:  libstdc++-devel

++ libixion-0.11.1.tar.xz -> libixion-0.12.1.tar.xz ++
 36468 lines of diff (skipped)




commit libixion for openSUSE:Factory

2016-06-14 Thread h_root
Hello community,

here is the log from the commit of package libixion for openSUSE:Factory 
checked in at 2016-06-14 23:05:05

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.changes2016-03-11 
09:37:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.libixion.new/libixion.changes   2016-06-14 
23:05:06.0 +0200
@@ -1,0 +2,7 @@
+Wed May 25 11:55:37 UTC 2016 - tchva...@suse.com
+
+- Version update to 0.11.1:
+  * Switch to mdds-1.2
+  * Few small fixes
+
+---

Old:

  libixion-0.11.0.tar.xz

New:

  libixion-0.11.1.tar.xz



Other differences:
--
++ libixion.spec ++
--- /var/tmp/diff_new_pack.DOy3lG/_old  2016-06-14 23:05:07.0 +0200
+++ /var/tmp/diff_new_pack.DOy3lG/_new  2016-06-14 23:05:07.0 +0200
@@ -18,7 +18,7 @@
 
 %define libname libixion-0_11-0
 Name:   libixion
-Version:0.11.0
+Version:0.11.1
 Release:0
 Summary:Threaded multi-target formula parser & interpreter
 License:MIT
@@ -31,7 +31,7 @@
 BuildRequires:  libstdc++-devel
 BuildRequires:  libtool
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(mdds-1.0)
+BuildRequires:  pkgconfig(mdds-1.2)
 BuildRequires:  pkgconfig(python3)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ libixion-0.11.0.tar.xz -> libixion-0.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libixion-0.11.0/ChangeLog 
new/libixion-0.11.1/ChangeLog
--- old/libixion-0.11.0/ChangeLog   2016-02-13 14:42:29.0 +0100
+++ new/libixion-0.11.1/ChangeLog   2016-05-12 02:35:45.0 +0200
@@ -1,5 +1,59 @@
 # Generated by Makefile. Do not edit.
 
+commit 4e3e34fd5adc3134332b0634347df8e0fdc70785
+Author: Kohei Yoshida 
+Date:   Wed May 11 20:35:33 2016 -0400
+
+Update it.
+
+commit 44539859a75774d3ad14f1ff5edccabeafca3d42
+Author: Kohei Yoshida 
+Date:   Mon Apr 4 20:03:05 2016 -0400
+
+Add method docs.
+
+commit c1dc87c6c1284aa89b9d8a7af0bf5e5673df590f
+Author: Kohei Yoshida 
+Date:   Mon Apr 4 19:37:26 2016 -0400
+
+It now requires mdds API version 1.2 (from the master branch).
+
+commit 5ebabdacfde847e7000e00ed79c7056c967b230f
+Author: Kohei Yoshida 
+Date:   Sat Apr 2 20:37:12 2016 -0400
+
+Add model_context::get_columns().
+
+commit b0787b0d01b509559ec8779e3b06669d484f062b
+Author: David Tardon 
+Date:   Sun Feb 14 17:07:03 2016 +0100
+
+MDDS_HASH_CONTAINER_BOOST was removed in mdds 1.0
+
+commit 97b5fe6bf868341e743b7b6e106b8991fc6b3684
+Author: Kohei Yoshida 
+Date:   Sun Feb 14 08:32:08 2016 -0500
+
+Fix one factual error.  cell.hpp still depends on boost::thread.
+
+commit 8da8a5b402e9e2861210baa0c1b236cf3750c964
+Author: David Tardon 
+Date:   Sun Feb 14 09:04:18 2016 +0100
+
+distribute LICENSE
+
+commit cb8626668248d1de109c725569e97eadf96e7d28
+Author: Kohei Yoshida 
+Date:   Sat Feb 13 12:19:11 2016 -0500
+
+We don't use shared_lock in ixion.
+
+commit aad829b30a0a4c13dcad84ff3a8fa883b08977de
+Author: Kohei Yoshida 
+Date:   Sat Feb 13 10:02:04 2016 -0500
+
+Added URLs to the 0.11.0 packages.
+
 commit e7b9b3f2dd5314ff99dfe893c0c130707ce2c650
 Author: Kohei Yoshida 
 Date:   Sat Feb 13 08:37:47 2016 -0500
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libixion-0.11.0/LICENSE new/libixion-0.11.1/LICENSE
--- old/libixion-0.11.0/LICENSE 1970-01-01 01:00:00.0 +0100
+++ new/libixion-0.11.1/LICENSE 2015-07-01 01:08:40.0 +0200
@@ -0,0 +1,4 @@
+This Source Code Form is subject to the terms of the Mozilla Public
+License, v. 2.0. If a copy of the MPL was not distributed with this
+file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libixion-0.11.0/Makefile.am 
new/libixion-0.11.1/Makefile.am
--- old/libixion-0.11.0/Makefile.am 2016-02-13 05:00:41.0 +0100
+++ new/libixion-0.11.1/Makefile.am 2016-02-14 14:33:07.0 +0100
@@ -50,6 +50,7 @@
doc/sheet.rst
 
 EXTRA_DIST = \
+   LICENSE \
libixion.pc.in \
autogen.sh \
$(bin_data) \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libixion-0.11.0/Makefile.in 

commit libixion for openSUSE:Factory

2016-03-11 Thread h_root
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.changes2015-04-21 
10:49:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.libixion.new/libixion.changes   2016-03-11 
09:37:42.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.KN8E6C/_new  2016-03-11 09:37:43.0 +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)




commit libixion for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package libixion for openSUSE:Factory 
checked in at 2015-04-21 10:49:25

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.changes2015-03-30 
19:10:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.libixion.new/libixion.changes   2015-04-21 
10:49:26.0 +0200
@@ -1,0 +2,7 @@
+Mon Apr 13 10:47:29 UTC 2015 - tchva...@suse.com
+
+- Version bump to 0.9.1:
+  * various triv bugfixes
+  * Build with tests and work this time
+
+---

Old:

  libixion-0.9.0.tar.xz

New:

  libixion-0.9.1.tar.xz



Other differences:
--
++ libixion.spec ++
--- /var/tmp/diff_new_pack.ohxILo/_old  2015-04-21 10:49:27.0 +0200
+++ /var/tmp/diff_new_pack.ohxILo/_new  2015-04-21 10:49:27.0 +0200
@@ -18,7 +18,7 @@
 
 %define libname libixion-0_10-0
 Name:   libixion
-Version:0.9.0
+Version:0.9.1
 Release:0
 Summary:Threaded multi-target formula parser  interpreter
 License:MIT
@@ -82,8 +82,7 @@
 make %{?_smp_mflags}
 
 %check
-# Tests broken in this release, wil be fixed next time
-make check %{?_smp_mflags} || :
+make check %{?_smp_mflags}
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}

++ libixion-0.9.0.tar.xz - libixion-0.9.1.tar.xz ++
 3670 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libixion-0.9.0/AUTHORS new/libixion-0.9.1/AUTHORS
--- old/libixion-0.9.0/AUTHORS  2015-01-30 03:11:24.0 +0100
+++ new/libixion-0.9.1/AUTHORS  2015-04-05 16:07:03.0 +0200
@@ -1,2 +1,10 @@
 Kohei Yoshida kohei.yosh...@gmail.com
+David Tardon dtar...@redhat.com
 Cédric Bosdonnat cedric.bosdon...@free.fr
+Markus Mohrhard markus.mohrh...@googlemail.com
+Fridrich Štrba fridrich.st...@bluewin.ch
+Andreas Schwab sch...@linux-m68k.org
+Bjoern Michaelsen bjoern.michael...@canonical.com
+Miklos Vajna vmik...@frugalware.org
+Rene Engelhard r...@debian.org
+Tomas Chvatal tchva...@suse.cz
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libixion-0.9.0/ChangeLog new/libixion-0.9.1/ChangeLog
--- old/libixion-0.9.0/ChangeLog2015-02-17 02:26:46.0 +0100
+++ new/libixion-0.9.1/ChangeLog2015-04-05 16:13:36.0 +0200
@@ -1,5 +1,119 @@
 # Generated by Makefile. Do not edit.
 
+commit 823c96ff213760bf3e4e9f26c7b456b1e522b0f2
+Author: Kohei Yoshida kohei.yosh...@gmail.com
+Date:   Sun Apr 5 10:07:10 2015 -0400
+
+Update AUTHORS.
+
+commit dee0ffa0a7ea98e33d305b7d56216030a9712448
+Author: Kohei Yoshida kohei.yosh...@gmail.com
+Date:   Sun Apr 5 10:00:30 2015 -0400
+
+Create README on the fly.
+
+commit 4e3686355f73d3b1f69651b5f6a31e6a1e5da2ef
+Author: Kohei Yoshida kohei.yosh...@gmail.com
+Date:   Sun Apr 5 09:41:26 2015 -0400
+
+Set the version to 0.9.1.
+
+commit 2bd12372cef579d5c644b844ffb3b198b51c5bce
+Author: Kohei Yoshida kohei.yosh...@gmail.com
+Date:   Sun Apr 5 12:54:59 2015 +
+
+Reformatted the Download section to make it appear better.
+
+commit 2684b41e7d17adb8326a1eb5db58c64c49f4598e
+Author: Kohei Yoshida kohei.yosh...@gmail.com
+Date:   Sun Apr 5 08:46:40 2015 -0400
+
+Add Download section content to README.
+
+commit 2ac9865bef5bd7def83272c0e44d5ccc541ddc3b
+Author: Kohei Yoshida kohei.yosh...@gmail.com
+Date:   Sun Apr 5 08:29:25 2015 -0400
+
+Put the project's old wiki home content into README.
+
+commit e9b71b7d083bddd291f12efd07113d7aec9f87ff
+Author: David Tardon dtar...@redhat.com
+Date:   Sun Apr 5 10:55:49 2015 +0200
+
+add something to NEWS
+
+commit a833414d6f8a841da968692a9773bd86dc873ed6
+Author: David Tardon dtar...@redhat.com
+Date:   Fri Mar 6 08:33:19 2015 -0500
+
+match argument and format unit
+
+This makes ixion.sheet work correctly on s390x.
+
+commit 877f3e2fe6b38d320a6732c5d569652b7cbdc872
+Author: David Tardon dtar...@redhat.com
+Date:   Fri Mar 6 14:12:12 2015 +0100
+
+set correct CPPFLAGS for the python module
+
+commit 9e7763aa51d50b941754ad678fd5ec8e4fe5670f

commit libixion for openSUSE:Factory

2015-03-30 Thread h_root
Hello community,

here is the log from the commit of package libixion for openSUSE:Factory 
checked in at 2015-03-30 19:10:57

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.changes2015-03-27 
09:39:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.libixion.new/libixion.changes   2015-03-30 
19:10:58.0 +0200
@@ -9 +9 @@
-- Version bump to 0.8.0:
+- Version bump to 0.9.0:



Other differences:
--



commit libixion for openSUSE:Factory

2015-03-27 Thread h_root
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.changes2014-07-27 
18:46:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.libixion.new/libixion.changes   2015-03-27 
09:39:23.0 +0100
@@ -1,0 +2,15 @@
+Tue Mar 24 14:16:41 UTC 2015 - tchva...@suse.com
+
+- Drop copypasto from fedora
+
+---
+Tue Mar 24 10:09:15 UTC 2015 - tchva...@suse.com
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.9Nv9bc/_new  2015-03-27 09:39:24.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libixion for openSUSE:Factory

2014-07-27 Thread h_root
Hello community,

here is the log from the commit of package libixion for openSUSE:Factory 
checked in at 2014-07-27 18:46:49

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.changes2014-01-30 
11:29:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.libixion.new/libixion.changes   2014-07-27 
18:46:52.0 +0200
@@ -1,0 +2,7 @@
+Mon May 26 21:22:15 UTC 2014 - fst...@suse.com
+
+- Upgrade to upstream version 0.7.0
+  * needed by libreoffice 4.3.x
+- Add pkgconfig(mdds) dependency instead of mdds-devel
+
+---

Old:

  libixion-0.5.0.tar.bz2

New:

  libixion-0.7.0.tar.bz2



Other differences:
--
++ libixion.spec ++
--- /var/tmp/diff_new_pack.9cxJEb/_old  2014-07-27 18:46:52.0 +0200
+++ /var/tmp/diff_new_pack.9cxJEb/_new  2014-07-27 18:46:52.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define libname libixion-0_6-0
+%define libname libixion-0_8-0
 Name:   libixion
-Version:0.5.0
+Version:0.7.0
 Release:0
 Summary:Threaded multi-target formula parser  interpreter
 License:MIT
@@ -30,8 +30,8 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libstdc++-devel
 BuildRequires:  libtool
-BuildRequires:  mdds-devel = 0.7.1
 BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(mdds) = 0.7.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ libixion-0.5.0.tar.bz2 - libixion-0.7.0.tar.bz2 ++
 29420 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libixion for openSUSE:Factory

2014-01-30 Thread h_root
Hello community,

here is the log from the commit of package libixion for openSUSE:Factory 
checked in at 2014-01-30 11:29:47

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.changes2013-05-16 
11:08:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.libixion.new/libixion.changes   2014-01-30 
11:29:48.0 +0100
@@ -1,0 +2,5 @@
+Sun Jan 26 08:57:36 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner and make the outputs verbose.
+
+---



Other differences:
--
++ libixion.spec ++
--- /var/tmp/diff_new_pack.craFuy/_old  2014-01-30 11:29:48.0 +0100
+++ /var/tmp/diff_new_pack.craFuy/_new  2014-01-30 11:29:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libixion
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,6 @@
 
 
 %define libname libixion-0_6-0
-
 Name:   libixion
 Version:0.5.0
 Release:0
@@ -26,13 +25,13 @@
 Group:  Productivity/Publishing/Word
 Url:http://gitorious.org/ixion
 Source: http://kohei.us/files/ixion/src/%{name}-%{version}.tar.bz2
+BuildRequires:  boost-devel
 BuildRequires:  coreutils
 BuildRequires:  gcc-c++
 BuildRequires:  libstdc++-devel
 BuildRequires:  libtool
 BuildRequires:  mdds-devel = 0.7.1
 BuildRequires:  pkg-config
-BuildRequires:  boost-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -50,7 +49,7 @@
 %package devel
 Summary:Threaded multi-target formula parser  interpreter
 Group:  Development/Libraries/C and C++
-Requires:   %libname = %version
+Requires:   %{libname} = %{version}
 
 %description devel
 Ixion is a general purpose formula parser  interpreter that can calculate
@@ -59,7 +58,7 @@
 %package tools
 Summary:Spreadsheet file processing library
 Group:  Productivity/Publishing/Word
-Requires:   %libname = %version
+Requires:   %{libname} = %{version}
 
 %description tools
 Tools to use ixion parser and interpreter from cli.
@@ -70,17 +69,18 @@
 %build
 %configure \
--disable-static \
-   --docdir=%_docdir/%name
-make %{?_smp_mflags}
+   --docdir=%{_docdir}/%{name}
+make %{?_smp_mflags} V=1
 
 %check
-make check
+make check %{?_smp_mflags} V=1
 
 %install
-make DESTDIR=%{buildroot} install
-rm %{buildroot}%{_libdir}/*.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name *.la -delete -print
 
 %post -n %{libname} -p /sbin/ldconfig
+
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libixion for openSUSE:Factory

2013-05-16 Thread h_root
Hello community,

here is the log from the commit of package libixion for openSUSE:Factory 
checked in at 2013-05-16 11:08:45

Comparing /work/SRC/openSUSE:Factory/libixion (Old)
 and  /work/SRC/openSUSE:Factory/.libixion.new (New)


Package is libixion

Changes:

New Changes file:

--- /dev/null   2013-05-15 01:32:43.420028506 +0200
+++ /work/SRC/openSUSE:Factory/.libixion.new/libixion.changes   2013-05-16 
11:08:47.0 +0200
@@ -0,0 +1,59 @@
+---
+Wed May 15 11:42:14 UTC 2013 - cfarr...@suse.com
+
+- license update: MIT
+  The SPDX shortname for the license described in the COPYING file is MIT
+
+---
+Sat Apr 20 11:44:14 UTC 2013 - tchva...@suse.com
+
+- Add URL path for the download.
+- Update the package to be matching the released tarball.
+- Do not force autoreconf as it is not really needed with released
+  package.
+
+---
+Wed Mar 27 13:58:07 UTC 2013 - kyosh...@suse.com
+
+- Updated the package which includes the boost patch and several 
+  others.
+- Removed distro-specific patch.
+
+---
+Tue Mar 26 17:11:53 UTC 2013 - tchva...@suse.com
+
+- Cleanup a bit more for factory inclusion.
+
+---
+Tue Mar 26 14:58:20 UTC 2013 - jeng...@inai.de
+
+- Fix wrong order of patch application and broken sed substitution
+  in %prep stage
+- Runtime boost dependency is automatic and not needed
+
+---
+Tue Mar 26 13:31:04 UTC 2013 - tchva...@suse.com
+
+- Beautify a bit.
+
+---
+Tue Mar 26 13:26:03 UTC 2013 - tchva...@suse.com
+
+- Fix boost m4 macro to pass configure stage.
+
+---
+Tue Mar 26 05:03:03 UTC 2013 - kyosh...@suse.com
+
+- Updated to the 0.5.0 pre-release version.
+
+---
+Tue Jan 31 16:52:01 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Add autotools BuildRequires for factory/12.2
+
+---
+Thu Oct 27 02:57:02 UTC 2011 - kyosh...@suse.com
+
+- Initial package.
+

New:

  libixion-0.5.0.tar.bz2
  libixion.changes
  libixion.spec



Other differences:
--
++ libixion.spec ++
#
# spec file for package libixion
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define libname libixion-0_6-0

Name:   libixion
Version:0.5.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
BuildRequires:  coreutils
BuildRequires:  gcc-c++
BuildRequires:  libstdc++-devel
BuildRequires:  libtool
BuildRequires:  mdds-devel = 0.7.1
BuildRequires:  pkg-config
BuildRequires:  boost-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Ixion is a general purpose formula parser  interpreter that can calculate
multiple named targets, or cells.

%package -n %{libname}
Summary:Threaded multi-target formula parser  interpreter
Group:  System/Libraries

%description -n %{libname}
Ixion is a general purpose formula parser  interpreter that can calculate
multiple named targets, or cells.

%package devel
Summary:Threaded multi-target formula parser  interpreter
Group:  Development/Libraries/C and C++
Requires:   %libname = %version

%description devel
Ixion is a general purpose formula parser  interpreter that can calculate
multiple named targets, or cells.

%package tools
Summary:Spreadsheet file processing library
Group:  Productivity/Publishing/Word
Requires: