Hello community,

here is the log from the commit of package supertux2 for openSUSE:Factory 
checked in at 2019-04-17 10:09:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/supertux2 (Old)
 and      /work/SRC/openSUSE:Factory/.supertux2.new.17052 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "supertux2"

Wed Apr 17 10:09:55 2019 rev:7 rq:694791 version:0.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/supertux2/supertux2.changes      2019-01-08 
12:29:01.908235927 +0100
+++ /work/SRC/openSUSE:Factory/.supertux2.new.17052/supertux2.changes   
2019-04-17 10:10:15.918907505 +0200
@@ -1,0 +2,11 @@
+Wed Apr  3 11:50:28 UTC 2019 - mvet...@suse.com
+
+- Add BuildRequire libboost_system-devel to fix build
+
+-------------------------------------------------------------------
+Wed Feb 13 10:10:30 UTC 2019 - joop.boo...@opensuse.org
+
+- Build SuperTux2 with libraqm support 
+- Added requirement graphviz-devel and libphysfs-devel
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ supertux2.spec ++++++
--- /var/tmp/diff_new_pack.YwgYac/_old  2019-04-17 10:10:18.926910710 +0200
+++ /var/tmp/diff_new_pack.YwgYac/_new  2019-04-17 10:10:18.930910714 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package supertux2
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,32 +12,26 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 %define _name   supertux
-#!BuildIgnore: gcc-PIE
 Name:           supertux2
 Version:        0.6.0
 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:            http://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,19 @@
 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
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_date_time-devel
+BuildRequires:  libboost_filesystem-devel
+BuildRequires:  libboost_locale-devel
+BuildRequires:  libboost_system-devel
+%else
+BuildRequires:  boost-devel
+%endif
 
 %description
 SuperTux is a classic 2D jump'n run sidescroller game in a similar
@@ -75,6 +78,7 @@
 %install
 %cmake_install
 rm -f %{buildroot}%{_docdir}/%{name}/INSTALL.md
+rm -f %{buildroot}%{_docdir}/%{name}/LICENSE.txt
 %suse_update_desktop_file %{name}
 %fdupes %{buildroot}
 
@@ -85,8 +89,8 @@
 %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


Reply via email to