commit yast2-product-creator for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-product-creator for openSUSE:Factory checked in at Mon Mar 1 01:51:49 CET 2010. -------- --- yast2-product-creator/yast2-product-creator.changes 2010-02-22 16:02:16.000000000 +0100 +++ /mounts/work_src_done/STABLE/yast2-product-creator/yast2-product-creator.changes 2010-02-26 16:34:18.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Feb 26 16:33:06 CET 2010 - jsuchome@suse.cz + +- do not escape path to local sources (bnc#561612 +- 2.19.5 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- yast2-product-creator-2.19.4.tar.bz2 New: ---- yast2-product-creator-2.19.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-product-creator.spec ++++++ --- /var/tmp/diff_new_pack.JhRQ9j/_old 2010-03-01 01:51:43.000000000 +0100 +++ /var/tmp/diff_new_pack.JhRQ9j/_new 2010-03-01 01:51:43.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package yast2-product-creator (Version 2.19.4) +# spec file for package yast2-product-creator (Version 2.19.5) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,11 +19,11 @@ Name: yast2-product-creator -Version: 2.19.4 +Version: 2.19.5 Release: 1 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-product-creator-2.19.4.tar.bz2 +Source0: yast2-product-creator-2.19.5.tar.bz2 Prefix: /usr @@ -62,7 +62,7 @@ XEN images etc.), based on existing installation sources. %prep -%setup -n yast2-product-creator-2.19.4 +%setup -n yast2-product-creator-2.19.5 %build %{prefix}/bin/y2tool y2autoconf ++++++ yast2-product-creator-2.19.4.tar.bz2 -> yast2-product-creator-2.19.5.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-product-creator-2.19.4/VERSION new/yast2-product-creator-2.19.5/VERSION --- old/yast2-product-creator-2.19.4/VERSION 2010-02-22 15:46:26.000000000 +0100 +++ new/yast2-product-creator-2.19.5/VERSION 2010-02-26 16:33:29.000000000 +0100 @@ -1 +1 @@ -2.19.4 +2.19.5 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-product-creator-2.19.4/src/Kiwi.ycp new/yast2-product-creator-2.19.5/src/Kiwi.ycp --- old/yast2-product-creator-2.19.4/src/Kiwi.ycp 2010-02-22 15:45:39.000000000 +0100 +++ new/yast2-product-creator-2.19.5/src/Kiwi.ycp 2010-02-22 16:02:24.000000000 +0100 @@ -4,7 +4,7 @@ * Summary: Data for kiwi configuration, input and output functions. * Authors: Jiri Suchomel <jsuchome@suse.cz> * - * $Id: Kiwi.ycp 58530 2009-09-04 13:23:24Z jsuchome $ + * $Id: Kiwi.ycp 60944 2010-02-22 15:01:54Z jsuchome $ */ { module "Kiwi"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-product-creator-2.19.4/src/kiwi_dialogs.ycp new/yast2-product-creator-2.19.5/src/kiwi_dialogs.ycp --- old/yast2-product-creator-2.19.4/src/kiwi_dialogs.ycp 2010-01-25 20:03:28.000000000 +0100 +++ new/yast2-product-creator-2.19.5/src/kiwi_dialogs.ycp 2010-02-26 16:32:58.000000000 +0100 @@ -2301,6 +2301,12 @@ if (haskey (repositories, url)) continue; + map parsed = URL::Parse(url); + if (parsed["scheme"]:"" == "dir") + { + url = parsed["path"]:url; + y2milestone ("un-escaping local directory path: %1", url); + } boolean plaindir = SourceDialogs::IsPlainDir(); repositories[url] = $[ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de