Mailinglist Archive: zypp-commit (545 mails)
| < Previous | Next > |
[zypp-commit] r8912 - in /trunk/libzypp-testsuite: Makefile.am VERSION configure.ac libzypp-testsuite-tools.spec.in package/libzypp-testsuite-tools.changes solver/src/deptestomatic.cc
- From: schubi2@xxxxxxxxxxxxxxxx
- Date: Tue, 26 Feb 2008 11:16:26 -0000
- Message-id: <20080226111626.3630E2400A@xxxxxxxxxxxxxxxx>
Author: schubi2
Date: Tue Feb 26 12:16:25 2008
New Revision: 8912
URL: http://svn.opensuse.org/viewcvs/zypp?rev=8912&view=rev
Log:
- disables pokus (bindings does not work currently)
- flage delete_unmaintained removed
Modified:
trunk/libzypp-testsuite/Makefile.am
trunk/libzypp-testsuite/VERSION
trunk/libzypp-testsuite/configure.ac
trunk/libzypp-testsuite/libzypp-testsuite-tools.spec.in
trunk/libzypp-testsuite/package/libzypp-testsuite-tools.changes
trunk/libzypp-testsuite/solver/src/deptestomatic.cc
Modified: trunk/libzypp-testsuite/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp-testsuite/Makefile.am?rev=8912&r1=8911&r2=8912&view=diff
==============================================================================
--- trunk/libzypp-testsuite/Makefile.am (original)
+++ trunk/libzypp-testsuite/Makefile.am Tue Feb 26 12:16:25 2008
@@ -1,7 +1,7 @@
#
# Makefile.am for libzypp/testsuite
#
-SUBDIRS = solver pokus
+SUBDIRS = solver #pokus
## ##################################################
Modified: trunk/libzypp-testsuite/VERSION
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp-testsuite/VERSION?rev=8912&r1=8911&r2=8912&view=diff
==============================================================================
--- trunk/libzypp-testsuite/VERSION (original)
+++ trunk/libzypp-testsuite/VERSION Tue Feb 26 12:16:25 2008
@@ -49,5 +49,5 @@
m4_define([LIBZYPPTESTSUITE_MINOR], [14])
m4_define([LIBZYPPTESTSUITE_COMPATMINOR], [9])
dnl ==================================================
-m4_define([LIBZYPPTESTSUITE_PATCH], [14])
+m4_define([LIBZYPPTESTSUITE_PATCH], [15])
dnl ==================================================
Modified: trunk/libzypp-testsuite/configure.ac
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp-testsuite/configure.ac?rev=8912&r1=8911&r2=8912&view=diff
==============================================================================
--- trunk/libzypp-testsuite/configure.ac (original)
+++ trunk/libzypp-testsuite/configure.ac Tue Feb 26 12:16:25 2008
@@ -104,11 +104,11 @@
solver/solver.test/Makefile \
solver/src/Makefile \
solver/single.out/Makefile
- pokus/Makefile \
- pokus/config/Makefile \
- pokus/pokus.test/Makefile \
- pokus/src/Makefile \
- pokus/data/Makefile
+dnl pokus/Makefile \
+dnl pokus/config/Makefile \
+dnl pokus/pokus.test/Makefile \
+dnl pokus/src/Makefile \
+dnl pokus/data/Makefile
)
dnl ==================================================
Modified: trunk/libzypp-testsuite/libzypp-testsuite-tools.spec.in
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp-testsuite/libzypp-testsuite-tools.spec.in?rev=8912&r1=8911&r2=8912&view=diff
==============================================================================
--- trunk/libzypp-testsuite/libzypp-testsuite-tools.spec.in (original)
+++ trunk/libzypp-testsuite/libzypp-testsuite-tools.spec.in Tue Feb 26 12:16:25
2008
@@ -65,7 +65,7 @@
CXXFLAGS="$RPM_OPT_FLAGS" \
./configure --prefix=%{prefix} --libdir=%{_libdir} --with-qt-dir=/usr/lib/qt3
--with-qt-libdir=/usr/lib/qt3/%{_lib} --mandir=%{_mandir} --disable-static
make %{?jobs:-j %jobs}
-cd pokus ; make check
+#cd pokus ; make check
%install
make install DESTDIR=$RPM_BUILD_ROOT
Modified: trunk/libzypp-testsuite/package/libzypp-testsuite-tools.changes
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp-testsuite/package/libzypp-testsuite-tools.changes?rev=8912&r1=8911&r2=8912&view=diff
==============================================================================
--- trunk/libzypp-testsuite/package/libzypp-testsuite-tools.changes (original)
+++ trunk/libzypp-testsuite/package/libzypp-testsuite-tools.changes Tue Feb 26
12:16:25 2008
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Tue Feb 26 12:14:37 CET 2008 - schubi@xxxxxxx
+
+- using SAT helix parser
+- disables pokus (bindings does not work currently)
+
+-------------------------------------------------------------------
Thu Dec 06 12:18:46 CET 2007 - aschnell@xxxxxxx
- adapted to changes in libzypp bindings
Modified: trunk/libzypp-testsuite/solver/src/deptestomatic.cc
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp-testsuite/solver/src/deptestomatic.cc?rev=8912&r1=8911&r2=8912&view=diff
==============================================================================
--- trunk/libzypp-testsuite/solver/src/deptestomatic.cc (original)
+++ trunk/libzypp-testsuite/solver/src/deptestomatic.cc Tue Feb 26 12:16:25 2008
@@ -888,13 +888,6 @@
RESULT << "Doing distribution upgrade ..." << endl;
UpgradeStatistics stats;
- string delete_unmaintained = node->getProp ("delete_unmaintained");
- if (delete_unmaintained == "false") {
- stats.delete_unmaintained = false;
- } else {
- stats.delete_unmaintained = true;
- }
-
resolver->doUpgrade(stats);
print_pool( resolver, MARKER );
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
Date: Tue Feb 26 12:16:25 2008
New Revision: 8912
URL: http://svn.opensuse.org/viewcvs/zypp?rev=8912&view=rev
Log:
- disables pokus (bindings does not work currently)
- flage delete_unmaintained removed
Modified:
trunk/libzypp-testsuite/Makefile.am
trunk/libzypp-testsuite/VERSION
trunk/libzypp-testsuite/configure.ac
trunk/libzypp-testsuite/libzypp-testsuite-tools.spec.in
trunk/libzypp-testsuite/package/libzypp-testsuite-tools.changes
trunk/libzypp-testsuite/solver/src/deptestomatic.cc
Modified: trunk/libzypp-testsuite/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp-testsuite/Makefile.am?rev=8912&r1=8911&r2=8912&view=diff
==============================================================================
--- trunk/libzypp-testsuite/Makefile.am (original)
+++ trunk/libzypp-testsuite/Makefile.am Tue Feb 26 12:16:25 2008
@@ -1,7 +1,7 @@
#
# Makefile.am for libzypp/testsuite
#
-SUBDIRS = solver pokus
+SUBDIRS = solver #pokus
## ##################################################
Modified: trunk/libzypp-testsuite/VERSION
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp-testsuite/VERSION?rev=8912&r1=8911&r2=8912&view=diff
==============================================================================
--- trunk/libzypp-testsuite/VERSION (original)
+++ trunk/libzypp-testsuite/VERSION Tue Feb 26 12:16:25 2008
@@ -49,5 +49,5 @@
m4_define([LIBZYPPTESTSUITE_MINOR], [14])
m4_define([LIBZYPPTESTSUITE_COMPATMINOR], [9])
dnl ==================================================
-m4_define([LIBZYPPTESTSUITE_PATCH], [14])
+m4_define([LIBZYPPTESTSUITE_PATCH], [15])
dnl ==================================================
Modified: trunk/libzypp-testsuite/configure.ac
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp-testsuite/configure.ac?rev=8912&r1=8911&r2=8912&view=diff
==============================================================================
--- trunk/libzypp-testsuite/configure.ac (original)
+++ trunk/libzypp-testsuite/configure.ac Tue Feb 26 12:16:25 2008
@@ -104,11 +104,11 @@
solver/solver.test/Makefile \
solver/src/Makefile \
solver/single.out/Makefile
- pokus/Makefile \
- pokus/config/Makefile \
- pokus/pokus.test/Makefile \
- pokus/src/Makefile \
- pokus/data/Makefile
+dnl pokus/Makefile \
+dnl pokus/config/Makefile \
+dnl pokus/pokus.test/Makefile \
+dnl pokus/src/Makefile \
+dnl pokus/data/Makefile
)
dnl ==================================================
Modified: trunk/libzypp-testsuite/libzypp-testsuite-tools.spec.in
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp-testsuite/libzypp-testsuite-tools.spec.in?rev=8912&r1=8911&r2=8912&view=diff
==============================================================================
--- trunk/libzypp-testsuite/libzypp-testsuite-tools.spec.in (original)
+++ trunk/libzypp-testsuite/libzypp-testsuite-tools.spec.in Tue Feb 26 12:16:25
2008
@@ -65,7 +65,7 @@
CXXFLAGS="$RPM_OPT_FLAGS" \
./configure --prefix=%{prefix} --libdir=%{_libdir} --with-qt-dir=/usr/lib/qt3
--with-qt-libdir=/usr/lib/qt3/%{_lib} --mandir=%{_mandir} --disable-static
make %{?jobs:-j %jobs}
-cd pokus ; make check
+#cd pokus ; make check
%install
make install DESTDIR=$RPM_BUILD_ROOT
Modified: trunk/libzypp-testsuite/package/libzypp-testsuite-tools.changes
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp-testsuite/package/libzypp-testsuite-tools.changes?rev=8912&r1=8911&r2=8912&view=diff
==============================================================================
--- trunk/libzypp-testsuite/package/libzypp-testsuite-tools.changes (original)
+++ trunk/libzypp-testsuite/package/libzypp-testsuite-tools.changes Tue Feb 26
12:16:25 2008
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Tue Feb 26 12:14:37 CET 2008 - schubi@xxxxxxx
+
+- using SAT helix parser
+- disables pokus (bindings does not work currently)
+
+-------------------------------------------------------------------
Thu Dec 06 12:18:46 CET 2007 - aschnell@xxxxxxx
- adapted to changes in libzypp bindings
Modified: trunk/libzypp-testsuite/solver/src/deptestomatic.cc
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp-testsuite/solver/src/deptestomatic.cc?rev=8912&r1=8911&r2=8912&view=diff
==============================================================================
--- trunk/libzypp-testsuite/solver/src/deptestomatic.cc (original)
+++ trunk/libzypp-testsuite/solver/src/deptestomatic.cc Tue Feb 26 12:16:25 2008
@@ -888,13 +888,6 @@
RESULT << "Doing distribution upgrade ..." << endl;
UpgradeStatistics stats;
- string delete_unmaintained = node->getProp ("delete_unmaintained");
- if (delete_unmaintained == "false") {
- stats.delete_unmaintained = false;
- } else {
- stats.delete_unmaintained = true;
- }
-
resolver->doUpgrade(stats);
print_pool( resolver, MARKER );
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
| < Previous | Next > |