From 1ff52df732a3dba8d01768509e099c5220973cdfece3fd55d4a2b8471269e945 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 5 Sep 2007 21:17:50 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp?expand=0&rev=55 --- libzypp-3.22.1.patch | 4630 ++++++++++++++++++++++++++++++++++++++++++ libzypp.changes | 14 + libzypp.spec | 12 +- 3 files changed, 4655 insertions(+), 1 deletion(-) create mode 100644 libzypp-3.22.1.patch diff --git a/libzypp-3.22.1.patch b/libzypp-3.22.1.patch new file mode 100644 index 0000000..58f82e2 --- /dev/null +++ b/libzypp-3.22.1.patch @@ -0,0 +1,4630 @@ +diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/libzypp-3.22.1/devel/devel.ma/CMakeLists.txt new/libzypp-3.22.2/devel/devel.ma/CMakeLists.txt +--- old/libzypp-3.22.1/devel/devel.ma/CMakeLists.txt 2007-09-03 17:18:11.000000000 +0200 ++++ new/libzypp-3.22.2/devel/devel.ma/CMakeLists.txt 2007-09-05 14:56:52.000000000 +0200 +@@ -29,7 +29,7 @@ + + ## ############################################################ + +-FOREACH( loop_var ScanSource Iorder Xml Main) ++FOREACH( loop_var ScanSource Iorder Xml Main FakePool AOUT Parse Test Basic) + ADD_EXECUTABLE( ${loop_var} + ${loop_var}.cc + ) +@@ -39,15 +39,6 @@ + ENDFOREACH( loop_var ) + + +-FOREACH( loop_var AOUT Parse Test Basic) +- ADD_EXECUTABLE( ${loop_var} +- ${loop_var}.cc +- ) +- TARGET_LINK_LIBRARIES( ${loop_var} +- zypp +- ) +-ENDFOREACH( loop_var ) +- + FOREACH( loop_var MaTest ) + ADD_EXECUTABLE( ${loop_var} + ${loop_var}.cc +diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/libzypp-3.22.1/devel/devel.ma/FakePool.cc new/libzypp-3.22.2/devel/devel.ma/FakePool.cc +--- old/libzypp-3.22.1/devel/devel.ma/FakePool.cc 1970-01-01 01:00:00.000000000 +0100 ++++ new/libzypp-3.22.2/devel/devel.ma/FakePool.cc 2007-09-05 14:56:52.000000000 +0200 +@@ -0,0 +1,84 @@ ++#include "Tools.h" ++#include "Tools.h" ++ ++#include ++ ++#include ++#include ++#include ++#include ++#include ++#include ++#include "zypp/ResPoolProxy.h" ++ ++using namespace std; ++using namespace zypp; ++using namespace zypp::ui; ++ ++bool chst( Selectable::Ptr & sel, Status status ) ++{ ++ DBG << "+++ " << sel << endl; ++ Status ostatus( sel->status() ); ++ bool res = sel->set_status( status ); ++ (res?MIL:WAR) << ostatus << " -> " << status << " ==>(" << res << ") " << sel->status() << endl; ++ DBG << "--- " << sel << endl; ++ return res; ++} ++ ++/****************************************************************** ++** ++** FUNCTION NAME : main ++** FUNCTION TYPE : int ++*/ ++int main( int argc, char * argv[] ) ++{ ++ INT << "===[START]==========================================" << endl; ++ ++ const char *const lines[] = { ++ "@ package", ++ "@ installed", ++ "- foo 1 1 i686", ++ "@ available", ++ "- foo 2 1 i686", ++ "@ fin" ++ }; ++ ++ debug::addPool( lines, lines+(sizeof(lines)/sizeof(const char *const)) ); ++ ++ ResPool pool( getZYpp()->pool() ); ++ ResPoolProxy uipool( getZYpp()->poolProxy() ); ++ ++ USR << pool << endl; ++ USR << uipool << endl; ++ ++ //for_each( pool.begin(), pool.end(), Print() ); ++ ++ Selectable::Ptr sel( *uipool.byKindBegin() ); ++ ++/* enum Status ++ { ++ S_Protected, // Keep this unmodified ( have installedObj && S_Protected ) ++ S_Taboo, // Keep this unmodified ( have no installedObj && S_Taboo) ++ // requested by user: ++ S_Del, // delete installedObj ( clears S_Protected if set ) ++ S_Update, // install candidateObj ( have installedObj, clears S_Protected if set ) ++ S_Install, // install candidateObj ( have no installedObj, clears S_Taboo if set ) ++ // not requested by user: ++ S_AutoDel, // delete installedObj ++ S_AutoUpdate, // install candidateObj ( have installedObj ) ++ S_AutoInstall, // install candidateObj ( have no installedObj ) ++ // no modification: ++ S_KeepInstalled, // no modification ( have installedObj && !S_Protected, clears S_Protected if set ) ++ S_NoInst, // no modification ( have no installedObj && !S_Taboo, clears S_Taboo if set ) ++ }; ++*/ ++ MIL << sel << endl; ++ chst( sel, ui::S_Update ); ++ chst( sel, ui::S_Install ); ++ chst( sel, ui::S_Protected ); ++ chst( sel, ui::S_KeepInstalled ); ++ ++ INT << "===[END]============================================" << endl ++ << endl; ++ return 0; ++} +diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/libzypp-3.22.1/devel/genclass new/libzypp-3.22.2/devel/genclass +--- old/libzypp-3.22.1/devel/genclass 1970-01-01 01:00:00.000000000 +0100 ++++ new/libzypp-3.22.2/devel/genclass 2007-09-05 14:56:52.000000000 +0200 +@@ -0,0 +1,229 @@ ++#! /bin/bash ++ ++function usage() { ++ echo $@ >&2 ++ echo <&2 ++Usage: genclass [path/]stem ++EOF ++ exit 1 ++} ++ ++test -z "$1" && usage "Missing name!" ++ ++TOPSRCDIR=$( cd /local/jkupec/eclipse/trunk/libzypp && pwd ) ++test -z "$TOPSRCDIR" && { ++ echo "Dir does not exist '/local/jkupec/eclipse/trunk/libzypp'" >&2 ++ exit 1 ++} ++ ++OUTDIR=$(dirname $1) ++STEM=$(basename $1) ++STEMDIR=$( cd $OUTDIR && pwd ) ++test -z "$STEMDIR" && { ++ echo "Dir does not exist '$(dirname $1)'" >&2 ++ exit 1 ++} ++STEMDIR=${STEMDIR#$TOPSRCDIR/} ++ ++CLASS=$STEM ++CLASS_H=$STEMDIR/$STEM.h ++CLASS_CC=$STEMDIR/$STEM.cc ++ ++OUT_CLASS_H=$OUTDIR/$STEM.h ++OUT_CLASS_CC=$OUTDIR/$STEM.cc ++test -e $OUT_CLASS_H -o -e $OUT_CLASS_CC && { ++ test -e $OUT_CLASS_H && echo "File exists '$OUT_CLASS_H' using '$OUT_CLASS_H.new'" >&2 ++ test -e $OUT_CLASS_CC && echo "File exists '$OUT_CLASS_CC' using '$OUT_CLASS_CC.new'" >&2 ++ OUT_CLASS_H="$OUT_CLASS_H.new" ++ OUT_CLASS_CC="$OUT_CLASS_CC.new" ++} ++ ++INCLUDE_H=$CLASS_H ++INCLUDE_DEF=$(echo $INCLUDE_H | sed 's/[./]/_/g' | awk '{print toupper($0)}') ++NSLIST=$(echo $(dirname $INCLUDE_H) | awk '{l=tolower($0);gsub("/"," ",l);print l}') ++SNLIST= ++INDENT= ++for N in $NSLIST; do ++ SNLIST="$N $SNLIST" ++ INDENT="$INDENT " ++done ++ ++###################################################################### ++function intro() { ++###################################################################### ++ local FILE=$1 ++cat < ++ ++#include "zypp/base/PtrTypes.h" ++ ++$(nsopen) ++ ++${INDENT}/////////////////////////////////////////////////////////////////// ++${INDENT}// ++${INDENT}// CLASS NAME : ${CLASS} ++${INDENT}// ++${INDENT}/** */ ++${INDENT}class ${CLASS} ++${INDENT}{ ++${INDENT} friend std::ostream & operator<<( std::ostream & str, const ${CLASS} & obj ); ++ ++${INDENT}public: ++${INDENT} /** Implementation */ ++${INDENT} class Impl; ++ ++${INDENT}public: ++${INDENT} /** Default ctor */ ++${INDENT} ${CLASS}(); ++${INDENT} /** Dtor */ ++${INDENT} ~${CLASS}(); ++ ++${INDENT}public: ++ ++${INDENT}private: ++${INDENT} /** Pointer to implementation */ ++${INDENT} RWCOW_pointer _pimpl; ++${INDENT}}; ++${INDENT}/////////////////////////////////////////////////////////////////// ++ ++${INDENT}/** \relates ${CLASS} Stream output */ ++${INDENT}std::ostream & operator<<( std::ostream & str, const ${CLASS} & obj ); ++ ++$(nsclose) ++#endif // $INCLUDE_DEF ++EOF ++} ++ ++###################################################################### ++function genCC() { ++###################################################################### ++cat < ++//#include "zypp/base/Logger.h" ++ ++#include "${INCLUDE_H}" ++ ++using std::endl; ++ ++$(nsopen) ++ ++${INDENT}/////////////////////////////////////////////////////////////////// ++${INDENT}// ++${INDENT}// CLASS NAME : ${CLASS}::Impl ++${INDENT}// ++${INDENT}/** ${CLASS} implementation. */ ++${INDENT}struct ${CLASS}::Impl ++${INDENT}{ ++ ++${INDENT}public: ++${INDENT} /** Offer default Impl. */ ++${INDENT} static shared_ptr nullimpl() ++${INDENT} { ++${INDENT} static shared_ptr _nullimpl( new Impl ); ++${INDENT} return _nullimpl; ++${INDENT} } ++ ++${INDENT}private: ++${INDENT} friend Impl * rwcowClone( const Impl * rhs ); ++${INDENT} /** clone for RWCOW_pointer */ ++${INDENT} Impl * clone() const ++${INDENT} { return new Impl( *this ); } ++${INDENT}}; ++${INDENT}/////////////////////////////////////////////////////////////////// ++ ++${INDENT}/** \relates ${CLASS}::Impl Stream output */ ++${INDENT}inline std::ostream & operator<<( std::ostream & str, const ${CLASS}::Impl & obj ) ++${INDENT}{ ++${INDENT} return str << "${CLASS}::Impl"; ++${INDENT}} ++ ++${INDENT}/////////////////////////////////////////////////////////////////// ++${INDENT}// ++${INDENT}// CLASS NAME : ${CLASS} ++${INDENT}// ++${INDENT}/////////////////////////////////////////////////////////////////// ++ ++${INDENT}/////////////////////////////////////////////////////////////////// ++${INDENT}// ++${INDENT}// METHOD NAME : ${CLASS}::${CLASS} ++${INDENT}// METHOD TYPE : Ctor ++${INDENT}// ++${INDENT}${CLASS}::${CLASS}() ++${INDENT}: _pimpl( Impl::nullimpl() ) ++${INDENT}{} ++ ++${INDENT}/////////////////////////////////////////////////////////////////// ++${INDENT}// ++${INDENT}// METHOD NAME : ${CLASS}::~${CLASS} ++${INDENT}// METHOD TYPE : Dtor ++${INDENT}// ++${INDENT}${CLASS}::~${CLASS}() ++${INDENT}{} ++ ++${INDENT}/****************************************************************** ++${INDENT}** ++${INDENT}** FUNCTION NAME : operator<< ++${INDENT}** FUNCTION TYPE : std::ostream & ++${INDENT}*/ ++${INDENT}std::ostream & operator<<( std::ostream & str, const ${CLASS} & obj ) ++${INDENT}{ ++${INDENT} return str << *obj._pimpl; ++${INDENT}} ++ ++$(nsclose) ++EOF ++} ++ ++###################################################################### ++###################################################################### ++###################################################################### ++ ++genH >$OUT_CLASS_H ++genCC >$OUT_CLASS_CC +diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/libzypp-3.22.1/examples/Makefile new/libzypp-3.22.2/examples/Makefile +--- old/libzypp-3.22.1/examples/Makefile 1970-01-01 01:00:00.000000000 +0100 ++++ new/libzypp-3.22.2/examples/Makefile 2007-09-05 14:56:53.000000000 +0200 +@@ -0,0 +1,515 @@ ++# Makefile.in generated by automake 1.10 from Makefile.am. ++# examples/Makefile. Generated from Makefile.in by configure. ++ ++# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, ++# 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ++# This Makefile.in is free software; the Free Software Foundation ++# gives unlimited permission to copy and/or distribute it, ++# with or without modifications, as long as this notice is preserved. ++ ++# This program is distributed in the hope that it will be useful, ++# but WITHOUT ANY WARRANTY, to the extent permitted by law; without ++# even the implied warranty of MERCHANTABILITY or FITNESS FOR A ++# PARTICULAR PURPOSE. ++ ++ ++ ++ ++pkgdatadir = $(datadir)/zypp ++pkglibdir = $(libdir)/zypp ++pkgincludedir = $(includedir)/zypp ++am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd ++install_sh_DATA = $(install_sh) -c -m 644 ++install_sh_PROGRAM = $(install_sh) -c ++install_sh_SCRIPT = $(install_sh) -c ++INSTALL_HEADER = $(INSTALL_DATA) ++transform = $(program_transform_name) ++NORMAL_INSTALL = : ++PRE_INSTALL = : ++POST_INSTALL = : ++NORMAL_UNINSTALL = : ++PRE_UNINSTALL = : ++POST_UNINSTALL = : ++build_triplet = x86_64-suse-linux-gnu ++host_triplet = x86_64-suse-linux-gnu ++target_triplet = x86_64-suse-linux-gnu ++noinst_PROGRAMS = read_plaindir_source$(EXEEXT) ++subdir = examples ++DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in ++ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 ++am__aclocal_m4_deps = $(top_srcdir)/VERSION $(top_srcdir)/configure.ac ++am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ ++ $(ACLOCAL_M4) ++mkinstalldirs = $(install_sh) -d ++CONFIG_HEADER = $(top_builddir)/config.h ++CONFIG_CLEAN_FILES = ++PROGRAMS = $(noinst_PROGRAMS) ++am_read_plaindir_source_OBJECTS = read_plaindir_source.$(OBJEXT) ++read_plaindir_source_OBJECTS = $(am_read_plaindir_source_OBJECTS) ++read_plaindir_source_LDADD = $(LDADD) ++read_plaindir_source_DEPENDENCIES = ++read_plaindir_source_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ ++ $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ ++ $(CXXFLAGS) $(read_plaindir_source_LDFLAGS) $(LDFLAGS) -o $@ ++DEFAULT_INCLUDES = -I. -I$(top_builddir) ++depcomp = $(SHELL) $(top_srcdir)/depcomp ++am__depfiles_maybe = depfiles ++CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ ++ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) ++LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ ++ --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ ++ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) ++CXXLD = $(CXX) ++CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ ++ --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ ++ $(LDFLAGS) -o $@ ++SOURCES = $(read_plaindir_source_SOURCES) ++DIST_SOURCES = $(read_plaindir_source_SOURCES) ++ETAGS = etags ++CTAGS = ctags ++DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ++ACLOCAL = ${SHELL} /local/jkupec/eclipse/trunk/libzypp/missing --run aclocal-1.10 ++ALLOCA = ++AMTAR = ${SHELL} /local/jkupec/eclipse/trunk/libzypp/missing --run tar ++AR = ar ++AUTOCONF = ${SHELL} /local/jkupec/eclipse/trunk/libzypp/missing --run autoconf ++AUTOHEADER = ${SHELL} /local/jkupec/eclipse/trunk/libzypp/missing --run autoheader ++AUTOMAKE = ${SHELL} /local/jkupec/eclipse/trunk/libzypp/missing --run automake-1.10 ++AWK = gawk ++BUILD_INCLUDED_LIBINTL = no ++CATOBJEXT = .gmo ++CC = gcc ++CCDEPMODE = depmode=gcc3 ++CFLAGS = -g -O2 ++CFLAG_VISIBILITY = -fvisibility=hidden ++CPP = gcc -E ++CPPFLAGS = ++CURL_CFLAGS = ++CURL_LIBS = -lcurl -lidn -lssl -lcrypto -ldl -lz ++CXX = g++ ++CXXCPP = g++ -E ++CXXDEPMODE = depmode=gcc3 ++CXXFLAGS = -g -O3 -Wall -Wformat -Woverloaded-virtual -D_LARGE_FILES= ++CYGPATH_W = echo ++DATADIRNAME = share ++DEFS = -DHAVE_CONFIG_H ++DEPDIR = .deps ++DOCGEN = /usr/bin/doxygen ++ECHO = echo ++ECHO_C = ++ECHO_N = -n ++ECHO_T = ++EGREP = /usr/bin/grep -E ++EXEEXT = ++F77 = ++FFLAGS = ++GENCAT = gencat ++GLIBC2 = yes ++GLIBC21 = yes ++GMSGFMT = /usr/bin/msgfmt ++GMSGFMT_015 = /usr/bin/msgfmt ++GREP = /usr/bin/grep ++HAL_CFLAGS = -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/hal ++HAL_LDADD = ++HAL_LIBS = -lgobject-2.0 -ldbus-glib-1 -lglib-2.0 -lhal-storage -lhal -ldbus-1 ++HAVE_ASPRINTF = 1 ++HAVE_DOT = YES ++HAVE_POSIX_PRINTF = 1 ++HAVE_SNPRINTF = 1 ++HAVE_VISIBILITY = 1 ++HAVE_WPRINTF = 0 ++IDN_CFLAGS = ++IDN_LIBS = -lidn ++INSTALL = /usr/bin/install -c ++INSTALL_DATA = ${INSTALL} -m 644 ++INSTALL_PROGRAM = ${INSTALL} ++INSTALL_SCRIPT = ${INSTALL} ++INSTALL_STRIP_PROGRAM = $(install_sh) -c -s ++INSTOBJEXT = .mo ++INTLBISON = bison ++INTLLIBS = ++INTLOBJS = ++INTL_LIBTOOL_SUFFIX_PREFIX = ++INTL_MACOSX_LIBS = ++LDFLAGS = ++LFS_CFLAGS = -D_LARGE_FILES= ++LIBICONV = ++LIBINTL = ++LIBMULTITHREAD = -lpthread ++LIBOBJS = ++LIBPTH = ++LIBS = ++LIBTHREAD = ++LIBTOOL = $(SHELL) $(top_builddir)/libtool ++LIBZYPP_VERSION_INFO = -version-info 300:0:0 ++LN_S = ln -s ++LTLIBICONV = ++LTLIBINTL = ++LTLIBMULTITHREAD = -lpthread ++LTLIBOBJS = ++LTLIBPTH = ++LTLIBTHREAD = ++MAKEINFO = ${SHELL} /local/jkupec/eclipse/trunk/libzypp/missing --run makeinfo ++MKDIR_P = /bin/mkdir -p ++MSGFMT = /usr/bin/msgfmt ++MSGFMT_015 = /usr/bin/msgfmt ++MSGMERGE = /usr/bin/msgmerge ++MYRUNTEST = /usr/bin/runtest ++OBJEXT = o ++OPENSSL_CFLAGS = ++OPENSSL_LIBS = -lssl -lcrypto -ldl -lz ++PACKAGE = zypp ++PACKAGE_BUGREPORT = ++PACKAGE_NAME = zypp ++PACKAGE_STRING = zypp 3.0.0 ++PACKAGE_TARNAME = zypp ++PACKAGE_VERSION = 3.0.0 ++PATH_SEPARATOR = : ++PKG_CONFIG = /usr/bin/pkg-config ++POSUB = po ++PRI_MACROS_BROKEN = 0 ++RANLIB = ranlib ++SET_MAKE = ++SHELL = /bin/sh ++SQLITE_CFLAGS = ++SQLITE_LIBS = -lsqlitezmd3 ++STRIP = strip ++USE_INCLUDED_LIBINTL = no ++USE_NLS = yes ++VERSION = 3.0.0 ++WOE32DLL = no ++XGETTEXT = /usr/bin/xgettext ++XGETTEXT_015 = /usr/bin/xgettext ++ZYPP_CFLAGS = -D_LARGE_FILES= ++ZYPP_FEATURES = LFS ++abs_builddir = /local/jkupec/eclipse/trunk/libzypp/examples ++abs_srcdir = /local/jkupec/eclipse/trunk/libzypp/examples ++abs_top_builddir = /local/jkupec/eclipse/trunk/libzypp ++abs_top_srcdir = /local/jkupec/eclipse/trunk/libzypp ++ac_ct_CC = gcc ++ac_ct_CXX = g++ ++ac_ct_F77 = ++am__include = include ++am__leading_dot = . ++am__quote = ++am__tar = tar --format=ustar -chf - "$$tardir" ++am__untar = tar -xf - ++bindir = ${exec_prefix}/bin ++build = x86_64-suse-linux-gnu ++build_alias = ++build_cpu = x86_64 ++build_os = linux-gnu ++build_vendor = suse ++builddir = . ++datadir = ${datarootdir} ++datarootdir = ${prefix}/share ++docdir = ${datadir}/doc/packages ++dvidir = ${docdir} ++exec_prefix = ${prefix} ++host = x86_64-suse-linux-gnu ++host_alias = ++host_cpu = x86_64 ++host_os = linux-gnu ++host_vendor = suse ++htmldir = ${docdir} ++includedir = ${prefix}/include ++infodir = ${datarootdir}/info ++install_sh = $(SHELL) /local/jkupec/eclipse/trunk/libzypp/install-sh ++libdir = /local/jkupec/usr/lib64 ++libexecdir = ${exec_prefix}/libexec ++localedir = /local/jkupec/usr/share/locale ++localstatedir = ${prefix}/var ++mandir = ${datarootdir}/man ++mkdir_p = /bin/mkdir -p ++oldincludedir = /usr/include ++pdfdir = ${docdir} ++pkgdocdir = ${docdir}/zypp ++prefix = /local/jkupec/usr ++program_transform_name = s,x,x, ++psdir = ${docdir} ++sbindir = ${exec_prefix}/sbin ++sharedstatedir = ${prefix}/com ++srcdir = . ++sysconfdir = ${prefix}/etc ++target = x86_64-suse-linux-gnu ++target_alias = ++target_cpu = x86_64 ++target_os = linux-gnu ++target_vendor = suse ++top_builddir = .. ++top_srcdir = .. ++xmlstoreschemadir = /local/jkupec/usr/share/zypp/schema/xmlstore ++yumschemadir = /local/jkupec/usr/share/zypp/schema/yum ++zyppdir = /local/jkupec/usr/share/zypp ++INCLUDES = -I$(oldincludedir)/libxml2 ++AM_LDFLAGS = ++AM_CXXFLAGS = ++# gperf: -pg ++LDADD = -L$(top_srcdir)/zypp/.libs -lzypp -lboost_regex -lxml2 -lz ++read_plaindir_source_SOURCES = read_plaindir_source.cc ++read_plaindir_source_LDFLAGS = -static ++all: all-am ++ ++.SUFFIXES: ++.SUFFIXES: .cc .lo .o .obj ++$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) ++ @for dep in $?; do \ ++ case '$(am__configure_deps)' in \ ++ *$$dep*) \ ++ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ ++ && exit 0; \ ++ exit 1;; \ ++ esac; \ ++ done; \ ++ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Makefile'; \ ++ cd $(top_srcdir) && \ ++ $(AUTOMAKE) --foreign examples/Makefile ++.PRECIOUS: Makefile ++Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status ++ @case '$?' in \ ++ *config.status*) \ ++ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ ++ *) \ ++ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ ++ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ ++ esac; ++ ++$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) ++ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ++ ++$(top_srcdir)/configure: $(am__configure_deps) ++ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ++$(ACLOCAL_M4): $(am__aclocal_m4_deps) ++ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ++ ++clean-noinstPROGRAMS: ++ @list='$(noinst_PROGRAMS)'; for p in $$list; do \ ++ f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ ++ echo " rm -f $$p $$f"; \ ++ rm -f $$p $$f ; \ ++ done ++read_plaindir_source$(EXEEXT): $(read_plaindir_source_OBJECTS) $(read_plaindir_source_DEPENDENCIES) ++ @rm -f read_plaindir_source$(EXEEXT) ++ $(read_plaindir_source_LINK) $(read_plaindir_source_OBJECTS) $(read_plaindir_source_LDADD) $(LIBS) ++ ++mostlyclean-compile: ++ -rm -f *.$(OBJEXT) ++ ++distclean-compile: ++ -rm -f *.tab.c ++ ++include ./$(DEPDIR)/read_plaindir_source.Po ++ ++.cc.o: ++ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< ++ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ++# source='$<' object='$@' libtool=no \ ++# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ ++# $(CXXCOMPILE) -c -o $@ $< ++ ++.cc.obj: ++ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` ++ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po ++# source='$<' object='$@' libtool=no \ ++# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ ++# $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` ++ ++.cc.lo: ++ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< ++ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo ++# source='$<' object='$@' libtool=yes \ ++# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ ++# $(LTCXXCOMPILE) -c -o $@ $< ++ ++mostlyclean-libtool: ++ -rm -f *.lo ++ ++clean-libtool: ++ -rm -rf .libs _libs ++ ++ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) ++ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ ++ unique=`for i in $$list; do \ ++ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ ++ done | \ ++ $(AWK) ' { files[$$0] = 1; } \ ++ END { for (i in files) print i; }'`; \ ++ mkid -fID $$unique ++tags: TAGS ++ ++TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ ++ $(TAGS_FILES) $(LISP) ++ tags=; \ ++ here=`pwd`; \ ++ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ ++ unique=`for i in $$list; do \ ++ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ ++ done | \ ++ $(AWK) ' { files[$$0] = 1; } \ ++ END { for (i in files) print i; }'`; \ ++ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ ++ test -n "$$unique" || unique=$$empty_fix; \ ++ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ ++ $$tags $$unique; \ ++ fi ++ctags: CTAGS ++CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ ++ $(TAGS_FILES) $(LISP) ++ tags=; \ ++ here=`pwd`; \ ++ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ ++ unique=`for i in $$list; do \ ++ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ ++ done | \ ++ $(AWK) ' { files[$$0] = 1; } \ ++ END { for (i in files) print i; }'`; \ ++ test -z "$(CTAGS_ARGS)$$tags$$unique" \ ++ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ ++ $$tags $$unique ++ ++GTAGS: ++ here=`$(am__cd) $(top_builddir) && pwd` \ ++ && cd $(top_srcdir) \ ++ && gtags -i $(GTAGS_ARGS) $$here ++ ++distclean-tags: ++ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags ++ ++distdir: $(DISTFILES) ++ @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ ++ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ ++ list='$(DISTFILES)'; \ ++ dist_files=`for file in $$list; do echo $$file; done | \ ++ sed -e "s|^$$srcdirstrip/||;t" \ ++ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ ++ case $$dist_files in \ ++ */*) $(MKDIR_P) `echo "$$dist_files" | \ ++ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ ++ sort -u` ;; \ ++ esac; \ ++ for file in $$dist_files; do \ ++ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ ++ if test -d $$d/$$file; then \ ++ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ ++ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ ++ cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ ++ fi; \ ++ cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ ++ else \ ++ test -f $(distdir)/$$file \ ++ || cp -p $$d/$$file $(distdir)/$$file \ ++ || exit 1; \ ++ fi; \ ++ done ++check-am: all-am ++check: check-am ++all-am: Makefile $(PROGRAMS) ++installdirs: ++install: install-am ++install-exec: install-exec-am ++install-data: install-data-am ++uninstall: uninstall-am ++ ++install-am: all-am ++ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am ++ ++installcheck: installcheck-am ++install-strip: ++ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ ++ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ ++ `test -z '$(STRIP)' || \ ++ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install ++mostlyclean-generic: ++ ++clean-generic: ++ ++distclean-generic: ++ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) ++ ++maintainer-clean-generic: ++ @echo "This command is intended for maintainers to use" ++ @echo "it deletes files that may require special tools to rebuild." ++clean: clean-am ++ ++clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \ ++ mostlyclean-am ++ ++distclean: distclean-am ++ -rm -rf ./$(DEPDIR) ++ -rm -f Makefile ++distclean-am: clean-am distclean-compile distclean-generic \ ++ distclean-tags ++ ++dvi: dvi-am ++ ++dvi-am: ++ ++html: html-am ++ ++info: info-am ++ ++info-am: ++ ++install-data-am: ++ ++install-dvi: install-dvi-am ++ ++install-exec-am: ++ ++install-html: install-html-am ++ ++install-info: install-info-am ++ ++install-man: ++ ++install-pdf: install-pdf-am ++ ++install-ps: install-ps-am ++ ++installcheck-am: ++ ++maintainer-clean: maintainer-clean-am ++ -rm -rf ./$(DEPDIR) ++ -rm -f Makefile ++maintainer-clean-am: distclean-am maintainer-clean-generic ++ ++mostlyclean: mostlyclean-am ++ ++mostlyclean-am: mostlyclean-compile mostlyclean-generic \ ++ mostlyclean-libtool ++ ++pdf: pdf-am ++ ++pdf-am: ++ ++ps: ps-am ++ ++ps-am: ++ ++uninstall-am: ++ ++.MAKE: install-am install-strip ++ ++.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ ++ clean-libtool clean-noinstPROGRAMS ctags distclean \ ++ distclean-compile distclean-generic distclean-libtool \ ++ distclean-tags distdir dvi dvi-am html html-am info info-am \ ++ install install-am install-data install-data-am install-dvi \ ++ install-dvi-am install-exec install-exec-am install-html \ ++ install-html-am install-info install-info-am install-man \ ++ install-pdf install-pdf-am install-ps install-ps-am \ ++ install-strip installcheck installcheck-am installdirs \ ++ maintainer-clean maintainer-clean-generic mostlyclean \ ++ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ ++ pdf pdf-am ps ps-am tags uninstall uninstall-am ++ ++ ++.PHONY: always ++ ++$(noinst_PROGRAMS): $(top_srcdir)/zypp/libzypp.la ++ ++$(top_srcdir)/zypp/libzypp.la: always ++ $(MAKE) -C $(top_srcdir)/zypp ++# Tell versions [3.59,3.63) of GNU make to not export all variables. ++# Otherwise a system limit (for SysV at least) may be exceeded. ++.NOEXPORT: +diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/libzypp-3.22.1/libzypp.spec.cmake new/libzypp-3.22.2/libzypp.spec.cmake +--- old/libzypp-3.22.1/libzypp.spec.cmake 2007-09-03 17:18:11.000000000 +0200 ++++ new/libzypp-3.22.2/libzypp.spec.cmake 2007-09-05 14:56:53.000000000 +0200 +@@ -1,7 +1,7 @@ + # + # spec file for package libzypp + # +-# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. ++# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. + # This file and all modifications and additions to the pristine + # package are under the same license as the package itself. + # +@@ -11,7 +11,7 @@ + # norootforbuild + + Name: @PACKAGE@ +-License: GPL ++License: GPL v2 or later + Group: System/Packages + BuildRoot: %{_tmppath}/%{name}-%{version}-build + Autoreqprov: on +@@ -75,12 +75,12 @@ + cd build + cmake -DCMAKE_INSTALL_PREFIX=%{prefix} \ + -DLIB=%{_lib} \ +- -DCMAKE_C_FLAGS="%{optflags}" \ +- -DCMAKE_CXX_FLAGS="%{optflags}" \ ++ -DCMAKE_C_FLAGS_RELEASE:STRING="%{optflags}" \ ++ -DCMAKE_CXX_FLAGS_RELEASE:STRING="%{optflags}" \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_SKIP_RPATH=1 \ + .. +-make %{?jobs:-j %jobs} ++make %{?jobs:-j %jobs} VERBOSE=1 + make -C doc/autodoc %{?jobs:-j %jobs} + make -C po %{?jobs:-j %jobs} translations + +diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/libzypp-3.22.1/package/libzypp.changes new/libzypp-3.22.2/package/libzypp.changes +--- old/libzypp-3.22.1/package/libzypp.changes 2007-09-03 17:18:12.000000000 +0200 ++++ new/libzypp-3.22.2/package/libzypp.changes 2007-09-05 14:56:53.000000000 +0200 +@@ -1,4 +1,24 @@ + ------------------------------------------------------------------- ++Wed Sep 5 14:33:02 CEST 2007 - jkupec@suse.cz ++ ++- fixed the order of operands of susetags local metadata status ++ computation which caused the YaST repositories to always get ++ refreshed (part of bug #304310) ++- revision 7107 ++- version 3.22.2 ++ ++------------------------------------------------------------------- ++Tue Sep 4 12:09:10 CEST 2007 - schubi@suse.de ++ ++- comparing vendor with VendorAttr::equivalent ++- revision 7103 ++ ++------------------------------------------------------------------- ++Mon Sep 3 18:43:51 CEST 2007 - schwab@suse.de ++ ++- Use $RPM_OPT_FLAGS. ++ ++------------------------------------------------------------------- + Mon Sep 3 17:14:02 CEST 2007 - ma@suse.de + + - Reset transact bits when switching status from +diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/libzypp-3.22.1/po/POTFILES new/libzypp-3.22.2/po/POTFILES +--- old/libzypp-3.22.1/po/POTFILES 1970-01-01 01:00:00.000000000 +0100 ++++ new/libzypp-3.22.2/po/POTFILES 2007-09-05 14:56:52.000000000 +0200 +@@ -0,0 +1,29 @@ ++ .././zypp/CountryCode.cc \ ++ .././zypp/LanguageCode.cc \ ++ .././zypp/SourceManager.cc \ ++ .././zypp/SourceManager.h \ ++ .././zypp/ZYppFactory.cc \ ++ .././zypp/base/Exception.cc \ ++ .././zypp/media/Mount.cc \ ++ .././zypp/solver/detail/ProblemSolutionIgnore.cc \ ++ .././zypp/solver/detail/ProblemSolutionInstall.cc \ ++ .././zypp/solver/detail/ProblemSolutionKeep.cc \ ++ .././zypp/solver/detail/ProblemSolutionUninstall.cc \ ++ .././zypp/solver/detail/ProblemSolutionUnlock.cc \ ++ .././zypp/solver/detail/QueueItemRequire.cc \ ++ .././zypp/solver/detail/ResolverInfo.cc \ ++ .././zypp/solver/detail/ResolverInfoChildOf.cc \ ++ .././zypp/solver/detail/ResolverInfoConflictsWith.cc \ ++ .././zypp/solver/detail/ResolverInfoDependsOn.cc \ ++ .././zypp/solver/detail/ResolverInfoMisc.cc \ ++ .././zypp/solver/detail/ResolverInfoMissingReq.cc \ ++ .././zypp/solver/detail/ResolverInfoNeededBy.cc \ ++ .././zypp/solver/detail/ResolverInfoObsoletes.cc \ ++ .././zypp/solver/detail/Resolver_problems.cc \ ++ .././zypp/source/SourceImpl.cc \ ++ .././zypp/source/susetags/SuseTagsImpl.cc \ ++ .././zypp/source/yum/YUMScriptImpl.cc \ ++ .././zypp/source/yum/YUMSourceImpl.cc \ ++ .././zypp/target/TargetImpl.cc \ ++ .././zypp/target/rpm/RpmDb.cc \ ++ .././zypp/target/store/XMLFilesBackend.cc +diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/libzypp-3.22.1/po/zypp.pot new/libzypp-3.22.2/po/zypp.pot +--- old/libzypp-3.22.1/po/zypp.pot 1970-01-01 01:00:00.000000000 +0100 ++++ new/libzypp-3.22.2/po/zypp.pot 2007-09-05 14:56:52.000000000 +0200 +@@ -0,0 +1,3566 @@ ++# SOME DESCRIPTIVE TITLE. ++# Copyright (C) YEAR SuSE Linux Products GmbH, Nuernberg ++# This file is distributed under the same license as the PACKAGE package. ++# FIRST AUTHOR , YEAR. ++# ++#, fuzzy ++msgid "" ++msgstr "" ++"Project-Id-Version: PACKAGE VERSION\n" ++"Report-Msgid-Bugs-To: translation@suse.de\n" ++"POT-Creation-Date: 2007-02-21 13:10+0100\n" ++"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" ++"Last-Translator: FULL NAME \n" ++"Language-Team: LANGUAGE \n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=CHARSET\n" ++"Content-Transfer-Encoding: 8bit\n" ++ ++#: zypp/CountryCode.cc:135 ++msgid "Unknown country: " ++msgstr "" ++ ++#: zypp/CountryCode.cc:215 zypp/LanguageCode.cc:225 ++msgid "No Code" ++msgstr "" ++ ++#: zypp/CountryCode.cc:217 ++msgid "Andorra" ++msgstr "" ++ ++#: zypp/CountryCode.cc:218 ++msgid "United Arab Emirates" ++msgstr "" ++ ++#: zypp/CountryCode.cc:219 ++msgid "Afghanistan" ++msgstr "" ++ ++#: zypp/CountryCode.cc:220 ++msgid "Antigua and Barbuda" ++msgstr "" ++ ++#: zypp/CountryCode.cc:221 ++msgid "Anguilla" ++msgstr "" ++ ++#: zypp/CountryCode.cc:222 ++msgid "Albania" ++msgstr "" ++ ++#: zypp/CountryCode.cc:223 ++msgid "Armenia" ++msgstr "" ++ ++#: zypp/CountryCode.cc:224 ++msgid "Netherlands Antilles" ++msgstr "" ++ ++#: zypp/CountryCode.cc:225 ++msgid "Angola" ++msgstr "" ++ ++#: zypp/CountryCode.cc:226 ++msgid "Antarctica" ++msgstr "" ++ ++#: zypp/CountryCode.cc:227 ++msgid "Argentina" ++msgstr "" ++ ++#: zypp/CountryCode.cc:228 ++msgid "American Samoa" ++msgstr "" ++ ++#: zypp/CountryCode.cc:229 ++msgid "Austria" ++msgstr "" ++ ++#: zypp/CountryCode.cc:230 ++msgid "Australia" ++msgstr "" ++ ++#: zypp/CountryCode.cc:231 ++msgid "Aruba" ++msgstr "" ++ ++#: zypp/CountryCode.cc:232 ++msgid "Aland Islands" ++msgstr "" ++ ++#: zypp/CountryCode.cc:233 ++msgid "Azerbaijan" ++msgstr "" ++ ++#: zypp/CountryCode.cc:234 ++msgid "Bosnia and Herzegovina" ++msgstr "" ++ ++#: zypp/CountryCode.cc:235 ++msgid "Barbados" ++msgstr "" ++ ++#: zypp/CountryCode.cc:236 ++msgid "Bangladesh" ++msgstr "" ++ ++#: zypp/CountryCode.cc:237 ++msgid "Belgium" ++msgstr "" ++ ++#: zypp/CountryCode.cc:238 ++msgid "Burkina Faso" ++msgstr "" ++ ++#: zypp/CountryCode.cc:239 ++msgid "Bulgaria" ++msgstr "" ++ ++#: zypp/CountryCode.cc:240 ++msgid "Bahrain" ++msgstr "" ++ ++#: zypp/CountryCode.cc:241 ++msgid "Burundi" ++msgstr "" ++ ++#: zypp/CountryCode.cc:242 ++msgid "Benin" ++msgstr "" ++ ++#: zypp/CountryCode.cc:243 ++msgid "Bermuda" ++msgstr "" ++ ++#: zypp/CountryCode.cc:244 ++msgid "Brunei Darussalam" ++msgstr "" ++ ++#: zypp/CountryCode.cc:245 ++msgid "Bolivia" ++msgstr "" ++ ++#: zypp/CountryCode.cc:246 ++msgid "Brazil" ++msgstr "" ++ ++#: zypp/CountryCode.cc:247 ++msgid "Bahamas" ++msgstr "" ++ ++#: zypp/CountryCode.cc:248 ++msgid "Bhutan" ++msgstr "" ++ ++#: zypp/CountryCode.cc:249 ++msgid "Bouvet Island" ++msgstr "" ++ ++#: zypp/CountryCode.cc:250 ++msgid "Botswana" ++msgstr "" ++ ++#: zypp/CountryCode.cc:251 ++msgid "Belarus" ++msgstr "" ++ ++#: zypp/CountryCode.cc:252 ++msgid "Belize" ++msgstr "" ++ ++#: zypp/CountryCode.cc:253 ++msgid "Canada" ++msgstr "" ++ ++#: zypp/CountryCode.cc:254 ++msgid "Cocos (Keeling) Islands" ++msgstr "" ++ ++#: zypp/CountryCode.cc:255 zypp/CountryCode.cc:257 ++msgid "Congo" ++msgstr "" ++ ++#: zypp/CountryCode.cc:256 ++msgid "Central African Republic" ++msgstr "" ++ ++#: zypp/CountryCode.cc:258 ++msgid "Switzerland" ++msgstr "" ++ ++#: zypp/CountryCode.cc:259 ++msgid "Cote D'Ivoire" ++msgstr "" ++ ++#: zypp/CountryCode.cc:260 ++msgid "Cook Islands" ++msgstr "" ++ ++#: zypp/CountryCode.cc:261 ++msgid "Chile" ++msgstr "" ++ ++#: zypp/CountryCode.cc:262 ++msgid "Cameroon" ++msgstr "" ++ ++#: zypp/CountryCode.cc:263 ++msgid "China" ++msgstr "" ++ ++#: zypp/CountryCode.cc:264 ++msgid "Colombia" ++msgstr "" ++ ++#: zypp/CountryCode.cc:265 ++msgid "Costa Rica" ++msgstr "" ++ ++#: zypp/CountryCode.cc:266 ++msgid "Serbia and Montenegro" ++msgstr "" ++ ++#: zypp/CountryCode.cc:267 ++msgid "Cuba" ++msgstr "" ++ ++#: zypp/CountryCode.cc:268 ++msgid "Cape Verde" ++msgstr "" ++ ++#: zypp/CountryCode.cc:269 ++msgid "Christmas Island" ++msgstr "" ++ ++#: zypp/CountryCode.cc:270 ++msgid "Cyprus" ++msgstr "" ++ ++#: zypp/CountryCode.cc:271 ++msgid "Czech Republic" ++msgstr "" ++ ++#: zypp/CountryCode.cc:272 ++msgid "Germany" ++msgstr "" ++ ++#: zypp/CountryCode.cc:273 ++msgid "Djibouti" ++msgstr "" ++ ++#: zypp/CountryCode.cc:274 ++msgid "Denmark" ++msgstr "" ++ ++#: zypp/CountryCode.cc:275 ++msgid "Dominica" ++msgstr "" ++ ++#: zypp/CountryCode.cc:276 ++msgid "Dominican Republic" ++msgstr "" ++ ++#: zypp/CountryCode.cc:277 ++msgid "Algeria" ++msgstr "" ++ ++#: zypp/CountryCode.cc:278 ++msgid "Ecuador" ++msgstr "" ++ ++#: zypp/CountryCode.cc:279 ++msgid "Estonia" ++msgstr "" ++ ++#: zypp/CountryCode.cc:280 ++msgid "Egypt" ++msgstr "" ++ ++#: zypp/CountryCode.cc:281 ++msgid "Western Sahara" ++msgstr "" ++ ++#: zypp/CountryCode.cc:282 ++msgid "Eritrea" ++msgstr "" ++ ++#: zypp/CountryCode.cc:283 ++msgid "Spain" ++msgstr "" ++ ++#: zypp/CountryCode.cc:284 ++msgid "Ethiopia" ++msgstr "" ++ ++#: zypp/CountryCode.cc:285 ++msgid "Finland" ++msgstr "" ++ ++#: zypp/CountryCode.cc:286 ++msgid "Fiji" ++msgstr "" ++ ++#: zypp/CountryCode.cc:287 ++msgid "Falkland Islands (Malvinas)" ++msgstr "" ++ ++#: zypp/CountryCode.cc:288 ++msgid "Federated States of Micronesia" ++msgstr "" ++ ++#: zypp/CountryCode.cc:289 ++msgid "Faroe Islands" ++msgstr "" ++ ++#: zypp/CountryCode.cc:290 ++msgid "France" ++msgstr "" ++ ++#: zypp/CountryCode.cc:291 ++msgid "Metropolitan France" ++msgstr "" ++ ++#: zypp/CountryCode.cc:292 ++msgid "Gabon" ++msgstr "" ++ ++#: zypp/CountryCode.cc:293 ++msgid "United Kingdom" ++msgstr "" ++ ++#: zypp/CountryCode.cc:294 ++msgid "Grenada" ++msgstr "" ++ ++#: zypp/CountryCode.cc:295 ++msgid "Georgia" ++msgstr "" ++ ++#: zypp/CountryCode.cc:296 ++msgid "French Guiana" ++msgstr "" ++ ++#: zypp/CountryCode.cc:297 ++msgid "Ghana" ++msgstr "" ++ ++#: zypp/CountryCode.cc:298 ++msgid "Gibraltar" ++msgstr "" ++ ++#: zypp/CountryCode.cc:299 ++msgid "Greenland" ++msgstr "" ++ ++#: zypp/CountryCode.cc:300 ++msgid "Gambia" ++msgstr "" ++ ++#: zypp/CountryCode.cc:301 ++msgid "Guinea" ++msgstr "" ++ ++#: zypp/CountryCode.cc:302 ++msgid "Guadeloupe" ++msgstr "" ++ ++#: zypp/CountryCode.cc:303 ++msgid "Equatorial Guinea" ++msgstr "" ++ ++#: zypp/CountryCode.cc:304 ++msgid "Greece" ++msgstr "" ++ ++#: zypp/CountryCode.cc:305 ++msgid "South Georgia and the South Sandwich Islands" ++msgstr "" ++ ++#: zypp/CountryCode.cc:306 ++msgid "Guatemala" ++msgstr "" ++ ++#: zypp/CountryCode.cc:307 ++msgid "Guam" ++msgstr "" ++ ++#: zypp/CountryCode.cc:308 ++msgid "Guinea-Bissau" ++msgstr "" ++ ++#: zypp/CountryCode.cc:309 ++msgid "Guyana" ++msgstr "" ++ ++#: zypp/CountryCode.cc:310 ++msgid "Hong Kong" ++msgstr "" ++ ++#: zypp/CountryCode.cc:311 ++msgid "Heard Island and McDonald Islands" ++msgstr "" ++ ++#: zypp/CountryCode.cc:312 ++msgid "Honduras" ++msgstr "" ++ ++#: zypp/CountryCode.cc:313 ++msgid "Croatia" ++msgstr "" ++ ++#: zypp/CountryCode.cc:314 ++msgid "Haiti" ++msgstr "" ++ ++#: zypp/CountryCode.cc:315 ++msgid "Hungary" ++msgstr "" ++ ++#: zypp/CountryCode.cc:316 ++msgid "Indonesia" ++msgstr "" ++ ++#: zypp/CountryCode.cc:317 ++msgid "Ireland" ++msgstr "" ++ ++#: zypp/CountryCode.cc:318 ++msgid "Israel" ++msgstr "" ++ ++#: zypp/CountryCode.cc:319 ++msgid "India" ++msgstr "" ++ ++#: zypp/CountryCode.cc:320 ++msgid "British Indian Ocean Territory" ++msgstr "" ++ ++#: zypp/CountryCode.cc:321 ++msgid "Iraq" ++msgstr "" ++ ++#: zypp/CountryCode.cc:322 ++msgid "Iran" ++msgstr "" ++ ++#: zypp/CountryCode.cc:323 ++msgid "Iceland" ++msgstr "" ++ ++#: zypp/CountryCode.cc:324 ++msgid "Italy" ++msgstr "" ++ ++#: zypp/CountryCode.cc:325 ++msgid "Jamaica" ++msgstr "" ++ ++#: zypp/CountryCode.cc:326 ++msgid "Jordan" ++msgstr "" ++ ++#: zypp/CountryCode.cc:327 ++msgid "Japan" ++msgstr "" ++ ++#: zypp/CountryCode.cc:328 ++msgid "Kenya" ++msgstr "" ++ ++#: zypp/CountryCode.cc:329 ++msgid "Kyrgyzstan" ++msgstr "" ++ ++#: zypp/CountryCode.cc:330 ++msgid "Cambodia" ++msgstr "" ++ ++#: zypp/CountryCode.cc:331 ++msgid "Kiribati" ++msgstr "" ++ ++#: zypp/CountryCode.cc:332 ++msgid "Comoros" ++msgstr "" ++ ++#: zypp/CountryCode.cc:333 ++msgid "Saint Kitts and Nevis" ++msgstr "" ++ ++#: zypp/CountryCode.cc:334 ++msgid "North Korea" ++msgstr "" ++ ++#: zypp/CountryCode.cc:335 ++msgid "South Korea" ++msgstr "" ++ ++#: zypp/CountryCode.cc:336 ++msgid "Kuwait" ++msgstr "" ++ ++#: zypp/CountryCode.cc:337 ++msgid "Cayman Islands" ++msgstr "" ++ ++#: zypp/CountryCode.cc:338 ++msgid "Kazakhstan" ++msgstr "" ++ ++#: zypp/CountryCode.cc:339 ++msgid "Lao People's Democratic Republic" ++msgstr "" ++ ++#: zypp/CountryCode.cc:340 ++msgid "Lebanon" ++msgstr "" ++ ++#: zypp/CountryCode.cc:341 ++msgid "Saint Lucia" ++msgstr "" ++ ++#: zypp/CountryCode.cc:342 ++msgid "Liechtenstein" ++msgstr "" ++ ++#: zypp/CountryCode.cc:343 ++msgid "Sri Lanka" ++msgstr "" ++ ++#: zypp/CountryCode.cc:344 ++msgid "Liberia" ++msgstr "" ++ ++#: zypp/CountryCode.cc:345 ++msgid "Lesotho" ++msgstr "" ++ ++#: zypp/CountryCode.cc:346 ++msgid "Lithuania" ++msgstr "" ++ ++#: zypp/CountryCode.cc:347 ++msgid "Luxembourg" ++msgstr "" ++ ++#: zypp/CountryCode.cc:348 ++msgid "Latvia" ++msgstr "" ++ ++#: zypp/CountryCode.cc:349 ++msgid "Libya" ++msgstr "" ++ ++#: zypp/CountryCode.cc:350 ++msgid "Morocco" ++msgstr "" ++ ++#: zypp/CountryCode.cc:351 ++msgid "Monaco" ++msgstr "" ++ ++#: zypp/CountryCode.cc:352 ++msgid "Moldova" ++msgstr "" ++ ++#: zypp/CountryCode.cc:353 ++msgid "Madagascar" ++msgstr "" ++ ++#: zypp/CountryCode.cc:354 ++msgid "Marshall Islands" ++msgstr "" ++ ++#: zypp/CountryCode.cc:355 ++msgid "Macedonia" ++msgstr "" ++ ++#: zypp/CountryCode.cc:356 ++msgid "Mali" ++msgstr "" ++ ++#: zypp/CountryCode.cc:357 ++msgid "Myanmar" ++msgstr "" ++ ++#: zypp/CountryCode.cc:358 ++msgid "Mongolia" ++msgstr "" ++ ++#: zypp/CountryCode.cc:359 ++msgid "Macao" ++msgstr "" ++ ++#: zypp/CountryCode.cc:360 ++msgid "Northern Mariana Islands" ++msgstr "" ++ ++#: zypp/CountryCode.cc:361 ++msgid "Martinique" ++msgstr "" ++ ++#: zypp/CountryCode.cc:362 ++msgid "Mauritania" ++msgstr "" ++ ++#: zypp/CountryCode.cc:363 ++msgid "Montserrat" ++msgstr "" ++ ++#: zypp/CountryCode.cc:364 ++msgid "Malta" ++msgstr "" ++ ++#: zypp/CountryCode.cc:365 ++msgid "Mauritius" ++msgstr "" ++ ++#: zypp/CountryCode.cc:366 ++msgid "Maldives" ++msgstr "" ++ ++#: zypp/CountryCode.cc:367 ++msgid "Malawi" ++msgstr "" ++ ++#: zypp/CountryCode.cc:368 ++msgid "Mexico" ++msgstr "" ++ ++#: zypp/CountryCode.cc:369 ++msgid "Malaysia" ++msgstr "" ++ ++#: zypp/CountryCode.cc:370 ++msgid "Mozambique" ++msgstr "" ++ ++#: zypp/CountryCode.cc:371 ++msgid "Namibia" ++msgstr "" ++ ++#: zypp/CountryCode.cc:372 ++msgid "New Caledonia" ++msgstr "" ++ ++#: zypp/CountryCode.cc:373 ++msgid "Niger" ++msgstr "" ++ ++#: zypp/CountryCode.cc:374 ++msgid "Norfolk Island" ++msgstr "" ++ ++#: zypp/CountryCode.cc:375 ++msgid "Nigeria" ++msgstr "" ++ ++#: zypp/CountryCode.cc:376 ++msgid "Nicaragua" ++msgstr "" ++ ++#: zypp/CountryCode.cc:377 ++msgid "Netherlands" ++msgstr "" ++ ++#: zypp/CountryCode.cc:378 ++msgid "Norway" ++msgstr "" ++ ++#: zypp/CountryCode.cc:379 ++msgid "Nepal" ++msgstr "" ++ ++#: zypp/CountryCode.cc:380 zypp/LanguageCode.cc:858 ++msgid "Nauru" ++msgstr "" ++ ++#: zypp/CountryCode.cc:381 ++msgid "Niue" ++msgstr "" ++ ++#: zypp/CountryCode.cc:382 ++msgid "New Zealand" ++msgstr "" ++ ++#: zypp/CountryCode.cc:383 ++msgid "Oman" ++msgstr "" ++ ++#: zypp/CountryCode.cc:384 ++msgid "Panama" ++msgstr "" ++ ++#: zypp/CountryCode.cc:385 ++msgid "Peru" ++msgstr "" ++ ++#: zypp/CountryCode.cc:386 ++msgid "French Polynesia" ++msgstr "" ++ ++#: zypp/CountryCode.cc:387 ++msgid "Papua New Guinea" ++msgstr "" ++ ++#: zypp/CountryCode.cc:388 ++msgid "Philippines" ++msgstr "" ++ ++#: zypp/CountryCode.cc:389 ++msgid "Pakistan" ++msgstr "" ++ ++#: zypp/CountryCode.cc:390 ++msgid "Poland" ++msgstr "" ++ ++#: zypp/CountryCode.cc:391 ++msgid "Saint Pierre and Miquelon" ++msgstr "" ++ ++#: zypp/CountryCode.cc:392 ++msgid "Pitcairn" ++msgstr "" ++ ++#: zypp/CountryCode.cc:393 ++msgid "Puerto Rico" ++msgstr "" ++ ++#: zypp/CountryCode.cc:394 ++msgid "Palestinian Territory" ++msgstr "" ++ ++#: zypp/CountryCode.cc:395 ++msgid "Portugal" ++msgstr "" ++ ++#: zypp/CountryCode.cc:396 ++msgid "Palau" ++msgstr "" ++ ++#: zypp/CountryCode.cc:397 ++msgid "Paraguay" ++msgstr "" ++ ++#: zypp/CountryCode.cc:398 ++msgid "Qatar" ++msgstr "" ++ ++#: zypp/CountryCode.cc:399 ++msgid "Reunion" ++msgstr "" ++ ++#: zypp/CountryCode.cc:400 ++msgid "Romania" ++msgstr "" ++ ++#: zypp/CountryCode.cc:401 ++msgid "Russian Federation" ++msgstr "" ++ ++#: zypp/CountryCode.cc:402 ++msgid "Rwanda" ++msgstr "" ++ ++#: zypp/CountryCode.cc:403 ++msgid "Saudi Arabia" ++msgstr "" ++ ++#: zypp/CountryCode.cc:404 ++msgid "Solomon Islands" ++msgstr "" ++ ++#: zypp/CountryCode.cc:405 ++msgid "Seychelles" ++msgstr "" ++ ++#: zypp/CountryCode.cc:406 ++msgid "Sudan" ++msgstr "" ++ ++#: zypp/CountryCode.cc:407 ++msgid "Sweden" ++msgstr "" ++ ++#: zypp/CountryCode.cc:408 ++msgid "Singapore" ++msgstr "" ++ ++#: zypp/CountryCode.cc:409 ++msgid "Saint Helena" ++msgstr "" ++ ++#: zypp/CountryCode.cc:410 ++msgid "Slovenia" ++msgstr "" ++ ++#: zypp/CountryCode.cc:411 ++msgid "Svalbard and Jan Mayen" ++msgstr "" ++ ++#: zypp/CountryCode.cc:412 ++msgid "Slovakia" ++msgstr "" ++ ++#: zypp/CountryCode.cc:413 ++msgid "Sierra Leone" ++msgstr "" ++ ++#: zypp/CountryCode.cc:414 ++msgid "San Marino" ++msgstr "" ++ ++#: zypp/CountryCode.cc:415 ++msgid "Senegal" ++msgstr "" ++ ++#: zypp/CountryCode.cc:416 ++msgid "Somalia" ++msgstr "" ++ ++#: zypp/CountryCode.cc:417 ++msgid "Suriname" ++msgstr "" ++ ++#: zypp/CountryCode.cc:418 ++msgid "Sao Tome and Principe" ++msgstr "" ++ ++#: zypp/CountryCode.cc:419 ++msgid "El Salvador" ++msgstr "" ++ ++#: zypp/CountryCode.cc:420 ++msgid "Syria" ++msgstr "" ++ ++#: zypp/CountryCode.cc:421 ++msgid "Swaziland" ++msgstr "" ++ ++#: zypp/CountryCode.cc:422 ++msgid "Turks and Caicos Islands" ++msgstr "" ++ ++#: zypp/CountryCode.cc:423 ++msgid "Chad" ++msgstr "" ++ ++#: zypp/CountryCode.cc:424 ++msgid "French Southern Territories" ++msgstr "" ++ ++#: zypp/CountryCode.cc:425 ++msgid "Togo" ++msgstr "" ++ ++#: zypp/CountryCode.cc:426 ++msgid "Thailand" ++msgstr "" ++ ++#: zypp/CountryCode.cc:427 ++msgid "Tajikistan" ++msgstr "" ++ ++#: zypp/CountryCode.cc:428 zypp/LanguageCode.cc:1122 ++msgid "Tokelau" ++msgstr "" ++ ++#: zypp/CountryCode.cc:429 ++msgid "Turkmenistan" ++msgstr "" ++ ++#: zypp/CountryCode.cc:430 ++msgid "Tunisia" ++msgstr "" ++ ++#: zypp/CountryCode.cc:431 ++msgid "Tonga" ++msgstr "" ++ ++#: zypp/CountryCode.cc:432 ++msgid "East Timor" ++msgstr "" ++ ++#: zypp/CountryCode.cc:433 ++msgid "Turkey" ++msgstr "" ++ ++#: zypp/CountryCode.cc:434 ++msgid "Trinidad and Tobago" ++msgstr "" ++ ++#: zypp/CountryCode.cc:435 zypp/LanguageCode.cc:1152 ++msgid "Tuvalu" ++msgstr "" ++ ++#: zypp/CountryCode.cc:436 ++msgid "Taiwan" ++msgstr "" ++ ++#: zypp/CountryCode.cc:437 ++msgid "Tanzania" ++msgstr "" ++ ++#: zypp/CountryCode.cc:438 ++msgid "Ukraine" ++msgstr "" ++ ++#: zypp/CountryCode.cc:439 ++msgid "Uganda" ++msgstr "" ++ ++#: zypp/CountryCode.cc:440 ++msgid "United States Minor Outlying Islands" ++msgstr "" ++ ++#: zypp/CountryCode.cc:441 ++msgid "United States" ++msgstr "" ++ ++#: zypp/CountryCode.cc:442 ++msgid "Uruguay" ++msgstr "" ++ ++#: zypp/CountryCode.cc:443 ++msgid "Uzbekistan" ++msgstr "" ++ ++#: zypp/CountryCode.cc:444 ++msgid "Holy See (Vatican City State)" ++msgstr "" ++ ++#: zypp/CountryCode.cc:445 ++msgid "Saint Vincent and the Grenadines" ++msgstr "" ++ ++#: zypp/CountryCode.cc:446 ++msgid "Venezuela" ++msgstr "" ++ ++#: zypp/CountryCode.cc:447 ++msgid "British Virgin Islands" ++msgstr "" ++ ++#: zypp/CountryCode.cc:448 ++msgid "Virgin Islands, U.S." ++msgstr "" ++ ++#: zypp/CountryCode.cc:449 ++msgid "Vietnam" ++msgstr "" ++ ++#: zypp/CountryCode.cc:450 ++msgid "Vanuatu" ++msgstr "" ++ ++#: zypp/CountryCode.cc:451 ++msgid "Wallis and Futuna" ++msgstr "" ++ ++#: zypp/CountryCode.cc:452 ++msgid "Samoa" ++msgstr "" ++ ++#: zypp/CountryCode.cc:453 ++msgid "Yemen" ++msgstr "" ++ ++#: zypp/CountryCode.cc:454 ++msgid "Mayotte" ++msgstr "" ++ ++#: zypp/CountryCode.cc:455 ++msgid "South Africa" ++msgstr "" ++ ++#: zypp/CountryCode.cc:456 ++msgid "Zambia" ++msgstr "" ++ ++#: zypp/CountryCode.cc:457 ++msgid "Zimbabwe" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:145 ++msgid "Unknown language: " ++msgstr "" ++ ++#: zypp/LanguageCode.cc:238 ++msgid "Afar" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:240 ++msgid "Abkhazian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:242 ++msgid "Achinese" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:244 ++msgid "Acoli" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:246 ++msgid "Adangme" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:248 ++msgid "Adyghe" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:250 ++msgid "Afro-Asiatic (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:252 ++msgid "Afrihili" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:254 ++msgid "Afrikaans" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:256 ++msgid "Ainu" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:258 ++msgid "Akan" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:260 ++msgid "Akkadian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:262 zypp/LanguageCode.cc:264 ++msgid "Albanian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:266 ++msgid "Aleut" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:268 ++msgid "Algonquian Languages" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:270 ++msgid "Southern Altai" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:272 ++msgid "Amharic" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:274 ++msgid "English, Old (ca.450-1100)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:276 ++msgid "Apache Languages" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:278 ++msgid "Arabic" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:280 ++msgid "Aramaic" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:282 ++msgid "Aragonese" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:284 zypp/LanguageCode.cc:286 ++msgid "Armenian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:288 ++msgid "Araucanian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:290 ++msgid "Arapaho" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:292 ++msgid "Artificial (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:294 ++msgid "Arawak" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:296 ++msgid "Assamese" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:298 ++msgid "Asturian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:300 ++msgid "Athapascan Languages" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:302 ++msgid "Australian Languages" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:304 ++msgid "Avaric" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:306 ++msgid "Avestan" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:308 ++msgid "Awadhi" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:310 ++msgid "Aymara" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:312 ++msgid "Azerbaijani" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:314 ++msgid "Banda" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:316 ++msgid "Bamileke Languages" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:318 ++msgid "Bashkir" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:320 ++msgid "Baluchi" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:322 ++msgid "Bambara" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:324 ++msgid "Balinese" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:326 zypp/LanguageCode.cc:328 ++msgid "Basque" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:330 ++msgid "Basa" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:332 ++msgid "Baltic (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:334 ++msgid "Beja" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:336 ++msgid "Belarusian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:338 ++msgid "Bemba" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:340 ++msgid "Bengali" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:342 ++msgid "Berber (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:344 ++msgid "Bhojpuri" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:346 ++msgid "Bihari" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:348 ++msgid "Bikol" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:350 ++msgid "Bini" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:352 ++msgid "Bislama" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:354 ++msgid "Siksika" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:356 ++msgid "Bantu (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:358 ++msgid "Bosnian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:360 ++msgid "Braj" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:362 ++msgid "Breton" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:364 ++msgid "Batak (Indonesia)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:366 ++msgid "Buriat" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:368 ++msgid "Buginese" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:370 ++msgid "Bulgarian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:372 zypp/LanguageCode.cc:374 ++msgid "Burmese" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:376 ++msgid "Blin" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:378 ++msgid "Caddo" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:380 ++msgid "Central American Indian (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:382 ++msgid "Carib" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:384 ++msgid "Catalan" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:386 ++msgid "Caucasian (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:388 ++msgid "Cebuano" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:390 ++msgid "Celtic (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:392 ++msgid "Chamorro" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:394 ++msgid "Chibcha" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:396 ++msgid "Chechen" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:398 ++msgid "Chagatai" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:400 zypp/LanguageCode.cc:402 ++msgid "Chinese" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:404 ++msgid "Chuukese" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:406 ++msgid "Mari" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:408 ++msgid "Chinook Jargon" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:410 ++msgid "Choctaw" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:412 ++msgid "Chipewyan" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:414 ++msgid "Cherokee" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:416 ++msgid "Church Slavic" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:418 ++msgid "Chuvash" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:420 ++msgid "Cheyenne" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:422 ++msgid "Chamic Languages" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:424 ++msgid "Coptic" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:426 ++msgid "Cornish" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:428 ++msgid "Corsican" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:430 ++msgid "Creoles and Pidgins, English-Based (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:432 ++msgid "Creoles and Pidgins, French-Based (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:434 ++msgid "Creoles and Pidgins, Portuguese-Based (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:436 ++msgid "Cree" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:438 ++msgid "Crimean Tatar" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:440 ++msgid "Creoles and Pidgins (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:442 ++msgid "Kashubian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:444 ++msgid "Cushitic (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:446 zypp/LanguageCode.cc:448 ++msgid "Czech" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:450 ++msgid "Dakota" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:452 ++msgid "Danish" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:454 ++msgid "Dargwa" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:456 ++msgid "Dayak" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:458 ++msgid "Delaware" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:460 ++msgid "Slave (Athapascan)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:462 ++msgid "Dogrib" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:464 ++msgid "Dinka" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:466 ++msgid "Divehi" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:468 ++msgid "Dogri" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:470 ++msgid "Dravidian (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:472 ++msgid "Lower Sorbian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:474 ++msgid "Duala" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:476 ++msgid "Dutch, Middle (ca.1050-1350)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:478 zypp/LanguageCode.cc:480 ++msgid "Dutch" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:482 ++msgid "Dyula" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:484 ++msgid "Dzongkha" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:486 ++msgid "Efik" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:488 ++msgid "Egyptian (Ancient)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:490 ++msgid "Ekajuk" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:492 ++msgid "Elamite" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:494 ++msgid "English" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:496 ++msgid "English, Middle (1100-1500)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:498 ++msgid "Esperanto" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:500 ++msgid "Estonian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:502 ++msgid "Ewe" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:504 ++msgid "Ewondo" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:506 ++msgid "Fang" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:508 ++msgid "Faroese" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:510 ++msgid "Fanti" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:512 ++msgid "Fijian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:514 ++msgid "Filipino" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:516 ++msgid "Finnish" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:518 ++msgid "Finno-Ugrian (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:520 ++msgid "Fon" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:522 zypp/LanguageCode.cc:524 ++msgid "French" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:526 ++msgid "French, Middle (ca.1400-1600)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:528 ++msgid "French, Old (842-ca.1400)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:530 ++msgid "Frisian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:532 ++msgid "Fulah" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:534 ++msgid "Friulian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:536 ++msgid "Ga" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:538 ++msgid "Gayo" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:540 ++msgid "Gbaya" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:542 ++msgid "Germanic (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:544 zypp/LanguageCode.cc:546 ++msgid "Georgian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:548 zypp/LanguageCode.cc:550 ++msgid "German" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:552 ++msgid "Geez" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:554 ++msgid "Gilbertese" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:556 ++msgid "Gaelic" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:558 ++msgid "Irish" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:560 ++msgid "Galician" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:562 ++msgid "Manx" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:564 ++msgid "German, Middle High (ca.1050-1500)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:566 ++msgid "German, Old High (ca.750-1050)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:568 ++msgid "Gondi" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:570 ++msgid "Gorontalo" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:572 ++msgid "Gothic" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:574 ++msgid "Grebo" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:576 ++msgid "Greek, Ancient (to 1453)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:578 zypp/LanguageCode.cc:580 ++msgid "Greek, Modern (1453-)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:582 ++msgid "Guarani" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:584 ++msgid "Gujarati" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:586 ++msgid "Gwich'in" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:588 ++msgid "Haida" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:590 ++msgid "Haitian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:592 ++msgid "Hausa" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:594 ++msgid "Hawaiian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:596 ++msgid "Hebrew" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:598 ++msgid "Herero" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:600 ++msgid "Hiligaynon" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:602 ++msgid "Himachali" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:604 ++msgid "Hindi" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:606 ++msgid "Hittite" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:608 ++msgid "Hmong" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:610 ++msgid "Hiri Motu" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:612 ++msgid "Upper Sorbian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:614 ++msgid "Hungarian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:616 ++msgid "Hupa" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:618 ++msgid "Iban" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:620 ++msgid "Igbo" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:622 zypp/LanguageCode.cc:624 ++msgid "Icelandic" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:626 ++msgid "Ido" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:628 ++msgid "Sichuan Yi" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:630 ++msgid "Ijo" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:632 ++msgid "Inuktitut" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:634 ++msgid "Interlingue" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:636 ++msgid "Iloko" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:638 ++msgid "Interlingua (International Auxiliary Language Association)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:640 ++msgid "Indic (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:642 ++msgid "Indonesian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:644 ++msgid "Indo-European (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:646 ++msgid "Ingush" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:648 ++msgid "Inupiaq" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:650 ++msgid "Iranian (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:652 ++msgid "Iroquoian Languages" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:654 ++msgid "Italian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:656 ++msgid "Javanese" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:658 ++msgid "Lojban" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:660 ++msgid "Japanese" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:662 ++msgid "Judeo-Persian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:664 ++msgid "Judeo-Arabic" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:666 ++msgid "Kara-Kalpak" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:668 ++msgid "Kabyle" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:670 ++msgid "Kachin" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:672 ++msgid "Kalaallisut" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:674 ++msgid "Kamba" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:676 ++msgid "Kannada" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:678 ++msgid "Karen" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:680 ++msgid "Kashmiri" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:682 ++msgid "Kanuri" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:684 ++msgid "Kawi" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:686 ++msgid "Kazakh" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:688 ++msgid "Kabardian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:690 ++msgid "Khasi" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:692 ++msgid "Khoisan (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:694 ++msgid "Khmer" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:696 ++msgid "Khotanese" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:698 ++msgid "Kikuyu" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:700 ++msgid "Kinyarwanda" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:702 ++msgid "Kirghiz" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:704 ++msgid "Kimbundu" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:706 ++msgid "Konkani" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:708 ++msgid "Komi" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:710 ++msgid "Kongo" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:712 ++msgid "Korean" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:714 ++msgid "Kosraean" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:716 ++msgid "Kpelle" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:718 ++msgid "Karachay-Balkar" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:720 ++msgid "Kru" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:722 ++msgid "Kurukh" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:724 ++msgid "Kuanyama" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:726 ++msgid "Kumyk" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:728 ++msgid "Kurdish" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:730 ++msgid "Kutenai" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:732 ++msgid "Ladino" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:734 ++msgid "Lahnda" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:736 ++msgid "Lamba" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:738 ++msgid "Lao" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:740 ++msgid "Latin" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:742 ++msgid "Latvian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:744 ++msgid "Lezghian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:746 ++msgid "Limburgan" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:748 ++msgid "Lingala" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:750 ++msgid "Lithuanian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:752 ++msgid "Mongo" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:754 ++msgid "Lozi" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:756 ++msgid "Luxembourgish" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:758 ++msgid "Luba-Lulua" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:760 ++msgid "Luba-Katanga" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:762 ++msgid "Ganda" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:764 ++msgid "Luiseno" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:766 ++msgid "Lunda" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:768 ++msgid "Luo (Kenya and Tanzania)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:770 ++msgid "Lushai" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:772 zypp/LanguageCode.cc:774 ++msgid "Macedonian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:776 ++msgid "Madurese" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:778 ++msgid "Magahi" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:780 ++msgid "Marshallese" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:782 ++msgid "Maithili" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:784 ++msgid "Makasar" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:786 ++msgid "Malayalam" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:788 ++msgid "Mandingo" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:790 zypp/LanguageCode.cc:792 ++msgid "Maori" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:794 ++msgid "Austronesian (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:796 ++msgid "Marathi" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:798 ++msgid "Masai" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:800 zypp/LanguageCode.cc:802 ++msgid "Malay" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:804 ++msgid "Moksha" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:806 ++msgid "Mandar" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:808 ++msgid "Mende" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:810 ++msgid "Irish, Middle (900-1200)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:812 ++msgid "Mi'kmaq" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:814 ++msgid "Minangkabau" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:816 ++msgid "Miscellaneous Languages" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:818 ++msgid "Mon-Khmer (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:820 ++msgid "Malagasy" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:822 ++msgid "Maltese" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:824 ++msgid "Manchu" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:826 ++msgid "Manipuri" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:828 ++msgid "Manobo Languages" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:830 ++msgid "Mohawk" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:832 ++msgid "Moldavian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:834 ++msgid "Mongolian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:836 ++msgid "Mossi" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:838 ++msgid "Multiple Languages" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:840 ++msgid "Munda languages" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:842 ++msgid "Creek" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:844 ++msgid "Mirandese" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:846 ++msgid "Marwari" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:848 ++msgid "Mayan Languages" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:850 ++msgid "Erzya" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:852 ++msgid "Nahuatl" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:854 ++msgid "North American Indian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:856 ++msgid "Neapolitan" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:860 ++msgid "Navajo" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:862 ++msgid "Ndebele, South" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:864 ++msgid "Ndebele, North" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:866 ++msgid "Ndonga" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:868 ++msgid "Low German" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:870 ++msgid "Nepali" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:872 ++msgid "Nepal Bhasa" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:874 ++msgid "Nias" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:876 ++msgid "Niger-Kordofanian (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:878 ++msgid "Niuean" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:880 ++msgid "Norwegian Nynorsk" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:882 ++msgid "Norwegian Bokmal" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:884 ++msgid "Nogai" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:886 ++msgid "Norse, Old" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:888 ++msgid "Norwegian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:890 ++msgid "Northern Sotho" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:892 ++msgid "Nubian Languages" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:894 ++msgid "Classical Newari" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:896 ++msgid "Chichewa" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:898 ++msgid "Nyamwezi" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:900 ++msgid "Nyankole" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:902 ++msgid "Nyoro" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:904 ++msgid "Nzima" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:906 ++msgid "Occitan (post 1500)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:908 ++msgid "Ojibwa" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:910 ++msgid "Oriya" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:912 ++msgid "Oromo" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:914 ++msgid "Osage" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:916 ++msgid "Ossetian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:918 ++msgid "Turkish, Ottoman (1500-1928)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:920 ++msgid "Otomian Languages" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:922 ++msgid "Papuan (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:924 ++msgid "Pangasinan" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:926 ++msgid "Pahlavi" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:928 ++msgid "Pampanga" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:930 ++msgid "Panjabi" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:932 ++msgid "Papiamento" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:934 ++msgid "Palauan" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:936 ++msgid "Persian, Old (ca.600-400 B.C.)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:938 zypp/LanguageCode.cc:940 ++msgid "Persian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:942 ++msgid "Philippine (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:944 ++msgid "Phoenician" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:946 ++msgid "Pali" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:948 ++msgid "Polish" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:950 ++msgid "Pohnpeian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:952 ++msgid "Portuguese" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:954 ++msgid "Prakrit Languages" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:956 ++msgid "Provencal, Old (to 1500)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:958 ++msgid "Pushto" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:960 ++msgid "Quechua" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:962 ++msgid "Rajasthani" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:964 ++msgid "Rapanui" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:966 ++msgid "Rarotongan" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:968 ++msgid "Romance (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:970 ++msgid "Raeto-Romance" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:972 ++msgid "Romany" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:974 zypp/LanguageCode.cc:976 ++msgid "Romanian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:978 ++msgid "Rundi" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:980 ++msgid "Russian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:982 ++msgid "Sandawe" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:984 ++msgid "Sango" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:986 ++msgid "Yakut" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:988 ++msgid "South American Indian (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:990 ++msgid "Salishan Languages" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:992 ++msgid "Samaritan Aramaic" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:994 ++msgid "Sanskrit" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:996 ++msgid "Sasak" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:998 ++msgid "Santali" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1000 zypp/LanguageCode.cc:1002 ++msgid "Serbian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1004 ++msgid "Sicilian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1006 ++msgid "Scots" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1008 zypp/LanguageCode.cc:1010 ++msgid "Croatian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1012 ++msgid "Selkup" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1014 ++msgid "Semitic (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1016 ++msgid "Irish, Old (to 900)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1018 ++msgid "Sign Languages" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1020 ++msgid "Shan" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1022 ++msgid "Sidamo" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1024 ++msgid "Sinhala" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1026 ++msgid "Siouan Languages" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1028 ++msgid "Sino-Tibetan (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1030 ++msgid "Slavic (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1032 zypp/LanguageCode.cc:1034 ++msgid "Slovak" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1036 ++msgid "Slovenian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1038 ++msgid "Southern Sami" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1040 ++msgid "Northern Sami" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1042 ++msgid "Sami Languages (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1044 ++msgid "Lule Sami" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1046 ++msgid "Inari Sami" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1048 ++msgid "Samoan" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1050 ++msgid "Skolt Sami" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1052 ++msgid "Shona" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1054 ++msgid "Sindhi" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1056 ++msgid "Soninke" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1058 ++msgid "Sogdian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1060 ++msgid "Somali" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1062 ++msgid "Songhai" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1064 ++msgid "Sotho, Southern" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1066 ++msgid "Spanish" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1068 ++msgid "Sardinian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1070 ++msgid "Serer" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1072 ++msgid "Nilo-Saharan (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1074 ++msgid "Swati" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1076 ++msgid "Sukuma" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1078 ++msgid "Sundanese" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1080 ++msgid "Susu" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1082 ++msgid "Sumerian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1084 ++msgid "Swahili" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1086 ++msgid "Swedish" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1088 ++msgid "Syriac" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1090 ++msgid "Tahitian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1092 ++msgid "Tai (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1094 ++msgid "Tamil" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1096 ++msgid "Tatar" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1098 ++msgid "Telugu" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1100 ++msgid "Timne" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1102 ++msgid "Tereno" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1104 ++msgid "Tetum" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1106 ++msgid "Tajik" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1108 ++msgid "Tagalog" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1110 ++msgid "Thai" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1112 zypp/LanguageCode.cc:1114 ++msgid "Tibetan" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1116 ++msgid "Tigre" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1118 ++msgid "Tigrinya" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1120 ++msgid "Tiv" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1124 ++msgid "Klingon" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1126 ++msgid "Tlingit" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1128 ++msgid "Tamashek" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1130 ++msgid "Tonga (Nyasa)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1132 ++msgid "Tonga (Tonga Islands)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1134 ++msgid "Tok Pisin" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1136 ++msgid "Tsimshian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1138 ++msgid "Tswana" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1140 ++msgid "Tsonga" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1142 ++msgid "Turkmen" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1144 ++msgid "Tumbuka" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1146 ++msgid "Tupi Languages" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1148 ++msgid "Turkish" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1150 ++msgid "Altaic (Other)" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1154 ++msgid "Twi" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1156 ++msgid "Tuvinian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1158 ++msgid "Udmurt" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1160 ++msgid "Ugaritic" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1162 ++msgid "Uighur" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1164 ++msgid "Ukrainian" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1166 ++msgid "Umbundu" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1168 ++msgid "Undetermined" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1170 ++msgid "Urdu" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1172 ++msgid "Uzbek" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1174 ++msgid "Vai" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1176 ++msgid "Venda" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1178 ++msgid "Vietnamese" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1180 ++msgid "Volapuk" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1182 ++msgid "Votic" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1184 ++msgid "Wakashan Languages" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1186 ++msgid "Walamo" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1188 ++msgid "Waray" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1190 ++msgid "Washo" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1192 zypp/LanguageCode.cc:1194 ++msgid "Welsh" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1196 ++msgid "Sorbian Languages" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1198 ++msgid "Walloon" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1200 ++msgid "Wolof" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1202 ++msgid "Kalmyk" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1204 ++msgid "Xhosa" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1206 ++msgid "Yao" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1208 ++msgid "Yapese" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1210 ++msgid "Yiddish" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1212 ++msgid "Yoruba" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1214 ++msgid "Yupik Languages" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1216 ++msgid "Zapotec" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1218 ++msgid "Zenaga" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1220 ++msgid "Zhuang" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1222 ++msgid "Zande" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1224 ++msgid "Zulu" ++msgstr "" ++ ++#: zypp/LanguageCode.cc:1226 ++msgid "Zuni" ++msgstr "" ++ ++#: zypp/SourceManager.h:42 ++msgid "Unable to restore all sources." ++msgstr "" ++ ++#: zypp/SourceManager.h:68 ++msgid "" ++"At least one source already registered, stored sources cannot be restored." ++msgstr "" ++ ++#: zypp/ZYppFactory.cc:279 zypp/ZYppFactory.cc:334 ++msgid "Software management is already running." ++msgstr "" ++ ++#: zypp/solver/detail/ProblemSolutionIgnore.cc:54 ++msgid "Ignore this requirement just here" ++msgstr "" ++ ++#: zypp/solver/detail/ProblemSolutionIgnore.cc:63 ++msgid "Ignore this requirement generally" ++msgstr "" ++ ++#: zypp/solver/detail/ProblemSolutionIgnore.cc:75 ++#, c-format ++msgid "Install %s although it would change the architecture" ++msgstr "" ++ ++#: zypp/solver/detail/ProblemSolutionIgnore.cc:78 ++#, c-format ++msgid "" ++"%s provides this dependency but would changed the architecture of the " ++"installed item" ++msgstr "" ++ ++#: zypp/solver/detail/ProblemSolutionIgnore.cc:90 ++#: zypp/solver/detail/ProblemSolutionIgnore.cc:102 ++#, c-format ++msgid "Ignore this conflict of %s" ++msgstr "" ++ ++#: zypp/solver/detail/ProblemSolutionIgnore.cc:117 ++#, c-format ++msgid "Ignore the obsolete %s in %s" ++msgstr "" ++ ++#: zypp/solver/detail/ProblemSolutionIgnore.cc:130 ++#, c-format ++msgid "Ignore that %s is already set to install" ++msgstr "" ++ ++#: zypp/solver/detail/ProblemSolutionInstall.cc:54 ++#: zypp/solver/detail/ProblemSolutionInstall.cc:56 ++#, c-format ++msgid "install %s" ++msgstr "" ++ ++#: zypp/solver/detail/ProblemSolutionInstall.cc:66 ++msgid "Install missing resolvables" ++msgstr "" ++ ++#: zypp/solver/detail/ProblemSolutionKeep.cc:53 ++#: zypp/solver/detail/ProblemSolutionKeep.cc:55 ++#, c-format ++msgid "keep %s" ++msgstr "" ++ ++#: zypp/solver/detail/ProblemSolutionKeep.cc:65 ++msgid "Keep resolvables" ++msgstr "" ++ ++#: zypp/solver/detail/ProblemSolutionUninstall.cc:64 ++#: zypp/solver/detail/ProblemSolutionUninstall.cc:66 ++#: zypp/solver/detail/Resolver_problems.cc:426 ++#: zypp/solver/detail/Resolver_problems.cc:436 ++#, c-format ++msgid "delete %s" ++msgstr "" ++ ++#: zypp/solver/detail/ProblemSolutionUninstall.cc:69 ++#: zypp/solver/detail/ProblemSolutionUninstall.cc:71 ++#: zypp/solver/detail/Resolver_problems.cc:429 ++#: zypp/solver/detail/Resolver_problems.cc:439 ++#, c-format ++msgid "do not install %s" ++msgstr "" ++ ++#: zypp/solver/detail/ProblemSolutionUninstall.cc:81 ++msgid "Do not install or delete concerning resolvables" ++msgstr "" ++ ++#: zypp/solver/detail/ProblemSolutionUnlock.cc:70 ++msgid "unlock all resolvables" ++msgstr "" ++ ++#: zypp/solver/detail/ProblemSolutionUnlock.cc:83 ++#, c-format ++msgid "unlock %s" ++msgstr "" ++ ++#: zypp/solver/detail/ProblemSolutionUnlock.cc:92 ++msgid "Unlock these resolvables" ++msgstr "" ++ ++#: zypp/solver/detail/QueueItemRequire.cc:713 ++#, c-format ++msgid "for requiring %s for %s when upgrading %s" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfo.cc:191 ++msgid " Error!" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfo.cc:192 ++msgid " Important!" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoChildOf.cc:56 ++#: zypp/solver/detail/ResolverInfoChildOf.cc:71 ++#, c-format ++msgid "%s part of %s" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoConflictsWith.cc:55 ++#: zypp/solver/detail/ResolverInfoConflictsWith.cc:70 ++#: zypp/solver/detail/Resolver_problems.cc:282 ++#, c-format ++msgid "%s conflicts with %s" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoDependsOn.cc:55 ++#, c-format ++msgid "%s depended on %s" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoDependsOn.cc:69 ++#, c-format ++msgid "%s dependend on %s" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:56 ++msgid ", Action: " ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:58 ++msgid ", Trigger: " ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:90 ++msgid "package" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:94 ++msgid "selection" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:98 ++msgid "pattern" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:102 ++msgid "product" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:106 ++msgid "patch" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:110 ++msgid "script" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:114 ++msgid "message" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:118 ++msgid "atom" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:122 ++msgid "system" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:126 ++msgid "Resolvable" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:144 ++msgid "Marking this resolution attempt as invalid." ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:151 ++#, c-format ++msgid "Marking resolvable %s as uninstallable" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:159 ++#, c-format ++msgid "" ++"%s is scheduled to be installed, but this is not possible because of " ++"dependency problems." ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:167 ++#, c-format ++msgid "" ++"Can't install %s since it is already marked as needing to be uninstalled" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:179 ++#, c-format ++msgid "Can't install %s since it is does not apply to this system." ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:190 ++#, c-format ++msgid "Can't install %s, since %s is already marked as needing to be installed" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:198 ++#, c-format ++msgid "This would invalidate %s." ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:214 ++#, c-format ++msgid "Establishing %s" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:235 ++#, c-format ++msgid "Installing %s" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:252 ++#, c-format ++msgid "Updating %s to %s" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:270 ++#, c-format ++msgid "Skipping %s: already installed" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:292 ++#, c-format ++msgid "There are no alternative installed providers of %s" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:298 ++#: zypp/solver/detail/ResolverInfoMisc.cc:323 ++#, c-format ++msgid "for %s" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:317 ++#, c-format ++msgid "There are no installable providers of %s" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:341 ++#, c-format ++msgid "Upgrade to %s to avoid removing %s is not possible." ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:359 ++#, c-format ++msgid "%s provides %s, but is scheduled to be uninstalled." ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:377 ++#, c-format ++msgid "%s provides %s, but another version of that %s is already installed." ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:396 ++#, c-format ++msgid "" ++"%s provides %s, but it is uninstallable. Try installing it on its own for " ++"more details." ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:414 ++#, c-format ++msgid "%s provides %s, but it is locked." ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:432 ++#, c-format ++msgid "%s provides %s, but is scheduled to be kept." ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:451 ++#, c-format ++msgid "%s provides %s, but has another architecture." ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:469 ++#, c-format ++msgid "Can't satisfy requirement %s for %s" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:490 ++#, c-format ++msgid "" ++"%s is required by other to-be-installed resolvable, so it won't be unlinked." ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:507 ++#, c-format ++msgid "%s is required by other installed resolvable, so it won't be unlinked." ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:524 ++#, c-format ++msgid "%s is locked and cannot be uninstalled." ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:543 ++#, c-format ++msgid "A conflict over %s (%s) requires the removal of to-be-installed %s" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:561 ++#, c-format ++msgid "Marking %s as uninstallable due to conflicts over %s" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMisc.cc:569 ++#, c-format ++msgid "from %s" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoMissingReq.cc:64 ++#, c-format ++msgid "%s is missing the requirement %s" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoNeededBy.cc:56 ++#: zypp/solver/detail/Resolver_problems.cc:271 ++#, c-format ++msgid "%s is needed by %s" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoNeededBy.cc:70 ++#, c-format ++msgid "%s needed by %s" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoObsoletes.cc:55 ++#, c-format ++msgid "%s is replaced by %s" ++msgstr "" ++ ++#: zypp/solver/detail/ResolverInfoObsoletes.cc:69 ++#, c-format ++msgid "%s replaced by %s" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:261 ++msgid "Invalid information" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:268 ++#, c-format ++msgid "%s is needed by other resolvables" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:272 ++#, c-format ++msgid "" ++"%s is needed by:\n" ++"%s" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:279 ++#, c-format ++msgid "%s conflicts with other resolvables" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:283 ++#, c-format ++msgid "" ++"%s conflicts with:\n" ++"%s" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:306 ++#, c-format ++msgid "%s obsoletes other resolvables" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:309 ++#, c-format ++msgid "%s obsoletes %s" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:311 ++#, c-format ++msgid "%s obsoletes:%s" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:312 ++msgid "" ++"\n" ++"These resolvables will be deleted from the system." ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:319 ++#, c-format ++msgid "%s depends on other resolvables" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:323 ++#, c-format ++msgid "%s depends on %s" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:326 ++#, c-format ++msgid "%s depends on:%s" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:332 ++msgid "Child of" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:338 ++#: zypp/solver/detail/Resolver_problems.cc:418 ++#, c-format ++msgid "Cannot install %s" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:340 ++#, c-format ++msgid "None provides %s" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:341 ++msgid "" ++"\n" ++"There is no resource available which support this requirement." ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:349 ++msgid "" ++"Due problems which are described above/below this resolution will not solve " ++"all dependencies" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:360 ++#: zypp/solver/detail/Resolver_problems.cc:711 ++#, c-format ++msgid "Cannot install %s because it is conflicting with %s" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:377 ++#, c-format ++msgid "%s is not installed and has been marked as uninstallable" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:388 ++#, c-format ++msgid "Cannot install %s due to dependency problems" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:452 ++#, c-format ++msgid "%s has unfulfilled requirements" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:490 ++#, c-format ++msgid "%s has missing dependencies" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:537 ++#, c-format ++msgid "%s cannot be installed due to missing dependencies" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:585 ++#, c-format ++msgid "%s fulfil dependencies of %s but will be uninstalled" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:595 ++#, c-format ++msgid "%s fulfil dependencies of %s but will be kept on your system" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:605 ++#, c-format ++msgid "No need to install %s" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:613 ++#, c-format ++msgid "Cannot install %s to fulfil the dependencies of %s" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:628 ++#, c-format ++msgid "Cannot be install %s to fulfil the dependencies of %s" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:665 ++#: zypp/solver/detail/Resolver_problems.cc:673 ++#, c-format ++msgid "%s will not be uninstalled cause it is still required" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:684 ++#, c-format ++msgid "%s obsoletes %s. But %s cannot be deleted because it is locked." ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:715 ++#, c-format ++msgid "Cannot install %s because it is conflicting" ++msgstr "" ++ ++#: zypp/solver/detail/Resolver_problems.cc:734 ++#, c-format ++msgid "%s is uninstallable due to conflicts with %s" ++msgstr "" ++ ++#: zypp/source/SourceImpl.cc:339 ++#, c-format ++msgid "" ++"Package %s fails integrity check. Do you want to retry downloading it, or " ++"abort installation?" ++msgstr "" ++ ++#: zypp/source/SourceImpl.cc:394 ++msgid " miss checksum." ++msgstr "" ++ ++#: zypp/source/SourceImpl.cc:400 ++msgid " fails checksum verification." ++msgstr "" ++ ++#: zypp/source/SourceImpl.cc:441 zypp/source/SourceImpl.cc:445 ++#: zypp/source/SourceImpl.cc:451 zypp/source/SourceImpl.cc:459 ++#, c-format ++msgid "Downloading %s" ++msgstr "" ++ ++#: zypp/source/SourceImpl.cc:445 ++#, c-format ++msgid "Downloaded %s from %s" ++msgstr "" ++ ++#: zypp/source/SourceImpl.cc:451 zypp/source/SourceImpl.cc:457 ++#: zypp/source/SourceImpl.cc:459 ++#, c-format ++msgid "Can't provide %s from %s" ++msgstr "" ++ ++#: zypp/source/susetags/SuseTagsImpl.cc:737 ++#: zypp/source/susetags/SuseTagsImpl.cc:747 ++#: zypp/source/susetags/SuseTagsImpl.cc:750 ++msgid "Reading packages file" ++msgstr "" ++ ++#: zypp/source/susetags/SuseTagsImpl.cc:800 ++#: zypp/source/susetags/SuseTagsImpl.cc:804 ++#: zypp/source/susetags/SuseTagsImpl.cc:818 ++#, c-format ++msgid "Reading translation: %s" ++msgstr "" ++ ++#: zypp/source/yum/YUMScriptImpl.cc:78 zypp/source/yum/YUMScriptImpl.cc:112 ++#: zypp/target/store/XMLFilesBackend.cc:1009 ++#: zypp/target/store/XMLFilesBackend.cc:1016 ++msgid "Cannot create a file needed to perform update installation." ++msgstr "" ++ ++#: zypp/source/yum/YUMScriptImpl.cc:89 zypp/source/yum/YUMScriptImpl.cc:123 ++msgid "The script file failed the checksum test." ++msgstr "" ++ ++#: zypp/source/yum/YUMSourceImpl.cc:216 zypp/source/yum/YUMSourceImpl.cc:241 ++msgid "Reading index files" ++msgstr "" ++ ++#: zypp/source/yum/YUMSourceImpl.cc:247 ++msgid "The signed repomd.xml file failed the signature check." ++msgstr "" ++ ++#: zypp/source/yum/YUMSourceImpl.cc:464 zypp/source/yum/YUMSourceImpl.cc:476 ++#: zypp/source/yum/YUMSourceImpl.cc:482 zypp/source/yum/YUMSourceImpl.cc:490 ++#, c-format ++msgid "Reading product from %s" ++msgstr "" ++ ++#: zypp/source/yum/YUMSourceImpl.cc:520 zypp/source/yum/YUMSourceImpl.cc:535 ++#: zypp/source/yum/YUMSourceImpl.cc:541 zypp/source/yum/YUMSourceImpl.cc:549 ++#, c-format ++msgid "Reading filelist from %s" ++msgstr "" ++ ++#: zypp/source/yum/YUMSourceImpl.cc:565 zypp/source/yum/YUMSourceImpl.cc:605 ++#: zypp/source/yum/YUMSourceImpl.cc:611 zypp/source/yum/YUMSourceImpl.cc:619 ++#, c-format ++msgid "Reading packages from %s" ++msgstr "" ++ ++#: zypp/source/yum/YUMSourceImpl.cc:643 zypp/source/yum/YUMSourceImpl.cc:655 ++#: zypp/source/yum/YUMSourceImpl.cc:661 zypp/source/yum/YUMSourceImpl.cc:669 ++#, c-format ++msgid "Reading selection from %s" ++msgstr "" ++ ++#: zypp/source/yum/YUMSourceImpl.cc:693 zypp/source/yum/YUMSourceImpl.cc:705 ++#: zypp/source/yum/YUMSourceImpl.cc:711 zypp/source/yum/YUMSourceImpl.cc:719 ++#, c-format ++msgid "Reading pattern from %s" ++msgstr "" ++ ++#: zypp/source/yum/YUMSourceImpl.cc:746 zypp/source/yum/YUMSourceImpl.cc:758 ++#: zypp/source/yum/YUMSourceImpl.cc:764 zypp/source/yum/YUMSourceImpl.cc:772 ++#, c-format ++msgid "Reading patches index %s" ++msgstr "" ++ ++#: zypp/source/yum/YUMSourceImpl.cc:795 zypp/source/yum/YUMSourceImpl.cc:812 ++#: zypp/source/yum/YUMSourceImpl.cc:818 zypp/source/yum/YUMSourceImpl.cc:827 ++#, c-format ++msgid "Reading patch %s" ++msgstr "" ++ ++#: zypp/target/TargetImpl.cc:711 ++msgid "Installation has been aborted as directed." ++msgstr "" ++ ++#: zypp/target/rpm/RpmDb.cc:1745 ++#, c-format ++msgid "Changed configuration files for %s:" ++msgstr "" ++ ++#: zypp/target/rpm/RpmDb.cc:1909 ++#, c-format ++msgid "rpm saved %s as %s but it was impossible to determine the difference" ++msgstr "" ++ ++#: zypp/target/rpm/RpmDb.cc:1911 ++#, c-format ++msgid "" ++"rpm saved %s as %s.\n" ++"Here are the first 25 lines of difference:\n" ++msgstr "" ++ ++#: zypp/target/rpm/RpmDb.cc:1914 ++#, c-format ++msgid "rpm created %s as %s but it was impossible to determine the difference" ++msgstr "" ++ ++#: zypp/target/rpm/RpmDb.cc:1916 ++#, c-format ++msgid "" ++"rpm created %s as %s.\n" ++"Here are the first 25 lines of difference:\n" ++msgstr "" ++ ++#: zypp/target/rpm/RpmDb.cc:1922 ++#, c-format ++msgid "%s install failed" ++msgstr "" ++ ++#: zypp/target/rpm/RpmDb.cc:1923 zypp/target/rpm/RpmDb.cc:2041 ++msgid "rpm output:" ++msgstr "" ++ ++#: zypp/target/rpm/RpmDb.cc:1929 ++#, c-format ++msgid "%s installed ok" ++msgstr "" ++ ++#: zypp/target/rpm/RpmDb.cc:1932 zypp/target/rpm/RpmDb.cc:2049 ++msgid "Additional rpm output:" ++msgstr "" ++ ++#: zypp/target/rpm/RpmDb.cc:2040 ++#, c-format ++msgid "%s remove failed" ++msgstr "" ++ ++#: zypp/target/rpm/RpmDb.cc:2046 ++#, c-format ++msgid "%s remove ok" ++msgstr "" ++ ++#: zypp/target/rpm/RpmDb.cc:2191 ++#, c-format ++msgid "created backup %s" ++msgstr "" +diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/libzypp-3.22.1/zypp/RepoManager.cc new/libzypp-3.22.2/zypp/RepoManager.cc +--- old/libzypp-3.22.1/zypp/RepoManager.cc 2007-09-03 17:18:12.000000000 +0200 ++++ new/libzypp-3.22.2/zypp/RepoManager.cc 2007-09-05 14:56:52.000000000 +0200 +@@ -327,7 +327,8 @@ + + case RepoType::YAST2_e : + { +- status = (RepoStatus( rawpath + "/media.1/media") && RepoStatus( rawpath + "/content") ); ++ // the order of RepoStatus && RepoStatus matters! (#304310) ++ status = RepoStatus( rawpath + "/content") && (RepoStatus( rawpath + "/media.1/media")); + } + break; + +diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/libzypp-3.22.1/zypp/solver/detail/Helper.cc new/libzypp-3.22.2/zypp/solver/detail/Helper.cc +--- old/libzypp-3.22.1/zypp/solver/detail/Helper.cc 2007-09-03 17:18:12.000000000 +0200 ++++ new/libzypp-3.22.2/zypp/solver/detail/Helper.cc 2007-09-05 14:56:52.000000000 +0200 +@@ -27,7 +27,7 @@ + #include "zypp/base/Logger.h" + #include "zypp/base/String.h" + #include "zypp/base/Gettext.h" +- ++#include "zypp/VendorAttr.h" + #include "zypp/base/Algorithm.h" + #include "zypp/ResPool.h" + #include "zypp/ResFilters.h" +@@ -134,7 +134,7 @@ + + if ( installed.resolvable() ) + { +- if ( installed->vendor() != provider->vendor() ) ++ if ( !VendorAttr::instance().equivalent(installed->vendor(),provider->vendor()) ) + { + MIL << "Discarding '" << provider << "' from vendor '" + << provider->vendor() << "' different to uninstalled '" +diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/libzypp-3.22.1/zypp/solver/detail/QueueItemRequire.cc new/libzypp-3.22.2/zypp/solver/detail/QueueItemRequire.cc +--- old/libzypp-3.22.1/zypp/solver/detail/QueueItemRequire.cc 2007-09-03 17:18:12.000000000 +0200 ++++ new/libzypp-3.22.2/zypp/solver/detail/QueueItemRequire.cc 2007-09-05 14:56:52.000000000 +0200 +@@ -25,7 +25,7 @@ + #include "zypp/base/Logger.h" + #include "zypp/base/String.h" + #include "zypp/base/Gettext.h" +- ++#include "zypp/VendorAttr.h" + #include "zypp/base/Algorithm.h" + #include "zypp/ResPool.h" + #include "zypp/ResFilters.h" +@@ -221,7 +221,7 @@ + bool vendorFit = true; + if ( provider + && upgrades +- && provider->vendor() != upgrades->vendor()) { ++ && !VendorAttr::instance().equivalent(provider->vendor(), upgrades->vendor())) { + // checking if there is already an ignore + MIL << "provider " << provider << " has ANOTHER vendor '" << provider->vendor() << "' than the updated item " + << upgrades << endl; +@@ -348,7 +348,7 @@ + } else if (provider.status().isKept() && provider.status().isByUser()) { + misc_info = new ResolverInfoMisc (RESOLVER_INFO_TYPE_KEEP_PROVIDER, requirer, RESOLVER_INFO_PRIORITY_VERBOSE, match); + misc_info->setOtherPoolItem (provider); +- } else if (provider->vendor() != requirer->vendor()) { ++ } else if (!VendorAttr::instance().equivalent(provider->vendor(), requirer->vendor())) { + misc_info = new ResolverInfoMisc (RESOLVER_INFO_TYPE_OTHER_VENDOR_PROVIDER, + requirer, RESOLVER_INFO_PRIORITY_VERBOSE, match); + misc_info->setOtherPoolItem (provider); +diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/libzypp-3.22.1/zypp/solver/detail/ResolverUpgrade.cc new/libzypp-3.22.2/zypp/solver/detail/ResolverUpgrade.cc +--- old/libzypp-3.22.1/zypp/solver/detail/ResolverUpgrade.cc 2007-09-03 17:18:12.000000000 +0200 ++++ new/libzypp-3.22.2/zypp/solver/detail/ResolverUpgrade.cc 2007-09-05 14:56:52.000000000 +0200 +@@ -42,7 +42,7 @@ + #include "zypp/base/String.h" + #include "zypp/base/Gettext.h" + #include "zypp/base/Exception.h" +- ++#include "zypp/VendorAttr.h" + #include "zypp/base/Algorithm.h" + #include "zypp/ResPool.h" + #include "zypp/ResStatus.h" +@@ -213,7 +213,7 @@ + bool operator()( const CapAndItem & cai ) + { + PoolItem provider( cai.item ); +- if ( provider->vendor() != forItem->vendor() ) ++ if ( !VendorAttr::instance().equivalent(provider->vendor(), forItem->vendor()) ) + { + MIL << "Discarding '" << provider << "' from vendor '" + << provider->vendor() << "' different to uninstalled '" +@@ -361,7 +361,7 @@ + continue; + } + +- if ( installed->vendor() != candidate->vendor() ) ++ if ( !VendorAttr::instance().equivalent(installed->vendor(), candidate->vendor()) ) + { + MIL << "Discarding '" << candidate << "' from vendor '" + << candidate->vendor() << "' different to uninstalled '" diff --git a/libzypp.changes b/libzypp.changes index 520be5b..5002486 100644 --- a/libzypp.changes +++ b/libzypp.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Sep 5 14:33:02 CEST 2007 - jkupec@suse.cz + +- fixed the order of operands of susetags local metadata status + computation which caused the YaST repositories to always get + refreshed (part of bug #304310) +- revision 7107 + +------------------------------------------------------------------- +Tue Sep 4 12:09:10 CEST 2007 - schubi@suse.de + +- comparing vendor with VendorAttr::equivalent +- revision 7103 + ------------------------------------------------------------------- Mon Sep 3 18:43:51 CEST 2007 - schwab@suse.de diff --git a/libzypp.spec b/libzypp.spec index 3ba616d..51e1112 100644 --- a/libzypp.spec +++ b/libzypp.spec @@ -17,9 +17,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Autoreqprov: on Summary: Package, Patch, Pattern, and Product Management Version: 3.22.1 -Release: 2 +Release: 4 Source: libzypp-3.22.1.tar.bz2 Source1: libzypp-rpmlintrc +Patch: libzypp-3.22.1.patch Prefix: /usr Provides: yast2-packagemanager Obsoletes: yast2-packagemanager @@ -69,6 +70,7 @@ Authors: %prep %setup -q +%patch -p2 %build mkdir build @@ -125,6 +127,14 @@ cd .. %{_libdir}/pkgconfig/libzypp.pc %changelog +* Wed Sep 05 2007 - jkupec@suse.cz +- fixed the order of operands of susetags local metadata status + computation which caused the YaST repositories to always get + refreshed (part of bug #304310) +- revision 7107 +* Tue Sep 04 2007 - schubi@suse.de +- comparing vendor with VendorAttr::equivalent +- revision 7103 * Mon Sep 03 2007 - schwab@suse.de - Use $RPM_OPT_FLAGS. * Mon Sep 03 2007 - ma@suse.de