From 9f36937edd6973995d511428f37c512baacf9314589fa8e4328d1899587987de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Sun, 6 Oct 2019 17:48:56 +0000 Subject: [PATCH] Accepting request 735536 from home:vuntz:branches:GNOME:Apps - Update to version 2.4.1: + Remove mono-addins dependency + Improve gbrainy.appdata.xml.in metadata + Remove unused code and scripts variables - Remove pkgconfig(mono-addins) BuildRequires: dependency is now gone. OBS-URL: https://build.opensuse.org/request/show/735536 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gbrainy?expand=0&rev=88 --- gbrainy-2.4.0.tar.gz | 3 --- gbrainy-2.4.1.tar.gz | 3 +++ gbrainy.changes | 10 ++++++++++ gbrainy.spec | 3 +-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 gbrainy-2.4.0.tar.gz create mode 100644 gbrainy-2.4.1.tar.gz diff --git a/gbrainy-2.4.0.tar.gz b/gbrainy-2.4.0.tar.gz deleted file mode 100644 index 3a6930f..0000000 --- a/gbrainy-2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d369847146f6ede22bb2ecd26703fb8df02837893ea241273b2cf2bf3d23156d -size 2994317 diff --git a/gbrainy-2.4.1.tar.gz b/gbrainy-2.4.1.tar.gz new file mode 100644 index 0000000..437c499 --- /dev/null +++ b/gbrainy-2.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91bec101a9c7b9a9e20f295197d4a2fdba447cecd56fc499fc5fb93ff2161f6b +size 2974992 diff --git a/gbrainy.changes b/gbrainy.changes index 85a718b..3a69f46 100644 --- a/gbrainy.changes +++ b/gbrainy.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Oct 6 17:07:47 UTC 2019 - vuntz@opensuse.org + +- Update to version 2.4.1: + + Remove mono-addins dependency + + Improve gbrainy.appdata.xml.in metadata + + Remove unused code and scripts variables +- Remove pkgconfig(mono-addins) BuildRequires: dependency is now + gone. + ------------------------------------------------------------------- Wed Mar 20 22:00:24 UTC 2019 - Bjørn Lie diff --git a/gbrainy.spec b/gbrainy.spec index 5bed19e..0e865f9 100644 --- a/gbrainy.spec +++ b/gbrainy.spec @@ -17,7 +17,7 @@ Name: gbrainy -Version: 2.4.0 +Version: 2.4.1 Release: 0 Summary: A brain teaser game and trainer License: GPL-2.0-or-later @@ -35,7 +35,6 @@ BuildRequires: pkgconfig(gtk-sharp-3.0) >= 2.99.1 BuildRequires: pkgconfig(libcanberra-gtk3) >= 0.26 BuildRequires: pkgconfig(librsvg-2.0) BuildRequires: pkgconfig(mono) >= 4.0.0 -BuildRequires: pkgconfig(mono-addins) >= 0.2.0 Recommends: %{name}-lang # For the help system to work, we require a ghelp:// URI handler. Recommends: mimehandler(x-scheme-handler/ghelp)