Accepting request 440348 from home:AndreasStieger:branches:network:utilities

libpsl 0.15.0

OBS-URL: https://build.opensuse.org/request/show/440348
OBS-URL: https://build.opensuse.org/package/show/network:utilities/libpsl?expand=0&rev=13
This commit is contained in:
Andreas Stieger 2016-11-15 09:32:43 +00:00 committed by Git OBS Bridge
parent 914bd5f8a8
commit 33847ae638
4 changed files with 19 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e8c794bcedf45c87dee4810570bc62ba7130217887e34e164e3eadc2259f2efb
size 560002

3
libpsl-0.15.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b5946355d810fe03adc4194f1b5afe861547288c2ddba24bd3aa39a8f188a972
size 568878

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Nov 14 15:26:42 UTC 2016 - astieger@suse.com
- lipsl 0.15.0:
* Python3 compatibility for psl-make-dafsa
* Support for UTF-8 in DAFSA data
* Skip punycode conversion if DAFSA has UTF-8
* Better code coverage by test suite
* Code cleanup and enhancements
* Install man pages for psl-make-dafsa and psl
* Enhancements to the documentation
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 1 11:37:20 UTC 2016 - astieger@suse.com Mon Aug 1 11:37:20 UTC 2016 - astieger@suse.com

View File

@ -19,7 +19,7 @@
%define somajor 5 %define somajor 5
Name: libpsl Name: libpsl
Version: 0.14.0 Version: 0.15.0
Release: 0 Release: 0
Summary: C library for the Publix Suffix List Summary: C library for the Publix Suffix List
License: MIT License: MIT
@ -104,7 +104,9 @@ make %{?_smp_mflags}
%install %install
make %{?_smp_mflags} DESTDIR=%{buildroot} install make %{?_smp_mflags} DESTDIR=%{buildroot} install
# development tool, not part of standard install
make DESTDIR=%{buildroot} install-man make DESTDIR=%{buildroot} install-man
rm %{buildroot}%{_mandir}/man1/psl-make-dafsa.1
find %{buildroot} -type f -name "*.la" -delete -print find %{buildroot} -type f -name "*.la" -delete -print
%check %check
@ -132,5 +134,6 @@ make %{?_smp_mflags} check || cat tests/test-suite.log
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS NEWS COPYING %doc AUTHORS NEWS COPYING
%{_bindir}/psl %{_bindir}/psl
%{_mandir}/man1/psl.1%{ext_man}
%changelog %changelog