Script 'mail_helper' called by obssrc
Hello community,

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

Package is "slade"

Thu Apr 29 22:46:46 2021 rev:12 rq:889323 version:3.1.12a

Changes:
--------
--- /work/SRC/openSUSE:Factory/slade/slade.changes      2020-10-12 
13:59:59.138232882 +0200
+++ /work/SRC/openSUSE:Factory/.slade.new.1947/slade.changes    2021-04-29 
22:53:26.769879266 +0200
@@ -1,0 +2,9 @@
+Thu Apr 29 10:58:07 UTC 2021 - Ferdinand Thiessen <[email protected]>
+
+- Update to 3.1.12a
+  * Provide metainfo
+- Install upstream provided metainfo and desktop file
+  * Drop our versions
+- Use cmake_install macro
+
+-------------------------------------------------------------------

Old:
----
  3.1.12.tar.gz
  slade.appdata.xml
  slade.desktop

New:
----
  SLADE-3.1.12a.tar.gz

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

Other differences:
------------------
++++++ slade.spec ++++++
--- /var/tmp/diff_new_pack.3B8Clg/_old  2021-04-29 22:53:27.309876778 +0200
+++ /var/tmp/diff_new_pack.3B8Clg/_new  2021-04-29 22:53:27.313876760 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package slade
 #
-# 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,15 +17,13 @@
 
 
 Name:           slade
-Version:        3.1.12
+Version:        3.1.12a
 Release:        0
 Summary:        An editor for DOOM maps and WAD/PK3 archives
 License:        GPL-2.0-or-later
 Group:          Amusements/Games/3D/Shoot
 URL:            https://github.com/sirjuddington/SLADE
-Source:         https://github.com/sirjuddington/%name/archive/%version.tar.gz
-Source2:        slade.desktop
-Source100:      slade.appdata.xml
+Source:         %URL/archive/%version.tar.gz#/SLADE-%version.tar.gz
 Patch1:         basepk3.diff
 Patch2:         wx.diff
 Patch3:         clzma.diff
@@ -78,31 +76,15 @@
 
 %install
 strip-nondeterminism build/slade.pk3
-b="%buildroot"
-install -Dm755 build/slade "$b/%_bindir/slade"
-install -Dm644 build/slade.pk3 "$b/%_datadir/slade3/slade.pk3"
-
-convert -strip "build/msvc/slade.ico[0]" -alpha on "%name.png"
-install -Dpm0644 "%name.png" "$b/%_datadir/pixmaps/%name.png"
-install -Dpm0644 %{SOURCE100} "$b/%_datadir/appdata/%name.appdata.xml"
-
-pushd misc
-for txtfile in detect_functions.txt old-simage-formats.txt stuff.txt \
-    udmf11.txt udmf_zdoom.txt usdf.txt usdf_zdoom.txt
-do
-       install -Dm644 "$txtfile" "$b/%_datadir/slade3/misc/$txtfile"
-done
-popd
-
-install -Dm644 "%_sourcedir/slade.desktop" 
"$b/%_datadir/applications/%name.desktop"
+%cmake_install
 
 %files
 %license gpl-2.0.txt
 %doc README.md
 %_bindir/slade
 %_datadir/slade3/
-%_datadir/pixmaps/%name.png
-%_datadir/applications/%name.desktop
-%_datadir/appdata/%name.appdata.xml
+%_datadir/icons/net.mancubus.SLADE.png
+%_datadir/applications/net.mancubus.SLADE.desktop
+%_datadir/metainfo/net.mancubus.SLADE.metainfo.xml
 
 %changelog

Reply via email to