From f42d6d7d5246161d98f7ccc31b9aa3d3808991c4 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 16 Jun 2023 10:59:42 -0400 Subject: [PATCH] Rebuilt for libunistring-1.1 Mark psl-make-dafsa noarch --- libpsl.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/libpsl.spec b/libpsl.spec index d5c35f8..844f929 100644 --- a/libpsl.spec +++ b/libpsl.spec @@ -1,6 +1,6 @@ Name: libpsl Version: 0.21.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: C library for the Publix Suffix List License: MIT URL: https://rockdaboot.github.io/libpsl @@ -60,6 +60,7 @@ is acceptable for domains and so on. %package -n psl-make-dafsa Summary: Compiles the Public Suffix List into DAFSA form +BuildArch: noarch %description -n psl-make-dafsa This script produces C/C++ code or an architecture-independent binary object @@ -71,7 +72,7 @@ from a plain text Public Suffix List. %autosetup -p1 rm -frv list ln -sv %{_datadir}/publicsuffix list -sed -i -e "1s|#!.*|#!%{__python3}|" src/psl-make-dafsa +%py3_shebang_fix src/psl-make-dafsa %build # Tarballs from github have 2 versions, one is raw files from repo, and @@ -145,6 +146,10 @@ make check || cat tests/test-suite.log %{_mandir}/man1/psl-make-dafsa.1* %changelog +* Fri Jun 16 2023 Yaakov Selkowitz - 0.21.2-3 +- Rebuilt for libunistring-1.1 +- Mark psl-make-dafsa noarch + * Thu Jan 19 2023 Fedora Release Engineering - 0.21.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild