diff --git a/libntlm.spec b/libntlm.spec index 00515f7..0327258 100644 --- a/libntlm.spec +++ b/libntlm.spec @@ -1,13 +1,14 @@ Name: libntlm -Version: 1.2 +Version: 1.6 Release: 1mamba Summary: A library that implements Microsoft's NTLM authentication Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://josefsson.org/libntlm/ -Source: http://josefsson.org/libntlm/releases/libntlm-%{version}.tar.gz +URL: http://www.nongnu.org/libntlm/ +Source: http://www.nongnu.org/libntlm/releases/libntlm-%{version}.tar.gz +#Source: http://josefsson.org/libntlm/releases/libntlm-%{version}.tar.gz License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -24,7 +25,9 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel libntlm is a library that implement Microsoft's NTLM authentication. -This package contains static libraries and header files need for development. +This package contains static libraries and header files needed for development. + +%debug_package %prep %setup -q @@ -59,5 +62,8 @@ This package contains static libraries and header files need for development. %doc ChangeLog NEWS README THANKS %changelog +* Tue Dec 15 2020 Silvan Calarco 1.6-1mamba +- update to 1.6 + * Sun Nov 28 2010 Silvan Calarco 1.2-1mamba - package created by autospec