Resolves: #1858489 - update to 0.21.1
This commit is contained in:
parent
daf911e0f3
commit
5948146669
@ -1,31 +0,0 @@
|
||||
From 5c1db71740244f38a4543457e74d2563d8d7b36e Mon Sep 17 00:00:00 2001
|
||||
From: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
Date: Sat, 1 Jun 2019 13:09:41 +0200
|
||||
Subject: [PATCH] gtk-doc: do not include tree_index.sgml
|
||||
|
||||
gtk-doc 1.30 no longer generates the file if the object tree is empty.
|
||||
|
||||
Upstream-commit: 87d1add318b5e5d09977f7f374e923577b6ff3be
|
||||
Signed-off-by: Kamil Dudka <kdudka@redhat.com>
|
||||
---
|
||||
docs/libpsl/libpsl-docs.sgml | 4 ----
|
||||
1 file changed, 4 deletions(-)
|
||||
|
||||
diff --git a/docs/libpsl/libpsl-docs.sgml b/docs/libpsl/libpsl-docs.sgml
|
||||
index 335d241..88c7ba8 100644
|
||||
--- a/docs/libpsl/libpsl-docs.sgml
|
||||
+++ b/docs/libpsl/libpsl-docs.sgml
|
||||
@@ -22,10 +22,6 @@
|
||||
</para>
|
||||
<xi:include href="xml/libpsl.xml"/>
|
||||
</chapter>
|
||||
- <chapter id="object-tree">
|
||||
- <title>Object Hierarchy</title>
|
||||
- <xi:include href="xml/tree_index.sgml"/>
|
||||
- </chapter>
|
||||
<index id="api-index-full">
|
||||
<title>API Index</title>
|
||||
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
|
||||
--
|
||||
2.21.1
|
||||
|
13
libpsl.spec
13
libpsl.spec
@ -1,10 +1,10 @@
|
||||
Name: libpsl
|
||||
Version: 0.21.0
|
||||
Release: 4%{?dist}
|
||||
Version: 0.21.1
|
||||
Release: 1%{?dist}
|
||||
Summary: C library for the Publix Suffix List
|
||||
License: MIT
|
||||
URL: https://rockdaboot.github.io/libpsl
|
||||
Source0: https://github.com/rockdaboot/libpsl/releases/download/libpsl-%{version}/libpsl-%{version}.tar.gz
|
||||
Source0: https://github.com/rockdaboot/libpsl/releases/download/%{version}/libpsl-%{version}.tar.gz
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: glib2-devel
|
||||
@ -13,13 +13,11 @@ BuildRequires: libicu-devel
|
||||
BuildRequires: libidn2-devel
|
||||
BuildRequires: libunistring-devel
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: make
|
||||
BuildRequires: publicsuffix-list
|
||||
BuildRequires: python3-devel
|
||||
Requires: publicsuffix-list-dafsa
|
||||
|
||||
# fix unnecessary build failure due to missing tree_index.sgml in gtk-doc output
|
||||
Patch1: 0001-libpsl-0.21.0-gtk-doc.patch
|
||||
|
||||
%description
|
||||
libpsl is a C library to handle the Public Suffix List. A "public suffix" is a
|
||||
domain name under which Internet users can directly register own names.
|
||||
@ -147,6 +145,9 @@ make check || cat tests/test-suite.log
|
||||
%{_mandir}/man1/psl-make-dafsa.1*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 20 2020 Kamil Dudka <kdudka@redhat.com> - 0.21.1-1
|
||||
- update to 0.21.1 (#1858489)
|
||||
|
||||
* Thu Jan 30 2020 Kamil Dudka <kdudka@redhat.com> - 0.21.0-4
|
||||
- fix unnecessary build failure due to missing tree_index.sgml in gtk-doc output
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libpsl-0.21.0.tar.gz) = 165c4f0b0640a813d512bd916e1532e32e43c8c81a5efd048f3a5b07b1b3c9129b4c4b5008b8b11a7c1b3914caea17564321389cd350bf1d687d53a97f2afa4d
|
||||
SHA512 (libpsl-0.21.1.tar.gz) = a5084b9df4ff2a0b1f5074b20972efe0da846473396d27b57967c7f6aa190ab3c910b4bfc4f8f03802f08decbbad5820d850c36ad59610262ae37fe77de0c7f5
|
||||
|
Loading…
Reference in New Issue
Block a user