Hello community,

here is the log from the commit of package yast2-ldap-client for 
openSUSE:Factory
checked in at Mon Oct 3 09:26:08 CEST 2011.



--------
--- openSUSE:Factory/yast2-ldap-client/yast2-ldap-client.changes        
2011-09-23 12:53:12.000000000 +0200
+++ yast2-ldap-client/yast2-ldap-client.changes 2011-09-29 12:44:01.000000000 
+0200
@@ -1,0 +2,6 @@
+Thu Sep 29 12:41:38 CEST 2011 - [email protected]
+
+- set dialog title
+- 2.21.11 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

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

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

Other differences:
------------------
++++++ yast2-ldap-client.spec ++++++
--- /var/tmp/diff_new_pack.F84gol/_old  2011-10-03 09:26:04.000000000 +0200
+++ /var/tmp/diff_new_pack.F84gol/_new  2011-10-03 09:26:04.000000000 +0200
@@ -19,11 +19,11 @@
 
 
 Name:           yast2-ldap-client
-Version:        2.21.10
+Version:        2.21.11
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-ldap-client-2.21.10.tar.bz2
+Source0:        yast2-ldap-client-%{version}.tar.bz2
 
 Prefix:         /usr
 
@@ -34,7 +34,8 @@
 PreReq:         %fillup_prereq
 
 # SLPAPI.pm
-Requires:       yast2 >= 2.15.17
+# Wizard::SetDesktopTitleAndIcon
+Requires:       yast2 >= 2.21.22
 
 Requires:       yast2-network
 
@@ -58,7 +59,7 @@
 OpenLDAP server will be used for user authentication.
 
 %prep
-%setup -n yast2-ldap-client-2.21.10
+%setup -n yast2-ldap-client-%{version}
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++++++ yast2-ldap-client-2.21.10.tar.bz2 -> yast2-ldap-client-2.21.11.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-client-2.21.10/Makefile.am 
new/yast2-ldap-client-2.21.11/Makefile.am
--- old/yast2-ldap-client-2.21.10/Makefile.am   2011-09-12 16:29:50.000000000 
+0200
+++ new/yast2-ldap-client-2.21.11/Makefile.am   2011-09-29 12:40:22.000000000 
+0200
@@ -20,7 +20,6 @@
 IS_DEVTOOLS            = $(findstring yast2-devtools,$(RPMNAME))
 
 DEVTOOLS_DIR           = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES           = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR           = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 
 COPYRIGHT_files_gpl    = README COPYING
@@ -155,7 +154,7 @@
            $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
        done
 
-package: check-up-to-date check-tagversion check-all-packages check-textdomain 
package-local
+package: check-up-to-date check-tagversion check-textdomain package-local
 
 TAGVERSION      = $(Y2TOOL) tagversion
 
@@ -185,21 +184,6 @@
 check-parse:
        @echo "Not running parseycp."
 
-check-all-packages:
-       @if [ ! -e "$(ALL_PACKAGES)" ]; then                            \
-               echo ERROR: "Can't find $(ALL_PACKAGES)"; false;        \
-       fi
-       @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then            
\
-               echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \
-       fi
-       @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \
-               echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some 
unknown (?) fields:";     \
-               echo;                                                   \
-               grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES);     \
-               echo;                                                   \
-               false;                                                  \
-       fi
-
 check-textdomain:
        $(Y2TOOL) check-textdomain $(srcdir)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-client-2.21.10/Makefile.in 
new/yast2-ldap-client-2.21.11/Makefile.in
--- old/yast2-ldap-client-2.21.10/Makefile.in   2011-09-12 16:29:52.000000000 
+0200
+++ new/yast2-ldap-client-2.21.11/Makefile.in   2011-09-29 12:40:25.000000000 
+0200
@@ -261,7 +261,6 @@
 # do we do Makefile.am for devtools? It is a little special...
 IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME))
 DEVTOOLS_DIR = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 COPYRIGHT_files_gpl = README COPYING
 COPYRIGHT_files_yast = YAST_LICENSE README COPYING COPYRIGHT.english \
@@ -902,7 +901,7 @@
            $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
        done
 
-package: check-up-to-date check-tagversion check-all-packages check-textdomain 
package-local
+package: check-up-to-date check-tagversion check-textdomain package-local
 
 check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
        if [ -d $(srcdir)/CVS ]; then \
@@ -930,21 +929,6 @@
 check-parse:
        @echo "Not running parseycp."
 
-check-all-packages:
-       @if [ ! -e "$(ALL_PACKAGES)" ]; then                            \
-               echo ERROR: "Can't find $(ALL_PACKAGES)"; false;        \
-       fi
-       @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then            
\
-               echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \
-       fi
-       @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \
-               echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some 
unknown (?) fields:";     \
-               echo;                                                   \
-               grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES);     \
-               echo;                                                   \
-               false;                                                  \
-       fi
-
 check-textdomain:
        $(Y2TOOL) check-textdomain $(srcdir)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-client-2.21.10/VERSION 
