diff --git a/zenity-3.32.0.tar.xz b/zenity-3.32.0.tar.xz deleted file mode 100644 index 934a14279d66e7c3e1bf0cce281628461b53bf50..0000000000000000000000000000000000000000 Binary files a/zenity-3.32.0.tar.xz and /dev/null differ diff --git a/zenity-3.41.0.tar.xz b/zenity-3.41.0.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..64bb536b3a082ffc585d6dac08e26352c47e7804 Binary files /dev/null and b/zenity-3.41.0.tar.xz differ diff --git a/zenity.spec b/zenity.spec index 84e3d15d432df296d5f98e253ca38827e592631a..668afe10d555015bdcadafc2cfef4041243bcf54 100644 --- a/zenity.spec +++ b/zenity.spec @@ -1,13 +1,14 @@ Name: zenity -Version: 3.32.0 -Release: 2 +Version: 3.41.0 +Release: 1 Summary: Display GTK dialog boxes in commandline and shell scripts License: LGPLv2+ URL: https://wiki.gnome.org/Projects/Zenity -Source: https://download.gnome.org/sources/zenity/3.32/zenity-%{version}.tar.xz +Source: https://download-fallback.gnome.org/sources/zenity/3.41/%{name}-%{version}.tar.xz -BuildRequires: gcc pkgconfig(gtk+-3.0) >= 3.0.0 pkgconfig(libnotify) >= 0.6.1 which gettext intltool itstool + +BuildRequires: gcc pkgconfig(gtk+-3.0) >= 3.0.0 which gettext intltool itstool meson %description Zenity is a tool that allows you to display GTK dialog boxes in commandline and shell scripts. @@ -18,11 +19,11 @@ Zenity is a tool that allows you to display GTK dialog boxes in commandline and %setup -q %build -%configure --disable-webkitgtk -make V=1 %{?_smp_mflags} +%meson +%meson_build %install -%make_install +%meson_install %find_lang zenity --with-gnome @@ -37,6 +38,9 @@ make V=1 %{?_smp_mflags} %{_mandir}/man1/zenity.1* %changelog +* Sat Dec 04 2021 wangkerong - 3.41.0-1 +- update to 3.41.0 + * Mon Sep 7 2020 zhanzhimin - 3.32.0-2 - update source0