New upstream version 1.2.2

- manual page fixes
- make it possible to set the maxsequence configuration value
- updated translations from Transifex
This commit is contained in:
Tomas Mraz 2013-06-19 17:47:30 +02:00
parent a0e4a7a7ea
commit 37dd7f799c
3 changed files with 9 additions and 6 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/libpwquality-1.1.1.tar.bz2
/libpwquality-1.2.0.tar.bz2
/libpwquality-1.2.1.tar.bz2
/libpwquality-1.2.2.tar.bz2

View File

@ -1,7 +1,7 @@
Summary: A library for password generation and password quality checking
Name: libpwquality
Version: 1.2.1
Release: 2%{?dist}
Version: 1.2.2
Release: 1%{?dist}
# The package is BSD licensed with option to relicense as GPLv2+
# - this option is redundant as the BSD license allows that anyway.
License: BSD or GPLv2+
@ -31,7 +31,7 @@ to perform some of the checks.
%package devel
Group: Development/Libraries
Summary: Files needed for developing PAM-aware applications and modules for PAM
Summary: Support for development of applications using the libpwquality library
Requires: libpwquality%{?_isa} = %{version}-%{release}
Requires: pkgconfig
@ -104,8 +104,10 @@ rm -f $RPM_BUILD_ROOT%{_moduledir}/*.la
%{python_sitearch}/pwquality.so
%changelog
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Wed Jun 19 2013 Tomas Mraz <tmraz@redhat.com> 1.2.2-1
- manual page fixes
- make it possible to set the maxsequence configuration value
- updated translations from Transifex
* Thu Dec 20 2012 Tomas Mraz <tmraz@redhat.com> 1.2.1-1
- properly free pwquality settings

View File

@ -1 +1 @@
beb56c9028a713d936e04cc3c50c541d libpwquality-1.2.1.tar.bz2
2105bb893791fe27efc20441e617f385 libpwquality-1.2.2.tar.bz2