Hello community,

here is the log from the commit of package supertux2 for openSUSE:Leap:15.2 
checked in at 2020-03-31 07:23:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/supertux2 (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.supertux2.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "supertux2"

Tue Mar 31 07:23:35 2020 rev:12 rq:789554 version:0.6.1.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/supertux2/supertux2.changes    2020-01-15 
16:04:33.331961557 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.supertux2.new.3160/supertux2.changes  
2020-03-31 07:23:42.810433021 +0200
@@ -1,0 +2,32 @@
+Wed Mar 25 21:46:03 UTC 2020 - Simon Puchert <[email protected]>
+
+- Update to version 0.6.1.1:
+  * unrelated bugfix release, no change in distribution build
+- Update to version 0.6.1:
+  * Rework of the first 3 Bonus Worlds
+  * Added 3 new bonus worlds to the core game
+  * Improvements to the story mode
+  * Addition of Ghost Forest to the Story Mode
+  * New Backgrounds and Music by BlasterMaster
+  * Tiles and Sprites Improvements by Alzter, weluvgoatz and RustyBox
+  * New enemy: The Ghoul
+  * Fixes and optimizations (Fixing buggy controls, game speed, etc.)
+  * Level Editor Improvements, Fixes and Optimisations
+  * Revamp of the Credits Menu
+  * Blocks (and other objects behaving like blocks, such as lanterns) no 
longer jitter when stacked on top of one another
+  * Trampolines as bonus block contents no longer hurt Tux
+  * An issue causing music not to get saved in the level editor was fixed
+- Clean up spec file
+
+-------------------------------------------------------------------
+Wed Apr  3 11:50:28 UTC 2019 - [email protected]
+
+- Add BuildRequire libboost_system-devel to fix build
+
+-------------------------------------------------------------------
+Wed Feb 13 10:10:30 UTC 2019 - [email protected]
+
+- Build SuperTux2 with libraqm support 
+- Added requirement graphviz-devel and libphysfs-devel
+
+-------------------------------------------------------------------

Old:
----
  SuperTux-v0.6.0-Source.tar.gz

New:
----
  SuperTux-v0.6.1.1-Source.tar.gz

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

Other differences:
------------------
++++++ supertux2.spec ++++++
--- /var/tmp/diff_new_pack.YuTtiI/_old  2020-03-31 07:23:44.942433946 +0200
+++ /var/tmp/diff_new_pack.YuTtiI/_new  2020-03-31 07:23:44.946433948 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package supertux2
 #
-# Copyright (c) 2018 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
@@ -17,27 +17,21 @@
 
 
 %define _name   supertux
-#!BuildIgnore: gcc-PIE
 Name:           supertux2
-Version:        0.6.0
+Version:        0.6.1.1
 Release:        0
 Summary:        Jump'n run game
 License:        GPL-3.0-or-later AND CC-BY-SA-3.0 AND GPL-2.0-or-later AND 
GPL-1.0-only
 Group:          Amusements/Games/Action/Arcade
-Url:            http://supertux.github.io/
+URL:            https://supertux.github.io/
 Source:         
https://github.com/SuperTux/supertux/releases/download/v%{version}/SuperTux-v%{version}-Source.tar.gz
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_date_time-devel
-BuildRequires:  libboost_filesystem-devel
-BuildRequires:  libboost_locale-devel
-%else
-BuildRequires:  boost-devel
-%endif
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  graphviz-devel
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  libphysfs-devel
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(SDL2_image)
@@ -46,10 +40,15 @@
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(openal)
+BuildRequires:  pkgconfig(raqm)
 BuildRequires:  pkgconfig(sdl2)
 BuildRequires:  pkgconfig(vorbis)
 BuildRequires:  pkgconfig(zlib)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+#!BuildIgnore:  gcc-PIE
+BuildRequires:  libboost_date_time-devel
+BuildRequires:  libboost_filesystem-devel
+BuildRequires:  libboost_locale-devel
+BuildRequires:  libboost_system-devel
 
 %description
 SuperTux is a classic 2D jump'n run sidescroller game in a similar
@@ -75,18 +74,13 @@
 %install
 %cmake_install
 rm -f %{buildroot}%{_docdir}/%{name}/INSTALL.md
+rm -f %{buildroot}%{_docdir}/%{name}/LICENSE.txt
 %suse_update_desktop_file %{name}
 %fdupes %{buildroot}
 
-%post
-%desktop_database_post
-
-%postun
-%desktop_database_postun
-
 %files
-%defattr(-,root,root)
-%doc LICENSE.txt README.md NEWS.md
+%doc README.md NEWS.md
+%license LICENSE.txt
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %attr(755,root,root) %{_datadir}/%{name}/sounds/normalize.sh
@@ -94,8 +88,5 @@
 %{_datadir}/pixmaps/%{name}.*
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
 %{_datadir}/metainfo/%{name}.appdata.xml
-%if %{?suse_version} < 1500
-%dir %{_datadir}/metainfo
-%endif
 
 %changelog

++++++ SuperTux-v0.6.0-Source.tar.gz -> SuperTux-v0.6.1.1-Source.tar.gz ++++++
/work/SRC/openSUSE:Leap:15.2/supertux2/SuperTux-v0.6.0-Source.tar.gz 
/work/SRC/openSUSE:Leap:15.2/.supertux2.new.3160/SuperTux-v0.6.1.1-Source.tar.gz
 differ: char 5, line 1


Reply via email to