Hello community,

here is the log from the commit of package slade for openSUSE:Factory checked 
in at 2020-06-02 14:42:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/slade (Old)
 and      /work/SRC/openSUSE:Factory/.slade.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "slade"

Tue Jun  2 14:42:43 2020 rev:10 rq:810774 version:3.1.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/slade/slade.changes      2020-04-29 
20:54:47.093328073 +0200
+++ /work/SRC/openSUSE:Factory/.slade.new.3606/slade.changes    2020-06-02 
14:43:39.480473300 +0200
@@ -1,0 +2,23 @@
+Tue May 26 08:26:11 UTC 2020 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 3.1.12
+  * 'Run Archive' and 'Run Map' configurations have been
+    separated, so they should now make more sense for each
+    context.
+  * Fixed an issue where clicking a toolbar and pressing enter
+    would show/hide the 2nd group in the toolbar (this is what
+    was causing some people to randomly lose the zoom slider in
+    the gfx editor, for example).
+  * Added SRB2 .dta as a valid wad file extension.
+  * Resource Editor:
+  * Fixed adjusted offsets not being saved after cropping an
+    image.
+  * Fixed wrong files being deleted in some situations when
+    saving a directory.
+  * Fixed "Open map in DB2" not working for maps in zip/directory
+    archives.
+  * Map Editor:
+  * Added support for GZDoom slope plane UDMF properties.
+  * Added basic support for ZScript inheritance for thing types.
+
+-------------------------------------------------------------------

Old:
----
  3.1.11.tar.gz

New:
----
  3.1.12.tar.gz

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

Other differences:
------------------
++++++ slade.spec ++++++
--- /var/tmp/diff_new_pack.fcWVWW/_old  2020-06-02 14:43:42.780483732 +0200
+++ /var/tmp/diff_new_pack.fcWVWW/_new  2020-06-02 14:43:42.780483732 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           slade
-Version:        3.1.11
+Version:        3.1.12
 Release:        0
 Summary:        An editor for DOOM maps and WAD/PK3 archives
 License:        GPL-2.0-or-later
@@ -34,6 +34,7 @@
 BuildRequires:  freeimage-devel
 BuildRequires:  gcc-c++ >= 6
 BuildRequires:  pkgconfig
+BuildRequires:  strip-nondeterminism
 BuildRequires:  update-desktop-files
 BuildRequires:  wxWidgets-3_0-devel
 BuildRequires:  zip
@@ -44,9 +45,6 @@
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(sfml-all)
 BuildRequires:  pkgconfig(x11)
-%if 0%{?suse_version} > 1320
-BuildRequires:  strip-nondeterminism
-%endif
 
 %description
 SLADE3 is an editor for Doom-engine based games and source
@@ -67,10 +65,8 @@
 make %{?_smp_mflags}
 
 %install
-%if 0%{?suse_version} > 1320
 strip-nondeterminism build/slade.pk3
-%endif
-b=%{buildroot}
+b="%buildroot"
 install -Dm755 build/slade "$b/%_bindir/slade"
 install -Dm644 build/slade.pk3 "$b/%_datadir/slade3/slade.pk3"
 
@@ -88,14 +84,6 @@
 
 install -Dm644 "%_sourcedir/slade.desktop" 
"$b/%_datadir/applications/%name.desktop"
 
-%if 0%{?suse_version} <= 1320
-%post
-%desktop_database_post
-
-%postun
-%desktop_database_postun
-%endif
-
 %files
 %license gpl-2.0.txt
 %doc README.md

++++++ 3.1.11.tar.gz -> 3.1.12.tar.gz ++++++
++++ 2267 lines of diff (skipped)

++++++ wx.diff ++++++
--- /var/tmp/diff_new_pack.fcWVWW/_old  2020-06-02 14:43:43.360485565 +0200
+++ /var/tmp/diff_new_pack.fcWVWW/_new  2020-06-02 14:43:43.360485565 +0200
@@ -12,13 +12,13 @@
 
 ---
  src/CMakeLists.txt          |    2 +-
- src/External/CMakeLists.txt |    4 ++--
- 2 files changed, 3 insertions(+), 3 deletions(-)
+ src/External/CMakeLists.txt |    2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
 
-Index: SLADE-3.1.11/src/CMakeLists.txt
+Index: SLADE-3.1.12/src/CMakeLists.txt
 ===================================================================
---- SLADE-3.1.11.orig/src/CMakeLists.txt
-+++ SLADE-3.1.11/src/CMakeLists.txt
+--- SLADE-3.1.12.orig/src/CMakeLists.txt
++++ SLADE-3.1.12/src/CMakeLists.txt
 @@ -52,7 +52,7 @@ if (WX_GTK3)
        set(wxWidgets_CONFIG_OPTIONS --toolkit=gtk3)
  endif (WX_GTK3)
@@ -28,16 +28,14 @@
  if (NO_WEBVIEW)
        SET(WX_LIBS ${WX_LIBS} html)
  else (NO_WEBVIEW)
-Index: SLADE-3.1.11/src/External/CMakeLists.txt
+Index: SLADE-3.1.12/src/External/CMakeLists.txt
 ===================================================================
---- SLADE-3.1.11.orig/src/External/CMakeLists.txt
-+++ SLADE-3.1.11/src/External/CMakeLists.txt
-@@ -30,6 +30,6 @@ file(GLOB_RECURSE EXTERNAL_SOURCES
-       ${SLADE_HEADERS}
+--- SLADE-3.1.12.orig/src/External/CMakeLists.txt
++++ SLADE-3.1.12/src/External/CMakeLists.txt
+@@ -31,5 +31,5 @@ file(GLOB_RECURSE EXTERNAL_SOURCES
        )
  
--add_library(external ${EXTERNAL_SOURCES})
+ add_library(external STATIC ${EXTERNAL_SOURCES})
 -target_link_libraries(external ${ZLIB_LIBRARY})
-+add_library(external STATIC ${EXTERNAL_SOURCES})
 +target_link_libraries(external ${ZLIB_LIBRARY} ${wxWidgets_LIBRARIES})
  set(EXTERNAL_LIBRARIES external PARENT_SCOPE)


Reply via email to