[yast-commit] [ci_new_pac] JFYI yast2-packager -> sle12
Script 'mail_helper' called by bg Hello packager, This is just FYI. Your package was checked in in distribution "sle12" by autobuild-member: bg. Here comes the log... ---------------------------%<------------------------------ Hi, here is the log from ci_new_pac /mounts/work_src_done/SLE12/yast2-packager -> sle12 Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2-packager/yast2-packager.changes 2014-05-28 12:17:31.000000000 +0200 +++ /mounts/work_src_done/SLE12/yast2-packager/yast2-packager.changes 2014-06-02 11:05:23.000000000 +0200 @@ -1,0 +2,7 @@ +Fri May 30 16:55:25 UTC 2014 - lslezak@suse.cz + +- allow adding a title to license dialog (needed for on-line + extensions) +- 3.1.21 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: - yast2-packager - at least 26 other packages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:SLE-12:GA/yast2-packager (Old) and /mounts/work_src_done/SLE12/yast2-packager (BS:build ID:38786 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-packager", Maintainer is "yast-commit@opensuse.org" Old: ---- yast2-packager-3.1.20.tar.bz2 New: ---- yast2-packager-3.1.21.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-packager.spec ++++++ --- /var/tmp/diff_new_pack.xKtOGp/_old 2014-06-02 15:20:44.000000000 +0200 +++ /var/tmp/diff_new_pack.xKtOGp/_new 2014-06-02 15:20:44.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-packager -Version: 3.1.20 +Version: 3.1.21 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-packager-3.1.20.tar.bz2 -> yast2-packager-3.1.21.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-3.1.20/package/yast2-packager.changes new/yast2-packager-3.1.21/package/yast2-packager.changes --- old/yast2-packager-3.1.20/package/yast2-packager.changes 2014-05-28 09:50:25.000000000 +0200 +++ new/yast2-packager-3.1.21/package/yast2-packager.changes 2014-06-02 11:00:29.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri May 30 16:55:25 UTC 2014 - lslezak@suse.cz + +- allow adding a title to license dialog (needed for on-line + extensions) +- 3.1.21 + +------------------------------------------------------------------- Wed May 28 07:36:38 UTC 2014 - jsrain@suse.cz - text improvements for adding media-based add-on product during diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-3.1.20/package/yast2-packager.spec new/yast2-packager-3.1.21/package/yast2-packager.spec --- old/yast2-packager-3.1.20/package/yast2-packager.spec 2014-05-28 09:50:25.000000000 +0200 +++ new/yast2-packager-3.1.21/package/yast2-packager.spec 2014-06-02 11:00:29.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-packager -Version: 3.1.20 +Version: 3.1.21 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-3.1.20/src/modules/ProductLicense.rb new/yast2-packager-3.1.21/src/modules/ProductLicense.rb --- old/yast2-packager-3.1.20/src/modules/ProductLicense.rb 2014-05-28 09:50:26.000000000 +0200 +++ new/yast2-packager-3.1.21/src/modules/ProductLicense.rb 2014-06-02 11:00:29.000000000 +0200 @@ -274,6 +274,8 @@ lang_pairs = Builtins.maplist(languages) do |l| name_print = Ops.get(lang_names, l, "") if name_print == "" + # TODO FIXME: the language code might be longer than 2 characters, + # e.g. "ast_ES" l_short = Builtins.substring(l, 0, 2) Builtins.foreach(lang_names) do |k, v| @@ -459,12 +461,16 @@ ) end + # Displays License dialog + def DisplayLicenseDialog(languages, back, license_language, licenses, id) + # dialog title + DisplayLicenseDialogWithTitle(languages, back, license_language, licenses, id, _("License Agreement")) + end + # Displays License with Help and ( ) Yes / ( ) No radio buttons # @param string file with the license - def DisplayLicenseDialog(languages, back, license_language, licenses, id) + def DisplayLicenseDialogWithTitle(languages, back, license_language, licenses, id, caption) languages = deep_copy(languages) - # dialog caption - caption = _("License Agreement") contents = ( licenses_ref = arg_ref(licenses.value); continue with "q"... Checked in at Mon Jun 2 15:21:20 CEST 2014 by bg Remember to have fun... -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
bg