diff --git a/libpsl-0.12.0.tar.gz b/libpsl-0.12.0.tar.gz deleted file mode 100644 index cd13e51..0000000 --- a/libpsl-0.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67ad326f8258bd599de2392e08027152dcc52a4d0cf510f4bdc95e85d5de49c7 -size 532662 diff --git a/libpsl-0.13.0.tar.gz b/libpsl-0.13.0.tar.gz new file mode 100644 index 0000000..34f09c3 --- /dev/null +++ b/libpsl-0.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc41105332bf4aa2dc136cd84055cd83fa101a5cde9a25cecc554a10913d629 +size 556735 diff --git a/libpsl.changes b/libpsl.changes index 9da31ad..62c935c 100644 --- a/libpsl.changes +++ b/libpsl.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Mar 9 08:50:51 UTC 2016 - astieger@suse.com + +- libpsl 0.13.0: + * Use tests.txt as PSL test file by default + * Slightly shorter DAFSA array when sorting input + * Check for python 2.7+ in configure.ac + * Fix python3 incompatibilities in make_dafsa.py + ------------------------------------------------------------------- Fri Feb 5 17:16:56 UTC 2016 - idonmez@suse.com diff --git a/libpsl.spec b/libpsl.spec index eadd856..d4bc2aa 100644 --- a/libpsl.spec +++ b/libpsl.spec @@ -19,7 +19,7 @@ %define somajor 5 Name: libpsl -Version: 0.12.0 +Version: 0.13.0 Release: 0 Summary: C library for the Publix Suffix List License: MIT @@ -29,7 +29,7 @@ Source: https://github.com/rockdaboot/libpsl/releases/download/%{name}-% Source1000: baselibs.conf BuildRequires: pkg-config >= 0.9.0 BuildRequires: publicsuffix -BuildRequires: python-base +BuildRequires: python-base >= 2.7 BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %{?suse_version} > 1110 BuildRequires: libicu-devel @@ -103,7 +103,7 @@ and sorting domain lists by site. make %{?_smp_mflags} %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +make %{?_smp_mflags} DESTDIR=%{buildroot} install make DESTDIR=%{buildroot} install-man find %{buildroot} -type f -name "*.la" -delete -print @@ -111,7 +111,6 @@ find %{buildroot} -type f -name "*.la" -delete -print make %{?_smp_mflags} check || cat tests/test-suite.log %post -n %{name}%{somajor} -p /sbin/ldconfig - %postun -n %{name}%{somajor} -p /sbin/ldconfig %files -n %{name}%{somajor}