Accepting request 1045560 from home:AndreasStieger:branches:network:utilities
libpsl 0.21.2 OBS-URL: https://build.opensuse.org/request/show/1045560 OBS-URL: https://build.opensuse.org/package/show/network:utilities/libpsl?expand=0&rev=54
This commit is contained in:
parent
bf2bdfdc56
commit
9d538e735e
3
_multibuild
Normal file
3
_multibuild
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<multibuild>
|
||||||
|
<flavor>psl-make-dafsa</flavor>
|
||||||
|
</multibuild>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ac6ce1e1fbd4d0254c4ddb9d37f1fa99dec83619c1253328155206b896210d4c
|
|
||||||
size 9199351
|
|
BIN
libpsl-0.21.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
libpsl-0.21.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 27 21:16:58 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- update to 0.21.2:
|
||||||
|
* Increased internal label size
|
||||||
|
* Fix undefined behavior in library code
|
||||||
|
* Ensure that calls to fopen() and stat() can handle largefiles
|
||||||
|
- add multibuild definition
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 17 08:44:57 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
Fri Jul 17 08:44:57 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
12
libpsl.spec
12
libpsl.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libpsl
|
# spec file for package libpsl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2022 SUSE LLC
|
||||||
# Copyright (c) 2015 rpm@cicku.me
|
# Copyright (c) 2015 rpm@cicku.me
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -19,12 +19,12 @@
|
|||||||
|
|
||||||
%define somajor 5
|
%define somajor 5
|
||||||
Name: libpsl
|
Name: libpsl
|
||||||
Version: 0.21.1
|
Version: 0.21.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C library for the Publix Suffix List
|
Summary: C library for the Publix Suffix List
|
||||||
License: MIT AND MPL-2.0 AND BSD-3-Clause
|
License: BSD-3-Clause AND MIT AND MPL-2.0
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: https://rockdaboot.github.io/libpsl
|
URL: https://rockdaboot.github.io/libpsl
|
||||||
Source: https://github.com/rockdaboot/libpsl/releases/download/%{version}/%{name}-%{version}.tar.gz
|
Source: https://github.com/rockdaboot/libpsl/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1000: baselibs.conf
|
Source1000: baselibs.conf
|
||||||
BuildRequires: libidn2-devel >= 0.14
|
BuildRequires: libidn2-devel >= 0.14
|
||||||
@ -101,7 +101,7 @@ sed -i -e "1s|#!.*|#!%{_bindir}/python3|" src/psl-make-dafsa
|
|||||||
--disable-static \
|
--disable-static \
|
||||||
--with-psl-file=%{_datadir}/publicsuffix/public_suffix_list.dat \
|
--with-psl-file=%{_datadir}/publicsuffix/public_suffix_list.dat \
|
||||||
--with-psl-distfile=%{_datadir}/publicsuffix/public_suffix_list.dafsa
|
--with-psl-distfile=%{_datadir}/publicsuffix/public_suffix_list.dafsa
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -111,7 +111,7 @@ make DESTDIR=%{buildroot} install-man
|
|||||||
rm %{buildroot}%{_mandir}/man1/psl-make-dafsa.1
|
rm %{buildroot}%{_mandir}/man1/psl-make-dafsa.1
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make %{?_smp_mflags} check || (cat tests/test-suite.log; exit 42)
|
%make_build check || (cat tests/test-suite.log; exit 42)
|
||||||
|
|
||||||
%post -n %{name}%{somajor} -p /sbin/ldconfig
|
%post -n %{name}%{somajor} -p /sbin/ldconfig
|
||||||
%postun -n %{name}%{somajor} -p /sbin/ldconfig
|
%postun -n %{name}%{somajor} -p /sbin/ldconfig
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 27 21:16:58 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- update to 0.21.2:
|
||||||
|
- add multibuild definition
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 17 08:44:57 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
Fri Jul 17 08:44:57 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package psl-make-dafsa
|
# spec file for package psl-make-dafsa
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2022 SUSE LLC
|
||||||
# Copyright (c) 2015 rpm@cicku.me
|
# Copyright (c) 2015 rpm@cicku.me
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: psl-make-dafsa
|
Name: psl-make-dafsa
|
||||||
Version: 0.21.1
|
Version: 0.21.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool to create a binary DAFSA from a Public Suffix List
|
Summary: Tool to create a binary DAFSA from a Public Suffix List
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: https://rockdaboot.github.io/libpsl
|
URL: https://rockdaboot.github.io/libpsl
|
||||||
Source: https://github.com/rockdaboot/libpsl/releases/download/%{version}/libpsl-%{version}.tar.gz
|
Source: https://github.com/rockdaboot/libpsl/releases/download/%{version}/libpsl-%{version}.tar.gz
|
||||||
Requires: python3-base
|
Requires: python3-base
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Loading…
Reference in New Issue
Block a user