Hello community,

here is the log from the commit of package yast2-ldap-server for 
openSUSE:Factory checked in at 2011-12-21 17:01:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-ldap-server (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-ldap-server.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-ldap-server", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-ldap-server/yast2-ldap-server.changes      
2011-11-22 17:50:23.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-ldap-server.new/yast2-ldap-server.changes 
2011-12-21 17:01:21.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Dec  7 10:05:50 UTC 2011 - [email protected]
+
+- fix license to be in spdx.org format
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ yast2-ldap-server.spec ++++++
--- /var/tmp/diff_new_pack.mzzbt2/_old  2011-12-21 17:01:22.000000000 +0100
+++ /var/tmp/diff_new_pack.mzzbt2/_new  2011-12-21 17:01:22.000000000 +0100
@@ -15,8 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           yast2-ldap-server
 Version:        2.22.0
@@ -25,14 +23,26 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        yast2-ldap-server-%{version}.tar.bz2
 
-Group:          System/YaST
-License:        GPL-2.0+ X11/MIT
-BuildRequires:  boost-devel gcc-c++ libldapcpp-devel libtool perl-Digest-SHA1 
perl-X500-DN perl-gettext pkg-config update-desktop-files yast2 
yast2-core-devel yast2-devtools yast2-ldap-client
+BuildRequires:  boost-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libldapcpp-devel
+BuildRequires:  libtool
+BuildRequires:  perl-Digest-SHA1
+BuildRequires:  perl-X500-DN
+BuildRequires:  perl-gettext
+BuildRequires:  pkg-config
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2
+BuildRequires:  yast2-core-devel
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-ldap-client
 Requires:       acl net-tools perl perl-Digest-SHA1 perl-gettext perl-X500-DN 
yast2 yast2-ca-management yast2-ldap-client yast2-perl-bindings yast2-users
 
 # Wizard::SetDesktopTitleAndIcon
 Requires:       yast2 >= 2.21.22
 Summary:        YaST2 - OpenLDAP Server Configuration
+License:        GPL-2.0+ ; MIT
+Group:          System/YaST
 
 %description
 Provides basic configuration of an OpenLDAP Server over YaST2 Control

++++++ yast2-ldap-server-2.22.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ldap-server-2.22.0/src/agent/SlapdConfigAgent.cc 
new/yast2-ldap-server-2.22.0/src/agent/SlapdConfigAgent.cc
--- old/yast2-ldap-server-2.22.0/src/agent/SlapdConfigAgent.cc  2011-11-11 
11:50:46.000000000 +0100
+++ new/yast2-ldap-server-2.22.0/src/agent/SlapdConfigAgent.cc  2011-12-07 
16:20:54.000000000 +0100
@@ -392,7 +392,7 @@
                 }
             }
         } catch ( LDAPException e ) {
-            std::string errstring = "Error while commiting changes to config 
database";
+            std::string errstring = "Error while committing changes to config 
database";
             std::string details = e.getResultMsg() + ": " + e.getServerMsg();
             
             lastError->add(YCPString("summary"),

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

Reply via email to