From 5340bb21e4959afed7f736811a455060e154297a Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Thu, 18 Feb 2021 12:57:18 +0100 Subject: [PATCH] Update to 40.beta --- sources | 2 +- yelp-xsl.spec | 15 +++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/sources b/sources index 60b6b3e..e05b5a2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yelp-xsl-3.38.2.tar.xz) = ec346211060991e06b70d5a0fe9abdc8d309e0748665f1fbcf2725d5e9847c944a89f8349c1d35606d089b2a9085f7534fdc05955643db3b0fc9dac6e8384da7 +SHA512 (yelp-xsl-40.beta.tar.xz) = 2f1a9fe3b862fe02436adc305498c667af5a3ca0ae48c28bf555456f2c79e2809be1de9a0a33c7ae3d5aa6f6e5b37adccb7724c67016e68288b4dc601ab0a6b8 diff --git a/yelp-xsl.spec b/yelp-xsl.spec index 7b2541f..8624217 100644 --- a/yelp-xsl.spec +++ b/yelp-xsl.spec @@ -1,11 +1,13 @@ +%global tarball_version %%(echo %{version} | tr '~' '.') + Name: yelp-xsl -Version: 3.38.2 -Release: 2%{?dist} +Version: 40~beta +Release: 1%{?dist} Summary: XSL stylesheets for the yelp help browser License: LGPLv2+ and GPLv2+ URL: https://download.gnome.org/sources/yelp-xsl -Source0: https://download.gnome.org/sources/%{name}/3.38/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz BuildArch: noarch BuildRequires: gcc @@ -16,7 +18,6 @@ BuildRequires: /usr/bin/ducktype BuildRequires: /usr/bin/xmllint BuildRequires: /usr/bin/xsltproc - %description This package contains XSL stylesheets that are used by the yelp help browser. @@ -31,7 +32,7 @@ XSL stylesheets in yelp-xsl. %prep -%setup -q +%autosetup -p1 -n %{name}-%{tarball_version} %build @@ -48,12 +49,14 @@ XSL stylesheets in yelp-xsl. %license COPYING COPYING.GPL COPYING.LGPL %{_datadir}/yelp-xsl - %files devel %{_datadir}/pkgconfig/yelp-xsl.pc %changelog +* Thu Feb 18 2021 Kalev Lember - 40~beta-1 +- Update to 40.beta + * Thu Jan 28 2021 Fedora Release Engineering - 3.38.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild