From 0657c1449dd3489b1978ed4d17304a534b7b38ce Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Wed, 13 Jun 2012 16:56:37 +0200 Subject: [PATCH] use rpm built-in filtering of provides (rhbz#830153) - remove strain debug fprintf() (rhbz#831567) --- .gitignore | 1 + libpwquality.spec | 9 +++++---- sources | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 3921b40..edb4720 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /libpwquality-0.9.9.tar.bz2 /libpwquality-1.0.0.tar.bz2 /libpwquality-1.1.0.tar.bz2 +/libpwquality-1.1.1.tar.bz2 diff --git a/libpwquality.spec b/libpwquality.spec index aab2830..570d8f2 100644 --- a/libpwquality.spec +++ b/libpwquality.spec @@ -1,7 +1,7 @@ Summary: A library for password generation and password quality checking Name: libpwquality -Version: 1.1.0 -Release: 2%{?dist} +Version: 1.1.1 +Release: 1%{?dist} # The package is BSD licensed with option to relicense as GPL+ # - this option is redundant as the BSD license allows that anyway. License: BSD or GPL+ @@ -104,8 +104,9 @@ rm -f $RPM_BUILD_ROOT%{_moduledir}/*.la %{python_sitearch}/pwquality.so %changelog -* Fri Jun 8 2012 Tomas Mraz 1.1.0-2 -- use rpm built-in filtering of provides (#830153) +* Wed Jun 13 2012 Tomas Mraz 1.1.1-1 +- use rpm built-in filtering of provides (rhbz#830153) +- remove strain debug fprintf() (rhbz#831567) * Thu May 24 2012 Tomas Mraz 1.1.0-1 - fix leak when throwing PWQError exception diff --git a/sources b/sources index 68cd29f..2899fae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -21db9a7877ab14b0fb29d4448c798de6 libpwquality-1.1.0.tar.bz2 +8fe4ef35f29e5dcd0db004455ea9e8b4 libpwquality-1.1.1.tar.bz2