Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ogmtools for openSUSE:Factory checked in at 2021-06-11 00:18:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ogmtools (Old) and /work/SRC/openSUSE:Factory/.ogmtools.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ogmtools" Fri Jun 11 00:18:48 2021 rev:18 rq:898978 version:1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/ogmtools/ogmtools.changes 2017-11-20 17:05:45.409000891 +0100 +++ /work/SRC/openSUSE:Factory/.ogmtools.new.32437/ogmtools.changes 2021-06-11 00:19:23.621391973 +0200 @@ -1,0 +2,5 @@ +Thu Jun 10 08:39:56 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- fix build against gcc 11 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ogmtools.spec ++++++ --- /var/tmp/diff_new_pack.NcomAf/_old 2021-06-11 00:19:23.985392605 +0200 +++ /var/tmp/diff_new_pack.NcomAf/_new 2021-06-11 00:19:23.989392612 +0200 @@ -1,7 +1,7 @@ # # spec file for package ogmtools # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,10 +20,10 @@ Version: 1.5 Release: 0 Summary: Tools for OGG Media Streams -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Multimedia/Other -Url: http://www.bunkus.org/videotools/ogmtools/ -Source: http://www.bunkus.org/videotools/ogmtools/%{name}-%{version}.tar.bz2 +URL: https://www.bunkus.org/videotools/ogmtools/ +Source: https://www.bunkus.org/videotools/ogmtools/%{name}-%{version}.tar.bz2 Patch0: %{name}-%{version}.diff BuildRequires: automake BuildRequires: gcc-c++ @@ -41,13 +41,15 @@ %build autoreconf -fiv -%configure -make %{?_smp_mflags} +export CXXFLAGS="-std=c++14 %{optflags}" +%configure --disable-dependency-tracking +%make_build %install %make_install %files +%license COPYING %doc ChangeLog README %{_bindir}/dvdxchap %{_bindir}/ogmcat @@ -55,11 +57,11 @@ %{_bindir}/ogminfo %{_bindir}/ogmmerge %{_bindir}/ogmsplit -%{_mandir}/man1/dvdxchap.1%{ext_man} -%{_mandir}/man1/ogmcat.1%{ext_man} -%{_mandir}/man1/ogmdemux.1%{ext_man} -%{_mandir}/man1/ogminfo.1%{ext_man} -%{_mandir}/man1/ogmmerge.1%{ext_man} -%{_mandir}/man1/ogmsplit.1%{ext_man} +%{_mandir}/man1/dvdxchap.1%{?ext_man} +%{_mandir}/man1/ogmcat.1%{?ext_man} +%{_mandir}/man1/ogmdemux.1%{?ext_man} +%{_mandir}/man1/ogminfo.1%{?ext_man} +%{_mandir}/man1/ogmmerge.1%{?ext_man} +%{_mandir}/man1/ogmsplit.1%{?ext_man} %changelog