Hello community,

here is the log from the commit of package FlightGear-data for openSUSE:Factory 
checked in at 2020-06-11 14:49:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/FlightGear-data (Old)
 and      /work/SRC/openSUSE:Factory/.FlightGear-data.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "FlightGear-data"

Thu Jun 11 14:49:38 2020 rev:11 rq:805268 version:2020.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/FlightGear-data/FlightGear-data.changes  
2019-08-22 10:57:19.869659957 +0200
+++ 
/work/SRC/openSUSE:Factory/.FlightGear-data.new.3606/FlightGear-data.changes    
    2020-06-11 14:51:25.174659061 +0200
@@ -1,0 +2,13 @@
+Tue May 12 19:42:00 UTC 2020 - Stefan Brüns <[email protected]>
+
+- Update to 2020.1.1, for details see
+  https://www.flightgear.org/news/flightgear-2020-1-released/
+
+-------------------------------------------------------------------
+Sat May  9 18:11:56 UTC 2020 - Stefan Brüns <[email protected]>
+
+- Update to 2018.3.5, no changelog provided
+- Remove some more sources from data package
+- Recompress PNG files with optipng
+
+-------------------------------------------------------------------

Old:
----
  FlightGear-2018.3.4-data.tar.bz2
  _service

New:
----
  FlightGear-2020.1.1-data.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ FlightGear-data.spec ++++++
--- /var/tmp/diff_new_pack.ApleGf/_old  2020-06-11 14:51:45.090739554 +0200
+++ /var/tmp/diff_new_pack.ApleGf/_new  2020-06-11 14:51:45.094739566 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package FlightGear-data
 #
-# 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
@@ -16,22 +16,23 @@
 #
 
 
-%define main_version 2018.3
+%define main_version 2020.1
 Name:           FlightGear-data
-Version:        %{main_version}.4
+Version:        %{main_version}.1
 Release:        0
 Summary:        FlightGear base scenery and data files
 License:        GPL-2.0-only
 Group:          Amusements/Games/3D/Simulation
-Url:            http://www.flightgear.org/
+URL:            https://www.flightgear.org/
 Source0:        
https://downloads.sourceforge.net/project/flightgear/release-%{main_version}/FlightGear-%{version}-data.tar.bz2
 # Remove warnings about hidden files to make other rpmlint warnings readable.
 Source1:        FlightGear-data-rpmlintrc
 NoSource:       0
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
+BuildRequires:  liberation-fonts
+BuildRequires:  optipng
 BuildRequires:  xz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 Recommends:     FlightGear-docs-%{version}
 Requires:       liberation-fonts
@@ -55,7 +56,7 @@
 # Remove no longer used textures
 rm -Rf ./Textures/Unused
 # Remove texture sources in GIMP format
-find . -type f -name \*\.xcf.gz -print -delete
+find . -type f \( -name \*\.xcf\.gz -o -name \*\.xcf \) -print -delete
 # Delete some build/maintenance scripts
 find . -type f -a \( -name \*\.pl -o -name \*\.py -o -name \*\.sh \) -print 
-delete
 # Delete DOS/WINDOWS startup scripts
@@ -66,8 +67,13 @@
 find . -type f -name \*FlightGear-nonQt.xlf -print -delete
 # More source files
 find . -type f -name \*\.zip -print -delete
+find . -type f -name \*\.blend -print -delete
 # Unbundle fonts
-rm -Rf ./Fonts/LiberationFonts/
+pushd ./Fonts/LiberationFonts/
+for font in Liberation*ttf ; do
+  rm $font 
+  ln -s %{_datadir}/fonts/truetype/$font $font
+done
 
 %build
 # nothing to do
@@ -94,6 +100,9 @@
 %fdupes -s %{buildroot}/%{_datadir}/flightgear
 %fdupes -s %{buildroot}%{_defaultdocdir}/%{name}
 
+# Recompress png files - do this after deduplication
+find %{buildroot} -type f -name '*.png' -print0 | xargs -0 -n 10 -P 0 optipng 
2>&1 | grep -E 'Processing:|Output\ file'
+
 %files
 %license COPYING
 %{_datadir}/flightgear/

++++++ FlightGear-2018.3.4-data.tar.bz2 -> FlightGear-2020.1.1-data.tar.bz2 
++++++
/work/SRC/openSUSE:Factory/FlightGear-data/FlightGear-2018.3.4-data.tar.bz2 
/work/SRC/openSUSE:Factory/.FlightGear-data.new.3606/FlightGear-2020.1.1-data.tar.bz2
 differ: char 11, line 1


Reply via email to