Hello community,

here is the log from the commit of package mrboom for openSUSE:Factory checked 
in at 2020-01-07 23:53:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mrboom (Old)
 and      /work/SRC/openSUSE:Factory/.mrboom.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mrboom"

Tue Jan  7 23:53:08 2020 rev:3 rq:761358 version:4.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/mrboom/mrboom.changes    2019-04-02 
09:24:08.944784126 +0200
+++ /work/SRC/openSUSE:Factory/.mrboom.new.6675/mrboom.changes  2020-01-07 
23:53:35.876038925 +0100
@@ -1,0 +2,9 @@
+Sun Jan  5 21:10:47 UTC 2020 - Martin Hauke <[email protected]>
+
+- Update to version 4.9
+  * SDL2: fix linux window resizing
+  * SDL2: arrow keys on GamePad(#46)
+- Add patch:
+  * mrboom-fix-build.patch
+
+-------------------------------------------------------------------

Old:
----
  mrboom-4.7.tar.gz

New:
----
  mrboom-4.9.tar.gz
  mrboom-fix-build.patch

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

Other differences:
------------------
++++++ mrboom.spec ++++++
--- /var/tmp/diff_new_pack.M2o3Us/_old  2020-01-07 23:53:36.684039344 +0100
+++ /var/tmp/diff_new_pack.M2o3Us/_new  2020-01-07 23:53:36.688039346 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mrboom
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2018, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           mrboom
-Version:        4.7
+Version:        4.9
 Release:        0
 Summary:        A Bomberman clone
 License:        MIT
@@ -26,6 +26,8 @@
 URL:            http://mrboom.mumblecore.org
 #Git-Clone:     https://github.com/Javanaise/mrboom-libretro.git
 Source:         
https://github.com/Javanaise/%{name}-libretro/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE mrboom-fix-build.patch [email protected] -- Fix broken 
Makefile for standalone builds.
+Patch0:         mrboom-fix-build.patch
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkgconfig
@@ -41,6 +43,8 @@
 
 %prep
 %setup -q -n %{name}-libretro-%{version}
+%patch0 -p1
+sed -i 's|GIT_VERSION := " $(shell git rev-parse --short HEAD)"|GIT_VERSION := 
" %{version}"|g' Makefile
 
 %build
 export CFLAGS="%{optflags} -fPIE"

++++++ mrboom-4.7.tar.gz -> mrboom-4.9.tar.gz ++++++
/work/SRC/openSUSE:Factory/mrboom/mrboom-4.7.tar.gz 
/work/SRC/openSUSE:Factory/.mrboom.new.6675/mrboom-4.9.tar.gz differ: char 24, 
line 1

++++++ mrboom-fix-build.patch ++++++
diff --git a/Makefile b/Makefile
index f10b4d0..17b8a40 100644
--- a/Makefile
+++ b/Makefile
@@ -500,11 +500,11 @@ clean:
        rm -f *.d */*.d */*/*.d */*/*/*.d */*/*/*/*.d */*/*/*/*/*.d
 
 strip:
-       $(STRIP) $(TARGET_NAME).out
+       $(STRIP) $(TARGET_NAME)
 
 install: strip
        $(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/$(BINDIR)
-       $(INSTALL) -m 555 $(TARGET_NAME).out 
$(DESTDIR)$(PREFIX)/$(BINDIR)/$(TARGET_NAME)
+       $(INSTALL) -m 555 $(TARGET_NAME) 
$(DESTDIR)$(PREFIX)/$(BINDIR)/$(TARGET_NAME)
        $(INSTALL) -m 0755 -d $(DESTDIR)$(PREFIX)/$(MANDIR)
        $(INSTALL) -m 644 Assets/$(TARGET_NAME).6 $(DESTDIR)$(PREFIX)/$(MANDIR) 
 

Reply via email to