From 1b8bae336db9d41222bfe19e8b5e036d829817ea Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Mon, 4 Aug 2014 15:49:55 +0800 Subject: [PATCH] Update to 0.5.1 --- .gitignore | 1 + libpsl.spec | 12 ++++++++++-- sources | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5ee317f..1d2238a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /libpsl-0.5.0.tar.gz +/libpsl-0.5.1.tar.gz diff --git a/libpsl.spec b/libpsl.spec index 47342a7..9bf0579 100644 --- a/libpsl.spec +++ b/libpsl.spec @@ -1,6 +1,6 @@ Name: libpsl -Version: 0.5.0 -Release: 2%{?dist} +Version: 0.5.1 +Release: 1%{?dist} Summary: C library for the Publix Suffix List License: MIT URL: https://rockdaboot.github.io/libpsl @@ -67,6 +67,7 @@ is acceptable for domains and so on. %install %make_install + find %{buildroot} -name '*.la' -delete -print %check @@ -95,6 +96,13 @@ make check %{_bindir}/psl %changelog +* Mon Aug 04 2014 Christopher Meng - 0.5.1-1 +- Update to 0.5.1 +- Drop patch merged upstream + +* Sat Aug 02 2014 Christopher Meng - 0.5.0-3 +- Add a patch from Jakub Čajka to complete the tests on non-x86 arch. + * Thu Jul 24 2014 Christopher Meng - 0.5.0-2 - Drop useless test data - Add missing gettext-devel diff --git a/sources b/sources index 98e7eed..08e80a6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6a0cfc417e8e1c9679ed0d201bee0a84 libpsl-0.5.0.tar.gz +3ef1aba32c2422b3527d86d3fb47c18e libpsl-0.5.1.tar.gz