Hello community, here is the log from the commit of package gpgmepp5 for openSUSE:Factory checked in at 2017-02-08 10:45:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gpgmepp5 (Old) and /work/SRC/openSUSE:Factory/.gpgmepp5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gpgmepp5" Changes: -------- --- /work/SRC/openSUSE:Factory/gpgmepp5/gpgmepp5.changes 2016-11-12 13:29:49.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gpgmepp5.new/gpgmepp5.changes 2017-02-08 10:45:51.526036681 +0100 @@ -1,0 +2,5 @@ +Wed Feb 1 10:57:39 UTC 2017 - [email protected] + +- use individual libboost-*-devel packages instead of boost-devel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gpgmepp5.spec ++++++ --- /var/tmp/diff_new_pack.y85Ebf/_old 2017-02-08 10:45:52.021967576 +0100 +++ /var/tmp/diff_new_pack.y85Ebf/_new 2017-02-08 10:45:52.025967018 +0100 @@ -1,7 +1,7 @@ # # spec file for package gpgmepp5 # -# 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 @@ -27,10 +27,15 @@ Source: gpgmepp-%{version}.tar.xz Source1: baselibs.conf # FIXME /home/abuild/rpmbuild/BUILD/gpgmepp-4.79.0git/src/verificationresult.h:32:32: fatal error: boost/shared_ptr.hpp: No such file or directory, but no cmake check for boost +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else BuildRequires: boost-devel +%endif BuildRequires: extra-cmake-modules >= 1.3.0 BuildRequires: kf5-filesystem BuildRequires: libgpgme-devel +BuildRequires: pkgconfig BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -43,12 +48,17 @@ Summary: C++ bindings/wrapper for gpgme: Build Environment Group: Development/Libraries/KDE Requires: %{name} = %{version} -Requires: libKF5QGpgme5 = %{version} -Requires: libgpgme-devel -Requires: pkgconfig(Qt5Core) >= 5.2.0 # FIXME /home/abuild/rpmbuild/BUILD/gpgmepp-4.79.0git/src/verificationresult.h:32:32: fatal error: boost/shared_ptr.hpp: No such file or directory, but no cmake check for boost # that is a public header +%if 0%{?suse_version} > 1325 +Requires: libboost_headers-devel +%else Requires: boost-devel +%endif +Requires: libKF5QGpgme5 = %{version} +Requires: libgpgme-devel +Requires: pkgconfig +Requires: pkgconfig(Qt5Core) >= 5.2.0 %description devel GpgME++ is a C++ wrapper (or C++ bindings) for the GnuPG project's @@ -74,11 +84,8 @@ %kf5_makeinstall -C build %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig - %post -n libKF5QGpgme5 -p /sbin/ldconfig - %postun -n libKF5QGpgme5 -p /sbin/ldconfig %files