new/yast2-ldap-client-2.21.11/VERSION
--- old/yast2-ldap-client-2.21.10/VERSION       2011-09-12 16:28:13.000000000 
+0200
+++ new/yast2-ldap-client-2.21.11/VERSION       2011-09-29 12:41:35.000000000 
+0200
@@ -1 +1 @@
-2.21.10
+2.21.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-client-2.21.10/configure.in 
new/yast2-ldap-client-2.21.11/configure.in
--- old/yast2-ldap-client-2.21.10/configure.in  2011-09-12 16:29:50.000000000 
+0200
+++ new/yast2-ldap-client-2.21.11/configure.in  2011-09-29 12:40:22.000000000 
+0200
@@ -1,6 +1,6 @@
 dnl configure.in for yast2-ldap-client
 dnl
-dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.21.2 - DO NOT EDIT! --
 dnl    (edit configure.in.in instead)
 
 AC_INIT(yast2-ldap-client, 2.21.10, http://bugs.opensuse.org/, 
yast2-ldap-client)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-client-2.21.10/src/ldap_browser.ycp 
new/yast2-ldap-client-2.21.11/src/ldap_browser.ycp
--- old/yast2-ldap-client-2.21.10/src/ldap_browser.ycp  2011-06-24 
11:38:37.000000000 +0200
+++ new/yast2-ldap-client-2.21.11/src/ldap_browser.ycp  2011-09-29 
12:42:22.000000000 +0200
@@ -4,7 +4,7 @@
  * Summary:    Simple browser and editor of LDAP tree
  * Author:     Jiri Suchomel <[email protected]>
  *
- * $Id: ldap_browser.ycp 64573 2011-06-24 08:12:59Z jsuchome $
+ * $Id: ldap_browser.ycp 66154 2011-09-29 10:42:22Z visnov $
  *
  */
 {
@@ -258,7 +258,7 @@
 
     Wizard::CreateDialog ();
 
-    Wizard::SetDesktopIcon ("ldap_browser");
+    Wizard::SetDesktopTitleAndIcon ("ldap_browser");
     // dialog caption
     Wizard::SetContentsButtons (_("LDAP Browser"),
        contents, help_text, "", Label::CloseButton());
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-client-2.21.10/src/ldap_config.ycp 
new/yast2-ldap-client-2.21.11/src/ldap_config.ycp
--- old/yast2-ldap-client-2.21.10/src/ldap_config.ycp   2007-05-18 
12:48:57.000000000 +0200
+++ new/yast2-ldap-client-2.21.11/src/ldap_config.ycp   2011-09-29 
12:43:34.000000000 +0200
@@ -5,7 +5,7 @@
  *             (e.g. user/group templates)
  * Authors:    Jiri Suchomel <[email protected]>
  *
- * $Id: ldap_config.ycp 18221 2004-07-27 09:34:24Z jsuchome $
+ * $Id: ldap_config.ycp 66157 2011-09-29 10:43:34Z visnov $
  */
 
 {
@@ -23,7 +23,7 @@
 
     if (param != "late_dialog") {
        Wizard::CreateDialog();
-        Wizard::SetDesktopIcon("ldap");
+        Wizard::SetDesktopTitleAndIcon("ldap");
     }
 
     ReadDialog (); // TODO not necessary when already done...
@@ -34,7 +34,7 @@
 
     if (param == "late_dialog") {
        Wizard::CreateDialog();
-        Wizard::SetDesktopIcon("ldap");
+        Wizard::SetDesktopTitleAndIcon("ldap");
     }
 
     ret = ModuleConfigurationDialog ();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ldap-client-2.21.10/src/wizards.ycp 
new/yast2-ldap-client-2.21.11/src/wizards.ycp
--- old/yast2-ldap-client-2.21.10/src/wizards.ycp       2008-11-07 
10:08:32.000000000 +0100
+++ new/yast2-ldap-client-2.21.11/src/wizards.ycp       2011-09-29 
12:42:22.000000000 +0200
@@ -4,7 +4,7 @@
  * Summary:    Wizards definitions
  * Authors:    Jiri Suchomel <[email protected]>
  *
- * $Id: wizards.ycp 53004 2008-11-06 15:30:00Z jsuchome $
+ * $Id: wizards.ycp 66154 2011-09-29 10:42:22Z visnov $
  */
 
 {
@@ -76,7 +76,7 @@
     term contents = `Label(_("Initializing..."));
 
     Wizard::CreateDialog();
-    Wizard::SetDesktopIcon("ldap");
+    Wizard::SetDesktopTitleAndIcon("ldap");
     Wizard::SetContentsButtons(caption, contents, "",
            Label::BackButton(), Label::NextButton());
 
@@ -123,7 +123,7 @@
        Wizard::OpenNextBackDialog ();
        Wizard::HideAbortButton ();
     }
-    Wizard::SetDesktopIcon("ldap");
+    Wizard::SetDesktopTitleAndIcon("ldap");
 
     any ret = Sequencer::Run (aliases, sequence);
 

continue with "q"...



Remember to have fun...

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

Reply via email to