Require gdk-pixbuf2-modules-extra on F41+ -X11 for XPM loading (rhbz#2277751)
This commit is contained in:
parent
3c4227cd7c
commit
a01683035a
1 changed files with 8 additions and 1 deletions
9
vim.spec
9
vim.spec
|
|
@ -51,7 +51,7 @@ Summary: The VIM editor
|
|||
URL: http://www.vim.org/
|
||||
Name: vim
|
||||
Version: %{baseversion}.%{patchlevel}
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Epoch: 2
|
||||
# swift.vim contains Apache 2.0 with runtime library exception:
|
||||
# which is taken as Apache-2.0 WITH Swift-exception - reported to legal as https://gitlab.com/fedora/legal/fedora-license-data/-/issues/188
|
||||
|
|
@ -321,6 +321,10 @@ Requires: glib2 >= 2.79.1
|
|||
Requires: gtk3
|
||||
# needed for icons (#226526)
|
||||
Requires: hicolor-icon-theme
|
||||
%if 0%{?fedora} >= 41
|
||||
# needed for icons (#2277751)
|
||||
Requires: gdk-pixbuf2-modules-extra%{?_isa}
|
||||
%endif
|
||||
# for getting/setting extended attributes - they are pairs (name:value)
|
||||
# from inodes (files, dirs etc.)
|
||||
Requires: libattr >= 2.4
|
||||
|
|
@ -1057,6 +1061,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 26 2024 Benjamin Gilbert <bgilbert@backtick.net> - 2:9.1.571-3
|
||||
- Require gdk-pixbuf2-modules-extra on F41+ -X11 for XPM loading (rhbz#2277751)
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2:9.1.571-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue