Hello community, here is the log from the commit of package yast2-pkg-bindings checked in at Mon Dec 11 20:42:35 CET 2006. -------- --- yast2-pkg-bindings/yast2-pkg-bindings.changes 2006-11-29 10:13:18.000000000 +0100 +++ /mounts/work_src_done/STABLE/yast2-pkg-bindings/yast2-pkg-bindings.changes 2006-12-11 11:18:01.000000000 +0100 @@ -1,0 +2,7 @@ +Mon Dec 11 11:13:18 CET 2006 - lslezak@suse.cz + +- Pkg:PkgMediaCount() - correctly report number of packages from + a YUM source (#220242) +- 2.15.1 + +------------------------------------------------------------------- Old: ---- yast2-pkg-bindings-2.15.0.tar.bz2 New: ---- yast2-pkg-bindings-2.15.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-pkg-bindings.spec ++++++ --- /var/tmp/diff_new_pack.okgUJU/_old 2006-12-11 20:42:18.000000000 +0100 +++ /var/tmp/diff_new_pack.okgUJU/_new 2006-12-11 20:42:18.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package yast2-pkg-bindings (Version 2.15.0) +# spec file for package yast2-pkg-bindings (Version 2.15.1) # # 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-pkg-bindings -Version: 2.15.0 +Version: 2.15.1 Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-pkg-bindings-2.15.0.tar.bz2 +Source0: yast2-pkg-bindings-2.15.1.tar.bz2 prefix: /usr BuildRequires: blocxx-devel boost boost-devel dbus-1-devel docbook-xsl-stylesheets doxygen gcc-c++ hal-devel libgcrypt-devel libxcrypt-devel libxslt perl-XML-Writer rpm-devel sgml-skel yast2-core-devel yast2-devtools BuildRequires: libzypp-devel >= 2.4.0 @@ -40,7 +40,7 @@ Stanislav Visnovsky <visnov@suse.cz> %prep -%setup -n yast2-pkg-bindings-2.15.0 +%setup -n yast2-pkg-bindings-2.15.1 %build %{prefix}/bin/y2tool y2autoconf @@ -71,6 +71,10 @@ %doc %{prefix}/share/doc/packages/yast2-pkg-bindings %changelog -n yast2-pkg-bindings +* Mon Dec 11 2006 - lslezak@suse.cz +- Pkg:PkgMediaCount() - correctly report number of packages from + a YUM source (#220242) +- 2.15.1 * Wed Nov 29 2006 - lslezak@suse.cz - removed undefined methods, removed obsoleted callbacks - 2.15.0 ++++++ yast2-pkg-bindings-2.15.0.tar.bz2 -> yast2-pkg-bindings-2.15.1.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-pkg-bindings-2.15.0/Makefile.am new/yast2-pkg-bindings-2.15.1/Makefile.am --- old/yast2-pkg-bindings-2.15.0/Makefile.am 2006-11-29 10:09:37.000000000 +0100 +++ new/yast2-pkg-bindings-2.15.1/Makefile.am 2006-12-08 09:53:16.000000000 +0100 @@ -7,8 +7,7 @@ # #where devtools are -PREFIX := $(shell pkg-config --print-errors --variable=prefix yast2-devtools) -Y2TOOL = $(PREFIX)/bin/y2tool +Y2TOOL = $(Y2DEVTOOLS_PREFIX)/bin/y2tool VERSION = $(shell cat $(srcdir)/VERSION) RPMNAME = $(shell cat $(srcdir)/RPMNAME) @@ -20,7 +19,7 @@ # do we do Makefile.am for devtools? It is a little special... IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME)) -DEVTOOLS_DIR = $(if $(IS_DEVTOOLS),$(srcdir)/devtools,$(PREFIX)/share/YaST2/data/devtools) +DEVTOOLS_DIR = $(if $(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools) ALL_PACKAGES = $(DEVTOOLS_DIR)/admin/all-packages LEGALESE_DIR = $(if $(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl) @@ -34,7 +33,7 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2 # where devtools instal m4 snippets # argh, executed literally -#ACLOCAL_AMFLAGS = -I $(PREFIX)/share/aclocal +#ACLOCAL_AMFLAGS = -I $(Y2DEVTOOLS_PREFIX)/share/aclocal ACLOCAL_AMFLAGS = -I `if test -d ./devtools/admin; then echo ./devtools/admin; else pkg-config --print-errors --variable=datadir yast2-devtools; fi`/aclocal Makefile.am.common: $(DEVTOOLS_DIR)/admin/Makefile.am.common diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-pkg-bindings-2.15.0/Makefile.in new/yast2-pkg-bindings-2.15.1/Makefile.in --- old/yast2-pkg-bindings-2.15.0/Makefile.in 2006-11-29 10:09:54.000000000 +0100 +++ new/yast2-pkg-bindings-2.15.1/Makefile.in 2006-12-08 09:53:31.000000000 +0100 @@ -169,6 +169,7 @@ XML_CATALOG = @XML_CATALOG@ XSLTPROC = @XSLTPROC@ XSLTPROC_FLAGS = @XSLTPROC_FLAGS@ +Y2DEVTOOLS_PREFIX = @Y2DEVTOOLS_PREFIX@ YDOXYGEN = @YDOXYGEN@ ZYPP_CFLAGS = @ZYPP_CFLAGS@ ZYPP_LIBS = @ZYPP_LIBS@ @@ -246,15 +247,14 @@ ystartupdir = @ystartupdir@ #where devtools are -PREFIX := $(shell pkg-config --print-errors --variable=prefix yast2-devtools) -Y2TOOL = $(PREFIX)/bin/y2tool +Y2TOOL = $(Y2DEVTOOLS_PREFIX)/bin/y2tool SUBDIRS_FILE = $(shell test -e $(srcdir)/SUBDIRS && echo SUBDIRS) ACINCLUDE_FILE = $(shell test -e $(srcdir)/acinclude.m4 && echo acinclude.m4) HAS_YAST_LICENSE = $(shell test -e $(srcdir)/YAST_LICENSE && echo YAST_LICENSE) # do we do Makefile.am for devtools? It is a little special... IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME)) -DEVTOOLS_DIR = $(if $(IS_DEVTOOLS),$(srcdir)/devtools,$(PREFIX)/share/YaST2/data/devtools) +DEVTOOLS_DIR = $(if $(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools) ALL_PACKAGES = $(DEVTOOLS_DIR)/admin/all-packages LEGALESE_DIR = $(if $(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl) COPYRIGHT_files_gpl = README COPYING COPYRIGHT.english @@ -265,7 +265,7 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2 # where devtools instal m4 snippets # argh, executed literally -#ACLOCAL_AMFLAGS = -I $(PREFIX)/share/aclocal +#ACLOCAL_AMFLAGS = -I $(Y2DEVTOOLS_PREFIX)/share/aclocal ACLOCAL_AMFLAGS = -I `if test -d ./devtools/admin; then echo ./devtools/admin; else pkg-config --print-errors --variable=datadir yast2-devtools; fi`/aclocal CLEANFILES = MAINTAINERCLEANFILES = package/$(RPMNAME)-$(VERSION).tar.bz2 package/$(RPMNAME).spec diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-pkg-bindings-2.15.0/VERSION new/yast2-pkg-bindings-2.15.1/VERSION --- old/yast2-pkg-bindings-2.15.0/VERSION 2006-11-29 08:19:15.000000000 +0100 +++ new/yast2-pkg-bindings-2.15.1/VERSION 2006-12-11 11:16:02.000000000 +0100 @@ -1 +1 @@ -2.15.0 +2.15.1 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-pkg-bindings-2.15.0/configure new/yast2-pkg-bindings-2.15.1/configure --- old/yast2-pkg-bindings-2.15.0/configure 2006-11-29 10:09:49.000000000 +0100 +++ new/yast2-pkg-bindings-2.15.1/configure 2006-12-08 09:53:27.000000000 +0100 @@ -849,6 +849,7 @@ LN_S PKG_CONFIG_PATH XGETTEXT +Y2DEVTOOLS_PREFIX CREATE_PKGCONFIG_TRUE CREATE_PKGCONFIG_FALSE CREATE_PKGCONFIG_NOARCH_TRUE @@ -2896,6 +2897,8 @@ { (exit 1); exit 1; }; } fi +Y2DEVTOOLS_PREFIX=`pkg-config --print-errors --variable=prefix yast2-devtools` + devtools_ybindir=`pkg-config --print-errors --variable=ybindir yast2-devtools` devtools_yast2dir=`pkg-config --print-errors --variable=yast2dir yast2-devtools` @@ -5707,7 +5710,7 @@ ;; *-*-irix6*) # Find out which ABI we are using. - echo '#line 5710 "configure"' > conftest.$ac_ext + echo '#line 5713 "configure"' > conftest.$ac_ext if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? @@ -7872,11 +7875,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:7875: $lt_compile\"" >&5) + (eval echo "\"\$as_me:7878: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:7879: \$? = $ac_status" >&5 + echo "$as_me:7882: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -8140,11 +8143,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:8143: $lt_compile\"" >&5) + (eval echo "\"\$as_me:8146: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:8147: \$? = $ac_status" >&5 + echo "$as_me:8150: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -8244,11 +8247,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:8247: $lt_compile\"" >&5) + (eval echo "\"\$as_me:8250: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:8251: \$? = $ac_status" >&5 + echo "$as_me:8254: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -10696,7 +10699,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 10699 "configure" +#line 10702 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -10796,7 +10799,7 @@ lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<EOF -#line 10799 "configure" +#line 10802 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -13164,11 +13167,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:13167: $lt_compile\"" >&5) + (eval echo "\"\$as_me:13170: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:13171: \$? = $ac_status" >&5 + echo "$as_me:13174: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -13268,11 +13271,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:13271: $lt_compile\"" >&5) + (eval echo "\"\$as_me:13274: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:13275: \$? = $ac_status" >&5 + echo "$as_me:13278: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -14838,11 +14841,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:14841: $lt_compile\"" >&5) + (eval echo "\"\$as_me:14844: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:14845: \$? = $ac_status" >&5 + echo "$as_me:14848: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -14942,11 +14945,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:14945: $lt_compile\"" >&5) + (eval echo "\"\$as_me:14948: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:14949: \$? = $ac_status" >&5 + echo "$as_me:14952: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -17172,11 +17175,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:17175: $lt_compile\"" >&5) + (eval echo "\"\$as_me:17178: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:17179: \$? = $ac_status" >&5 + echo "$as_me:17182: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -17440,11 +17443,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:17443: $lt_compile\"" >&5) + (eval echo "\"\$as_me:17446: $lt_compile\"" >&5) (eval "$lt_compile" 2>conftest.err) ac_status=$? cat conftest.err >&5 - echo "$as_me:17447: \$? = $ac_status" >&5 + echo "$as_me:17450: \$? = $ac_status" >&5 if (exit $ac_status) && test -s "$ac_outfile"; then # The compiler can only warn and ignore the option if not recognized # So say no if there are warnings other than the usual output. @@ -17544,11 +17547,11 @@ -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:17547: $lt_compile\"" >&5) + (eval echo "\"\$as_me:17550: $lt_compile\"" >&5) (eval "$lt_compile" 2>out/conftest.err) ac_status=$? cat out/conftest.err >&5 - echo "$as_me:17551: \$? = $ac_status" >&5 + echo "$as_me:17554: \$? = $ac_status" >&5 if (exit $ac_status) && test -s out/conftest2.$ac_objext then # The compiler can only warn and ignore the option if not recognized @@ -21938,9 +21941,9 @@ LN_S!$LN_S$ac_delim PKG_CONFIG_PATH!$PKG_CONFIG_PATH$ac_delim XGETTEXT!$XGETTEXT$ac_delim +Y2DEVTOOLS_PREFIX!$Y2DEVTOOLS_PREFIX$ac_delim CREATE_PKGCONFIG_TRUE!$CREATE_PKGCONFIG_TRUE$ac_delim CREATE_PKGCONFIG_FALSE!$CREATE_PKGCONFIG_FALSE$ac_delim -CREATE_PKGCONFIG_NOARCH_TRUE!$CREATE_PKGCONFIG_NOARCH_TRUE$ac_delim _ACEOF if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then @@ -21982,6 +21985,7 @@ ac_delim='%!_!# ' for ac_last_try in false false false false false :; do cat >conf$$subs.sed <<_ACEOF +CREATE_PKGCONFIG_NOARCH_TRUE!$CREATE_PKGCONFIG_NOARCH_TRUE$ac_delim CREATE_PKGCONFIG_NOARCH_FALSE!$CREATE_PKGCONFIG_NOARCH_FALSE$ac_delim STYLESHEET_HTML!$STYLESHEET_HTML$ac_delim STYLESHEET_PDF!$STYLESHEET_PDF$ac_delim @@ -22039,7 +22043,7 @@ LTLIBOBJS!$LTLIBOBJS$ac_delim _ACEOF - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 55; then + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 56; then break elif $ac_last_try; then { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-pkg-bindings-2.15.0/configure.in new/yast2-pkg-bindings-2.15.1/configure.in --- old/yast2-pkg-bindings-2.15.0/configure.in 2006-11-29 10:09:37.000000000 +0100 +++ new/yast2-pkg-bindings-2.15.1/configure.in 2006-12-08 09:53:16.000000000 +0100 @@ -1,6 +1,6 @@ dnl configure.in for yast2-pkg-bindings dnl -dnl -- This file is generated by y2autoconf 2.13.16 - DO NOT EDIT! -- +dnl -- This file is generated by y2autoconf 2.14.0 - DO NOT EDIT! -- dnl (edit configure.in.in instead) AC_INIT(yast2-pkg-bindings, 2.15.0, http://bugs.opensuse.org/, yast2-pkg-bindings) @@ -110,6 +110,8 @@ AC_MSG_ERROR(xgettext is missing; please install gettext-devel.) fi +Y2DEVTOOLS_PREFIX=`pkg-config --print-errors --variable=prefix yast2-devtools` +AC_SUBST(Y2DEVTOOLS_PREFIX) devtools_ybindir=`pkg-config --print-errors --variable=ybindir yast2-devtools` devtools_yast2dir=`pkg-config --print-errors --variable=yast2dir yast2-devtools` diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-pkg-bindings-2.15.0/doc/Makefile.in new/yast2-pkg-bindings-2.15.1/doc/Makefile.in --- old/yast2-pkg-bindings-2.15.0/doc/Makefile.in 2006-11-29 10:09:53.000000000 +0100 +++ new/yast2-pkg-bindings-2.15.1/doc/Makefile.in 2006-12-08 09:53:31.000000000 +0100 @@ -138,6 +138,7 @@ XML_CATALOG = @XML_CATALOG@ XSLTPROC = @XSLTPROC@ XSLTPROC_FLAGS = @XSLTPROC_FLAGS@ +Y2DEVTOOLS_PREFIX = @Y2DEVTOOLS_PREFIX@ YDOXYGEN = @YDOXYGEN@ ZYPP_CFLAGS = @ZYPP_CFLAGS@ ZYPP_LIBS = @ZYPP_LIBS@ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-pkg-bindings-2.15.0/src/Makefile.in new/yast2-pkg-bindings-2.15.1/src/Makefile.in --- old/yast2-pkg-bindings-2.15.0/src/Makefile.in 2006-11-29 10:09:53.000000000 +0100 +++ new/yast2-pkg-bindings-2.15.1/src/Makefile.in 2006-12-08 09:53:31.000000000 +0100 @@ -166,6 +166,7 @@ XML_CATALOG = @XML_CATALOG@ XSLTPROC = @XSLTPROC@ XSLTPROC_FLAGS = @XSLTPROC_FLAGS@ +Y2DEVTOOLS_PREFIX = @Y2DEVTOOLS_PREFIX@ YDOXYGEN = @YDOXYGEN@ ZYPP_CFLAGS = @ZYPP_CFLAGS@ ZYPP_LIBS = @ZYPP_LIBS@ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-pkg-bindings-2.15.0/src/Package.cc new/yast2-pkg-bindings-2.15.1/src/Package.cc --- old/yast2-pkg-bindings-2.15.0/src/Package.cc 2006-11-22 12:43:53.000000000 +0100 +++ new/yast2-pkg-bindings-2.15.1/src/Package.cc 2006-12-08 08:58:54.000000000 +0100 @@ -389,7 +389,7 @@ medium = 1; } - if (pkg->sourceMediaNr() > 0) + if (medium > 0) { result[ source_map[pkg->source()] ] [medium - 1]++ ; // media are numbered from 1 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-pkg-bindings-2.15.0/src/Source.cc new/yast2-pkg-bindings-2.15.1/src/Source.cc --- old/yast2-pkg-bindings-2.15.0/src/Source.cc 2006-11-20 10:56:55.000000000 +0100 +++ new/yast2-pkg-bindings-2.15.1/src/Source.cc 2006-12-01 08:15:29.000000000 +0100 @@ -669,7 +669,7 @@ PkgModuleFunctions::SourceProduct (const YCPInteger& id) { /* TODO FIXME */ - y2warning("Pkg::SourceProduct() is obsoleted!"); + y2error("Pkg::SourceProduct() is obsoleted, use Pkg::SourceProductData() instead!"); return YCPMap(); } diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-pkg-bindings-2.15.0/testsuite/Makefile.in new/yast2-pkg-bindings-2.15.1/testsuite/Makefile.in --- old/yast2-pkg-bindings-2.15.0/testsuite/Makefile.in 2006-11-29 10:09:53.000000000 +0100 +++ new/yast2-pkg-bindings-2.15.1/testsuite/Makefile.in 2006-12-08 09:53:31.000000000 +0100 @@ -137,6 +137,7 @@ XML_CATALOG = @XML_CATALOG@ XSLTPROC = @XSLTPROC@ XSLTPROC_FLAGS = @XSLTPROC_FLAGS@ +Y2DEVTOOLS_PREFIX = @Y2DEVTOOLS_PREFIX@ YDOXYGEN = @YDOXYGEN@ ZYPP_CFLAGS = @ZYPP_CFLAGS@ ZYPP_LIBS = @ZYPP_LIBS@ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-pkg-bindings-2.15.0/testsuite/devel/Makefile.in new/yast2-pkg-bindings-2.15.1/testsuite/devel/Makefile.in --- old/yast2-pkg-bindings-2.15.0/testsuite/devel/Makefile.in 2006-11-29 10:09:53.000000000 +0100 +++ new/yast2-pkg-bindings-2.15.1/testsuite/devel/Makefile.in 2006-12-08 09:53:31.000000000 +0100 @@ -142,6 +142,7 @@ XML_CATALOG = @XML_CATALOG@ XSLTPROC = @XSLTPROC@ XSLTPROC_FLAGS = @XSLTPROC_FLAGS@ +Y2DEVTOOLS_PREFIX = @Y2DEVTOOLS_PREFIX@ YDOXYGEN = @YDOXYGEN@ ZYPP_CFLAGS = @ZYPP_CFLAGS@ ZYPP_LIBS = @ZYPP_LIBS@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@suse.de