Hello community,

here is the log from the commit of package libgsasl for openSUSE:Factory 
checked in at 2012-03-26 11:03:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgsasl (Old)
 and      /work/SRC/openSUSE:Factory/.libgsasl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgsasl", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgsasl/libgsasl.changes        2011-09-23 
02:08:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgsasl.new/libgsasl.changes   2012-03-26 
11:03:12.000000000 +0200
@@ -1,0 +2,10 @@
+Sun Mar 25 00:49:09 UTC 2012 - [email protected]
+
+- Enable building against libntlm (now that it exists in factory)
+
+-------------------------------------------------------------------
+Sun Mar 25 00:14:56 UTC 2012 - [email protected]
+
+- Parallel build with %_smp_mflags; strip redundant spec sections
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libgsasl.spec ++++++
--- /var/tmp/diff_new_pack.sgUAIC/_old  2012-03-26 11:03:13.000000000 +0200
+++ /var/tmp/diff_new_pack.sgUAIC/_new  2012-03-26 11:03:13.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgsasl
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           libgsasl
 BuildRequires:  fdupes
@@ -26,15 +24,14 @@
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libgssglue-devel
 BuildRequires:  libidn-devel
+BuildRequires:  libntlm-devel
 BuildRequires:  pkg-config
-# FIXME: libntlm is not packaged: http://josefsson.org/libntlm/
-# BuildRequires: libntlm-devel
 Version:        1.6.1
-Release:        3
-License:        LGPL-2.1+
+Release:        0
 Source:         %{name}-%{version}.tar.gz
-Group:          Development/Libraries/C and C++
 Summary:        Implementation of the SASL framework and a few common SASL 
mechanisms
+License:        LGPL-2.1+
+Group:          Development/Libraries/C and C++
 Url:            http://www.gnu.org/software/gsasl/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -45,7 +42,6 @@
 from clients, and in clients to authenticate against servers. 
 
 %package -n libgsasl7
-License:        LGPL-2.1+
 Summary:        Implementation of the SASL framework and a few common SASL 
mechanisms
 Group:          Development/Libraries/C and C++
 Requires:       %{name}-lang = %{version}
@@ -59,7 +55,6 @@
 from clients, and in clients to authenticate against servers.
 
 %package devel
-License:        LGPL-2.1+
 Summary:        Implementation of the SASL framework and a few common SASL 
mechanisms
 Group:          Development/Libraries/C and C++
 Requires:       libgsasl7 = %{version}
@@ -76,7 +71,7 @@
 
 %build
 %configure --disable-static --with-pic
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
@@ -84,9 +79,6 @@
 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

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

Reply via email to