From 2b1ca20bbd1f1285b9df5f3600f4ac0625f0348d73ea642cd02950db0b9e4479 Mon Sep 17 00:00:00 2001 From: Luciano Santos Date: Thu, 12 Jan 2023 03:34:03 +0000 Subject: [PATCH] Accepting request 1057158 from home:elimat:branches:GNOME:Apps - Update to version 2.4.6: + Fix license URL in about box. + Better metadata to describe the application. + Updated translations. - Drop the removal of pkgconfig file which is not shipped anymore. OBS-URL: https://build.opensuse.org/request/show/1057158 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gbrainy?expand=0&rev=102 --- gbrainy-2.4.5.tar.gz | 3 --- gbrainy-2.4.6.tar.gz | 3 +++ gbrainy.changes | 9 +++++++++ gbrainy.spec | 9 +++------ 4 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 gbrainy-2.4.5.tar.gz create mode 100644 gbrainy-2.4.6.tar.gz diff --git a/gbrainy-2.4.5.tar.gz b/gbrainy-2.4.5.tar.gz deleted file mode 100644 index d3b2f51..0000000 --- a/gbrainy-2.4.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:575207bbdddcdae959efa99e45f27f7d135479e128a7be8cdff3284d361e0b7d -size 3041816 diff --git a/gbrainy-2.4.6.tar.gz b/gbrainy-2.4.6.tar.gz new file mode 100644 index 0000000..a68329c --- /dev/null +++ b/gbrainy-2.4.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc6e94d91e989891c9a8dd6178089aadbb9bc652f519f740fcfa74a50c2085ba +size 3068060 diff --git a/gbrainy.changes b/gbrainy.changes index 90a96f4..abc875c 100644 --- a/gbrainy.changes +++ b/gbrainy.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Jan 8 20:24:08 UTC 2023 - Matthias Eliasson + +- Update to version 2.4.6: + + Fix license URL in about box. + + Better metadata to describe the application. + + Updated translations. +- Drop the removal of pkgconfig file which is not shipped anymore. + ------------------------------------------------------------------- Sun Dec 4 21:55:49 UTC 2022 - Dirk Müller diff --git a/gbrainy.spec b/gbrainy.spec index d6df8f0..2e8798f 100644 --- a/gbrainy.spec +++ b/gbrainy.spec @@ -1,7 +1,7 @@ # # spec file for package gbrainy # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # 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.4.5 +Version: 2.4.6 Release: 0 Summary: A brain teaser game and trainer License: GPL-2.0-or-later @@ -26,7 +26,6 @@ URL: https://wiki.gnome.org/Apps/gbrainy 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 @@ -72,15 +71,13 @@ export MONO_SHARED_DIR=%{_localstatedir}/tmp %configure \ --disable-static \ %{nil} -make %{?_smp_mflags} +%make_build %install %make_install %find_lang %{name} %{?no_lang_C} %fdupes %{buildroot}%{_datadir} rm -rf %{buildroot}%{_datadir}/pixmaps -# There are no extensions yet, Thus creating a -devel package sounds overkill (file can't reside in noarch package). -rm %{buildroot}%{_libdir}/pkgconfig/gbrainy.pc # When below tests fail, we can now remove the chmod test -x %{buildroot}%{_libexecdir}/%{name}/gbrainy.exe.config