Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d954670c56 |
2 changed files with 10 additions and 12 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (yelp-42.2.tar.xz) = 7fd8da347b3cdb9b24a31eebe14c4964c5e41956caa2b79e70d6ea0c829d94f8428bbd96a2472c02d56673ca0ed1c75f7c6f874a59c4eea0b1440918a99969f4
|
||||
SHA512 (yelp-42.3.tar.xz) = 53cb9477eb01bd2a38be2b5a4d31b2c7ff1e964b555055f9f1c0806848265ce665ea43bf554f0f69b46fc37a0a37ae32d5eb5c2505f8792856a51b4c3f1a2adc
|
||||
|
|
|
|||
20
yelp.spec
20
yelp.spec
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
Name: yelp
|
||||
Epoch: 2
|
||||
Version: 42.2
|
||||
Release: 9%{?dist}
|
||||
Version: 42.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Help browser for the GNOME desktop
|
||||
|
||||
# Automatically converted from old format: LGPLv2+ and ASL 2.0 and GPLv2+ - review is highly recommended.
|
||||
|
|
@ -15,8 +15,6 @@ Source: https://download.gnome.org/sources/%{name}/42/%{name}-%{tarball_v
|
|||
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=687960
|
||||
Patch1: 0001-Center-new-windows.patch
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2357092
|
||||
Patch2: yelp-CVE-2025-3155.patch
|
||||
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libhandy-1) >= %{libhandy_version}
|
||||
|
|
@ -31,9 +29,8 @@ BuildRequires: desktop-file-utils
|
|||
BuildRequires: bzip2-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: itstool
|
||||
BuildRequires: make
|
||||
BuildRequires: meson
|
||||
Requires: libhandy%{?_isa} >= %{libhandy_version}
|
||||
Requires: yelp-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
Requires: yelp-xsl
|
||||
|
|
@ -61,13 +58,11 @@ This package contains header files for the libraries in the yelp-libs package.
|
|||
%autosetup -p1 -n %{name}-%{tarball_version}
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
%make_build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
find $RPM_BUILD_ROOT%{_libdir} -name '*.la' -delete
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
|
|
@ -98,6 +93,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/yelp.desktop
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 08 2025 Michael Catanzaro <mcatanzaro@redhat.com> - 42.3-1
|
||||
- Update to 42.3
|
||||
|
||||
* Fri May 09 2025 Jan Grulich <jgrulich@redhat.com> - 2:42.2-9
|
||||
- Fix CVE-2025-3155 - arbitrary file-read
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue