From 4e97e91d4b4266592a94b8486df377ff6f0c1c7cb2f8dca748e154e03ab45125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Fri, 22 Oct 2010 14:14:54 +0000 Subject: [PATCH] Accepting request 51211 from home:oertel:branches:openSUSE:Factory OBS-URL: https://build.opensuse.org/request/show/51211 OBS-URL: https://build.opensuse.org/package/show/Base:System/cracklib?expand=0&rev=15 --- cracklib-2.8.16.tar.bz2 | 3 --- cracklib-2.8.18.tar.bz2 | 3 +++ cracklib.changes | 17 +++++++++++++++++ cracklib.spec | 8 ++++---- datarootdir.patch | 10 ---------- 5 files changed, 24 insertions(+), 17 deletions(-) delete mode 100644 cracklib-2.8.16.tar.bz2 create mode 100644 cracklib-2.8.18.tar.bz2 delete mode 100644 datarootdir.patch diff --git a/cracklib-2.8.16.tar.bz2 b/cracklib-2.8.16.tar.bz2 deleted file mode 100644 index 6d84eb7..0000000 --- a/cracklib-2.8.16.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:244396ea8b900ed94c114941f4d32066be8ef03b44a55a6aca7cf1396f62171e -size 536911 diff --git a/cracklib-2.8.18.tar.bz2 b/cracklib-2.8.18.tar.bz2 new file mode 100644 index 0000000..9e295f3 --- /dev/null +++ b/cracklib-2.8.18.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00adb1869f9efe38211cc68f0d47c045a170d5fc46ea93f86cdcf533af05ae78 +size 538363 diff --git a/cracklib.changes b/cracklib.changes index 7a21a96..5b3021b 100644 --- a/cracklib.changes +++ b/cracklib.changes @@ -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 diff --git a/cracklib.spec b/cracklib.spec index ffa8cff..2683847 100644 --- a/cracklib.spec +++ b/cracklib.spec @@ -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. # @@ -29,14 +29,15 @@ AutoReqProv: on Obsoletes: cracklib-64bit %endif # -Version: 2.8.16 +Version: 2.8.18 Release: 4 Requires: cracklib-dict Summary: Library to crack passwords using dictionaries Source: http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.bz2 Source2: baselibs.conf +# PATCH-FIX-OPENSUSE (should be upstreamed) +# Remove support for broken 64bit indexes from magic entry [bnc#106007] Patch: cracklib-magic.diff -Patch2: datarootdir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -93,7 +94,6 @@ This package contains a small dictionay file used by cracklib. %prep %setup -q %patch -%patch2 %build AUTOPOINT=true autoreconf -fi diff --git a/datarootdir.patch b/datarootdir.patch deleted file mode 100644 index d321ea9..0000000 --- a/datarootdir.patch +++ /dev/null @@ -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