Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cracklib for openSUSE:Factory 
checked in at 2022-12-16 17:50:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cracklib (Old)
 and      /work/SRC/openSUSE:Factory/.cracklib.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cracklib"

Fri Dec 16 17:50:56 2022 rev:63 rq:1043015 version:2.9.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/cracklib/cracklib.changes        2021-11-10 
21:45:42.083791926 +0100
+++ /work/SRC/openSUSE:Factory/.cracklib.new.1835/cracklib.changes      
2022-12-16 17:50:58.123792112 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 22:09:01 UTC 2022 - Dirk Müller <dmuel...@suse.com>
+
+- update to 2.9.8:
+  * rules: Drop using register keyword
+  * add exec perms
+  * translation updates
+  * Use what's in the build environment and use a current autoconf
+  * util/Makefile.am: fix link with lintl
+  * Force grep to treat the input as text when formatting word files
+
+-------------------------------------------------------------------

Old:
----
  cracklib-2.9.7.tar.bz2

New:
----
  cracklib-2.9.8.tar.bz2

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

Other differences:
------------------
++++++ cracklib.spec ++++++
--- /var/tmp/diff_new_pack.kXAOal/_old  2022-12-16 17:50:58.607794777 +0100
+++ /var/tmp/diff_new_pack.kXAOal/_new  2022-12-16 17:50:58.611794798 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cracklib
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:           cracklib
-Version:        2.9.7
+Version:        2.9.8
 Release:        0
 Summary:        Library to crack passwords using dictionaries
 License:        LGPL-2.1-only
 Group:          Development/Libraries/C and C++
-URL:            http://sourceforge.net/projects/cracklib
+URL:            https://github.com/cracklib/cracklib
 Source:         
https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
 Source2:        baselibs.conf
 # PATCH-FIX-OPENSUSE (should be upstreamed)
@@ -105,9 +105,9 @@
 ln -s cracklib-format %{buildroot}/%{_sbindir}/mkdict
 ln -s cracklib-packer %{buildroot}/%{_sbindir}/packer
 rm -f %{buildroot}/%{_datadir}/cracklib/cracklib-small
-ln -sf %{_datadir}/cracklib/pw_dict.hwm %{buildroot}/usr/lib/cracklib_dict.hwm
-ln -sf %{_datadir}/cracklib/pw_dict.pwd %{buildroot}/usr/lib/cracklib_dict.pwd
-ln -sf %{_datadir}/cracklib/pw_dict.pwi %{buildroot}/usr/lib/cracklib_dict.pwi
+ln -sf %{_datadir}/cracklib/pw_dict.hwm 
%{buildroot}%{_prefix}/lib/cracklib_dict.hwm
+ln -sf %{_datadir}/cracklib/pw_dict.pwd 
%{buildroot}%{_prefix}/lib/cracklib_dict.pwd
+ln -sf %{_datadir}/cracklib/pw_dict.pwi 
%{buildroot}%{_prefix}/lib/cracklib_dict.pwi
 #
 # using zip'ed dict takes too long for a check. But the support
 # for this is still in the lib.
@@ -120,7 +120,7 @@
 %endif
 
 %check
-sed -i 's:\(util/cracklib-check\):\1 %{buildroot}/usr/lib/cracklib_dict:' 
Makefile
+sed -i 's:\(util/cracklib-check\):\1 
%{buildroot}%{_prefix}/lib/cracklib_dict:' Makefile
 %make_build test
 
 %post -n libcrack2 -p /sbin/ldconfig
@@ -132,7 +132,8 @@
 
 %files -f %{name}.lang
 %license COPYING.LIB
-%doc README README-WORDS NEWS README-LICENSE README-DAWG AUTHORS
+%license README-LICENSE
+%doc README README-WORDS NEWS README-DAWG AUTHORS
 %{_sbindir}/create-cracklib-dict
 %{_sbindir}/mkdict
 %{_sbindir}/packer
@@ -142,9 +143,9 @@
 %{_sbindir}/cracklib-unpacker
 %dir %{_datadir}/cracklib
 %{_datadir}/cracklib/cracklib.magic
-/usr/lib/cracklib_dict.hwm
-/usr/lib/cracklib_dict.pwd
-/usr/lib/cracklib_dict.pwi
+%{_prefix}/lib/cracklib_dict.hwm
+%{_prefix}/lib/cracklib_dict.pwd
+%{_prefix}/lib/cracklib_dict.pwi
 
 %files devel
 %{_includedir}/crack.h

++++++ cracklib-2.9.7.tar.bz2 -> cracklib-2.9.8.tar.bz2 ++++++
++++ 7785 lines of diff (skipped)

Reply via email to