Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

exo-devel-4.18.0-1.4 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: exo-devel Distribution: openSUSE:Factory:zSystems
Version: 4.18.0 Vendor: openSUSE
Release: 1.4 Build date: Sun Oct 29 08:47:42 2023
Group: Development/Libraries/C and C++ Build host: s390zl2a
Size: 1023297 Source RPM: exo-4.18.0-1.4.src.rpm
Packager: https://bugs.opensuse.org
Url: https://docs.xfce.org/xfce/exo/start
Summary: Development Files for exo
This package contains development files needed for developing applications
based on exo.

Provides

Requires

License

GPL-2.0-or-later AND LGPL-2.1-or-later

Changelog

* Sat Dec 17 2022 Maurizio Galli <maurizio.galli@suse.com>
  - Update to version 4.18.0
    * Bump requirements for Xfce 4.18
    * Translation Updates
* Sun Jun 12 2022 Marcel Kuehlhorn <tux93@opensuse.org>
  - Update to version 4.16.4
    * exo-open : Only execute local .desktop files
* Fri Dec 10 2021 Maurizio Galli <maurizio.galli@suse.com>
  - Update to version 4.16.3
    * Dont reduce selection in single click mode (gxo#xfce/exo#71)
    * Add typecheck to prevent Gtk-CRITICAL (gxo#xfce/exo#63)
    * exo_strdup_strftime: Support additional encoding (gxo#xfce/exo#66)
    * Free hover_path in tree-view if not NULL
    * Fix compilation warnings
    * exo-icon-chooser-dialog: Focus filter entry by default
    * exo-icon-chooser-dialog: Set default to show to all icons
    * exo-icon-chooser-dialog: Speed up sorting the icon view model
* Mon Apr 12 2021 Marcel Kuehlhorn <tux93@opensuse.org>
  - Update to version 4.16.2
    * Properly initialize GdkRectangle to prevent crash
      (gxo#xfce/exo#57)
* Tue Mar 23 2021 Maurizio Galli <maurizio.galli@gmail.com>
  - Update to version 4.16.1
    * Revamp the documentation to modernize and uniformize accross
      components
    * Fix keyboard navigation when only one item is present
      (gxo#xfce/exo#53)
* Fri Jan 08 2021 Maurizio Galli <maurizio.galli@gmail.com>
  - To prevent dependency cycle we need #!BuildIgnore:  exo-tools
    in the spec file and it was accidentally removed in the previous
    commit.
* Wed Dec 23 2020 Maurizio Galli <maurizio.galli@gmail.com>
  - Update to version 4.16.0
    * Focus must not be required in single click mode (Issue #190)
    * Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump
    * Adjust padding only for vertical item orientation (Issue #48)
    * bump glib (and gio, gthread, etc) to 2.50.0
    * Fix GCC warning (false negative)
    * Translation Updates
* Fri Nov 20 2020 Maurizio Galli <maurizio.galli@gmail.com>
  - Make sure the obsolete libexo-1-0 does not linger around creating
    conflicts.
* Mon Nov 02 2020 Marcel Kuehlhorn <tux93@opensuse.org>
  - Update to version 4.15.3
    * Re-grab tree selection to prevent rare crash (gxo#xfce/exo#46)
    * Remove unneeded RTL adjustment (gxo#xfce/exo#45)
    * exo-open: Wrap long URI in error dialog (gxo#xfce/exo#26)
    * Avoid truncated text in small zoom levels (gxo#xfce/exo#42)
    * Make ExoIconView reduce selection on a single click
      (gxo#xfce/exo#39)
    * Partially restore 6fcefce9 (gxo#xfce/exo#18)
    * Adds new, foreign README.md
    * Add check for valid GtkTreeSelection (gxo#xfce/exo#40)
    * Reset cursor on drag end in single-click mode
    * exo-open: Change priority of command line parameters
      (gxo#xfce/exo#20)
    * Prevent label from overlapping icon in RTL (gxo#xfce/exo#36)
    * Prevent "selection_changed" bursts (gxo#xfce/exo#37)
    * Small change to documentation for exo_strdup_strftime
    * desktop-item-edit: Fix fallback for desktop file type detection
    * desktop-item-edit: Improve detection of invalid icon names
      (gxo#xfce/exo#33)
    * AC_CONFIG_MACRO_DIR → AC_CONFIG_MACRO_DIRS (gxo#xfce/exo!9)
    * Translation Updates
* Fri Aug 28 2020 Marcel Kuehlhorn <tux93@opensuse.org>
  - Update to version 4.15.2
    * icon-chooser-dialog: Allow removing selected icon (gxo#xfce/exo#2)
    * desktop-item-edit: Fix sensitivity of save button (gxo#xfce/exo#28)
    * Rework exo_icon_view_scroll_event for overshoot effect (gxo#xfce/exo#25)
    * Allow resizing the xfce4-settings window smaller (gxo#xfce/exo#19)
    * Drop exo-csource from exo
    * Fix build on OpenBSD (!2)
    * Fix race condition in make install (gxo#xfce/exo#29)
    * Remove unused perl module requirement
    * Replace bugzilla occurences with gitlab (gxo#xfce/exo#30)
    * This release transitions several exo components to xfce-settings, and
      drops GTK+ 2 support.
      Please use with xfce-settings 4.15.1 or later for best results.
    * Removed binaries: exo-compose-mail, exo-helper-2
    * Removed from API: ExoCellRendererEllipsizedText, ExoIconBar,
      ExoToolbarsEditor, ExoToolbarsEditorDialog,  ExoToolbarsModel,
      ExoToolbarsView, ExoWrapTable, ExoXsessionClient, exo_atomic_inc,
      exo_atomic_dec
    * state variable is a GtkStateFlags
    * desktop-item-edit: Fix sensitivity of save button (bxo#16813)
    * Attach popup window to toplevel parent (bxo#16768)
    * Rename Thunar.desktop to thunar.desktop (bxo#16197)
    * Extend selection on shift+drag (bxo#7526)
    * Do not cancel selection on shift+drag
    * Rename Thunar.desktop to thunar.desktop (bxo#16197)
    * Fix type declaration (bxo#16678)
    * desktop-item-edit: Use new XfceTitledDialog API
    * Fix GTimeVal deprecation
    * Replace deprecated G_INLINE_FUNC macro
    * Replace deprecated macro
    * Wrong keyboard navigation after using rubberband in exo-icon-view
      (bxo#16286)
    * Cursor position in icon view not visible/highlighted when using
      ctrl + arrows (bxo#12227)
    * Make sure default applications are properly set in mimeapps.list
    * Translation Updates

Files

/usr/include/exo-2
/usr/include/exo-2/exo
/usr/include/exo-2/exo/exo-binding.h
/usr/include/exo-2/exo/exo-cell-renderer-icon.h
/usr/include/exo-2/exo/exo-config.h
/usr/include/exo-2/exo/exo-enum-types.h
/usr/include/exo-2/exo/exo-execute.h
/usr/include/exo-2/exo/exo-gdk-pixbuf-extensions.h
/usr/include/exo-2/exo/exo-gobject-extensions.h
/usr/include/exo-2/exo/exo-gtk-extensions.h
/usr/include/exo-2/exo/exo-icon-chooser-dialog.h
/usr/include/exo-2/exo/exo-icon-chooser-model.h
/usr/include/exo-2/exo/exo-icon-view.h
/usr/include/exo-2/exo/exo-job.h
/usr/include/exo-2/exo/exo-simple-job.h
/usr/include/exo-2/exo/exo-string.h
/usr/include/exo-2/exo/exo-thumbnail-preview.h
/usr/include/exo-2/exo/exo-thumbnail.h
/usr/include/exo-2/exo/exo-tree-view.h
/usr/include/exo-2/exo/exo-utils.h
/usr/include/exo-2/exo/exo.h
/usr/lib64/libexo-2.so
/usr/lib64/pkgconfig/exo-2.pc
/usr/share/gtk-doc/html/exo-2
/usr/share/gtk-doc/html/exo-2/ExoCellRendererIcon.html
/usr/share/gtk-doc/html/exo-2/ExoIconChooserDialog.html
/usr/share/gtk-doc/html/exo-2/ExoIconView.html
/usr/share/gtk-doc/html/exo-2/ExoJob.html
/usr/share/gtk-doc/html/exo-2/ExoSimpleJob.html
/usr/share/gtk-doc/html/exo-2/ExoTreeView.html
/usr/share/gtk-doc/html/exo-2/ch01.html
/usr/share/gtk-doc/html/exo-2/exo-2.devhelp2
/usr/share/gtk-doc/html/exo-2/exo-Binding-Properties-Functions.html
/usr/share/gtk-doc/html/exo-2/exo-Executing-Applications.html
/usr/share/gtk-doc/html/exo-2/exo-Extensions-to-GObject.html
/usr/share/gtk-doc/html/exo-2/exo-Extensions-to-Gtk.html
/usr/share/gtk-doc/html/exo-2/exo-Extensions-to-gdk-pixbuf.html
/usr/share/gtk-doc/html/exo-2/exo-Miscellaneous-Utility-Functions.html
/usr/share/gtk-doc/html/exo-2/exo-String-Utility-Functions.html
/usr/share/gtk-doc/html/exo-2/exo-Version-Information.html
/usr/share/gtk-doc/html/exo-2/exo-cell-renderers.html
/usr/share/gtk-doc/html/exo-2/exo-extensions.html
/usr/share/gtk-doc/html/exo-2/exo-jobs.html
/usr/share/gtk-doc/html/exo-2/exo-miscelleanous.html
/usr/share/gtk-doc/html/exo-2/exo-overview.html
/usr/share/gtk-doc/html/exo-2/exo-widgets.html
/usr/share/gtk-doc/html/exo-2/home.png
/usr/share/gtk-doc/html/exo-2/index.html
/usr/share/gtk-doc/html/exo-2/ix15.html
/usr/share/gtk-doc/html/exo-2/left-insensitive.png
/usr/share/gtk-doc/html/exo-2/left.png
/usr/share/gtk-doc/html/exo-2/right-insensitive.png
/usr/share/gtk-doc/html/exo-2/right.png
/usr/share/gtk-doc/html/exo-2/style.css
/usr/share/gtk-doc/html/exo-2/up-insensitive.png
/usr/share/gtk-doc/html/exo-2/up.png


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024