Hello community,

here is the log from the commit of package libgsasl for openSUSE:Factory
checked in at Mon May 30 10:08:32 CEST 2011.



--------
--- libgsasl/libgsasl.changes   2010-03-25 17:33:30.000000000 +0100
+++ /mounts/work_src_done/STABLE/libgsasl/libgsasl.changes      2011-05-27 
17:41:29.000000000 +0200
@@ -1,0 +2,25 @@
+Fri May 27 17:40:04 CEST 2011 - [email protected]
+
+- Update to version 1.6.1:
+  + Add a Libs.private to libgsasl.pc.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Apr 29 18:33:05 UTC 2011 - [email protected]
+
+- Update to version 1.6.0:
+  + SCRAM: General fixes and support for SCRAM-SHA-1-PLUS with
+    channel bindings.
+  + GS2-KRB5: New mechanism GS2 with support for Kerberos V5.
+  + GSSAPI/GS2-KRB5: Support for MIT Kerberos for Windows GSS-API
+    library.
+  + DIGEST-MD5: The server code now returns GSASL_OK after the
+    final token.
+  + Added property for tls-unique channel binding.
+  + No longer require the same or newer libgcrypt it was built
+    with.
+  + Several doc improvements.
+  + Update gnulib files.
+- Use source services: download_url, recompress and set_Version.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  libgsasl-1.4.4.tar.bz2

New:
----
  _service
  _service:recompress:download_url:libgsasl-1.6.1.tar.bz2
  _service:set_version:libgsasl.spec

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

Other differences:
------------------
++++++ _service:set_version:libgsasl.spec ++++++
#
# spec file for package libgsasl (Version 1.6.1)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#

# norootforbuild


Name:           libgsasl
BuildRequires:  fdupes
BuildRequires:  gcc-c++
BuildRequires:  gettext-devel
BuildRequires:  krb5-devel
BuildRequires:  libgcrypt-devel
BuildRequires:  libgssglue-devel
BuildRequires:  libidn-devel
BuildRequires:  pkg-config
# FIXME: libntlm is not packaged: http://josefsson.org/libntlm/
# BuildRequires: libntlm-devel
Version: 1.6.1
Release: 0
License:        LGPLv2.1+
Source:         %{name}-%{version}.tar.bz2
Group:          Development/Libraries/C and C++
Summary:        Implementation of the SASL framework and a few common SASL 
mechanisms
Url:            http://www.gnu.org/software/gsasl/
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
GNU SASL is an implementation of the Simple Authentication and
Security Layer framework and a few common SASL mechanisms. SASL is
used by network servers (e.g., IMAP, SMTP) to request authentication
from clients, and in clients to authenticate against servers. 

%package -n libgsasl7
License:        LGPLv2.1+
Summary:        Implementation of the SASL framework and a few common SASL 
mechanisms
Group:          Development/Libraries/C and C++
Requires:       %{name}-lang = %{version}
# Needed to make lang package installable
Provides:       %{name} = %{version}

%description -n libgsasl7
GNU SASL is an implementation of the Simple Authentication and
Security Layer framework and a few common SASL mechanisms. SASL is
used by network servers (e.g., IMAP, SMTP) to request authentication
from clients, and in clients to authenticate against servers.

%package devel
License:        LGPLv2.1+
Summary:        Implementation of the SASL framework and a few common SASL 
mechanisms
Group:          Development/Libraries/C and C++
Requires:       libgsasl7 = %{version}

%description devel
GNU SASL is an implementation of the Simple Authentication and
Security Layer framework and a few common SASL mechanisms. SASL is
used by network servers (e.g., IMAP, SMTP) to request authentication
from clients, and in clients to authenticate against servers.

%lang_package
%prep
%setup -q

%build
%configure --disable-static --with-pic
make %{?jobs:-j%jobs}

%install
%makeinstall
%find_lang %{name}
rm -f %{buildroot}%{_libdir}/*.la
%fdupes $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%post -n libgsasl7 -p /sbin/ldconfig

%postun -n libgsasl7 -p /sbin/ldconfig

%files -n libgsasl7
%defattr (-, root, root)
%doc AUTHORS COPYING.LIB NEWS README THANKS
%{_libdir}/*.so.*

%files devel
%defattr (-, root, root)
%{_includedir}/gsas*.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc

%files lang -f %{name}.lang

%changelog
++++++ libgsasl.spec ++++++
--- /var/tmp/diff_new_pack.4W31w4/_old  2011-05-30 10:07:25.000000000 +0200
+++ /var/tmp/diff_new_pack.4W31w4/_new  2011-05-30 10:07:25.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libgsasl (Version 1.4.4)
+# spec file for package libgsasl
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,7 @@
 BuildRequires:  pkg-config
 # FIXME: libntlm is not packaged: http://josefsson.org/libntlm/
 # BuildRequires: libntlm-devel
-Version:        1.4.4
+Version:        1.6.1
 Release:        1
 License:        LGPLv2.1+
 Source:         %{name}-%{version}.tar.bz2

++++++ _service ++++++
<services>
  <service name="download_url">
    <param name="protocol">ftp</param>
    <param name="host">ftp.gnu.org</param>
    <param name="path">/gnu/gsasl/libgsasl-1.6.1.tar.gz</param>
  </service>
  <service name="recompress">
    <param name="file">_service:download_url:*.tar.gz</param>
    <param name="compression">bz2</param>
  </service>
  <service name="set_version" />
</services>

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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to