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:
parent
914bd5f8a8
commit
33847ae638
@ -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
3
libpsl-0.15.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b5946355d810fe03adc4194f1b5afe861547288c2ddba24bd3aa39a8f188a972
|
||||
size 568878
|
@ -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
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
%define somajor 5
|
||||
Name: libpsl
|
||||
Version: 0.14.0
|
||||
Version: 0.15.0
|
||||
Release: 0
|
||||
Summary: C library for the Publix Suffix List
|
||||
License: MIT
|
||||
@ -104,7 +104,9 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||
# development tool, not part of standard install
|
||||
make DESTDIR=%{buildroot} install-man
|
||||
rm %{buildroot}%{_mandir}/man1/psl-make-dafsa.1
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%check
|
||||
@ -132,5 +134,6 @@ make %{?_smp_mflags} check || cat tests/test-suite.log
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS NEWS COPYING
|
||||
%{_bindir}/psl
|
||||
%{_mandir}/man1/psl.1%{ext_man}
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user