From a9df518dfb6ee4acecf8dbfc65b33c9fa929da01 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 18 Jul 2017 14:23:59 +0200 Subject: [PATCH] Drop a meson workaround now that meson is fixed --- gnome-software.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnome-software.spec b/gnome-software.spec index 7a66517..e45a1f2 100644 --- a/gnome-software.spec +++ b/gnome-software.spec @@ -14,7 +14,7 @@ Name: gnome-software Version: 3.25.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A software center for GNOME License: GPLv2+ @@ -119,8 +119,6 @@ Adds support for Snap packages from the Snap store. %meson_build %install -# temporary workaround for meson-0.41.1 breakage -export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$RPM_BUILD_ROOT/%{_libdir} %meson_install # make the software center load faster @@ -241,6 +239,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_mandir}/man1/gnome-software-editor.1* %changelog +* Tue Jul 18 2017 Kalev Lember - 3.25.3-6 +- Drop a meson workaround now that meson is fixed + * Wed Jun 28 2017 Neal Gompa - 3.25.3-5 - Actually properly enable snap subpackage after removing conditional