diff --git a/.gitignore b/.gitignore index 0545f0d..e4bc0dc 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /yad-0.15.1.tar.xz /yad-0.15.2.tar.xz /yad-0.16.3.tar.xz +/yad-0.17.1.1.tar.xz diff --git a/sources b/sources index 97c3dd9..26f3c2b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -babb8080497edda7985ab43ea458e2ce yad-0.16.3.tar.xz +347d743cd7f5b4f5105ba96963e115f5 yad-0.17.1.1.tar.xz diff --git a/yad.spec b/yad.spec index 69036ff..21b5966 100644 --- a/yad.spec +++ b/yad.spec @@ -1,6 +1,6 @@ Name: yad -Version: 0.16.3 -Release: 2%{?dist} +Version: 0.17.1.1 +Release: 1%{?dist} Summary: Display graphical dialogs from shell scripts or command line Group: Applications/System @@ -10,7 +10,7 @@ Source0: http://yad.googlecode.com/files/%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: gtk3-devel >= 2.91.0 +BuildRequires: gtk3-devel >= 3.0.0 BuildRequires: desktop-file-utils BuildRequires: intltool >= 0.40.0 BuildRequires: pkgconfig @@ -50,7 +50,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %postun if [ $1 -eq 0 ]; then - touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : + touch --no-create %{_datadir}/icons/hicolor &>/dev/null gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : fi @@ -65,6 +65,9 @@ fi %{_mandir}/man1/%{name}.1.* %changelog +* Sat Jun 09 2012 Elder Marco - 0.17.1.1-1 +- Update to 0.17.1.1 + * Sat Jan 14 2012 Fedora Release Engineering - 0.16.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild