Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
46f37f9dd5 | ||
|
|
2bbf1d869d | ||
|
|
6f0ae0ac94 | ||
|
|
98dfe958b9 | ||
| a32e92339b | |||
| f862205f8a | |||
|
|
25b4141d2c | ||
|
|
512d63af97 | ||
|
|
271418d363 |
1 changed files with 22 additions and 17 deletions
39
w3m.spec
39
w3m.spec
|
|
@ -8,18 +8,12 @@
|
|||
|
||||
Name: w3m
|
||||
Version: 0.5.3
|
||||
Release: 63.git%{gitdate}%{?dist}
|
||||
# UCD is added for EastAsianWidth.txt source
|
||||
License: MIT and UCD
|
||||
Release: 69.git%{gitdate}%{?dist}
|
||||
# Unicode-DFS-2015 is added for EastAsianWidth.txt source
|
||||
License: MIT AND Unicode-DFS-2015
|
||||
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
|
||||
|
|
@ -59,9 +53,7 @@ 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}
|
||||
|
||||
|
|
@ -74,12 +66,7 @@ linux framebuffer.
|
|||
%autosetup -n %{name}-%{version}-git%{gitdate} -p1
|
||||
|
||||
%build
|
||||
%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
|
||||
|
||||
export CFLAGS="$CFLAGS -std=gnu17"
|
||||
%configure %{build_options}
|
||||
%make_build
|
||||
|
||||
|
|
@ -111,6 +98,24 @@ 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