diff --git a/0001-docs-don-t-include-the-type-hierarchy.patch b/0001-docs-don-t-include-the-type-hierarchy.patch deleted file mode 100644 index 97ce25a5035353a7aad248deb810596c230e3733..0000000000000000000000000000000000000000 --- a/0001-docs-don-t-include-the-type-hierarchy.patch +++ /dev/null @@ -1,33 +0,0 @@ -From eb28dc2d73fc3187fc7d10c3472bd577e4b39c04 Mon Sep 17 00:00:00 2001 -From: openEuler BUildteam -Date: Mon, 22 Jun 2020 19:03:29 +0800 -Subject: [PATCH] docs:don't include the type hierarchy - -gtk-doc can't generate a type hierarchy when scanning libpsl, -and gtk-doc 1.30 onwards doesn't write a file if there is no type -hierarchy (unlike previous releases, which wrote an empty file). -This results in the build failing with gtk-doc 1.30 onwards, -so remove the type hierarchy section from the documentation -as it doesn't serve any purpose. ---- - 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 1eca9a2..1c38dbc 100644 ---- a/docs/libpsl/libpsl-docs.sgml -+++ b/docs/libpsl/libpsl-docs.sgml -@@ -22,10 +22,6 @@ - - - -- -- Object Hierarchy -- -- - - API Index - --- -1.8.3.1 - diff --git a/libpsl-0.20.2.tar.gz b/libpsl-0.21.1.tar.gz similarity index 58% rename from libpsl-0.20.2.tar.gz rename to libpsl-0.21.1.tar.gz index 19cf5078f67bd144cb81742f758131300970bcca..03beef0fe00961c5ec1d8418bd6ff58064f84687 100644 Binary files a/libpsl-0.20.2.tar.gz and b/libpsl-0.21.1.tar.gz differ diff --git a/libpsl.spec b/libpsl.spec index 17dde8d7625df8b94caf00fcda996979740d05f8..5f8f3874b2eb2a8b2bcf1279cf68d8c1b91e6f74 100644 --- a/libpsl.spec +++ b/libpsl.spec @@ -1,12 +1,10 @@ Name: libpsl -Version: 0.20.2 -Release: 10 +Version: 0.21.1 +Release: 1 Summary: C library to handle the Public Suffix List License: MIT URL: https://rockdaboot.github.io/libpsl -Source0: https://github.com/rockdaboot/libpsl/releases/download/libpsl-%{version}/libpsl-%{version}.tar.gz - -Patch0000: 0001-docs-don-t-include-the-type-hierarchy.patch +Source0: https://github.com/rockdaboot/libpsl/releases/download/%{version}/libpsl-%{version}.tar.gz BuildRequires: gcc git gdb gtk-doc glib2-devel libxslt python3-devel BuildRequires: libicu-devel libidn2-devel publicsuffix-list libunistring-devel @@ -99,6 +97,12 @@ make check %{_datadir}/gtk-doc/html/%{name} %changelog +* Mon Jul 27 2020 zhangxingliang - 0.21.1-1 +- Type:update +- ID: NA +- SUG: NA +- DESC:update to 0.21.1 + * Mon Jun 22 2020 Liquor - 0.20.2-10 - Type: bugfix - ID: NA