From 37273b063598ebd30f082bc92405b2780afa88e2 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 20:03:36 +0100 Subject: [PATCH] update to 3.14.0 [release 3.14.0-1mamba;Thu Oct 16 2014] --- zenity.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/zenity.spec b/zenity.spec index 656e161..c6466b8 100644 --- a/zenity.spec +++ b/zenity.spec @@ -1,6 +1,7 @@ %define majver %(echo %version | cut -d. -f1-2) +%define gitver %(echo %version | tr . _) Name: zenity -Version: 3.8.0 +Version: 3.14.0 Release: 1mamba Summary: A tool that allows you to display GTK dialog boxes in commandline and shell scripts Group: System/Tools @@ -8,6 +9,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://live.gnome.org/Zenity +#Source: git://git.gnome.org/zenity.git/ZENITY_%{gitver}/zenity-%{version}.tar.bz2 Source: ftp://ftp.gnome.org/pub/gnome/sources/zenity/%{majver}/zenity-%{version}.tar.xz License: LGPL ## AUTOBUILDREQ-BEGIN @@ -26,16 +28,17 @@ BuildRequires: libpango-devel BuildRequires: libX11-devel BuildRequires: libxml2-devel ## AUTOBUILDREQ-END +BuildRequires: libyelp-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root %description A tool that allows you to display GTK dialog boxes in commandline and shell scripts. %prep - %setup -q %build +#./autogen.sh %configure --disable-scrollkeeper %make @@ -63,6 +66,12 @@ A tool that allows you to display GTK dialog boxes in commandline and shell scri # ChangeLog NEWS README THANKS TODO %changelog +* Thu Oct 16 2014 Silvan Calarco 3.14.0-1mamba +- update to 3.14.0 + +* Sun Jan 12 2014 Silvan Calarco 3.10.2-1mamba +- update to 3.10.2 + * Thu Mar 28 2013 Automatic Build System 3.8.0-1mamba - automatic version update by autodist