Hello community, here is the log from the commit of package armagetron for openSUSE:Factory checked in at 2016-10-10 16:24:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/armagetron (Old) and /work/SRC/openSUSE:Factory/.armagetron.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "armagetron" Changes: -------- --- /work/SRC/openSUSE:Factory/armagetron/armagetron.changes 2016-08-05 18:18:07.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.armagetron.new/armagetron.changes 2016-10-10 16:24:43.000000000 +0200 @@ -1,0 +2,8 @@ +Thu Oct 6 15:20:22 UTC 2016 - [email protected] + +- Some cleanup: + * removed BuildRequires: kdelibs3-devel (fixes build for + openSUSE Leap 42.1 and Leap 42.2). + * added some BuildRequires. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ armagetron.spec ++++++ --- /var/tmp/diff_new_pack.se6UfO/_old 2016-10-10 16:24:46.000000000 +0200 +++ /var/tmp/diff_new_pack.se6UfO/_new 2016-10-10 16:24:46.000000000 +0200 @@ -29,11 +29,16 @@ Patch0: reproducible.patch # PATCH-FIX-UPSTREAM https://bugs.launchpad.net/armagetronad/+bug/1596771 -- fix nullpointer dereferenceing which leads into segfault Patch1: fix-segv.patch -BuildRequires: SDL_image-devel -BuildRequires: SDL_mixer-devel -BuildRequires: kdelibs3-devel -BuildRequires: pkgconfig +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gcc-c++ +BuildRequires: pkgconfig(sdl) +BuildRequires: pkgconfig(SDL_mixer) +BuildRequires: pkgconfig(SDL_image) BuildRequires: pkgconfig(glu) +BuildRequires: libpng-devel +BuildRequires: libxml2-devel +BuildRequires: update-desktop-files %if 0%{?suse_version} > 1315 BuildRequires: llvm-clang %endif @@ -66,6 +71,7 @@ %endif %configure \ --enable-music \ + --enable-glout \ --disable-desktop \ --disable-uninstall \ --disable-dependency-tracking \ @@ -88,7 +94,8 @@ ln -s %{_datadir}/pixmaps/%{name}.png %{buildroot}%{_datadir}/armagetronad/desktop/icons/large/armagetronad.png popd # some cleanups -chmod 644 %{buildroot}%{_sysconfdir}/armagetronad/rc.config +rm %{buildroot}%{_sysconfdir}/armagetronad/rc.config +rm %{buildroot}%{_sysconfdir}/armagetronad/settings_dedicated.cfg rm %{buildroot}%{_datadir}/armagetronad/language/update.py rm %{buildroot}%{_datadir}/armagetronad/scripts/relocate rm %{buildroot}%{_datadir}/armagetronad/desktop/*.desktop
