Hello community,

here is the log from the commit of package cracklib for openSUSE:Factory 
checked in at 2017-11-17 10:36:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cracklib (Old)
 and      /work/SRC/openSUSE:Factory/.cracklib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cracklib"

Fri Nov 17 10:36:18 2017 rev:57 rq:541257 version:2.9.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/cracklib/cracklib.changes        2016-12-22 
16:33:32.520294512 +0100
+++ /work/SRC/openSUSE:Factory/.cracklib.new/cracklib.changes   2017-11-17 
10:36:19.664717414 +0100
@@ -1,0 +2,10 @@
+Sat Nov 11 04:46:42 UTC 2017 - aavind...@gmail.com
+
+- Update to 2.9.6
+  * fix issue with sort and locale
+  * some particularly bad cases to the cracklib small dictionary
+  * updates to cracklib-words (adds a bunch of other dictionary lists)
+  * migration to github
+- run spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  cracklib-2.9.5.tar.gz

New:
----
  cracklib-2.9.6.tar.gz

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

Other differences:
------------------
++++++ cracklib.spec ++++++
--- /var/tmp/diff_new_pack.Q0mJiC/_old  2017-11-17 10:36:20.404690330 +0100
+++ /var/tmp/diff_new_pack.Q0mJiC/_new  2017-11-17 10:36:20.408690184 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cracklib
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           cracklib
-Version:        2.9.5
+Version:        2.9.6
 Release:        0
 Summary:        Library to crack passwords using dictionaries
 License:        LGPL-2.1
 Group:          System/Libraries
 Url:            http://sourceforge.net/projects/cracklib
-Source:         
http://prdownloads.sourceforge.net/cracklib/cracklib-%{version}.tar.gz
+Source:         
https://github.com/%{name}/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
 Source2:        baselibs.conf
 # PATCH-FIX-OPENSUSE (should be upstreamed)
 # Remove support for broken 64bit indexes from magic entry [bnc#106007]
@@ -36,12 +36,11 @@
 BuildRequires:  automake
 BuildRequires:  gzip
 BuildRequires:  libtool
+BuildRequires:  zlib-devel
+Requires:       cracklib-dict
 %if ! 0%{?is_opensuse}
 BuildRequires:  translation-update-upstream
 %endif
-BuildRequires:  zlib-devel
-Requires:       cracklib-dict
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 CrackLib tests passwords to determine whether they match
@@ -107,7 +106,7 @@
 
 %install
 mkdir -p %{buildroot}%{_prefix}/lib
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 # libtool is broken by design, remove this *.la files ...
 rm %{buildroot}/%{_libdir}/libcrack.la
 # set executable
@@ -137,16 +136,13 @@
 make %{?_smp_mflags} check
 
 %post -n libcrack2 -p /sbin/ldconfig
-
 %postun -n libcrack2 -p /sbin/ldconfig
 
 %files -n libcrack2
-%defattr(-,root,root)
 %{_libdir}/libcrack.so.2
 %{_libdir}/libcrack.so.2.*
 
 %files -f %{name}.lang
-%defattr(-,root,root)
 %doc README README-WORDS NEWS README-LICENSE README-DAWG AUTHORS COPYING.LIB
 %{_sbindir}/create-cracklib-dict
 %{_sbindir}/mkdict
@@ -162,13 +158,11 @@
 %{_libexecdir}/cracklib_dict.pwi
 
 %files devel
-%defattr(644,root,root,755)
 %{_includedir}/crack.h
 %{_includedir}/packer.h
 %{_libdir}/libcrack.so
 
 %files dict-small
-%defattr(-,root,root)
 %{_datadir}/cracklib/pw_dict.hwm
 %{_datadir}/cracklib/pw_dict.pwd
 %{_datadir}/cracklib/pw_dict.pwi

++++++ cracklib-2.9.5.tar.gz -> cracklib-2.9.6.tar.gz ++++++
++++ 25787 lines of diff (skipped)


Reply via email to