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.changes 2018-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