Hello community, here is the log from the commit of package FlightGear for openSUSE:Leap:15.2 checked in at 2020-02-21 16:53:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/FlightGear (Old) and /work/SRC/openSUSE:Leap:15.2/.FlightGear.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "FlightGear" Fri Feb 21 16:53:34 2020 rev:10 rq:772218 version:2018.3.4 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/FlightGear/FlightGear.changes 2020-01-15 14:44:20.841159537 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.FlightGear.new.26092/FlightGear.changes 2020-02-21 16:53:38.279391858 +0100 @@ -1,0 +2,41 @@ +Fri Aug 16 22:53:21 UTC 2019 - Stefan Brüns <[email protected]> + +- Update to 2018.3.4 + * changelog: http://wiki.flightgear.org/Changelog_2018.3#2018.3.4_point_release + +------------------------------------------------------------------- +Mon Feb 11 22:31:43 UTC 2019 - Stefan Brüns <[email protected]> + +- Update to 2018.3.2 + * changelog: http://wiki.flightgear.org/Changelog_2018.3#2018.3.2_point_release + +------------------------------------------------------------------- +Tue Dec 18 00:09:42 UTC 2018 - Stefan Brüns <[email protected]> + +- Update to 2018.3.1 + * changelog: see upstream, http://wiki.flightgear.org/Changelog_2018.3 + and http://home.flightgear.org/news/a-preview-of-the-2018-3-release/ +- Cleanup BuildRequires, add Qt5Svg + +------------------------------------------------------------------- +Thu Jul 19 00:50:45 UTC 2018 - [email protected] + +- Relax FlightGear-data dependency to Recommends, data can also + be downloaded using FGs download dialog, or e.g. using git + checkouts, which is significantly more efficient as the + majority of data never changes. +- Use %license for COPYING + +------------------------------------------------------------------- +Wed Jun 27 15:48:52 UTC 2018 - [email protected] + +- Update to 2018.2.2 + * changelog: see upstream, http://wiki.flightgear.org/Changelog_2018.2 + +------------------------------------------------------------------- +Fri May 4 21:55:30 UTC 2018 - [email protected] + +- Update to 2018.1.1 + * changelog: see upstream, http://wiki.flightgear.org/Changelog_2018.1 + +------------------------------------------------------------------- Old: ---- flightgear-2017.3.1.tar.bz2 New: ---- _constraints flightgear-2018.3.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ FlightGear.spec ++++++ --- /var/tmp/diff_new_pack.Xg3NX3/_old 2020-02-21 16:53:42.151399646 +0100 +++ /var/tmp/diff_new_pack.Xg3NX3/_new 2020-02-21 16:53:42.191399726 +0100 @@ -1,7 +1,7 @@ # # spec file for package FlightGear # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,16 +12,16 @@ # 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/ # -%define main_version 2017.3 +%define main_version 2018.3 Name: FlightGear -Version: %{main_version}.1 +Version: %{main_version}.4 Release: 0 Summary: Flight Simulator -License: GPL-2.0 +License: GPL-2.0-only Group: Amusements/Games/3D/Simulation Url: http://www.flightgear.org/ Source0: https://sourceforge.net/projects/flightgear/files/release-%{main_version}/flightgear-%{version}.tar.bz2 @@ -29,14 +29,14 @@ BuildRequires: SimGear-devel = %{version} BuildRequires: cmake +BuildRequires: freeglut-devel 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 +# Required for screensaver inhibition BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(glew) @@ -45,13 +45,20 @@ BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(xi) BuildRequires: pkgconfig(xmu) +%if 0%{?suse_version} > 1330 +BuildRequires: libboost_headers-devel +%else +BuildRequires: boost-devel +%endif # Additional dependencies to enable FlightGear's new Qt launcher interface -BuildRequires: libQt5Network-devel -BuildRequires: libQt5Widgets-devel -BuildRequires: libqt5-qtdeclarative-devel +BuildRequires: cmake(Qt5Network) +BuildRequires: cmake(Qt5Qml) +BuildRequires: cmake(Qt5Quick) +BuildRequires: cmake(Qt5Svg) +BuildRequires: cmake(Qt5Widgets) -Requires: FlightGear-data = %{version} +Recommends: FlightGear-data = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -72,7 +79,7 @@ modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")" DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\"" TIME="\"$(date -d "${modified}" "+%%R")\"" -sed -i -e "s@__DATE__@$DATE@g" -e "s@__TIME__@$TIME@g" utils/fgcom/fgcom.cxx src/FDM/JSBSim/FGJSBBase.cpp +# sed -i -e "s@__DATE__@$DATE@g" -e "s@__TIME__@$TIME@g" utils/fgcom/fgcom.cxx src/FDM/JSBSim/FGJSBBase.cpp # remove FlightGear's default .desktop file (we ship our own) rm package/org.flightgear.FlightGear.desktop @@ -83,7 +90,6 @@ -DSYSTEM_SQLITE:BOOL=ON \ -DBUILD_SHARED_LIBS:BOOL=OFF \ -DBUILD_TESTING:BOOL=OFF \ - -DENABLE_TESTS:BOOL=OFF \ -DENABLE_JS_DEMO:BOOL=OFF \ -DENABLE_GPSSMOOTH:BOOL=OFF \ -DENABLE_FGVIEWER:BOOL=OFF \ @@ -105,7 +111,8 @@ %files %defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog NEWS README Thanks docs-mini/* +%doc AUTHORS ChangeLog NEWS README Thanks docs-mini/* +%license COPYING %{_mandir}/man1/* %{_mandir}/man5/* %{_mandir}/it/man1/* @@ -116,11 +123,5 @@ %{_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 ++++++ _constraints ++++++ <constraints> <hardware> <memory> <size unit="M">6000</size> </memory> </hardware> </constraints> ++++++ flightgear-2017.3.1.tar.bz2 -> flightgear-2018.3.4.tar.bz2 ++++++ /work/SRC/openSUSE:Leap:15.2/FlightGear/flightgear-2017.3.1.tar.bz2 /work/SRC/openSUSE:Leap:15.2/.FlightGear.new.26092/flightgear-2018.3.4.tar.bz2 differ: char 11, line 1
