Package Release Info

exo-4.16.0-bp153.1.18

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

exo-data
exo-devel
exo-lang
exo-tools
libexo-2-0

Change Logs

* 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
Version: 0.12.4-bp151.3.4
* Fri Apr 26 2019 Ignaz Forster <iforster@suse.com>
- Fix failing %postun macro
* Sat Mar 16 2019 Maurizio Galli <maurizio.galli@gmail.com>
- Switched URL and Source to https:// in the spec file.
* Sun Jan 20 2019 Maurizio Galli <maurizio.galli@gmail.com>
- update to 0.12.4
  * Use the standard shared thumbnails directory (bxo#14799)
  * ExoCellRendererIcon: Fix highlight rendering with GTK 3 (bxo#14971)
  * ExoIconView: Fix search popup placement (bxo#14994)
  * Translation Updates
  - fix up macros only necessary for Leap 42.3 and below
* Sat Oct 20 2018 Stefan Seyfried <seife+obs@b1-systems.com>
- update to 0.12.3
  - Preferred Applications: Improved layout spacing and alignment
  - Resolved g_type_class_add_private deprecations (GObject 2.58)
  - Hide exo launchers from GNOME Software (bxo#14588)
  - Fix crash with "preedit-changed" signal (bxo#14756)
  - Translation updates
* Thu Jun 21 2018 seife+obs@b1-systems.com
- update to 0.12.2 (Stable Release)
  - Fix crash with ExoJob, Thunar (bxo#14465)
  - Translation updates
* Sun Jun 17 2018 seife+obs@b1-systems.com
- update to 0.12.1 (Stable Release)
  * Bug Fixes:
  - Use "user-bookmarks" instead of "bookmark-new" (bxo#14243)
  - Properly scale app icons in Preferred Apps dialog (bxo#14362)
  - Remove pure attribute of function that returns void (bxo#14427)
  - Missing varargs init or cleanup (CID #30799)
  - Uninitialized scalar variable (CID #127777)
  * Compiler Support:
  - Disable -Wexpansion-to-defined (GCC 7)
  - Fix various other compiler warnings (GCC 7)
  - Fix -Wcast-function-type (GCC 8)
  * Helpers:
  - Add PCManFM-Qt (from LXQt) to supported file managers
    (bxo#14333)
  * ExoIconChooserDialog
  - Drop deprecated International icon context, add Stock icon
    context
  - Increase icon chooser context title length to support long
    translations
  - Skip symbolic icons to boost performance
  - Added GTK 3 test to test suite
  * Translation Updates
Version: 0.12.11-bp152.1.17
* Thu Dec 19 2019 Marcel Kuehlhorn <tux93@opensuse.org>
- Update to version 0.12.11
  * Bump documentation dates
  * Add *.mo to .gitignore
  * Revert padding patches that add too much padding in the Thunar
    compact view (bxo#16196)
* Wed Nov 20 2019 Maurizio Galli <maurizio.galli@gmail.com>
- Update to version 0.12.10
  - Fix typeahead search regression (bxo#16191)
  - Translation Updates
* Sat Nov 16 2019 Marcel Kuehlhorn <tux93@opensuse.org>
- Update to version 0.12.9
  * Explicitly depend on gio-unix-2.0 (bxo#15825)
  * Fix alignment of multi-line filenames when text beside icons
    (bxo#16107)
  * Fix cursor missing in search popup widget (bxo#16068)
  * Fix desktop item creation on symbolic link directories
  * Fix excess clickable area of multiline filenames (bxo#16075)
  * Fix issues with displaying icon view contents (bxo#14737)
  * Fix prelight deactivation (bxo#11806)
  * Hide search widget when doing a fullscreen resize (bxo#15106)
  * Make user-created launchers executable by default
  * Translation Updates
* Fri Aug 16 2019 Maurizio Galli <maurizio.galli@gmail.com>
- Fixed sources in spec file
* Sun Aug 11 2019 Maurizio Galli <maurizio.galli@gmail.com>
- Update to version 0.12.8
  * preferred-apps: Add button icons to Help/Close
  * Replace GtkStock buttons
  * Translation Updates
- Dropped obsolete patch exo-revert-gnome-3.22-req.diff
* Sat Jul 27 2019 Marcel Kuehlhorn <tux93@opensuse.org>
- Update to version 0.12.7
  * Translation updates
* Fri Jun 14 2019 Maurizio Galli <maurizio.galli@gmail.com>
- Update to version 0.12.6
  - Add trailing ";" to mimeapps.list (bxo#15087)
  - Clear bad entries from mimeapps.list (bxo#15046, bxo#15238)
  - Synchronize default applications to gio-mime (bxo#14633)
  - Disable emoji menu in type-ahead search (bxo#15451)
  - Enable dismissal of "Failed to open default" dialogs
  - Related: https://github.com/brave/brave-browser/issues/4142
  - If the error can be safely ignored, the user is able to dismiss it.
    After changing defaults, the dismissal is forgotten.
  - Translation Updates
  - Cleaned up spec file and removed obsolete conditionals
* Fri May 03 2019 Maurizio Galli <maurizio.galli@gmail.com>
- Update to version 0.12.5
  * Fix typehead in ExoIconView (bxo#15100)
  * Building libexo-1 can now be disabled (bxo#15138, bxo#15199)
    Building documentation still requires libexo-1 since some older
    symbols exists only in the GTK+ 2 library
  * Several components were moved around to align with the correct
    library versions:
  - Helpers are now installed in exo-2 paths, and exo-helper-1 has
    been renamed to exo-helper-2 to follow the library version
  - Pixmaps were moved to an unversioned path (pixmaps/exo) since
    they are used by both versions of the library
  - exo-compose-mail has dropped the library version since it
    does not depend on either version of the library
  * The expansion-to-defined flag was re-enabled
  * Translation Updates
- Added conditional %bcond_with git for build when using
  git master branch
- Cleaned up spec file of no longer needed Obsoletes and Provides
- Fixed patching of exo-compose-mail in spec file
Version: 0.12.0-2.1
* Sat Feb 17 2018 seife+obs@b1-systems.com
- update to 0.12.0 (Stable Release)
  * Add google-chrome-stable binary for the google-chrome helper
    (bxo#13876)
  * Requirements updated: GTK 2.24, GTK 3.22, GLib 2.42,
    libxfce4ui 4.12, libxfce4util 4.12
  * Translation updates
- add exo-revert-gnome-3.22-req.diff for Leap < 15 to allow build
- spec-cleaner suggestions (but not the braindead ones)
* Sat Dec 09 2017 seife+obs@b1-systems.com
- exo-data is *not* noarch, it contains paths to %libdir in
  its desktop files.
- fix perl-shebang in exo-compose-mail-1
* Sat Aug 19 2017 seife+obs@b1-systems.com
- udate to version 0.11.5
  - New Features:
  - ExoString: Added new exo_str_is_flag
  - Helpers: Added Terminator (TerminalEmulator) (bxo#13714)
  - Bug Fixes:
  - exo-helper: Use full custom command path (bxo#4093)
  - exo-launch: Pass flags to preferred application (bxo#9427)
  - replace internet-mail icon with FD.o compliant emblem-mail (bxo#13711)
  - drop conflicting Vivaldi helper (bxo#13712, Gentoo #624546)
  - Translation updates
* Thu Aug 10 2017 tiwai@suse.de
- Add COPYING.LIB to filelist as legal team suggested.
* Wed Jul 19 2017 seife+obs@b1-systems.com
- update to version 0.11.4
  - From a development standpoint, this release can be considered
    the first release candidate for the 0.12.x series. Full GTK+ 2
    and 3 support is now available and should meet the needs for
    any Xfce application development.
  - New Features:
  - GTK Extensions: Added new exo_gtk_dialog_get_action_area and
    exo_gtk_dialog_add_secondary_button
  - GTK3: Add support for insensitive state in exo_cell_renderer_icon
  - Helpers: Added Brave, Google Chrome, and Vivaldi (WebBrowser)
  - Helpers: Added Geary (MailReader)
  - Helpers: Dropped Opera Mail (no longer available for Linux)
  - Bug Fixes:
  - Removed --disable-debug flag from distcheck (bxo#11556)
  - Icons:
  - Replaced non-standard gnome-* icons
  - Replaced non-existent "missing-image" icon
  - Deprecations:
  - Dropped gdk_window_process_updates for GTK+ 3.22
  - Replaced gdk_pixbuf_new_from_inline usage
  - Replaced gdk_screen_* usage
  - Replaced gtk_style_context_get_background_color usage
  - Removed warnings for gtk_dialog_get_action_area and GioScheduler
  - Translation Updates
* Fri Jul 07 2017 seife+obs@b1-systems.com
- update to version 0.11.3
  New Features:
  - exo-csource: --output  to write output to a file (bxo#12901)
  - exo-helper: --query to query the preferred application (bxo#8579)
  Build Changes:
  - Requirements GTK 2.24, GTK 3.20, GLib 2.42, libxfce4ui 4.12
  - GTK 3 libraries are no longer optional
  - Default debug for develt builds is now "yes" instead of "full"
  Bug Fixes:
  - Discard preferred application selection if dialog is canceled
    (bxo#8802)
  - Do not ship generic category icons, these are standard (bxo#9992)
  - Do not abort builds due to deprecated declarations (bxo#11556)
  - Fix crash in Thunar on selection change after directory change
    (bxo#13238)
  - Fix crash in exo-helper-1 from GTK 3 migration (bxo#13374)
  - Fix ExoIconView being unable to decrease its size (bxo#13402)
  Documentation Updates:
  - Add missing per-release API indices
  - Resolve undocumented symbols
  - Updated project documentation (HACKING, README, THANKS)
  - Translation Updates
- do not package ChangeLog, NEWS is enough
* Thu Jun 29 2017 jengelh@inai.de
- Update RPM groups.
* Tue Jun 13 2017 tiwai@suse.de
- Fix a typo in the download URL
* Sat Nov 26 2016 seife+obs@b1-systems.com
- update to version 0.11.2:
  - ported to gtk3
  - add libexo-2
- removed use-versioned-helpers-db.patch
- split exo-data again from libexo-1-0
- additional packages:
  - libexo-2-0
  - exo-data (common data files for libexo-1-0 and libexo-2-0)
  - exo-helpers (common helper binaries)
- renamed libexo-1-0-branding-upstream to exo-branding-upstream
* Mon May 25 2015 gber@opensuse.org
- update to version 0.10.6
  - Close fd with error state goto (CID 30797), extension of
    previous fix "File descriptor was never opened if < 0
    (CID #85387)"
* Mon May 25 2015 gber@opensuse.org
- update to version 0.10.5
  - Added --disable-debug to distcheck rules, this will allow
    building with autogen.sh --disable-debug on newer systems
    (bxo#11556)
  - Do not use x-scheme-handler/file mimetype (bxo#7257)
  - Escape URIs for exo-open (bxo#9912)
  - File descriptor was never opened if < 0 (CID #85387)
  - Reverted patches that broke window focus on startup
    (bxo#11743)
  - Fix StartupNotify (bxo#9570)
  - Fix implicit declaration of function 'xfce_spawn_on_screen'
    (bxo#11655)
  - Translation updates
* Tue Mar 17 2015 gber@opensuse.org
- update to version 0.10.4
  - don't quote arguments passed to terminal emulators (bxo#10731)
  - fix StartupNotify (bxo#9570)
  - fix implicit declaration of function 'xfce_spawn_on_screen'
    (bxo#11655)
  - translation updates
* Tue Mar 10 2015 gber@opensuse.org
- buildignore exo-tools in order to break the dependency cycle
  exo -> libxfce4ui-devel -> libxfce4ui-1-0 -> exo-tools
* Sat Feb 28 2015 gber@opensuse.org
- update to version 0.10.3
  - build updates and improvements (autotools, intltool)
  - increased required automake and libtool versions
  - updated mimeapps.list location for glib >= 2.41 (bxo#11504)
  - add an icon-column in the icon view for loading thumbnailed
    images
  - add helpers for qtFM, QTerminal, Qupzilla, Surf, Vimprobable2
    (bxo#10216)
  - add support for BCC in exo-compose-email (bxo#11070)
  - better handle filenames with spaces in exo-helpers (bxo#10731)
  - drop use of the -remote option in Firefox helpers (bxo#11601)
  - fix ATK deprecation warnings (bxo#11556)
  - fix exo_str_looks_like_an_uri() (bxo#10098)
  - fix small typo in exo-icon-bar (bxo#10515)
  - install category icons into proper location (bxo#11364)
  - scroll long file names into view in compact listview (bxo#6014)
  - translation updates
- drop obsolete exo-firefox-params.patch
* Sat Jan 25 2014 gber@opensuse.org
- fix a typo in use-versioned-helpers-db.patch causing custom
  preference files to be saved in the wrong location (bnc#860479)
* Thu May 02 2013 gber@opensuse.org
- also deliver helpers.rc into a API-versioned subdirectory, it is
  directly read by the library as well
- rename exo-branding-upstream to libexo-1-0-branding-upstream
- continue delivering %{_libdir}/xfce4
* Thu May 02 2013 gber@opensuse.org
- add use-versioned-helpers-db.patch in order to use a versioned
  helpers files DB since some of the desktop files are tied to the
  exo API version (e.g. by using exo-compose-mail-1)
- consequently also merge exo-data into libexo-1-0
* Fri Dec 28 2012 gber@opensuse.org
- update to version 0.10.2
  - optimize returning the selected item in icon view
  - work with icon names in the toolbar editor
  - GIO unix is still used for exo-open
  - use same thumbnail frame as Thunar
  - rename Terminal to xfce4-terminal
  - remove unmaintained translations
  - add chromium-browser to binary names
  - add various helpers
* Mon Dec 17 2012 gber@opensuse.org
- update to version 0.10.1
  - bump glib to 2.30 and drop exo-gio-module
  - bump Gtk to 2.24
  - draw the rubberband identical to gtk
  - don't use GSimpleResult in ExoJob
  - fix shadowed variable
  - g_main_context_ref_thread_default() is 2.32 API
  - translation updates
* Mon Jul 02 2012 gber@opensuse.org
- do not package the internet-web-browser and internet-mail icons
  any more for >= 12.2 which are widely available and will be
  standardized