Compare commits
13 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ae5d70ab6 | |||
| 6b50ad132a | |||
| c25ee47ad4 | |||
| 1e9e4726ad | |||
| 2e61eddd55 | |||
| da8493e457 | |||
| 98253805be | |||
| 8dd5a228da | |||
|
0a640d4940 |
|||
|
f66805ee0d |
|||
|
19dcc6e5c4 |
|||
|
|
f54dffded8 | ||
|
|
4342770aca |
1 changed files with 17 additions and 22 deletions
39
w3m.spec
39
w3m.spec
|
|
@ -8,12 +8,18 @@
|
|||
|
||||
Name: w3m
|
||||
Version: 0.5.3
|
||||
Release: 69.git%{gitdate}%{?dist}
|
||||
# Unicode-DFS-2015 is added for EastAsianWidth.txt source
|
||||
License: MIT AND Unicode-DFS-2015
|
||||
Release: 63.git%{gitdate}%{?dist}
|
||||
# UCD is added for EastAsianWidth.txt source
|
||||
License: MIT and UCD
|
||||
URL: http://w3m.sourceforge.net/
|
||||
BuildRequires: ncurses-devel
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
BuildRequires: openssl-devel
|
||||
%else
|
||||
BuildRequires: openssl11-devel
|
||||
# -Wnull-dereference requires GCC >= 6
|
||||
BuildRequires: devtoolset-8-toolchain
|
||||
%endif
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: gettext-devel
|
||||
|
|
@ -53,7 +59,9 @@ w3m-img package as well.
|
|||
%package img
|
||||
Summary: Helper program to display the inline images for w3m
|
||||
BuildRequires: gtk2-devel
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
BuildRequires: gdk-pixbuf2-xlib-devel
|
||||
%endif
|
||||
Requires: ImageMagick
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
|
|
@ -66,7 +74,12 @@ linux framebuffer.
|
|||
%autosetup -n %{name}-%{version}-git%{gitdate} -p1
|
||||
|
||||
%build
|
||||
export CFLAGS="$CFLAGS -std=gnu17"
|
||||
%if 0%{?rhel} == 7
|
||||
. /opt/rh/devtoolset-8/enable
|
||||
export SSL_CFLAGS="$(pkg-config --cflags-only-I openssl11)"
|
||||
export SSL_LIBS="$(pkg-config --libs-only-L openssl11)"
|
||||
%endif
|
||||
|
||||
%configure %{build_options}
|
||||
%make_build
|
||||
|
||||
|
|
@ -98,24 +111,6 @@ rm -f doc*/w3m.1
|
|||
%{_libexecdir}/w3m/w3mimgdisplay
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-69.git20230121
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jun 13 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 0.5.3-68.git20230121
|
||||
- Rebuilt for openssl 4.0
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-67.git20230121
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-66.git20230121
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-65.git20230121
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.3-64.git20230121
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Mon Mar 18 2024 Robert Scheck <robert@fedoraproject.org> - 0.5.3-63.git20230121
|
||||
- Added upstream patch to fix out-of-bounds access due to multiple backspaces
|
||||
to address incomplete fix for CVE-2022-38223 (#2222775, #2222780, #2255207)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue