Mailinglist Archive: opensuse-commit (857 mails)

< Previous Next >
commit yast2-ldap-client
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Wed, 21 Nov 2007 18:19:17 +0100
  • Message-id: <20071121171918.06E24678335@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package yast2-ldap-client
checked in at Wed Nov 21 18:19:17 CET 2007.

--------
--- yast2-ldap-client/yast2-ldap-client.changes 2007-11-20 11:26:52.000000000
+0100
+++ /mounts/work_src_done/NOARCH/yast2-ldap-client/yast2-ldap-client.changes
2007-11-21 10:27:32.353051000 +0100
@@ -1,0 +2,6 @@
+Wed Nov 21 10:20:13 CET 2007 - jsuchome@xxxxxxx
+
+- deprecated `HVStretch widget replaced by `Empty (#342583)
+- 2.16.4
+
+-------------------------------------------------------------------

Old:
----
yast2-ldap-client-2.16.3.tar.bz2

New:
----
yast2-ldap-client-2.16.4.tar.bz2

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

Other differences:
------------------
++++++ yast2-ldap-client.spec ++++++
--- /var/tmp/diff_new_pack.Ce4907/_old 2007-11-21 18:19:03.000000000 +0100
+++ /var/tmp/diff_new_pack.Ce4907/_new 2007-11-21 18:19:03.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-ldap-client (Version 2.16.3)
+# spec file for package yast2-ldap-client (Version 2.16.4)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,12 +11,12 @@
# norootforbuild

Name: yast2-ldap-client
-Version: 2.16.3
+Version: 2.16.4
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-ldap-client-2.16.3.tar.bz2
+Source0: yast2-ldap-client-2.16.4.tar.bz2
Prefix: /usr
BuildRequires: doxygen perl-XML-Writer update-desktop-files yast2
yast2-devtools yast2-network yast2-pam yast2-testsuite
PreReq: %fillup_prereq
@@ -46,7 +46,7 @@
Jiri Suchomel <jsuchome@xxxxxxx>

%prep
-%setup -n yast2-ldap-client-2.16.3
+%setup -n yast2-ldap-client-2.16.4

%build
%{prefix}/bin/y2tool y2autoconf
@@ -86,6 +86,9 @@
%doc %{prefix}/share/doc/packages/yast2-ldap-client
/var/adm/fillup-templates/sysconfig.ldap
%changelog
+* Wed Nov 21 2007 - jsuchome@xxxxxxx
+- deprecated `HVStretch widget replaced by `Empty (#342583)
+- 2.16.4
* Tue Nov 20 2007 - jsuchome@xxxxxxx
- correctly update nss_base_* values when base DN was changed,
do not write when the values are same as base DN (#342727)

++++++ yast2-ldap-client-2.16.3.tar.bz2 -> yast2-ldap-client-2.16.4.tar.bz2
++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/yast2-ldap-client-2.16.3/src/Ldap.ycp
new/yast2-ldap-client-2.16.4/src/Ldap.ycp
--- old/yast2-ldap-client-2.16.3/src/Ldap.ycp 2007-11-20 11:20:11.000000000
+0100
+++ new/yast2-ldap-client-2.16.4/src/Ldap.ycp 2007-11-20 11:27:03.000000000
+0100
@@ -5,7 +5,7 @@
* Authors: Thorsten Kukuk <kukuk@xxxxxxx>
* Anas Nashif <nashif@xxxxxxx>
*
- * $Id: Ldap.ycp 41972 2007-11-12 14:30:32Z jsuchome $
+ * $Id: Ldap.ycp 42205 2007-11-20 10:27:03Z jsuchome $
*/

{
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/yast2-ldap-client-2.16.3/src/ui.ycp
new/yast2-ldap-client-2.16.4/src/ui.ycp
--- old/yast2-ldap-client-2.16.3/src/ui.ycp 2007-11-20 10:39:15.000000000
+0100
+++ new/yast2-ldap-client-2.16.4/src/ui.ycp 2007-11-20 21:27:05.000000000
+0100
@@ -5,7 +5,7 @@
* Authors: Thorsten Kukuk <kukuk@xxxxxxx>
* Anas Nashif <nashif@xxxxxxx>
*
- * $Id: ui.ycp 41549 2007-10-24 14:31:11Z jsuchome $
+ * $Id: ui.ycp 42205 2007-11-20 10:27:03Z jsuchome $
*
* All user interface functions.
*/
@@ -693,7 +693,7 @@

term contents = `VBox (
`DumbTab (`id(`tabs), tabs,
- `ReplacePoint(`id(`tabContents ), `VBox (`HVStretch())))
+ `ReplacePoint(`id(`tabContents ), `VBox (`Empty ())))
);
boolean has_tabs = true;
if (!UI::HasSpecialWidget (`DumbTab))
@@ -705,7 +705,7 @@
tabbar = add (tabbar,`PushButton (it[0]:`id(label), label));
});
contents = `VBox (`Left(tabbar),
- `Frame ("", `ReplacePoint(`id(`tabContents), `HVStretch()))
+ `Frame ("", `ReplacePoint(`id(`tabContents), `Empty ()))
);
}

diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/yast2-ldap-client-2.16.3/VERSION
new/yast2-ldap-client-2.16.4/VERSION
--- old/yast2-ldap-client-2.16.3/VERSION 2007-11-20 11:17:45.000000000
+0100
+++ new/yast2-ldap-client-2.16.4/VERSION 2007-11-21 10:21:00.000000000
+0100
@@ -1 +1 @@
-2.16.3
+2.16.4


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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread