Hello community, here is the log from the commit of package libzypp-zmd-backend checked in at Fri Jun 2 12:55:54 CEST 2006. -------- --- libzypp-zmd-backend/libzypp-zmd-backend.changes 2006-06-01 21:51:50.000000000 +0200 +++ libzypp-zmd-backend/libzypp-zmd-backend.changes 2006-06-02 11:08:43.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Jun 2 11:07:46 CEST 2006 - kkaempf@suse.de + +- add Exception details to error message (#181065) +- rev 3499 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libzypp-zmd-backend.spec ++++++ --- /var/tmp/diff_new_pack.bn4d7e/_old 2006-06-02 12:46:32.000000000 +0200 +++ /var/tmp/diff_new_pack.bn4d7e/_new 2006-06-02 12:46:32.000000000 +0200 @@ -22,7 +22,7 @@ Obsoletes: zmd-librc-backend Summary: ZMD backend for Package, Patch, Pattern, and Product Management Version: 7.1.1.0 -Release: 50 +Release: 51 Source: zmd-backend-%{version}.tar.bz2 Prefix: /usr @@ -68,6 +68,9 @@ /etc/logrotate.d/zmd-backend %changelog -n libzypp-zmd-backend +* Fri Jun 02 2006 - kkaempf@suse.de +- add Exception details to error message (#181065) +- rev 3499 * Thu Jun 01 2006 - kkaempf@suse.de - fix compile - rev 3498 ++++++ zmd-backend-7.1.1.0.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/zmd-backend-7.1.1.0/src/parse-metadata.cc new/zmd-backend-7.1.1.0/src/parse-metadata.cc --- old/zmd-backend-7.1.1.0/src/parse-metadata.cc 2006-05-31 14:00:26.000000000 +0200 +++ new/zmd-backend-7.1.1.0/src/parse-metadata.cc 2006-06-02 11:06:21.000000000 +0200 @@ -284,7 +284,7 @@ } } catch( const Exception & excpt_r ) { - cerr << "3|Can't add repository at " << uri << endl; + cerr << "3|Can't add repository at " << uri << ": " << excpt_r.asUserString() << endl; ZYPP_CAUGHT( excpt_r ); ERR << "Can't add repository at " << uri << endl; goto finish; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit-help@opensuse.org