80 Commits

Author SHA256 Message Date
7b2fae3bc2 Accepting request 1303066 from home:iDesmI:feh
- Update to 3.11.1:
  * Correctly center images in fullscreen mode
    (fixes regression introduced in 3.11.0)
  * option --tap-zones enables support for prev/next tap zones
  * Fix --scale-down not scaling down the first image
    in floating i3 windows and similar setups

OBS-URL: https://build.opensuse.org/request/show/1303066
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=130
2025-09-08 18:30:44 +00:00
901f1aedd0 Accepting request 1184926 from home:dirkmueller:Factory
- update to 3.10.3:
  * Fix feh not respecting aspect ratio of thumbnails that are
    smaller than --thumb-width and --thumb-height
  * Fix --no-recursive behaving like --recursive
  * Fix rotation by 180° corrupting images
  * Speed up --sort=size and --sort=mtime by caching stat(2)
    calls

  * Fix crash in right-click / menu rendering code on some distributions
  * Enable --version-sort on systems without strverscmp support.
  * Fix crashes when combining --reload and --multiwindow
- Enable inotify support for automatic reload.
 * Reload current image(s) when receiving SIGUSR1 or SIGUSR2
  * Add option --edit, which makes flip and rotation change the
    underlying file as well as the displayed image. This was the
  * Change default toggle_fullscreen key from "v" to "f" as this
  * flip and rotation (keys "<", ">", "||, amd "_") no longer change
    the underlying file. This leaves delet ("Ctrl+Delete") as the
    only destructive action which is enabled by default
  * Rename --magick-timeout to --conversion-timeout
  * Fix unintended aliasing in rotated images
  - Prevent automatic recalculation of the zoom ratio when
  * Fix filelists specified by -f/--filelist not being reloaded
- Remove unused buildRequires.
* add --auto-rotate option to enable auto rotation
* When removing the last image in slidsehow mode, stay on the last (previously
* Allow --sort and --randomize to override each other (most recently specified
* Thumbnail mode: Mark image as processed when executing an action (--action) by
* It is now possible to override feh's idea of the active xinerama screen using the
* Remove (undocumented) feature allowing to override feh's idea of the active

OBS-URL: https://build.opensuse.org/request/show/1184926
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=128
2024-07-03 21:06:56 +00:00
5b72077402 Accepting request 1142085 from home:Outbound3031:branches:X11:Utilities
- Update to 3.10.2
  * Fix crash in right-click / menu rendering code on some distributions 
- Drop 'feh-fix_pointer_arithmetics.patch'
- Update keyring

OBS-URL: https://build.opensuse.org/request/show/1142085
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=126
2024-01-29 07:17:44 +00:00
275be6ae2e Accepting request 1033664 from home:iDesmI:Wayland
- Add feh-add_jxl_support.patch for the image/jxl MimeType to be
  supported.

OBS-URL: https://build.opensuse.org/request/show/1033664
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=124
2022-11-07 08:33:04 +00:00
27bc650ca8 Accepting request 1004446 from home:dirkmueller:Factory
- update to 3.9.1:
  * Set libcurl user agent to "feh/3.9.1". Previously, feh did not send a
    user agent.

OBS-URL: https://build.opensuse.org/request/show/1004446
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=122
2022-09-19 14:44:12 +00:00
b2a51ef7b3 Accepting request 986815 from home:iDesmI:Wayland
- Update to version 3.9:
  * Remove magic byte check before passing an image to Imlib2.
    This check was introduced in feh 3.6 to work around an issue with
    Imlib2 being slow to determine image loadability in some cases
    <https://phab.enlightenment.org/T8739>. By now, an Imlib2 version
    without this issue is availble.
  * Fix crash (segmentation fault due to null pointer dereference)
    when toggling fullscreen mode while moving the cursor.
  * feh no longer supplies its own getopt_long function.
    getopt_long is provided by a wide range of libc implementations,
    so there is no need for feh to duplicate it.
- Add zsh completion

OBS-URL: https://build.opensuse.org/request/show/986815
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=120
2022-07-10 18:55:36 +00:00
5eeffd41d7 Accepting request 976607 from home:susnux:branches:X11:Utilities
Update to version 3.8

OBS-URL: https://build.opensuse.org/request/show/976607
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=118
2022-05-13 06:41:57 +00:00
e1df37d116 Accepting request 928554 from home:susnux:branches:X11:Utilities
- Update to version 3.7.2:
    * Fix crash when running feh without stdin file descriptor
    * Support JPEG XL files when using imlib2-jxl
    * Fix support for images smaller than 16 bytes
    * Fix some out of bounds reads

OBS-URL: https://build.opensuse.org/request/show/928554
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=117
2021-11-03 07:16:33 +00:00
70b4e2dc0c Accepting request 892329 from home:susnux:branches:X11:Utilities
Update to version 3.7.0

OBS-URL: https://build.opensuse.org/request/show/892329
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=115
2021-05-12 12:29:50 +00:00
e55e43ce7a Accepting request 866728 from home:polslinux:branches:X11:Utilities
- Update to 3.6.3:
  * Fix --start-at not handling URL-encoded file:/// paths properly. Notably,
    this also fixes feh not displaying images with spaces or unicode
    elements in their path when opened from a file manager.

OBS-URL: https://build.opensuse.org/request/show/866728
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=113
2021-01-26 07:20:13 +00:00
720cbcf7e4 fix boo# in .changes
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=111
2021-01-16 17:23:12 +00:00
5e542eff1d 3.6.2 + --edit fix
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=110
2021-01-16 05:09:09 +00:00
652fff8e4a Accepting request 860779 from home:dirkmueller:branches:X11:Utilities
- update to 3.6.1:
  * Fix excessive memory consumption when showing long-running slideshows
    with thousands to tens of thousands of images and feh has been compiled
    with exif=1 (see https://github.com/derf/feh/issues/553)
  * Fix memory leak when showing long-running slideshows with relatively few
    images and feh has been compiled with exif=1 (ibid.)
  * Fix memory leak when reloading an image and feh has been compiled with
    exif=1
  * Fix memory leak in --draw-exif
  * Fix memory leak when reloading HTTP files with --no-conversion-cache
  * Add flip and rotate options to the menu
  * Improve unloadable image detection time (e.g. for large video files) by
    checking a file's header before passing it to Imlib2. For rarely used
    image formats, there is a very small chance that an image which could be
    loaded by feh 3.5 is reported as unloadable by feh 3.6 due to this
    change. Set FEH_SKIP_MAGIC=1 to bypass the header check in this case. See
    <https://phab.enlightenment.org/T8739> and
    <https://github.com/derf/feh/issues/505> for details.

OBS-URL: https://build.opensuse.org/request/show/860779
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=108
2021-01-06 20:33:02 +00:00
72d44206e1 Accepting request 833925 from home:dirkmueller:branches:X11:Utilities
- update to 3.5:
  * Enable --version-sort on systems without strverscmp support. 
  * Add %a format specifier (slideshow state: "playing" / "paused")
  * Fix crashes when combining --reload and --multiwindow

OBS-URL: https://build.opensuse.org/request/show/833925
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=106
2020-09-13 08:23:06 +00:00
d7137644bc Accepting request 815884 from home:namtrac:branches:X11:Utilities
- Enable inotify support for automatic reload.

OBS-URL: https://build.opensuse.org/request/show/815884
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=104
2020-06-19 07:57:14 +00:00
5e7be48798 Accepting request 810576 from home:polslinux:branches:X11:Utilities
- Update to 3.4.1
  * Fix lossless JPG rotate not being lossless when using feh with Imlib2 v1.6 or later

OBS-URL: https://build.opensuse.org/request/show/810576
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=102
2020-06-01 08:45:01 +00:00
42cdec2b54 Accepting request 800669 from home:pluskalm:branches:X11:Utilities
- Update to version 3.4:
  * Images loaded via HTTPS/curl, ImageMagick, and dcraw are now cached by
    default.
  * Handle SIGINT/SIGTERM/SIGQUIT signals while loading images
  * "feh --start-at URL" now loads a single-image slideshow
  * Fix a memory leak when repeatedly cycling through slideshows.

OBS-URL: https://build.opensuse.org/request/show/800669
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=100
2020-05-07 07:25:49 +00:00
f0dda7af56 Accepting request 766630 from home:mrey:branches:X11:Utilities
- update to 3.3
  * New option --class allows setting the X11 class hint per feh
    instance
  * Improve handling of NULL returns from Imlib2 calls
  * Fix compilation with libcurl < v7.32
- feh-makefile_optflags.patch: Adapt patch to feh 3.3

OBS-URL: https://build.opensuse.org/request/show/766630
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=98
2020-01-24 15:35:22 +00:00
0448501d37 - update to 3.2.1
* Use --no-fehbg option in ~/.fehbg
 * Fix TOCTTOU when setting the file mode of ~/.fehbg
 * Fix insufficient error handling when updating ~/.fehbg
 * Reload current image(s) when receiving SIGUSR1 or SIGUSR2

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=96
2019-11-05 12:41:19 +00:00
307861ef86 Accepting request 676875 from home:seanlew:branches:X11:Utilities
Update feh

OBS-URL: https://build.opensuse.org/request/show/676875
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=94
2019-02-19 22:35:58 +00:00
9c34528004 Accepting request 663102 from home:seanlew:branches:X11:Utilities
update feh

OBS-URL: https://build.opensuse.org/request/show/663102
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=92
2019-01-08 16:48:47 +00:00
d33e2494e5 Accepting request 649830 from home:seanlew:branches:X11:Utilities
Update feh to 3.0

OBS-URL: https://build.opensuse.org/request/show/649830
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=90
2018-11-22 10:56:53 +00:00
bc79cc21eb Accepting request 646521 from home:seanlew:branches:X11:Utilities
Update feh to 2.28.1

OBS-URL: https://build.opensuse.org/request/show/646521
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=88
2018-11-06 10:56:36 +00:00
8d92364f6a Accepting request 642734 from home:seanlew:branches:X11:Utilities
Update feh to 2.28

OBS-URL: https://build.opensuse.org/request/show/642734
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=86
2018-10-21 13:20:09 +00:00
58b551c95d Accepting request 624244 from home:mimi_vx:branches:X11:Utilities
- update to 2.27.1
- fix boo#1101466  - specify PREFIX also for build
  * Fix --keep-zoom-vp issues introduced in 2.27
  * Fix feh occasionally becoming unresponsive when asked
     to terminate via SIGINT/SIGQUIT/SIGTERM
  * Fix size_to_image ("w") command when both --scale-down and
     --keep-zoom-vp are enabled
  * Fix --auto-zoom not being triggered on window resize events
     when --scale-down is enabled
  * Fix --auto-zoom conflicting with manual zoom
  * Prevent --zoom <percent> from blocking --scale-down in fullscreen
     / fixed geometry mode
  * Prevent --keep-zoom-vp from blocking the dynamic window resizing mechanism
  - Prevent automatic recalculation of the zoom ratio when 
    --keep_zoom_vp is enabled

OBS-URL: https://build.opensuse.org/request/show/624244
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=84
2018-07-20 10:51:16 +00:00
504c89952e Accepting request 616381 from home:1Antoine1:branches:X11:Utilities
- Update to 2.26.3:
  * Properly escape --image-bg argument in ~/.fehbg (broken in
    2.26.1).
- Update to 2.26.2:
  * Show correct filelist position in windows opened from thumbnail
    mode.
  * Note that navigation is still not supported in those windows.
  * Improve support for key input from stdin.
  * Do not push menus off the screen when hitting screen limits.

OBS-URL: https://build.opensuse.org/request/show/616381
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=81
2018-06-12 20:12:03 +00:00
9495f0073e 2.26.1
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=79
2018-05-12 04:08:33 +00:00
a1c017f581 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=77 2018-05-09 15:24:18 +00:00
8f6b80972b Accepting request 605809 from home:pevik:branches:X11:Utilities
- Update to 2.26

OBS-URL: https://build.opensuse.org/request/show/605809
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=76
2018-05-09 15:22:58 +00:00
107caac592 2.25.1
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=75
2018-03-12 23:26:53 +00:00
7aae75ba49 Accepting request 583781 from home:jubalh:branches:X11:Utilities
- Update to 2.25
  * Add --version-sort option to enable natural sorting of file
    and directory names
  * Allow arbitrary X11 colors as -B/--image-bg argument
  * Improve --image-bg support and transparency handling in
    --bg-* mode
  * Respect --geometry settings in --bg-fill mode
  * Add keybinding toggle_auto_zoom (default "Z") to toggle
    --auto-zoom
  * Fix filelists specified by -f/--filelist not being reloaded 
    when using --reload

OBS-URL: https://build.opensuse.org/request/show/583781
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=73
2018-03-07 17:49:58 +00:00
e68fdf2df7 2.24
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=71
2018-02-26 22:19:26 +00:00
cdd8c6b250 Update to 2.23.2
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=69
2018-02-18 03:17:55 +00:00
0f5ec143c9 Accepting request 576377 from home:elvigia:branches:X11:Utilities
- Remove BuildRequires on xorg-x11-* metapackages
- Remove unused buildRequires.

OBS-URL: https://build.opensuse.org/request/show/576377
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=67
2018-02-13 22:35:25 +00:00
e4affe29b5 2.23.1
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=65
2018-02-01 18:02:57 +00:00
4a2ece8df5 Accepting request 560475 from home:jengelh:branches:X11:Utilities
- Ensure neutrality of description.

OBS-URL: https://build.opensuse.org/request/show/560475
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=63
2017-12-29 03:08:06 +00:00
6a1f05ee46 Accepting request 560449 from home:avindra
- update to 2.23
  * Fix broken thumbnail/index windows when using --scale-down
  * Use Imlib2 as in-memory image cache (default size: 4MiB)
    noticable performance improvements, especially in small
    slideshows
  * Add --cache-size option to set Imlib2 image cache size
- rebase feh-makefile_optflags.patch

OBS-URL: https://build.opensuse.org/request/show/560449
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=62
2017-12-28 22:18:42 +00:00
9bd4ca59cc bump to 2.22.2
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=60
2017-11-08 03:47:09 +00:00
868c7fc9bf Accepting request 539499 from home:avindra
- update to 2.22.1
 * Allow ~/.fehbg to be sourced (instead of executed) from other
   shell scripts again (broken in 2.22)

OBS-URL: https://build.opensuse.org/request/show/539499
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=59
2017-11-07 12:46:59 +00:00
b025d36e79 Accepting request 538959 from home:avindra
- Rebase feh-makefile_app.patch
- update to 2.22
 * Add support for CURL_CA_BUNDLE environment variable when loading
   images via HTTPS
 * Fix ~/.fehbg not being updated when setting a wallpaper via menu
   (broken in 2.21)

OBS-URL: https://build.opensuse.org/request/show/538959
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=57
2017-11-06 10:03:35 +00:00
772d06f8bd Accepting request 532610 from home:avindra
- Drop feh-2.12-fix_sighandler.patch, fixed upstream
- update to 2.21
 * Add toggle_fixed_geometry (g) key binding to toggle window auto-resize
 * Improve control via terminal input
 * Fix crash (segmentation fault) when using feh -O in non-index mode
 * Fix --force-aliasing (and possibly other options) missing from ~/.fehbg
    when using them for background setting
- includes changes from 2.20
 * Fix clang/gcc warnings
 * Add support for control via terminal input. feh will read key presses
   from the controlling terminal and handle them like X11 key presses
   inside the feh window. Note that at the moment, only lower / upper case
   ASCII letters and a very small set of additional keys are supported.
 * Fix broken ImageMagick support (see --magick-timeout) when using some ImageMagick versions
 * Remove images from the filelist if they were removed by executing a user-defined action
- includes changes from 2.19.1 - 2.19.3:
 * Fix Shift modifier not being recognized for tab, space and similar keys.
   This lead to keybindings like Shift+Tab or Shift+Space being parsed as
   if the Shift modifier had not been specified
 * Show ImageMagick loader errors unless --quiet is specified
 * Fix crash when handling certain media keys (introduced in 2.19.1)
 * Save geometry data in .fehbg when setting a wallpaper with --geometry
 * Fix Imlib2 developer warning and improve out-of-memory error message when using --thumbnails / --index on large directories

OBS-URL: https://build.opensuse.org/request/show/532610
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=55
2017-10-09 13:05:46 +00:00
9495c57c38 Accepting request 504473 from home:mimi_vx:branches:X11:Utilities
- update to 2.19
 * Follow the freedesktop.org Thumbnail Managing Standard by saving thumbnails
    in ${XDG_CACHE_HOME}/thumbnails (defaulting to ~/.cache/thumbnails)
    instead of ~/.thumbnails
 * Install app icons with the correct permissions of 644
 * Documentation improvements

OBS-URL: https://build.opensuse.org/request/show/504473
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=53
2017-06-18 14:25:33 +00:00
9bd6bfc231 Accepting request 489248 from home:mimi_vx:branches:X11:Utilities
- update to 2.18.3
- fixes boo#1034567 - CVE-2017-7875
 * Fix double-free/OOB-write in E17 IPC. This only affects the background
    setting options and requires a malicious X11 app to run alongside feh
    and pretend to be an E17 window manager.
 * Fix image-specific format specifiers not being updated correctly in thumbnail
    mode window titles
 * Fix memory leak when closing images opened from thumbnail mode
 * Fix a possible out of bounds read caused by an unterminated string when
    using --output to save images in long paths
 * Fix out of bounds read/write when handling empty or broken caption files.
 * Fix memory leak when saving a filelist or image whose target filename
    already exists.

OBS-URL: https://build.opensuse.org/request/show/489248
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=51
2017-04-19 08:26:42 +00:00
972d5f3cbe Accepting request 460177 from home:mimi_vx:branches:X11:Utilities
- update to 2.18.2
* Fix image-specific format specifiers not being updated correctly
* New key binding: ! -  zoom_fill (zoom to fill window, may cut off image parts
* Disable EXIF-based auto rotation by default
* add --auto-rotate option to enable auto rotation

OBS-URL: https://build.opensuse.org/request/show/460177
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=49
2017-02-24 12:35:33 +00:00
cc8842d7a8 Accepting request 424334 from home:mimi_vx:branches:X11:Utilities
- update to 2.17.1
- added feh-makefile_app.patch -- fix install location of icons
- refreshed feh-makefile_optflags.patch
* Install feh icon (both 48x48 and scalable SVG) to /usr/share/icons
    when running "make install app=1"
* Fix --sort not being respected after the first reload when used in
    conjunction with --reload
* All key actions can now also be bound to a button by specifying them
    in .config/feh/buttons. However, note that button actions can not be
    bound to keys.
* Rename "menu" key action to "toggle_menu", "prev" to "prev_img" and
    "next" to "next_img". The old names are still supported, but no longer
    documented.
* feh now also sets the X11 _NET_WM_PID and WM_CLIENT_MACHINE window
    properties
* Fix compilation on systems where HOST_NAME_MAX is not defined

OBS-URL: https://build.opensuse.org/request/show/424334
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=47
2016-09-01 20:32:24 +00:00
f57ce95553 Accepting request 418269 from home:mimi_vx:branches:X11:Utilities
- update to 2.16.2
- refreshed patches:
  feh-2.12-fix_sighandler.patch
  feh-fix_pointer_arithmetics.patch
  feh-makefile_optflags.patch
- dropped patch: feh-no_date.patch
* Also support in-place editing for images loaded via libcurl or
    imagemagick. Results will not be written back to disk in this case.
* Fix crash when trying to rotate a JPEG image without having
    jpegtran / jpegexiforient installed
* Handle failing fork() calls gracefully
* Fix invalid key/button definitions mis-assigning keys/buttons to other
    actions
* Add sort mode --sort dirname to sort images by directory instead
    of by name. For example, where a normal recursive run will show images in
    the order foo/a.jpg -> foo/bar/baz.jpg -> foo/fnord.jpg, a dirname sort
    will result in foo/a.jpg -> foo/fnord.jpg -> foo/bar/baz.jpg (Patch by
    Sung Pae)
* Add navigation keys next_dir (]) and prev_dir ([) to jump to the first
    image of the nex/previous directory (Patch by Sung Pae)
* Fix toggle_filenames key displaying wrong file numbers in multiwindow
    mode
* Rescale image when resizing a window and --scale-down or --geometry is
    active. This largely fixes the --scale-down issues introduced in
    2.15. However, note that --scale-down still introduces a fixed window
    size which will not be updated when changing images (as was the case in
    feh < 2.15). This may or may not be fixed in the future.
* Fix --keep-zoom-vp not keeping the viewport x/y offsets (broken by 2.15)
* Fix w (size_to_image) key not updating window size when --scale-down
    or --geometry is active

OBS-URL: https://build.opensuse.org/request/show/418269
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=45
2016-08-10 08:40:54 +00:00
2522f1ea2b Accepting request 398275 from home:jubalh:branches:X11:Utilities
- Don't display feh in menu (can't start it without parameters anyways)

OBS-URL: https://build.opensuse.org/request/show/398275
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=43
2016-05-26 16:55:01 +00:00
003302d815 Accepting request 346760 from home:mimi_vx:branches:X11:Utilities
- fix bsc#955576
- add jpegexiforient to package

OBS-URL: https://build.opensuse.org/request/show/346760
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=41
2015-11-29 19:57:05 +00:00
08ac582080 - update to 2.14
* Add --xinerama-index option for background setting
* When removing the last image in slidsehow mode, stay on the last (previously 
    second-to-last) image
* Allow --sort and --randomize to override each other (most recently specified 
    option wins) instead of always preferring --sort
* Thumbnail mode: Mark image as processed when executing an action (--action) by 
    clicking on an image
* It is now possible to override feh's idea of the active xinerama screen using the 
    --xinerama-index option
* Remove (undocumented) feature allowing to override feh's idea of the active 
    xinerama screen by setting the XINERAMA_SCREEN environment variable

OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=39
2015-10-24 14:51:52 +00:00
d135896bb7 - remove obsolete gpg macro
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/feh?expand=0&rev=38
2015-10-24 14:45:00 +00:00