Accepting request 676552 from home:marxin:branches:Base:System
- Update to version 4.4.3: * Add libxcrypt.so, libxcrypt.a and xcrypt.h. * Add new man3 manual pages. OBS-URL: https://build.opensuse.org/request/show/676552 OBS-URL: https://build.opensuse.org/package/show/Base:System/libxcrypt?expand=0&rev=11
This commit is contained in:
parent
bd1795acb1
commit
fa9362ec05
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:858d07f39b021ba941fbd221775fe777c6c2abf48038400cf83d7d9285cbcfdd
|
||||
size 170134
|
3
libxcrypt-4.4.3.tar.gz
Normal file
3
libxcrypt-4.4.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:705dfb225f2d56da8bc3f1028c358aaaa6c0b44e2cc9e90f7becb9a7bf8259ab
|
||||
size 291998
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 14 13:54:55 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Update to version 4.4.3:
|
||||
* Add libxcrypt.so, libxcrypt.a and xcrypt.h.
|
||||
* Add new man3 manual pages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 9 11:43:13 UTC 2018 - schwab@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libxcrypt
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 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,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libxcrypt
|
||||
Version: 4.1.0
|
||||
Version: 4.4.3
|
||||
Release: 0
|
||||
Summary: Extended crypt library for DES, MD5, Blowfish and others
|
||||
License: GPL-3.0-or-later AND LGPL-2.1-or-later AND BSD-2-Clause AND BSD-3-Clause AND SUSE-Public-Domain
|
||||
@ -119,16 +119,26 @@ find %{buildroot}%{_libdir} -name '*.la' -print -delete
|
||||
%files devel
|
||||
%doc TODO
|
||||
%{_libdir}/libcrypt.so
|
||||
%{_libdir}/libxcrypt.so
|
||||
%{_libdir}/libowcrypt.so
|
||||
%{_includedir}/crypt.h
|
||||
%{_includedir}/xcrypt.h
|
||||
%{_libdir}/pkgconfig/libcrypt.pc
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
%{_mandir}/man3/crypt_rn.3.*
|
||||
%{_mandir}/man3/crypt_gensalt.3.*
|
||||
%{_mandir}/man3/crypt.3.*
|
||||
%{_mandir}/man3/crypt_checksalt.3.*
|
||||
%{_mandir}/man3/crypt_gensalt_ra.3.*
|
||||
%{_mandir}/man3/crypt_gensalt_rn.3.*
|
||||
%{_mandir}/man3/crypt_preferred_method.3.*
|
||||
%{_mandir}/man3/crypt_r.3.*
|
||||
%{_mandir}/man3/crypt_ra.3.*
|
||||
%{_mandir}/man5/crypt.5.*
|
||||
|
||||
%files devel-static
|
||||
%{_libdir}/libcrypt.a
|
||||
%{_libdir}/libxcrypt.a
|
||||
%{_libdir}/libowcrypt.a
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user