Hello community, here is the log from the commit of package python-tagpy for openSUSE:Factory checked in at 2017-02-05 15:50:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tagpy (Old) and /work/SRC/openSUSE:Factory/.python-tagpy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tagpy" Changes: -------- --- /work/SRC/openSUSE:Factory/python-tagpy/python-tagpy.changes 2013-09-26 19:59:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-tagpy.new/python-tagpy.changes 2017-02-05 16:25:37.455360260 +0100 @@ -1,0 +2,5 @@ +Thu Feb 2 11:56:48 UTC 2017 - [email protected] + +- use individual libboost-*-devel packages instead of boost-devel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tagpy.spec ++++++ --- /var/tmp/diff_new_pack.lROh5f/_old 2017-02-05 16:25:37.779314612 +0100 +++ /var/tmp/diff_new_pack.lROh5f/_new 2017-02-05 16:25:37.779314612 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-tagpy # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Pascal Bleser <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -31,7 +31,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf BuildRequires: automake +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_python-devel +%else BuildRequires: boost-devel +%endif BuildRequires: gcc-c++ BuildRequires: glibc-devel BuildRequires: libtag-devel @@ -70,7 +74,7 @@ --python-exe="%__python" \ --prefix="%{_prefix}" \ --taglib-inc-dir="%{_includedir}/taglib" \ - --boost-python-libname="boost_python-mt" + --boost-python-libname="boost_python" python setup.py build %install
