forked from pool/cracklib
Accepting request 51254 from Base:System
Accepted submit request 51254 from user elvigia OBS-URL: https://build.opensuse.org/request/show/51254 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cracklib?expand=0&rev=33
This commit is contained in:
commit
52f5a71445
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:244396ea8b900ed94c114941f4d32066be8ef03b44a55a6aca7cf1396f62171e
|
|
||||||
size 536911
|
|
3
cracklib-2.8.18.tar.bz2
Normal file
3
cracklib-2.8.18.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:00adb1869f9efe38211cc68f0d47c045a170d5fc46ea93f86cdcf533af05ae78
|
||||||
|
size 538363
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 21 18:49:22 CEST 2010 - ro@suse.de
|
||||||
|
|
||||||
|
- update to 2.8.18
|
||||||
|
- make sure python lib builds against build dir instead of system
|
||||||
|
installed libs
|
||||||
|
- update to 2.8.17
|
||||||
|
- updated Hindi translation
|
||||||
|
- fixed NLS issue in cracklib-check
|
||||||
|
- add Ukrainian translation
|
||||||
|
- fix segmentation fault in Python extension
|
||||||
|
- add -Wall to AM_CFLAGS to discover possible programming errors
|
||||||
|
- updated Wei Liu (zh_CN) translation
|
||||||
|
- fixed NLS support in python module compilation
|
||||||
|
- removed patch:
|
||||||
|
datarootdir.patch (old buildfix, not needed anymore)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
|
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cracklib (Version 2.8.16)
|
# spec file for package cracklib (Version 2.8.18)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -29,14 +29,15 @@ AutoReqProv: on
|
|||||||
Obsoletes: cracklib-64bit
|
Obsoletes: cracklib-64bit
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 2.8.16
|
Version: 2.8.18
|
||||||
Release: 4
|
Release: 4
|
||||||
Requires: cracklib-dict
|
Requires: cracklib-dict
|
||||||
Summary: Library to crack passwords using dictionaries
|
Summary: Library to crack passwords using dictionaries
|
||||||
Source: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.bz2
|
Source: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.bz2
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
|
# PATCH-FIX-OPENSUSE (should be upstreamed)
|
||||||
|
# Remove support for broken 64bit indexes from magic entry [bnc#106007]
|
||||||
Patch: cracklib-magic.diff
|
Patch: cracklib-magic.diff
|
||||||
Patch2: datarootdir.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -93,7 +94,6 @@ This package contains a small dictionay file used by cracklib.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch
|
%patch
|
||||||
%patch2
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
AUTOPOINT=true autoreconf -fi
|
AUTOPOINT=true autoreconf -fi
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
--- po/Makefile.in.in
|
|
||||||
+++ po/Makefile.in.in
|
|
||||||
@@ -22,6 +22,7 @@
|
|
||||||
|
|
||||||
prefix = @prefix@
|
|
||||||
exec_prefix = @exec_prefix@
|
|
||||||
+datarootdir = @datarootdir@
|
|
||||||
datadir = @datadir@
|
|
||||||
localedir = $(datadir)/locale
|
|
||||||
gettextsrcdir = $(datadir)/gettext/po
|
|
Loading…
Reference in New Issue
Block a user