diff --git a/sources b/sources index 578b9b2..0bb9e62 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -95b301ac1d5715f4d7391bd9b838b4e6 zenity-ZENITY_3_12_0.tar.gz +497dfbc1b473185f0294f38a92661ac0 zenity-3.12.1.tar.xz diff --git a/zenity.spec b/zenity.spec index af0ffab..65ac02e 100644 --- a/zenity.spec +++ b/zenity.spec @@ -1,13 +1,11 @@ -%define gittag ZENITY_%(echo %{version} | tr . _) - Name: zenity -Version: 3.12.0 +Version: 3.12.1 Release: 1%{?dist} Summary: Display dialog boxes from shell scripts Group: Applications/System License: LGPLv2+ URL: http://directory.fsf.org/zenity.html -Source: https://git.gnome.org/browse/zenity/snapshot/%{name}-%{gittag}.tar.gz +Source: https://download.gnome.org/sources/zenity/3.12/zenity-%{version}.tar.xz BuildRequires: gtk3-devel >= 3.0.0 BuildRequires: libnotify-devel >= 0.6.1 @@ -15,7 +13,6 @@ BuildRequires: which BuildRequires: gettext BuildRequires: intltool BuildRequires: itstool -BuildRequires: gnome-common %description Zenity lets you display Gtk+ dialog boxes from the command line and through @@ -23,11 +20,10 @@ shell scripts. It is similar to gdialog, but is intended to be saner. It comes from the same family as dialog, Xdialog, and cdialog. %prep -%setup -q -n %{name}-%{gittag} +%setup -q %build -test -x configure || NOCONFIGURE=1 ./autogen.sh %configure --disable-webkitgtk make V=1 %{?_smp_mflags} @@ -49,6 +45,9 @@ rm $RPM_BUILD_ROOT%{_bindir}/gdialog %changelog +* Sat Apr 26 2014 Kalev Lember - 3.12.1-1 +- Update to 3.12.1 + * Thu Apr 24 2014 Ville Skyttä - 3.12.0-1 - Update to 3.12.0 - Make build more verbose