Hello community, here is the log from the commit of package yast2-packager checked in at Wed Apr 5 10:26:35 CEST 2006. -------- --- yast2-packager/yast2-packager.changes 2006-04-04 19:53:40.000000000 +0200 +++ yast2-packager/yast2-packager.changes 2006-04-05 09:54:09.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Apr 5 09:49:01 CEST 2006 - visnov@suse.cz + +- Show the type of the source in installation sources module if needed +- 2.13.60 + +------------------------------------------------------------------- Old: ---- yast2-packager-2.13.59.tar.bz2 New: ---- yast2-packager-2.13.60.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-packager.spec ++++++ --- /var/tmp/diff_new_pack.kXaE5i/_old 2006-04-05 10:25:29.000000000 +0200 +++ /var/tmp/diff_new_pack.kXaE5i/_new 2006-04-05 10:25:29.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package yast2-packager (Version 2.13.59) +# spec file for package yast2-packager (Version 2.13.60) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-packager -Version: 2.13.59 +Version: 2.13.60 Release: 1 License: GPL Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-packager-2.13.59.tar.bz2 +Source0: yast2-packager-2.13.60.tar.bz2 prefix: /usr BuildRequires: docbook-xsl-stylesheets doxygen gcc-c++ libxcrypt-devel libxslt perl-XML-Writer sgml-skel update-desktop-files yast2 yast2-country yast2-devtools yast2-installation yast2-testsuite yast2-xml Requires: yast2 yast2-installation checkmedia yast2-country @@ -41,7 +41,7 @@ Arvin Schnell <arvin@suse.de> %prep -%setup -n yast2-packager-2.13.59 +%setup -n yast2-packager-2.13.60 %build %{prefix}/bin/y2tool y2autoconf @@ -78,6 +78,9 @@ %doc %{prefix}/share/doc/packages/yast2-packager %changelog -n yast2-packager +* Wed Apr 05 2006 - visnov@suse.cz +- Show the type of the source in installation sources module if needed +- 2.13.60 * Tue Apr 04 2006 - jsrain@suse.de - fixed servicepack.tgz integration - added support for loopback mounted ISO (#159565) ++++++ yast2-packager-2.13.59.tar.bz2 -> yast2-packager-2.13.60.tar.bz2 ++++++ ++++ 2386 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-packager-2.13.59/Makefile.am new/yast2-packager-2.13.60/Makefile.am --- old/yast2-packager-2.13.59/Makefile.am 2006-04-04 19:53:47.000000000 +0200 +++ new/yast2-packager-2.13.60/Makefile.am 2006-03-13 14:18:11.000000000 +0100 @@ -154,7 +154,7 @@ $(PREFIX)/bin/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-all-packages package-local TAGVERSION = $(PREFIX)/bin/y2tool tagversion @@ -199,9 +199,6 @@ false; \ fi -check-textdomain: - $(PREFIX)/bin/y2tool check-textdomain $(srcdir) - stable: checkin-stable checkin-stable: package diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-packager-2.13.59/VERSION new/yast2-packager-2.13.60/VERSION --- old/yast2-packager-2.13.59/VERSION 2006-04-04 19:51:07.000000000 +0200 +++ new/yast2-packager-2.13.60/VERSION 2006-04-05 09:49:53.000000000 +0200 @@ -1 +1 @@ -2.13.59 +2.13.60 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-packager-2.13.59/configure.in new/yast2-packager-2.13.60/configure.in --- old/yast2-packager-2.13.59/configure.in 2006-04-04 19:53:47.000000000 +0200 +++ new/yast2-packager-2.13.60/configure.in 2006-03-13 14:18:11.000000000 +0100 @@ -3,7 +3,7 @@ dnl -- This file is generated by y2autoconf - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(yast2-packager, 2.13.59, http://www.suse.de/feedback, yast2-packager) +AC_INIT(yast2-packager, 2.13.41, http://www.suse.de/feedback, yast2-packager) dnl Check for presence of file 'RPMNAME' AC_CONFIG_SRCDIR([RPMNAME]) @@ -17,7 +17,7 @@ AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs dnl Important YaST2 variables -VERSION="2.13.59" +VERSION="2.13.41" RPMNAME="yast2-packager" MAINTAINER="Jiri Srain <jsrain@suse.cz>" diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-packager-2.13.59/src/clients/inst_source.ycp new/yast2-packager-2.13.60/src/clients/inst_source.ycp --- old/yast2-packager-2.13.59/src/clients/inst_source.ycp 2006-03-30 19:23:46.000000000 +0200 +++ new/yast2-packager-2.13.60/src/clients/inst_source.ycp 2006-04-05 09:48:34.000000000 +0200 @@ -66,7 +66,8 @@ // corresponds to the "Enable/Disable" button source[ "enabled" ]:true ? _("On") : _("Off"), source["autorefresh"]:true ? _("On") : _("Off"), - productData[ "label" ]:"unknown", + // translators: unknown name for a given source + productData[ "label" ]:generalData[ "type" ]: _("unknown"), generalData[ "url" ]:"" ); return item; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de