Hello community, here is the log from the commit of package ldapvi for openSUSE:Factory checked in at 2019-03-07 10:49:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ldapvi (Old) and /work/SRC/openSUSE:Factory/.ldapvi.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ldapvi" Thu Mar 7 10:49:47 2019 rev:2 rq:682143 version:1.7 Changes: -------- --- /work/SRC/openSUSE:Factory/ldapvi/ldapvi.changes 2016-09-26 12:36:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ldapvi.new.28833/ldapvi.changes 2019-03-07 10:50:39.645849968 +0100 @@ -1,0 +2,6 @@ +Wed Mar 6 12:40:19 UTC 2019 - [email protected] + +- Fixed 64bit-portability-issue crypt.h fixed via + 0007-crypth.patch + +------------------------------------------------------------------- New: ---- 0007-crypth.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ldapvi.spec ++++++ --- /var/tmp/diff_new_pack.W28E4i/_old 2019-03-07 10:50:40.689849684 +0100 +++ /var/tmp/diff_new_pack.W28E4i/_new 2019-03-07 10:50:40.689849684 +0100 @@ -1,7 +1,7 @@ # # spec file for package ldapvi # -# Copyright (c) 2016 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 @@ -12,17 +12,17 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: ldapvi Version: 1.7 Release: 0.0 -License: GPL-2.0 Summary: An interactive LDAP editor for Unix terminals -Url: http://www.lichteblau.com/ldapvi +License: GPL-2.0-only Group: Productivity/Networking/LDAP/Utilities +Url: http://www.lichteblau.com/ldapvi Source: http://www.lichteblau.com/download/ldapvi-%{version}.tar.gz # PATCH-FIX-UPSTREAM GNUMakefile.in.patch Patch0: GNUMakefile.in.patch @@ -37,6 +37,8 @@ # PATCH-FIX-UPSTREAM 0002-improved-subprocess-2.patch Patch5: 0002-improved-subprocess-2.patch Patch6: 0006-correct-gpl2-text.patch +# PATCH-FIX-UPSTREAM 0007-crypth.patch +Patch7: 0007-crypth.patch BuildRequires: cyrus-sasl-devel BuildRequires: libxslt BuildRequires: openssl-devel @@ -66,6 +68,7 @@ %patch4 -p2 %patch5 -p2 %patch6 -p1 +%patch7 -p1 %build %configure ++++++ 0007-crypth.patch ++++++ diff -Naur ldapvi-1.7.orig/parse.c ldapvi-1.7/parse.c --- ldapvi-1.7.orig/parse.c 2007-05-05 12:17:26.000000000 +0200 +++ ldapvi-1.7/parse.c 2019-03-06 13:31:09.993825529 +0100 @@ -17,6 +17,7 @@ */ #define _XOPEN_SOURCE #include <unistd.h> +#include <crypt.h> #include "common.h" #define fast_g_string_append_c(gstring, c) \
