From 4dc178f53db064c218188c15094bbc457a5649e7 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 23 Aug 2021 09:43:55 +0200 Subject: [PATCH] Update to 3.41.0 - Switch to meson build system --- zenity.spec | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/zenity.spec b/zenity.spec index 3cb8b13..5dd4193 100644 --- a/zenity.spec +++ b/zenity.spec @@ -1,19 +1,17 @@ Name: zenity -Version: 3.32.0 -Release: 7%{?dist} +Version: 3.41.0 +Release: 1%{?dist} Summary: Display dialog boxes from shell scripts License: LGPLv2+ URL: https://wiki.gnome.org/Projects/Zenity -Source: https://download.gnome.org/sources/%{name}/3.32/%{name}-%{version}.tar.xz +Source: https://download.gnome.org/sources/%{name}/3.41/%{name}-%{version}.tar.xz BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0 -BuildRequires: pkgconfig(libnotify) >= 0.6.1 BuildRequires: gcc BuildRequires: gettext -BuildRequires: intltool BuildRequires: itstool -BuildRequires: make +BuildRequires: meson BuildRequires: which %description @@ -26,15 +24,12 @@ from the same family as dialog, Xdialog, and cdialog. %build -%configure --disable-webkitgtk -%make_build +%meson +%meson_build %install -%make_install - -# we don't want a perl dependency just for this -rm $RPM_BUILD_ROOT%{_bindir}/gdialog +%meson_install %find_lang zenity --with-gnome @@ -48,6 +43,10 @@ rm $RPM_BUILD_ROOT%{_bindir}/gdialog %changelog +* Mon Aug 23 2021 Kalev Lember - 3.41.0-1 +- Update to 3.41.0 +- Switch to meson build system + * Fri Jul 23 2021 Fedora Release Engineering - 3.32.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild