| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: zenity | Distribution: SUSE Linux Enterprise 15 |
| Version: 3.41.0 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150400.1.10 | Build date: Sun May 8 09:22:27 2022 |
| Group: System/GUI/GNOME | Build host: mourvedre |
| Size: 708396 | Source RPM: zenity-3.41.0-150400.1.10.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://wiki.gnome.org/Projects/Zenity | |
| Summary: GNOME Command Line Dialog Utility | |
Zenity is a basic rewrite of gdialog, without the pain involved of trying to figure out commandline parsing. Zenity is zen-like; simple and easy to use. Zenity Dialogs: Calendar, Text Entry, Error, Informational, File Selection, List, Progress, Question, Text Information, Warning and Password. Zenity is especially useful in scripts.
LGPL-2.1-or-later
* Thu Sep 16 2021 sbrabec@suse.com
- Remove obsolete translation-update-upstream support
(jsc#SLE-21105).
* Mon Aug 23 2021 dimstar@opensuse.org
- Update to version 3.41.0:
+ Port to meson.
+ Code cleanups.
+ Updated translations.
- Add meson BuildRequires and replace configure/make/make_install
with meson/meson_build/meson_install macros.
- Drop zenity-Fix-segfault-on-multiple-lists.patch: fixed
upstream.
* Fri Jan 24 2020 bjorn.lie@gmail.com
- Drop pkgconfig(webkit2gtk-4.0) BuildRequires and pass
- -disable-webkitgtk to configure, no longer build webkitgtk
support.
- Drop zenity-lang Recommends, not needed as -lang supplements
takes care of it.
* Thu Sep 26 2019 bjorn.lie@gmail.com
- Add zenity-Fix-segfault-on-multiple-lists.patch: src/forms.c: Fix
segfault on multiple lists without values.
* Fri Mar 22 2019 bjorn.lie@gmail.com
- Update to version 3.32.0:
+ Fix autotools warnings.
+ Use upstream autoreconf instead deprecated gnome-autogen.
+ Add <description> to DOAP file.
+ Replace Bugzilla by Gitlab URL in DOAP file.
+ help: Update all screenshots for Zenity 3.30.
- Drop zenity-Makes-progress-consider-decimal.patch: Fixed
upstream.
* Fri Dec 28 2018 bjorn.lie@gmail.com
- Add upstream bug fix patch:
+ zenity-Makes-progress-consider-decimal.patch: Makes progress to
consider the decimal from percent update.
* Fri Oct 05 2018 bjorn.lie@gmail.com
- Update to version 3.30.0:
+ Updated translations.
* Tue Apr 10 2018 bjorn.lie@gmail.com
- Update to version 3.28.1:
+ Updated translations.
* Tue Mar 20 2018 dimstar@opensuse.org
- Unconditionally enable translation-update-upstream: on
Tumbleweed, this results in a NOP and for Leap in SLE paid
translations being used (boo#1086036).
* Mon Mar 12 2018 dimstar@opensuse.org
- Update to version 3.28.0:
+ Updated translations.
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec file using spec-cleaner.
* Wed Feb 14 2018 dimstar@opensuse.org
- Use SPDX-3.0 license identifier.
- Package COPYING as %license, not as %doc.
* Mon Feb 05 2018 dimstar@opensuse.org
- Drop gettext BuildRequires that was introduced with the 3.26.0
update: the dependency is not needed.
* Sun Feb 04 2018 luc14n0@linuxmail.org
- Update to version 3.27.90:
+ Updated translations.
* Tue Nov 14 2017 luc14n0@linuxmail.org
- Update to version 3.26.0:
+ Use GtkFileChooserNative for the file chooser.
- Changes from version 3.24.1:
+ Fix:
- Style.
- Message dialog width and height on recent Gtk.
- Misleading indentation.
+ Add clang-format script.
+ Bug 762347: Addition of entry text width option.
+ Updated translations.
- Changes from version 3.24.2:
+ No changes.
- Update Url to https://wiki.gnome.org/Projects/Zenity: current
Zenity project's web page.
- Point fdupes to the data directory instead of the build root,
which is a practice that must be avoided.
- Remove %clean section as it's no longer needed since RPM now does
the job by itself.
- Replace intltool by gettext BuildRequires: since upstream did the
migration long ago and we don't want deviations to avoid bugs.
* Tue Mar 21 2017 zaitor@opensuse.org
- Update to version 3.24.0:
+ Updated translations.
* Mon Sep 19 2016 zaitor@opensuse.org
- Update to version 3.22.0:
+ Several fixes for proper translations.
+ Updated translations.
- Conditionally apply translations-update-upstream BuildRequires
and macro for non-openSUSE only.
* Fri Apr 15 2016 mgorse@suse.com
- Update to GNOME 3.20 Fate#318572
* Wed Mar 23 2016 zaitor@opensuse.org
- Update to version 3.20.0:
+ Updated translations.
* Sat Oct 17 2015 zaitor@opensuse.org
- Update to version 3.18.1.1:
+ Fix compilation when webkitgtk is not installed (bgo#756756).
* Sat Oct 17 2015 zaitor@opensuse.org
- Update to version 3.18.1:
+ Fixing GLib-CRITICAL messages.
+ Fixing html option being parsed to other dialogs rather then
text-info.
+ Fixing glade file.
+ Updated translations.
* Mon Sep 21 2015 dimstar@opensuse.org
- Update to version 3.18.0:
+ Fix Makefile files.
+ Updated translations.
* Wed Jun 24 2015 zaitor@opensuse.org
- Update to version 3.16.3:
+ Fix zenity --list.
+ bgo#751332: zenity --forms does not center in the screen.
+ bgo#638582: zenity --notification --listen can't show multi
line tooltip.
+ Add the possibility to pass title and the summary to zenity
notification.
+ bgo#672090: Impossible to confirm --text-info.
+ bgo#742963: Basic notifications do not return.
+ Fix GLib critical messages.
+ Fixing deprecated declarations.
+ Fix uninitialized progress_bar error.
+ Fix typo in documentation.
+ Port to webkit2gtk.
+ Updated translations.
- Replace pkgconfig(webkitgtk-3.0) for pkgconfig(webkit2gtk-4.0)
BuildRequires following upstreams port.
* Thu May 14 2015 zaitor@opensuse.org
- Update to version 3.16.2:
+ bgo#749359: zenity --list produces incorrect output.
+ Do not make zenity_util_show_dialog() X11 specific.
+ Use upstream gettext instead intltool.
+ Improve some strings.
+ option.c: Fixing typo in extra-button option.
+ Merge branch 'jjardon/no_deprecated'.
+ ADD gchar **extra_label TO struct ZenityData.
+ Allow build if GDK_WINDOWING_X11 not set.
+ Fix bgo#734196.
+ Updated translations.
* Wed May 13 2015 zaitor@opensuse.org
- Update to version 3.16.0:
+ Allow user to interact with --text-info --html WebView.
+ bgo#700249: Progress dialog does not wrap.
+ Better sollution for wrap text.
+ bgo#734049: zenity --text-info chokes on some UTF-8 string.
+ Allow --text-info to load resources also from relative file://
URIs.
+ bgo#685051: Adding --mid-search option to --list.
+ Fixing g_timeout_add calls.
+ Fixing remain g_timeout_add.
+ Allow --text-info to load resources from absolute file:// URIs.
+ Added time-remaining support to progress bars.
+ Don't quit zenity when the input stream is closed.
+ Updated translations.
/usr/bin/gdialog /usr/bin/zenity /usr/share/doc/packages/zenity /usr/share/doc/packages/zenity/AUTHORS /usr/share/doc/packages/zenity/ChangeLog /usr/share/doc/packages/zenity/NEWS /usr/share/doc/packages/zenity/README /usr/share/doc/packages/zenity/THANKS /usr/share/doc/packages/zenity/TODO /usr/share/help/C/zenity /usr/share/help/C/zenity/calendar.page /usr/share/help/C/zenity/color-selection.page /usr/share/help/C/zenity/entry.page /usr/share/help/C/zenity/error.page /usr/share/help/C/zenity/figures /usr/share/help/C/zenity/figures/zenity-calendar-screenshot.png /usr/share/help/C/zenity/figures/zenity-colorselection-screenshot.png /usr/share/help/C/zenity/figures/zenity-entry-screenshot.png /usr/share/help/C/zenity/figures/zenity-error-screenshot.png /usr/share/help/C/zenity/figures/zenity-fileselection-screenshot.png /usr/share/help/C/zenity/figures/zenity-forms-screenshot.png /usr/share/help/C/zenity/figures/zenity-information-screenshot.png /usr/share/help/C/zenity/figures/zenity-list-screenshot.png /usr/share/help/C/zenity/figures/zenity-notification-listen-screenshot.png /usr/share/help/C/zenity/figures/zenity-notification-screenshot.png /usr/share/help/C/zenity/figures/zenity-password-screenshot.png /usr/share/help/C/zenity/figures/zenity-progress-screenshot.png /usr/share/help/C/zenity/figures/zenity-question-screenshot.png /usr/share/help/C/zenity/figures/zenity-scale-screenshot.png /usr/share/help/C/zenity/figures/zenity-text-screenshot.png /usr/share/help/C/zenity/figures/zenity-warning-screenshot.png /usr/share/help/C/zenity/file-selection.page /usr/share/help/C/zenity/forms.page /usr/share/help/C/zenity/index.page /usr/share/help/C/zenity/info.page /usr/share/help/C/zenity/intro.page /usr/share/help/C/zenity/legal.xml /usr/share/help/C/zenity/list.page /usr/share/help/C/zenity/message.page /usr/share/help/C/zenity/notification.page /usr/share/help/C/zenity/password.page /usr/share/help/C/zenity/progress.page /usr/share/help/C/zenity/question.page /usr/share/help/C/zenity/scale.page /usr/share/help/C/zenity/text.page /usr/share/help/C/zenity/usage.page /usr/share/help/C/zenity/warning.page /usr/share/licenses/zenity /usr/share/licenses/zenity/COPYING /usr/share/man/man1/zenity.1.gz /usr/share/zenity /usr/share/zenity/zenity-calendar.png /usr/share/zenity/zenity-entry.png /usr/share/zenity/zenity-file.png /usr/share/zenity/zenity-list.png /usr/share/zenity/zenity-notification.png /usr/share/zenity/zenity-progress.png /usr/share/zenity/zenity-scale.png /usr/share/zenity/zenity-text.png /usr/share/zenity/zenity.png /usr/share/zenity/zenity.ui
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Jul 24 19:18:58 2026