new version (#1511463)
This commit is contained in:
parent
b7f8e993ea
commit
c44d11521e
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/libpsl-0.16.1.tar.gz
|
||||
/libpsl-0.17.0.tar.gz
|
||||
/libpsl-0.18.0.tar.gz
|
||||
/libpsl-0.19.1.tar.gz
|
||||
|
10
libpsl.spec
10
libpsl.spec
@ -1,5 +1,5 @@
|
||||
Name: libpsl
|
||||
Version: 0.18.0
|
||||
Version: 0.19.1
|
||||
Release: 1%{?dist}
|
||||
Summary: C library for the Publix Suffix List
|
||||
License: MIT
|
||||
@ -83,9 +83,8 @@ rm -frv list
|
||||
# nor wget support. libidn2 supports IDN 2008 as well, and is *much* smaller
|
||||
# than libicu.
|
||||
#
|
||||
# curl (as of 7.51.0-1.fc25) now depends on libidn2, and is a core package.
|
||||
# wget still uses libidn 1.x, but it is not a core package. Therefore, use
|
||||
# libidn2 at runtime to help minimize core dependencies.
|
||||
# curl (as of 7.51.0-1.fc25) and wget (as of 1.19-1.fc26) now depend on libidn2.
|
||||
# Therefore, we use libidn2 at runtime to help minimize core dependencies.
|
||||
%configure --disable-silent-rules \
|
||||
--disable-static \
|
||||
--enable-man \
|
||||
@ -139,6 +138,9 @@ make check || cat tests/test-suite.log
|
||||
%{_mandir}/man1/psl-make-dafsa.1*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 14 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 0.19.1-1
|
||||
- new version (#1511463)
|
||||
|
||||
* Fri Aug 11 2017 Yaakov Selkowitz <yselkowi@redhat.com> - 0.18.0-1
|
||||
- new version (#1473465)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libpsl-0.18.0.tar.gz) = ff61a6a49411ab6968cff820bccfd25b92790cd503ef2fce8e754a92af5bc9d43d224b36c60f815354022c384635eb47d56231301b36d639e86908e9cafb8cb7
|
||||
SHA512 (libpsl-0.19.1.tar.gz) = 86bb2f35764491c65cacec8cd5de97c7d7e1c4d1cc2590d54f394ed17acc75922494115019631b2d930d64dbdc73c266efb323036ac7e52131111287ee6381d5
|
||||
|
Loading…
Reference in New Issue
Block a user