diff --git a/SOURCES/list-expand.patch b/SOURCES/list-expand.patch new file mode 100644 index 0000000..a70baaa --- /dev/null +++ b/SOURCES/list-expand.patch @@ -0,0 +1,11 @@ +diff -up zenity-3.8.0/src/zenity.ui.list-expand zenity-3.8.0/src/zenity.ui +--- zenity-3.8.0/src/zenity.ui.list-expand 2015-08-19 14:04:38.907058018 -0400 ++++ zenity-3.8.0/src/zenity.ui 2015-08-19 14:04:54.619268454 -0400 +@@ -1026,6 +1026,7 @@ + True + True + True ++ True + + + diff --git a/SPECS/zenity.spec b/SPECS/zenity.spec index fa60e1a..1e66e3b 100644 --- a/SPECS/zenity.spec +++ b/SPECS/zenity.spec @@ -1,12 +1,15 @@ Name: zenity Version: 3.8.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Display dialog boxes from shell scripts Group: Applications/System License: LGPLv2+ URL: http://directory.fsf.org/zenity.html Source: http://download.gnome.org/sources/%{name}/3.8/%{name}-%{version}.tar.xz +# upstream fix +Patch0: list-expand.patch + BuildRequires: gtk3-devel >= 3.0.0 BuildRequires: libnotify-devel >= 0.4.1 BuildRequires: which @@ -21,7 +24,7 @@ from the same family as dialog, Xdialog, and cdialog. %prep %setup -q - +%patch0 -p1 %build %configure --disable-webkitgtk @@ -45,6 +48,10 @@ rm $RPM_BUILD_ROOT%{_bindir}/gdialog %changelog +* Wed Aug 19 2015 Matthias Clasen - 3.8.0-5 +- Fix non-expanding lists + Resolves: #1251137 + * Fri Jan 24 2014 Daniel Mach - 3.8.0-4 - Mass rebuild 2014-01-24