Hello community, here is the log from the commit of package pragha for openSUSE:Factory checked in at 2020-05-28 09:19:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pragha (Old) and /work/SRC/openSUSE:Factory/.pragha.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pragha" Thu May 28 09:19:30 2020 rev:25 rq:809631 version:1.3.99.1 Changes: -------- --- /work/SRC/openSUSE:Factory/pragha/pragha.changes 2019-11-17 19:23:57.442845579 +0100 +++ /work/SRC/openSUSE:Factory/.pragha.new.3606/pragha.changes 2020-05-28 09:19:31.149230778 +0200 @@ -1,0 +2,5 @@ +Wed May 27 10:59:06 UTC 2020 - Marcel Kuehlhorn <[email protected]> + +- Fix build for Leap 15.2 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pragha.spec ++++++ --- /var/tmp/diff_new_pack.PdPzUM/_old 2020-05-28 09:19:31.665231723 +0200 +++ /var/tmp/diff_new_pack.PdPzUM/_new 2020-05-28 09:19:31.665231723 +0200 @@ -1,7 +1,7 @@ # # spec file for package pragha # -# 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 @@ -38,7 +38,7 @@ BuildRequires: pkgconfig(gthread-2.0) >= 2.31 BuildRequires: pkgconfig(gtk+-3.0) >= 3.4.0 BuildRequires: pkgconfig(gudev-1.0) -%if 0%{?suse_version} >= 01550 && 0%{?is_opensuse} +%if 0%{?sle_version} >= 0150200 || (0%{?suse_version} >= 01550 && 0%{?is_opensuse}) BuildRequires: pkgconfig(gupnp-1.2) %else BuildRequires: pkgconfig(gupnp-1.0) @@ -131,7 +131,7 @@ %setup -q %build -%if 0%{?suse_version} >= 01550 && 0%{?is_opensuse} +%if 0%{?sle_version} >= 0150200 || (0%{?suse_version} >= 01550 && 0%{?is_opensuse}) export CPPFLAGS='-I/usr/include/gssdp-1.2/ -I/usr/include/gupnp-1.2/ -I/usr/include/libsoup-2.4/' %else export CPPFLAGS='-I/usr/include/gssdp-1.0/ -I/usr/include/gupnp-1.0/ -I/usr/include/libsoup-2.4/'
