Hello community, here is the log from the commit of package FlightGear for openSUSE:Factory checked in at 2018-01-09 14:53:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/FlightGear (Old) and /work/SRC/openSUSE:Factory/.FlightGear.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "FlightGear" Tue Jan 9 14:53:48 2018 rev:5 rq:562312 version:2017.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/FlightGear/FlightGear.changes 2017-12-13 11:58:49.855338854 +0100 +++ /work/SRC/openSUSE:Factory/.FlightGear.new/FlightGear.changes 2018-01-09 14:53:49.574021586 +0100 @@ -1,0 +2,14 @@ +Fri Jan 5 11:25:08 UTC 2018 - [email protected] + +- Added missing dependencies (glew, glut and udev). + +------------------------------------------------------------------- +Thu Jan 4 18:16:02 UTC 2018 - [email protected] + +- Update BuildRequires: + * pkgconfig(libcurl), no longer pulled in automatically + * pkgconfig(dbus-1), allow screensaver inhibition + * pkgconfig({freetype2,libpng}) for FGPanel features +- Remove deprecated Encoding key from .desktop file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ FlightGear.spec ++++++ --- /var/tmp/diff_new_pack.2kDmzp/_old 2018-01-09 14:53:50.413982209 +0100 +++ /var/tmp/diff_new_pack.2kDmzp/_new 2018-01-09 14:53:50.417982021 +0100 @@ -1,7 +1,7 @@ # # spec file for package FlightGear # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -31,9 +31,20 @@ BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme +BuildRequires: pkgconfig +# Required for screensaver inhibition +BuildRequires: freeglut-devel BuildRequires: plib-devel BuildRequires: sqlite3-devel BuildRequires: update-desktop-files +BuildRequires: pkgconfig(dbus-1) +BuildRequires: pkgconfig(freetype2) +BuildRequires: pkgconfig(glew) +BuildRequires: pkgconfig(libcurl) +BuildRequires: pkgconfig(libpng) +BuildRequires: pkgconfig(libudev) +BuildRequires: pkgconfig(xi) +BuildRequires: pkgconfig(xmu) # Additional dependencies to enable FlightGear's new Qt launcher interface BuildRequires: libQt5Network-devel @@ -105,5 +116,11 @@ %{_datadir}/icons/hicolor/scalable/apps/*.svg %{_datadir}/bash-completion/completions/fgfs %{_datadir}/zsh/site-functions/_fgfs +# Workaround for Leap 42.2 +%if 0%{?sle_version} == 120200 && 0%{?is_opensuse} +%dir %{_datadir}/bash-completion +%dir %{_datadir}/zsh +%dir %{_datadir}/zsh/site-functions +%endif %changelog ++++++ FlightGear.desktop ++++++ --- /var/tmp/diff_new_pack.2kDmzp/_old 2018-01-09 14:53:50.465979771 +0100 +++ /var/tmp/diff_new_pack.2kDmzp/_new 2018-01-09 14:53:50.465979771 +0100 @@ -1,5 +1,4 @@ [Desktop Entry] -Encoding=UTF-8 Name=FlightGear GenericName=Flight Simulator Comment=Open source and multi-platform flight simulator @@ -18,4 +17,3 @@ GenericName[pt]=Simulador de Voo GenericName[ro]=Simulator de zbor GenericName[zh]=模拟飞行 -
