From ee179fcbf1918c104c4e239c1384ec6b01595d88 Mon Sep 17 00:00:00 2001 From: David King Date: Mon, 14 Feb 2022 09:29:38 +0000 Subject: [PATCH] Update to 42.beta --- yelp.spec | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/yelp.spec b/yelp.spec index eee2793..31a02fb 100644 --- a/yelp.spec +++ b/yelp.spec @@ -1,21 +1,22 @@ +%global libhandy_version 1.5.0 + %global tarball_version %%(echo %{version} | tr '~' '.') Name: yelp Epoch: 2 -Version: 41.2 -Release: 2%{?dist} +Version: 42~beta +Release: 1%{?dist} Summary: Help browser for the GNOME desktop License: LGPLv2+ and ASL 2.0 and GPLv2+ URL: https://wiki.gnome.org/Apps/Yelp -Source: https://download.gnome.org/sources/%{name}/41/%{name}-%{tarball_version}.tar.xz +Source: https://download.gnome.org/sources/%{name}/42/%{name}-%{tarball_version}.tar.xz # https://bugzilla.gnome.org/show_bug.cgi?id=687960 Patch1: 0001-Center-new-windows.patch -BuildRequires: gcc -BuildRequires: make BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(libhandy-1) >= %{libhandy_version} BuildRequires: pkgconfig(liblzma) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libexslt) @@ -25,9 +26,12 @@ BuildRequires: pkgconfig(webkit2gtk-4.0) BuildRequires: pkgconfig(yelp-xsl) BuildRequires: desktop-file-utils BuildRequires: bzip2-devel +BuildRequires: gcc BuildRequires: gettext-devel BuildRequires: intltool BuildRequires: itstool +BuildRequires: make +Requires: libhandy%{?_isa} >= %{libhandy_version} Requires: yelp-libs%{?_isa} = %{epoch}:%{version}-%{release} Requires: yelp-xsl @@ -48,8 +52,7 @@ Summary: Development files for yelp-libs Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release} %description devel -This package contains header files and documentation for -the libraries in the yelp-libs package. +This package contains header files for the libraries in the yelp-libs package. %prep %autosetup -p1 -n %{name}-%{tarball_version} @@ -89,10 +92,12 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/yelp.desktop %files devel %{_libdir}/libyelp.so %{_includedir}/libyelp -%{_datadir}/gtk-doc %changelog +* Mon Feb 14 2022 David King - 2:42~beta-1 +- Update to 42.beta + * Sat Jan 22 2022 Fedora Release Engineering - 2:41.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild