Hello community, here is the log from the commit of package glom for openSUSE:Factory checked in at 2017-02-02 15:44:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glom (Old) and /work/SRC/openSUSE:Factory/.glom.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glom" Changes: -------- --- /work/SRC/openSUSE:Factory/glom/glom.changes 2016-09-23 11:31:51.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.glom.new/glom.changes 2017-02-03 17:40:53.749570403 +0100 @@ -1,0 +2,6 @@ +Wed Feb 1 10:51:43 UTC 2017 - [email protected] + +- Use individual libboost-*-devel packages instead of boost-devel. + + Add conditional libboost_python3-devel BuildRequires. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glom.spec ++++++ --- /var/tmp/diff_new_pack.s0PzbB/_old 2017-02-03 17:40:54.313490585 +0100 +++ /var/tmp/diff_new_pack.s0PzbB/_new 2017-02-03 17:40:54.317490019 +0100 @@ -1,7 +1,7 @@ # # spec file for package glom # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, The Netherlands. # # All modifications and additions to the file contributed by third parties @@ -30,7 +30,11 @@ Source: http://download.gnome.org/sources/glom/1.31/%{name}-%{version}.tar.xz # This is indeed GPL-3.0+, see http://git.gnome.org/browse/glom/commit/?id=6b16a90f8ea902d91db85656cc11c6a951d42ced Url: http://www.glom.org/ +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_python3-devel +%else BuildRequires: boost-devel +%endif BuildRequires: gcc-c++ BuildRequires: gdbm-devel BuildRequires: intltool @@ -130,8 +134,8 @@ %package -n python3-%{name} Summary: Database designer and user interface - Python bindings -Group: Development/Languages/Python # Automatically trigger installation if we have python3 and glom installed. +Group: Development/Languages/Python Supplements: packageand(glom:python3) Obsoletes: python-glom %py_requires
