From ece54edc3b715e2200ec6d6c93613cfcbc32fffc Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Feb 28 2015 02:33:46 +0000 Subject: Rebuild for publicsuffix-list-20150226. --- diff --git a/.gitignore b/.gitignore index a0c1818..2023474 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /libpsl-0.5.1.tar.gz /libpsl-0.6.2.tar.gz /libpsl-0.7.0.tar.gz +/libpsl-0.7.1.tar.gz diff --git a/libpsl.spec b/libpsl.spec index 9b00b59..9cbea76 100644 --- a/libpsl.spec +++ b/libpsl.spec @@ -1,6 +1,6 @@ Name: libpsl Version: 0.7.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: C library for the Publix Suffix List License: MIT URL: https://rockdaboot.github.io/libpsl @@ -63,14 +63,15 @@ sed -i 's|effective_tld_names.dat|$(PSL_FILE)|g' data/Makefile.am %build # Tarballs from github have 2 versions, one is raw files from repo, and # the other one from CDN contains pre-generated autotools files. -#[ -f configure ] || autoreconf -fiv # But makefile hack is not upstreamed yet so we continue reconfiguring these. +# [ -f configure ] || autoreconf -fiv autoreconf -fiv %configure --disable-silent-rules \ --disable-static \ --enable-man \ --enable-gtk-doc \ --with-psl-file=%{_datadir}/publicsuffix/effective_tld_names.dat + %make_build %install @@ -109,6 +110,9 @@ make check %{_bindir}/psl %changelog +* Sat Feb 28 2015 Christopher Meng - 0.7.0-4 +- Rebuild for publicsuffix-list-20150226 + * Fri Feb 20 2015 Christopher Meng - 0.7.0-3 - Rebuild for publicsuffix-list-20150217 diff --git a/sources b/sources index f9229ef..e92c43f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -18e0b5481c68ede3aba71e7de4d6a4a8 libpsl-0.7.0.tar.gz +24a8e044f1ec7f70d563e2d5435482cb libpsl-0.7.1.tar.gz