Hello community, here is the log from the commit of package gbrainy for openSUSE:Factory checked in at 2019-03-26 22:32:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gbrainy (Old) and /work/SRC/openSUSE:Factory/.gbrainy.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gbrainy" Tue Mar 26 22:32:33 2019 rev:60 rq:687895 version:2.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gbrainy/gbrainy.changes 2018-10-08 17:50:57.146061126 +0200 +++ /work/SRC/openSUSE:Factory/.gbrainy.new.25356/gbrainy.changes 2019-03-26 22:32:56.585698245 +0100 @@ -1,0 +2,16 @@ +Wed Mar 20 22:00:24 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 2.4.0: + + 2 bug fixes in games. + + Several fixes in the build system. + + Updated translations. +- Changes from version 2.3.9: + + 2 bug fixes in games. + + Updated translations. +- Changes from version 2.3.8: + + Fixes bug with librsvg that prevented gbrainy from getting + started. +- Refresh patch with refresh_patches service. +- Remove conditional for t-u-u and macro. + +------------------------------------------------------------------- Old: ---- gbrainy-2.3.7.tar.gz New: ---- gbrainy-2.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gbrainy.spec ++++++ --- /var/tmp/diff_new_pack.Yvf6yJ/_old 2019-03-26 22:32:57.861697937 +0100 +++ /var/tmp/diff_new_pack.Yvf6yJ/_new 2019-03-26 22:32:57.865697936 +0100 @@ -1,7 +1,7 @@ # # spec file for package gbrainy # -# 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 @@ -17,7 +17,7 @@ Name: gbrainy -Version: 2.3.7 +Version: 2.4.0 Release: 0 Summary: A brain teaser game and trainer License: GPL-2.0-or-later @@ -26,6 +26,7 @@ Source: https://gent.softcatala.org/jmas/gbrainy/%{name}-%{version}.tar.gz # PATCH-FIX-OPENSUSE -- gbrainy-use-libexecdir.patch Patch0: gbrainy-use-libexecdir.patch + BuildRequires: fdupes BuildRequires: intltool BuildRequires: pkgconfig @@ -61,18 +62,18 @@ * Verbal analogies. Games that challenge your verbal aptitude. %prep -%setup -q +%autosetup -p1 %if !0%{?is_opensuse} translation-update-upstream %endif -%patch0 %lang_package %build export MONO_SHARED_DIR=%{_localstatedir}/tmp %configure \ - --disable-static + --disable-static \ + %{nil} make %{?_smp_mflags} %install ++++++ gbrainy-2.3.7.tar.gz -> gbrainy-2.4.0.tar.gz ++++++ ++++ 9669 lines of diff (skipped) ++++++ gbrainy-use-libexecdir.patch ++++++ --- /var/tmp/diff_new_pack.Yvf6yJ/_old 2019-03-26 22:32:58.349697820 +0100 +++ /var/tmp/diff_new_pack.Yvf6yJ/_new 2019-03-26 22:32:58.349697820 +0100 @@ -1,8 +1,8 @@ -Index: src/Clients/Classical/Makefile.am +Index: gbrainy-2.4.0/src/Clients/Classical/Makefile.am =================================================================== ---- src/Clients/Classical/Makefile.am.orig -+++ src/Clients/Classical/Makefile.am -@@ -41,7 +41,7 @@ RESOURCES = \ +--- gbrainy-2.4.0.orig/src/Clients/Classical/Makefile.am 2019-01-13 23:30:19.000000000 +0100 ++++ gbrainy-2.4.0/src/Clients/Classical/Makefile.am 2019-03-20 23:01:36.221865097 +0100 +@@ -46,7 +46,7 @@ RESOURCES = \ -resource:$(top_srcdir)/data/app-graphics/gtk-stop.svg \ -resource:$(top_srcdir)/data/app-graphics/gtk-ok.svg @@ -11,10 +11,10 @@ gbrainy_SCRIPTS = ../../gbrainy.exe ../../gbrainy.exe.config bin_SCRIPTS = gbrainy -Index: src/Clients/Classical/gbrainy.in +Index: gbrainy-2.4.0/src/Clients/Classical/gbrainy.in =================================================================== ---- src/Clients/Classical/gbrainy.in.orig -+++ src/Clients/Classical/gbrainy.in +--- gbrainy-2.4.0.orig/src/Clients/Classical/gbrainy.in 2019-01-09 07:03:35.000000000 +0100 ++++ gbrainy-2.4.0/src/Clients/Classical/gbrainy.in 2019-03-20 23:01:36.221865097 +0100 @@ -1,10 +1,8 @@ #!/bin/bash @@ -28,11 +28,11 @@ for arg in $*; do case "x--debug" in ("x${arg}") -Index: src/Core/Makefile.am +Index: gbrainy-2.4.0/src/Core/Makefile.am =================================================================== ---- src/Core/Makefile.am.orig -+++ src/Core/Makefile.am -@@ -69,19 +69,19 @@ $(TARGET): $(CSFILES) $(RES) +--- gbrainy-2.4.0.orig/src/Core/Makefile.am 2019-01-09 07:03:35.000000000 +0100 ++++ gbrainy-2.4.0/src/Core/Makefile.am 2019-03-20 23:01:36.221865097 +0100 +@@ -104,19 +104,19 @@ $(TARGET): $(CSFILES) $(RES) $(CSC) -out:$@ $(CSFLAGS) $(REFS) $(RES_CSFLAGS) $(CSFILES) $(TARGET_CFG): $(srcdir)/gbrainy.Core.dll.config.in @@ -58,11 +58,11 @@ EXTRA_DIST = \ $(CSDISTFILES) $(RES) gbrainy.Core.dll.config.in -Index: src/Core/Makefile.in +Index: gbrainy-2.4.0/src/Core/Makefile.in =================================================================== ---- src/Core/Makefile.in.orig -+++ src/Core/Makefile.in -@@ -472,19 +472,19 @@ $(TARGET): $(CSFILES) $(RES) +--- gbrainy-2.4.0.orig/src/Core/Makefile.in 2019-03-19 13:44:07.000000000 +0100 ++++ gbrainy-2.4.0/src/Core/Makefile.in 2019-03-20 23:01:36.221865097 +0100 +@@ -607,19 +607,19 @@ $(TARGET): $(CSFILES) $(RES) $(CSC) -out:$@ $(CSFLAGS) $(REFS) $(RES_CSFLAGS) $(CSFILES) $(TARGET_CFG): $(srcdir)/gbrainy.Core.dll.config.in @@ -88,11 +88,11 @@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. -Index: src/Games/Makefile.am +Index: gbrainy-2.4.0/src/Games/Makefile.am =================================================================== ---- src/Games/Makefile.am.orig -+++ src/Games/Makefile.am -@@ -92,11 +92,11 @@ $(TARGET): $(CSFILES) $(RES) +--- gbrainy-2.4.0.orig/src/Games/Makefile.am 2019-01-09 07:03:35.000000000 +0100 ++++ gbrainy-2.4.0/src/Games/Makefile.am 2019-03-20 23:01:36.221865097 +0100 +@@ -113,11 +113,11 @@ $(TARGET): $(CSFILES) $(RES) all: $(TARGET) install-data-local: $(TARGET) @@ -107,11 +107,11 @@ EXTRA_DIST = \ $(CSDISTFILES) $(RES) -Index: src/Games/Makefile.in +Index: gbrainy-2.4.0/src/Games/Makefile.in =================================================================== ---- src/Games/Makefile.in.orig -+++ src/Games/Makefile.in -@@ -495,11 +495,11 @@ $(TARGET): $(CSFILES) $(RES) +--- gbrainy-2.4.0.orig/src/Games/Makefile.in 2019-03-19 13:44:07.000000000 +0100 ++++ gbrainy-2.4.0/src/Games/Makefile.in 2019-03-20 23:01:36.221865097 +0100 +@@ -615,11 +615,11 @@ $(TARGET): $(CSFILES) $(RES) all: $(TARGET) install-data-local: $(TARGET) @@ -126,11 +126,11 @@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. -Index: src/Clients/Classical/Makefile.in +Index: gbrainy-2.4.0/src/Clients/Classical/Makefile.in =================================================================== ---- src/Clients/Classical/Makefile.in.orig -+++ src/Clients/Classical/Makefile.in -@@ -274,7 +274,7 @@ RESOURCES = \ +--- gbrainy-2.4.0.orig/src/Clients/Classical/Makefile.in 2019-03-19 13:44:07.000000000 +0100 ++++ gbrainy-2.4.0/src/Clients/Classical/Makefile.in 2019-03-20 23:01:36.221865097 +0100 +@@ -374,7 +374,7 @@ RESOURCES = \ -resource:$(top_srcdir)/data/app-graphics/gtk-stop.svg \ -resource:$(top_srcdir)/data/app-graphics/gtk-ok.svg
