Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package endless-sky for openSUSE:Factory 
checked in at 2021-12-05 22:46:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/endless-sky (Old)
 and      /work/SRC/openSUSE:Factory/.endless-sky.new.31177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "endless-sky"

Sun Dec  5 22:46:04 2021 rev:9 rq:935680 version:0.9.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/endless-sky/endless-sky.changes  2021-06-11 
00:18:02.253250591 +0200
+++ /work/SRC/openSUSE:Factory/.endless-sky.new.31177/endless-sky.changes       
2021-12-05 22:46:35.545548047 +0100
@@ -1,0 +2,24 @@
+Fri Dec  3 15:47:20 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de>
+
+- Drop upstream fixed patches:
+  * string-include.patch
+  * 0001-build-fix-compilation-on-gcc11.patch
+- Rebase fix-data-path.patch
+
+-------------------------------------------------------------------
+Thu Oct 28 08:37:50 UTC 2021 - Sebastien CHAVAUX <seb95.s...@gmail.com>
+
+- Update to 0.9.14:
+  * Numerous typo fixes
+  * Fixes to how several missions are offered to the player
+  * Better suggestions of possibly incomplete conditions in some missions
+    "visit" dialogues
+  * Differentiation between two Remnant engines' reversing capabilities
+  * Certain Navy shipyards now stock the Dropship
+  * Ships that have no specified "drag" attribute default to 100,
+    rather than causing crashes
+  * Weaponry that alters the ship's status conditions (e.g. ionization)
+    now respects the required minimum value of 0
+  * The "interrupt fast-forward" preference defaults to off
+
+-------------------------------------------------------------------

Old:
----
  0001-build-fix-compilation-on-gcc11.patch
  endless-sky-0.9.12.tar.gz
  string-include.patch

New:
----
  endless-sky-0.9.14.tar.gz

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

Other differences:
------------------
++++++ endless-sky.spec ++++++
--- /var/tmp/diff_new_pack.phlJOx/_old  2021-12-05 22:46:36.345545440 +0100
+++ /var/tmp/diff_new_pack.phlJOx/_new  2021-12-05 22:46:36.349545428 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package endless-sky
 #
-# Copyright (c) 2020 SUSE LLC
+# 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
@@ -17,20 +17,16 @@
 
 
 Name:           endless-sky
-Version:        0.9.12
+Version:        0.9.14
 Release:        0
 Summary:        Space exploration, trading, and combat game
-License:        GPL-3.0-only AND CC-BY-SA-4.0 AND CC-BY-SA-3.0 AND CC-BY-3.0
+License:        CC-BY-3.0 AND CC-BY-SA-3.0 AND CC-BY-SA-4.0 AND GPL-3.0-only
 Group:          Amusements/Games/Action/Arcade
 URL:            https://endless-sky.github.io/
 Source0:        
https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source99:       %{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE fix-data-path.patch -- Fix installation path of data
 Patch0:         fix-data-path.patch
-# PATCH-FIX-UPSTREAM 
https://github.com/endless-sky/endless-sky/commit/bc3cab5992694547f9c6c067b5579ef06224781b#diff-b7ed3e337d47b8f4fe8af4f35db75efd
-Patch1:         string-include.patch
-# PATCH-FIX-UPSTREAM
-Patch2:         0001-build-fix-compilation-on-gcc11.patch
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++

++++++ endless-sky-0.9.12.tar.gz -> endless-sky-0.9.14.tar.gz ++++++
/work/SRC/openSUSE:Factory/endless-sky/endless-sky-0.9.12.tar.gz 
/work/SRC/openSUSE:Factory/.endless-sky.new.31177/endless-sky-0.9.14.tar.gz 
differ: char 12, line 1

++++++ fix-data-path.patch ++++++
--- /var/tmp/diff_new_pack.phlJOx/_old  2021-12-05 22:46:36.397545271 +0100
+++ /var/tmp/diff_new_pack.phlJOx/_new  2021-12-05 22:46:36.397545271 +0100
@@ -1,6 +1,6 @@
-diff -Nur endless-sky-0.8.7/endless-sky.6 endless-sky-0.8.7-new/endless-sky.6
---- endless-sky-0.8.7/endless-sky.6    2015-11-12 05:09:37.000000000 +0100
-+++ endless-sky-0.8.7-new/endless-sky.6        2015-12-06 13:47:29.705465040 
+0100
+diff -Nur endless-sky-0.9.14/endless-sky.6 new/endless-sky.6
+--- endless-sky-0.9.14/endless-sky.6   2021-07-11 22:56:35.000000000 +0200
++++ new/endless-sky.6  2021-12-04 14:40:42.589146795 +0100
 @@ -17,7 +17,7 @@
  
  For a manual and other information, visit https://endless\-sky.github.io
@@ -10,11 +10,11 @@
  
  .SH OPTIONS
  .IP \fB\-h,\ \-\-help
-diff -Nur endless-sky-0.8.7/SConstruct endless-sky-0.8.7-new/SConstruct
---- endless-sky-0.8.7/SConstruct       2015-11-12 05:09:37.000000000 +0100
-+++ endless-sky-0.8.7-new/SConstruct   2015-12-06 13:47:29.704465040 +0100
-@@ -81,11 +81,11 @@
-                       RecursiveInstall(env, os.path.join(target, name), 
node.abspath)
+diff -Nur endless-sky-0.9.14/SConstruct new/SConstruct
+--- endless-sky-0.9.14/SConstruct      2021-07-11 22:56:35.000000000 +0200
++++ new/SConstruct     2021-12-04 14:40:42.589146795 +0100
+@@ -198,11 +198,11 @@
+                       RecursiveInstall(env, pathjoin(target, name), 
node.abspath)
                else:
                        env.Install(target, node)
 -RecursiveInstall(env, "$DESTDIR$PREFIX/share/games/endless-sky/data", "data")
@@ -30,10 +30,10 @@
  
  # Make the word "install" in the command line do an installation.
  env.Alias("install", "$DESTDIR$PREFIX")
-diff -Nur endless-sky-0.8.7/source/Files.cpp 
endless-sky-0.8.7-new/source/Files.cpp
---- endless-sky-0.8.7/source/Files.cpp 2015-11-12 05:09:37.000000000 +0100
-+++ endless-sky-0.8.7-new/source/Files.cpp     2015-12-06 13:47:27.656465101 
+0100
-@@ -108,7 +108,7 @@
+diff -Nur endless-sky-0.9.14/source/Files.cpp new/source/Files.cpp
+--- endless-sky-0.9.14/source/Files.cpp        2021-07-11 22:56:35.000000000 
+0200
++++ new/source/Files.cpp       2021-12-04 14:40:42.589146795 +0100
+@@ -119,7 +119,7 @@
        // the executable, but are under the same prefix (/usr or /usr/local).
        static const string LOCAL_PATH = "/usr/local/";
        static const string STANDARD_PATH = "/usr/";

Reply via email to