diff --git a/.gitignore b/.gitignore index 801ce6e..65f9963 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /bottles-2.0.9.7.tar.gz +/bottles-2.0.9.8.tar.gz diff --git a/bottles.spec b/bottles.spec index a5553b4..ee8a79a 100644 --- a/bottles.spec +++ b/bottles.spec @@ -1,7 +1,7 @@ %global uuid pm.mirko.%{name} Name: bottles -Version: 2.0.9.7 +Version: 2.0.9.8 Release: 1%{?dist} License: GPLv3+ @@ -9,10 +9,6 @@ Summary: Easily manage Wine prefix in a new way URL: https://github.com/bottlesdevs/Bottles Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz -# The AppData files now go to /usr/share/metainfo -# https://github.com/bottlesdevs/Bottles/pull/83 -Patch0: https://github.com/bottlesdevs/Bottles/pull/83.patch#/the-appdata-files-now-go-to-usr-share-metainfo.patch - BuildArch: noarch BuildRequires: desktop-file-utils @@ -93,5 +89,8 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %changelog +* Sat Jan 9 2021 Artem Polishchuk - 2.0.9.8-1 +- build(update): 2.0.9.8 + * Thu Jan 7 2021 Artem Polishchuk - 2.0.9.7-1 - Initial packages diff --git a/sources b/sources index 7161699..3d66631 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (bottles-2.0.9.7.tar.gz) = 305d12fd8626f5eab9cfb64672bbe3ec5c243f0f21e9869704fd04186eb5f0d5656560ab4a66957619577a8f68059d8171b9ad1cc5e4e6ab01ac93089d44784d +SHA512 (bottles-2.0.9.8.tar.gz) = 79fa6cda26993e37741d688f80c7cc08ef7b5c06aeacc649caa0e1a74e691a9305ed83e5bc84f87c2866088c27e215507da03ebe6c5e25d7f76d1291094b7ce0 diff --git a/the-appdata-files-now-go-to-usr-share-metainfo.patch b/the-appdata-files-now-go-to-usr-share-metainfo.patch deleted file mode 100644 index 08eacaf..0000000 --- a/the-appdata-files-now-go-to-usr-share-metainfo.patch +++ /dev/null @@ -1,23 +0,0 @@ -From c09177d41f33fe4bdbee323e98f307605e73e826 Mon Sep 17 00:00:00 2001 -From: Artem Polishchuk -Date: Thu, 7 Jan 2021 17:22:50 +0200 -Subject: [PATCH] fix: The AppData files now go to /usr/share/metainfo - -https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html#sect-Quickstart-DesktopApps ---- - data/meson.build | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/data/meson.build b/data/meson.build -index 22b1390..cdc8c6b 100644 ---- a/data/meson.build -+++ b/data/meson.build -@@ -19,7 +19,7 @@ appstream_file = i18n.merge_file( - output: 'com.usebottles.bottles.appdata.xml', - po_dir: '../po', - install: true, -- install_dir: join_paths(get_option('datadir'), 'appdata') -+ install_dir: join_paths(get_option('datadir'), 'metainfo') - ) - - appstream_util = find_program('appstream-util', required: false)