commit yast2-devtools for openSUSE:Factory
Hello community, here is the log from the commit of package yast2-devtools for openSUSE:Factory checked in at Mon Jun 29 16:25:53 CEST 2009. -------- --- yast2-devtools/yast2-devtools.changes 2009-06-16 08:31:22.000000000 +0200 +++ yast2-devtools/yast2-devtools.changes 2009-06-23 12:33:44.000000000 +0200 @@ -1,0 +2,19 @@ +Mon Jun 22 15:49:50 CEST 2009 - mvidner@suse.cz + +- create-spec: don't override License, Group, %build +- 2.18.9 + +------------------------------------------------------------------- +Fri Jun 19 10:37:43 CEST 2009 - mvidner@suse.cz + +- autodocs-ycp.ami: fixes to work with subdirectories: + introduced AUTODOCS_STRIP. +- 2.18.8 + +------------------------------------------------------------------- +Tue Jun 16 16:42:33 CEST 2009 - mvidner@suse.cz + +- autodocs-ycp.ami: Added AUTODOCS_SUBDIR, for yast2.rpm +- oscsubmit: Adjusted "osc sr" syntax to work with old and new (0.119) osc. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- yast2-devtools-2.18.7.tar.bz2 New: ---- yast2-devtools-2.18.9.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-devtools.spec ++++++ --- /var/tmp/diff_new_pack.Y22815/_old 2009-06-29 16:24:08.000000000 +0200 +++ /var/tmp/diff_new_pack.Y22815/_new 2009-06-29 16:24:08.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package yast2-devtools (Version 2.18.7) +# spec file for package yast2-devtools (Version 2.18.9) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,13 +19,13 @@ Name: yast2-devtools -Version: 2.18.7 -Release: 2 -License: GPL v2 or later -Group: System/YaST +Version: 2.18.9 +Release: 1 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-devtools-2.18.7.tar.bz2 +Source0: yast2-devtools-2.18.9.tar.bz2 Prefix: /usr +Group: System/YaST +License: GPL v2 or later BuildRequires: docbook-xsl-stylesheets gcc-c++ libxslt perl-XML-Writer pkgconfig sgml-skel Requires: perl Requires: perl-XML-Writer @@ -51,19 +51,8 @@ Required for rebuilding the existing YaST2 modules and components (both YCP and C++). - - -Authors: --------- - Stefan Hundhammer <sh@suse.de> - Klaus K�mpf <kkaempf@suse.de> - Arvin Schnell <arvin@suse.de> - Martin Vidner <mvidner@suse.cz> - Stanislav Visnovsky <visnov@suse.cz> - Michal Svec <msvec@suse.cz> - %prep -%setup -n yast2-devtools-2.18.7 +%setup -n yast2-devtools-2.18.9 %build autoreconf --force --install @@ -109,4 +98,3 @@ %{prefix}/share/aclocal/*.m4 %{prefix}/share/pkgconfig/yast2-devtools.pc %doc %{prefix}/share/doc/packages/yast2-devtools - ++++++ yast2-devtools-2.18.7.tar.bz2 -> yast2-devtools-2.18.9.tar.bz2 ++++++ ++++ 14197 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-devtools-2.18.7/configure.in new/yast2-devtools-2.18.9/configure.in --- old/yast2-devtools-2.18.7/configure.in 2009-06-16 06:58:00.000000000 +0200 +++ new/yast2-devtools-2.18.9/configure.in 2009-06-23 12:26:13.000000000 +0200 @@ -1,9 +1,9 @@ dnl configure.in for yast2-devtools dnl -dnl -- This file is generated by y2autoconf 2.18.7 - DO NOT EDIT! -- +dnl -- This file is generated by y2autoconf 2.18.9 - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(yast2-devtools, 2.18.7, http://bugs.opensuse.org/, yast2-devtools) +AC_INIT(yast2-devtools, 2.18.9, http://bugs.opensuse.org/, yast2-devtools) dnl Check for presence of file 'RPMNAME' AC_CONFIG_SRCDIR([RPMNAME]) @@ -18,7 +18,7 @@ AM_INIT_AUTOMAKE(tar-ustar -Wno-portability) dnl Important YaST2 variables -VERSION="2.18.7" +VERSION="2.18.9" RPMNAME="yast2-devtools" MAINTAINER="Martin Vidner <mvidner@suse.cz>" @@ -217,8 +217,6 @@ scrdoc/doc/Makefile scrdoc/src/Makefile scrdoc/Makefile -y2logview/y2log_ana/Makefile -y2logview/Makefile yast2/check_ycp/doc/Makefile yast2/check_ycp/Makefile yast2/Makefile @@ -230,6 +228,8 @@ ydoc/doc/Makefile ydoc/src/Makefile ydoc/po-tools/Makefile -ydoc/Makefile) +ydoc/Makefile +y2logview/y2log_ana/Makefile +y2logview/Makefile) AC_OUTPUT diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-devtools-2.18.7/devtools/admin/aminclude/autodocs-ycp.ami new/yast2-devtools-2.18.9/devtools/admin/aminclude/autodocs-ycp.ami --- old/yast2-devtools-2.18.7/devtools/admin/aminclude/autodocs-ycp.ami 2009-06-16 06:55:03.000000000 +0200 +++ new/yast2-devtools-2.18.9/devtools/admin/aminclude/autodocs-ycp.ami 2009-06-19 10:38:12.000000000 +0200 @@ -1,5 +1,5 @@ # -*- makefile -*- Automake include file -# $Id: autodocs-ycp.ami 57556 2009-06-15 13:33:12Z mvidner $ +# $Id: autodocs-ycp.ami 57644 2009-06-19 08:38:11Z mvidner $ # Builds source documentation for YCP sources # Uses ycpdoc @@ -8,20 +8,25 @@ # Optional - the default is $(srcdir)/../../src/*.ycp # AUTODOCS_PM: Files that the perl autodocs is built from # Optional - the default is $(srcdir)/../../src/*.pm +# AUTODOCS_SUBDIR: To install the result to $(docdir)/SUBDIR/autodocs +# Optional - the default is no subdir, $(docdir)/autodocs +# AUTODOCS_STRIP: Strip it from filenames. The remaining / are replaced by __ +# Optional - the default is $(srcdir)/../../src -htmldir = $(docdir)/autodocs +htmldir = $(docdir)/$(AUTODOCS_SUBDIR)/autodocs html_DATA = index.html $(filter-out index.html, $(wildcard *.html)) CLEANFILES = $(html_DATA) pod2htm*.tmp AUTODOCS_YCP ?= $(wildcard $(srcdir)/../../src/*.ycp) AUTODOCS_PM ?= $(wildcard $(srcdir)/../../src/*.pm) +AUTODOCS_STRIP ?= $(srcdir)/../../src index.html: $(AUTODOCS_YCP) $(AUTODOCS_PM) #including *.pm, for the index - ${YCPDOC} -d. $^ + ${YCPDOC} -d. -s$(AUTODOCS_STRIP) $(AUTODOCS_YCP) for i in $(AUTODOCS_PM); do \ - b=`basename $$i`; b=$${b%.pm}; \ + b=$${i##$(AUTODOCS_STRIP)}; b=$${b#/}; b=$${b//\//__}; b=$${b%.pm}; \ pod2html --title=$$b --infile=$$i --outfile=$$b.html; \ - echo "<a href='$$b.html'>$$b</a>" > $$b.mod.html; \ + echo "<a href='$$b.html'>$${b/__/::}</a>" > $$b.mod.html; \ done diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-devtools-2.18.7/devtools/bin/create-spec new/yast2-devtools-2.18.9/devtools/bin/create-spec --- old/yast2-devtools-2.18.7/devtools/bin/create-spec 2009-06-16 06:55:03.000000000 +0200 +++ new/yast2-devtools-2.18.9/devtools/bin/create-spec 2009-06-22 15:46:27.000000000 +0200 @@ -63,6 +63,33 @@ die "$message"; } +# Some fields used to be part of @MACROS@ but since the demise of PDB +# they need to be correctly filled manually. So take care to only provide them +# if they are not present. +my $DEFAULTLICENSE = "License:\t$LICENSE"; +my $DEFAULTGROUP = "Group:\t\tSystem/YaST"; +my $DEFAULTSUBGROUP = "Group:\t\tDevelopment/Libraries"; +# needed for modifying the build environment variables +my $DEFAULTBUILDTAG = '%build'; +if (! seek(STDIN, 0, 0)) +{ + print STDERR "create-spec: WARNING: Input not seekable, magic disabled.\n"; +} +else +{ + my $subpac = 0; + while (<STDIN>) + { + $subpac = 1 if (/^\@HEADER-DEVEL@/); + + $DEFAULTLICENSE = "" if (/^License:/); + $DEFAULTGROUP = "" if (/^Group:/ && ! $subpac); + $DEFAULTSUBGROUP = "" if (/^Group:/ && $subpac); + $DEFAULTBUILDTAG = "" if (/^\%build/); + } + seek(STDIN, 0, 0); # rewind +} + # Definition of the macros my %macros = ( @@ -79,29 +106,24 @@ # norootforbuild", #", -# The group tag is only a dummy entry. The correct one is inserted by -# prepare_spec. - "\@HEADER\@" => "Name: $RPMNAME Version: $VERSION Release: 0 -License: $LICENSE -Group: System/YaST +$DEFAULTLICENSE +$DEFAULTGROUP BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: $RPMNAME-$VERSION.tar.bz2 prefix: /usr $provides_locale", -# The group tag is only a dummy entry. The correct one is inserted by -# prepare_spec. - "\@HEADER-DEVEL\@" => "\%package devel Requires: $RPMNAME = %version -Group: Development/Libraries", +$DEFAULTSUBGROUP", +# not used in today's packages, maybe useful for maintenance "\@HEADER-INSTSYS\@" => "\%package instsys Group: SuSE internal", @@ -115,7 +137,7 @@ ##### BUILD ##### "\@BUILD\@" => -"\%build +"$DEFAULTBUILDTAG %{prefix}/bin/y2tool y2autoconf %{prefix}/bin/y2tool y2automake autoreconf --force --install @@ -130,7 +152,7 @@ make %{?jobs:-j%jobs} V=1", "\@BUILD-QT\@" => -"\%build +"$DEFAULTBUILDTAG %{prefix}/bin/y2tool y2autoconf %{prefix}/bin/y2tool y2automake autoreconf --force --install @@ -145,7 +167,7 @@ make %{?jobs:-j%jobs} V=1", "\@BUILD-PO\@" => -"\%build +"$DEFAULTBUILDTAG autoreconf --force --install \%{?suse_update_config:\%{suse_update_config -f}} ./configure --libdir=%{_libdir} --prefix=%{prefix} diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-devtools-2.18.7/devtools/bin/oscsubmit new/yast2-devtools-2.18.9/devtools/bin/oscsubmit --- old/yast2-devtools-2.18.7/devtools/bin/oscsubmit 2009-06-16 06:55:03.000000000 +0200 +++ new/yast2-devtools-2.18.9/devtools/bin/oscsubmit 2009-06-16 16:25:13.000000000 +0200 @@ -57,6 +57,14 @@ PACKAGE=`cat RPMNAME`; +OSCVER=$(osc --version) +OSCVER=$((1000*${OSCVER/./+})) +if [ $OSCVER -lt 119 ]; then + SUBMITREQ="sr create" +else + SUBMITREQ="sr" +fi + test -f $LOGFILE && test -z $EMPTY_LOG || rm $LOGFILE if test -z $OBS_MOVE_PROJECT; then echo "Submitting $PACKAGE to $OBS_PROJECT" | tee -a $LOGFILE @@ -107,16 +115,16 @@ if [ -z $OBS_MOVE_PROJECT ]; then echo "To create submit request, run -osc sr create --nodevelproject $OBS_PROJECT $PACKAGE <project>, +osc $SUBMITREQ --nodevelproject $OBS_PROJECT $PACKAGE <project>, to submit to Factory, run. -osc sr create --nodevelproject $OBS_PROJECT $PACKAGE openSUSE:Factory +osc $SUBMITREQ --nodevelproject $OBS_PROJECT $PACKAGE openSUSE:Factory " | tee -a $LOGFILE else echo -n "Forwarding package from $OBS_PROJECT to $OBS_MOVE_PROJECT... " | tee -a $LOGFILE echo "" >>$LOGFILE; - if osc sr create --nodevelproject $OBS_PROJECT $PACKAGE $OBS_MOVE_PROJECT ; then + if osc $SUBMITREQ --nodevelproject $OBS_PROJECT $PACKAGE $OBS_MOVE_PROJECT ; then echo "OK" | tee -a $LOGFILE else echo "Failed" | tee -a $LOGFILE; exit 6 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-devtools-2.18.7/devtools/bin/showy2log new/yast2-devtools-2.18.9/devtools/bin/showy2log --- old/yast2-devtools-2.18.7/devtools/bin/showy2log 2007-12-02 20:13:14.000000000 +0100 +++ new/yast2-devtools-2.18.9/devtools/bin/showy2log 2007-09-18 16:55:51.000000000 +0200 @@ -41,7 +41,7 @@ my $debuglvl = 0; my $vcs_id = '$Id: showy2log 40869 2007-09-12 11:50:09Z dfiser $'; -my $vcs_date = '$Date: 2007-09-12 13:50:09 +0200 (Mi, 12 Sep 2007) $'; +my $vcs_date = '$Date: 2007-09-12 13:50:09 +0200 (St, 12 zář 2007) $'; $vcs_id =~ /^\$[[:alpha:]]+: [^ ]+ ([^ ]+ [^ ]+ [^ ]+) [^ ]+.*$/; my $version = $1; diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-devtools-2.18.7/devtools/bin/version new/yast2-devtools-2.18.9/devtools/bin/version --- old/yast2-devtools-2.18.7/devtools/bin/version 2009-06-16 06:58:25.000000000 +0200 +++ new/yast2-devtools-2.18.9/devtools/bin/version 2009-06-23 12:26:53.000000000 +0200 @@ -1,5 +1,5 @@ #!/bin/bash -echo 2.18.7 +echo 2.18.9 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-devtools-2.18.7/devtools/doc/skeletons/config/index.html new/yast2-devtools-2.18.9/devtools/doc/skeletons/config/index.html --- old/yast2-devtools-2.18.7/devtools/doc/skeletons/config/index.html 2009-06-16 08:29:14.000000000 +0200 +++ new/yast2-devtools-2.18.9/devtools/doc/skeletons/config/index.html 2009-06-23 12:31:33.000000000 +0200 @@ -124,10 +124,10 @@ </tr> <tr> <td> - <a href="XXPkgXX.html#Modified">Modified ()</a> + <a href="complex.html#Modified">Modified ()</a> </td> <td> - <a href="XXPkgXX.html">XXPkgXX.ycp</a> + <a href="complex.html">complex.ycp</a> </td> </tr> <tr> @@ -140,10 +140,10 @@ </tr> <tr> <td> - <a href="complex.html#Modified">Modified ()</a> + <a href="XXPkgXX.html#Modified">Modified ()</a> </td> <td> - <a href="complex.html">complex.ycp</a> + <a href="XXPkgXX.html">XXPkgXX.ycp</a> </td> </tr> <tr> diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-devtools-2.18.7/Makefile.am new/yast2-devtools-2.18.9/Makefile.am --- old/yast2-devtools-2.18.7/Makefile.am 2009-06-16 06:58:00.000000000 +0200 +++ new/yast2-devtools-2.18.9/Makefile.am 2009-06-23 12:26:14.000000000 +0200 @@ -214,4 +214,4 @@ test ! -f $(srcdir)/po/Makefile || $(MAKE) -C po checkpo # test ! -f $(srcdir)/po/Makefile || $(MAKE) -C po checkpo make-pox # No ./SUBDIRS file found - assuming default: All direct subdirs with Makefile.am -SUBDIRS = devtools docbook doxygen scrdoc y2logview yast2 ycpdoc ydoc +SUBDIRS = devtools docbook doxygen scrdoc yast2 ycpdoc ydoc y2logview diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-devtools-2.18.7/missing new/yast2-devtools-2.18.9/missing --- old/yast2-devtools-2.18.7/missing 2009-06-16 06:58:12.000000000 +0200 +++ new/yast2-devtools-2.18.9/missing 2009-06-23 12:26:32.000000000 +0200 @@ -1,10 +1,10 @@ #! /bin/sh # Common stub for a few missing GNU programs while installing. -scriptversion=2006-05-10.23 +scriptversion=2009-04-28.21; # UTC -# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006 -# Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, +# 2008, 2009 Free Software Foundation, Inc. # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996. # This program is free software; you can redistribute it and/or modify @@ -18,9 +18,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this program. If not, see <http://www.gnu.org/licenses/>. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -89,6 +87,9 @@ tar try tar, gnutar, gtar, then tar without non-portable flags yacc create \`y.tab.[ch]', if possible, from existing .[ch] +Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and +\`g' are ignored when checking the name. + Send bug reports to <bug-automake@gnu.org>." exit $? ;; @@ -106,15 +107,22 @@ esac +# normalize program name to check for. +program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + # Now exit if we have it, but it failed. Also exit now if we # don't have it and --version was passed (most likely to detect -# the program). +# the program). This is about non-GNU programs, so use $1 not +# $program. case $1 in - lex|yacc) + lex*|yacc*) # Not GNU programs, they don't have --version. ;; - tar) + tar*) if test -n "$run"; then echo 1>&2 "ERROR: \`tar' requires --run" exit 1 @@ -138,7 +146,7 @@ # If it does not exist, or fails to run (possibly an outdated version), # try to emulate it. -case $1 in +case $program in aclocal*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if @@ -148,7 +156,7 @@ touch aclocal.m4 ;; - autoconf) + autoconf*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`${configure_ac}'. You might want to install the @@ -157,7 +165,7 @@ touch configure ;; - autoheader) + autoheader*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified \`acconfig.h' or \`${configure_ac}'. You might want @@ -187,7 +195,7 @@ while read f; do touch "$f"; done ;; - autom4te) + autom4te*) echo 1>&2 "\ WARNING: \`$1' is needed, but is $msg. You might have modified some files without having the @@ -210,7 +218,7 @@ fi ;; - bison|yacc) + bison*|yacc*) echo 1>&2 "\ WARNING: \`$1' $msg. You should only need it if you modified a \`.y' file. You may need the \`Bison' package @@ -240,7 +248,7 @@ fi ;; - lex|flex) + lex*|flex*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a \`.l' file. You may need the \`Flex' package @@ -263,7 +271,7 @@ fi ;; - help2man) + help2man*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a dependency of a manual page. You may need the @@ -277,11 +285,11 @@ else test -z "$file" || exec >$file echo ".ab help2man is required to generate this page" - exit 1 + exit $? fi ;; - makeinfo) + makeinfo*) echo 1>&2 "\ WARNING: \`$1' is $msg. You should only need it if you modified a \`.texi' or \`.texinfo' file, or any other file @@ -310,7 +318,7 @@ touch $file ;; - tar) + tar*) shift # We have already tried tar in the generic part. @@ -363,5 +371,6 @@ # eval: (add-hook 'write-file-hooks 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-end: "$" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" # End: diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-devtools-2.18.7/VERSION new/yast2-devtools-2.18.9/VERSION --- old/yast2-devtools-2.18.7/VERSION 2009-06-16 06:55:04.000000000 +0200 +++ new/yast2-devtools-2.18.9/VERSION 2009-06-23 12:25:24.000000000 +0200 @@ -1 +1 @@ -2.18.7 +2.18.9 diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-devtools-2.18.7/y2logview/y2log_ana/cgui.moc.cc new/yast2-devtools-2.18.9/y2logview/y2log_ana/cgui.moc.cc --- old/yast2-devtools-2.18.7/y2logview/y2log_ana/cgui.moc.cc 2009-06-16 06:59:23.000000000 +0200 +++ new/yast2-devtools-2.18.9/y2logview/y2log_ana/cgui.moc.cc 2009-02-24 16:35:58.000000000 +0100 @@ -1,7 +1,7 @@ /**************************************************************************** ** Meta object code from reading C++ file 'cgui.h' ** -** Created +** Created: Tue Feb 24 16:35:58 2009 ** by: The Qt Meta Object Compiler version 59 (Qt 4.4.3) ** ** WARNING! All changes made in this file will be lost! diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-devtools-2.18.7/ycpdoc/doc/example/example.html new/yast2-devtools-2.18.9/ycpdoc/doc/example/example.html --- old/yast2-devtools-2.18.7/ycpdoc/doc/example/example.html 2009-06-16 06:59:25.000000000 +0200 +++ new/yast2-devtools-2.18.9/ycpdoc/doc/example/example.html 2006-10-17 11:27:40.000000000 +0200 @@ -71,8 +71,8 @@ <tr> <td> <ul> - <li> Petr Blahos <pblahos@suse.cz></li> - <li> Other Author <his_mail@suse.de></li> + <li> Petr Blahos <<a href="mailto:pblahos@suse.cz">pblahos@suse.cz</a>></li> + <li> Other Author <<a href="mailto:his_mail@suse.de">his_mail@suse.de</a>></li> </ul> </td> </tr> diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-devtools-2.18.7/ycpdoc/doc/example/mis.html new/yast2-devtools-2.18.9/ycpdoc/doc/example/mis.html --- old/yast2-devtools-2.18.7/ycpdoc/doc/example/mis.html 2009-06-16 06:59:25.000000000 +0200 +++ new/yast2-devtools-2.18.9/ycpdoc/doc/example/mis.html 2006-10-17 11:27:40.000000000 +0200 @@ -71,7 +71,7 @@ <tr> <td> <ul> - <li> Petr Blahos <pblahos@suse.cz></li> + <li> Petr Blahos <<a href="mailto:pblahos@suse.cz">pblahos@suse.cz</a>></li> </ul> </td> </tr> diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/yast2-devtools-2.18.7/ycpdoc/doc/example/modules.html new/yast2-devtools-2.18.9/ycpdoc/doc/example/modules.html --- old/yast2-devtools-2.18.7/ycpdoc/doc/example/modules.html 2009-06-16 06:59:25.000000000 +0200 +++ new/yast2-devtools-2.18.9/ycpdoc/doc/example/modules.html 2006-10-17 11:27:40.000000000 +0200 @@ -71,7 +71,7 @@ <tr> <td> <ul> - <li> Petr Blahos <pblahos@suse.cz></li> + <li> Petr Blahos <<a href="mailto:pblahos@suse.cz">pblahos@suse.cz</a>></li> </ul> </td> </tr> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de