Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cracklib for openSUSE:Factory 
checked in at 2021-08-24 10:53:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cracklib (Old)
 and      /work/SRC/openSUSE:Factory/.cracklib.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cracklib"

Tue Aug 24 10:53:51 2021 rev:61 rq:912406 version:2.9.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/cracklib/cracklib.changes        2020-06-27 
23:20:42.457452873 +0200
+++ /work/SRC/openSUSE:Factory/.cracklib.new.1899/cracklib.changes      
2021-08-24 10:53:54.272397897 +0200
@@ -1,0 +2,5 @@
+Wed Aug 11 15:25:32 UTC 2021 - Jan Engelhardt <jeng...@inai.de>
+
+- Drop --with-pic, as it has no effect with --disable-static.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cracklib.spec ++++++
--- /var/tmp/diff_new_pack.onvbE6/_old  2021-08-24 10:53:54.852397129 +0200
+++ /var/tmp/diff_new_pack.onvbE6/_new  2021-08-24 10:53:54.852397129 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cracklib
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Release:        0
 Summary:        Library to crack passwords using dictionaries
 License:        LGPL-2.1-only
-Group:          System/Libraries
+Group:          Development/Libraries/C and C++
 URL:            http://sourceforge.net/projects/cracklib
 Source:         
https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
 Source2:        baselibs.conf
@@ -63,12 +63,12 @@
 
 %description -n libcrack2
 CrackLib tests passwords to determine whether they match
-certainsecurity-oriented characteristics. You can use CrackLib to
+certain security-oriented characteristics. You can use CrackLib to
 stopusers from choosing passwords that are too simple.This package
 contains a full dictionary file used by cracklib.
 
 %package dict-small
-Summary:        Small dictionary for cracklib - A Password-Checking Library
+Summary:        Small dictionary for cracklib, a password checking library
 Group:          System/Libraries
 Conflicts:      cracklib-dict-full
 Provides:       cracklib-dict
@@ -81,17 +81,14 @@
 This package contains a small dictionay file used by cracklib.
 
 %prep
-%setup -q
-%patch1
-%patch2
+%autosetup -p0
 
 %build
 AUTOPOINT=true autoreconf -fi
 %configure \
        --enable-hidden-symbols \
-       --disable-static \
-       --with-pic
-make %{?_smp_mflags}
+       --disable-static
+%make_build
 #make -C po update-po
 
 %install
@@ -123,7 +120,7 @@
 %endif
 
 %check
-make %{?_smp_mflags} check
+%make_build check
 
 %post -n libcrack2 -p /sbin/ldconfig
 %postun -n libcrack2 -p /sbin/ldconfig

Reply via email to