Hello community, here is the log from the commit of package libzypp checked in at Wed May 3 02:14:51 CEST 2006. -------- --- libzypp/libzypp.changes 2006-05-02 19:16:11.000000000 +0200 +++ STABLE/libzypp/libzypp.changes 2006-05-03 01:43:47.000000000 +0200 @@ -1,0 +2,5 @@ +Wed May 3 01:43:39 CEST 2006 - ro@suse.de + +- add missing testsuite/utils/TestUtils.h + +------------------------------------------------------------------- New: ---- zypp-0.0.0.dif ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libzypp.spec ++++++ --- /var/tmp/diff_new_pack.N100e7/_old 2006-05-03 02:14:24.000000000 +0200 +++ /var/tmp/diff_new_pack.N100e7/_new 2006-05-03 02:14:24.000000000 +0200 @@ -18,8 +18,9 @@ Autoreqprov: on Summary: Package, Patch, Pattern, and Product Management Version: 0.0.8 -Release: 139 +Release: 141 Source: zypp-0.0.0.tar.bz2 +Patch: zypp-0.0.0.dif Prefix: /usr Provides: yast2-packagemanager Obsoletes: yast2-packagemanager @@ -63,6 +64,7 @@ %prep %setup -q -n zypp-0.0.0 +%patch %build mv configure.ac x @@ -103,6 +105,8 @@ %{_libdir}/pkgconfig/libzypp.pc %changelog -n libzypp +* Wed May 03 2006 - ro@suse.de +- add missing testsuite/utils/TestUtils.h * Tue May 02 2006 - dmacvicar@suse.de - cache keys and signature. Remove lot of duplicated code. (#171062) - r3320 ++++++ zypp-0.0.0.dif ++++++ --- testsuite/utils/TestUtils.h +++ testsuite/utils/TestUtils.h 2006/05/02 23:43:15 @@ -0,0 +1,22 @@ + +#ifndef ZYPP_TESTSUITE_TESTUTILS +#define ZYPP_TESTSUITE_TESTUTILS + +#include "zypp/Dependencies.h" +#include "zypp/Capability.h" +#include "zypp/ResStore.h" + +namespace zypp +{ + namespace testsuite + { + namespace utils + { + void dump( const ResStore &store, bool descr = false, bool deps = false ); + void dump( const std::list<ResObject::Ptr> &list, bool descr = false, bool deps = false ); + } + } +} + +#endif + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de