Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ppplay for openSUSE:Factory checked in at 2023-04-02 19:18:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ppplay (Old) and /work/SRC/openSUSE:Factory/.ppplay.new.9019 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ppplay" Sun Apr 2 19:18:25 2023 rev:2 rq:1076691 version:0.1.3+git20190918 Changes: -------- --- /work/SRC/openSUSE:Factory/ppplay/ppplay.changes 2023-02-22 15:21:17.405760405 +0100 +++ /work/SRC/openSUSE:Factory/.ppplay.new.9019/ppplay.changes 2023-04-02 19:18:26.688845499 +0200 @@ -1,0 +2,6 @@ +Sat Apr 1 21:25:42 UTC 2023 - Bjørn Lie <[email protected]> + +- Add patch: + * ppplay-fix-missing-include.patch + +------------------------------------------------------------------- New: ---- ppplay-fix-missing-include.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ppplay.spec ++++++ --- /var/tmp/diff_new_pack.e724bP/_old 2023-04-02 19:18:27.240848271 +0200 +++ /var/tmp/diff_new_pack.e724bP/_new 2023-04-02 19:18:27.248848311 +0200 @@ -1,6 +1,7 @@ # # spec file for package ppplay # +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2023, Martin Hauke <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -15,6 +16,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: ppplay Version: 0.1.3+git20190918 Release: 0 @@ -26,6 +28,7 @@ Patch0: ppplay-modern-boost.patch Patch1: ppplay-cmake.patch Patch2: ppplay-sdl.patch +Patch3: ppplay-fix-missing-include.patch BuildRequires: ImageMagick BuildRequires: boost-devel BuildRequires: cmake @@ -39,8 +42,8 @@ BuildRequires: pkgconfig BuildRequires: pkgconfig(libarchive) BuildRequires: pkgconfig(libmp3lame) -BuildRequires: pkgconfig(vorbis) BuildRequires: pkgconfig(sdl2) +BuildRequires: pkgconfig(vorbis) #### Bundled libs ##./src/adplug/ #Provides: bundled(adplug) @@ -62,6 +65,7 @@ %if 0%{?suse_version} <= 1550 %patch2 -p1 %endif +%patch3 -p1 %build %cmake \ ++++++ ppplay-fix-missing-include.patch ++++++ Index: ppplay-0.1.3+git20190918/src/ppg/label.h =================================================================== --- ppplay-0.1.3+git20190918.orig/src/ppg/label.h +++ ppplay-0.1.3+git20190918/src/ppg/label.h @@ -22,6 +22,7 @@ #include "widget.h" #include <vector> +#include <string> /** * @ingroup Ppg
