Hello community, here is the log from the commit of package yast2-add-on-creator checked in at Thu May 17 18:24:22 CEST 2007. -------- --- yast2-add-on-creator/yast2-add-on-creator.changes 2007-05-02 13:42:47.000000000 +0200 +++ /mounts/work_src_done/NOARCH/yast2-add-on-creator/yast2-add-on-creator.changes 2007-05-17 17:00:55.339825000 +0200 @@ -1,0 +2,6 @@ +Thu May 17 16:42:33 CEST 2007 - jsuchome@suse.cz + +- clear pattern data map before importing next one (#273528) +- 2.15.7 + +------------------------------------------------------------------- Old: ---- yast2-add-on-creator-2.15.6.tar.bz2 New: ---- yast2-add-on-creator-2.15.7.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-add-on-creator.spec ++++++ --- /var/tmp/diff_new_pack.xR5324/_old 2007-05-17 18:24:19.000000000 +0200 +++ /var/tmp/diff_new_pack.xR5324/_new 2007-05-17 18:24:19.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package yast2-add-on-creator (Version 2.15.6) +# spec file for package yast2-add-on-creator (Version 2.15.7) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-add-on-creator -Version: 2.15.6 +Version: 2.15.7 Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-add-on-creator-2.15.6.tar.bz2 +Source0: yast2-add-on-creator-2.15.7.tar.bz2 prefix: /usr Requires: yast2 BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite @@ -33,7 +33,7 @@ Jiř� Suchomel <jsuchome@suse.cz> %prep -%setup -n yast2-add-on-creator-2.15.6 +%setup -n yast2-add-on-creator-2.15.7 %build %{prefix}/bin/y2tool y2autoconf @@ -69,6 +69,9 @@ %doc %{prefix}/share/doc/packages/yast2-add-on-creator %changelog +* Thu May 17 2007 - jsuchome@suse.cz +- clear pattern data map before importing next one (#273528) +- 2.15.7 * Wed May 02 2007 - jsuchome@suse.cz - enable usage of spaces in output path - 2.15.6 ++++++ yast2-add-on-creator-2.15.6.tar.bz2 -> yast2-add-on-creator-2.15.7.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-add-on-creator-2.15.6/agents/ag_pattern new/yast2-add-on-creator-2.15.7/agents/ag_pattern --- old/yast2-add-on-creator-2.15.6/agents/ag_pattern 2007-01-31 08:57:52.000000000 +0100 +++ new/yast2-add-on-creator-2.15.7/agents/ag_pattern 2007-05-17 16:35:57.000000000 +0200 @@ -19,6 +19,7 @@ sub parse_file { my $file = shift; + %pattern = (); my $i = open PATTERN, "< $file"; if (!defined $i) { y2error ("$file cannot be opened for reading!"); diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-add-on-creator-2.15.6/configure new/yast2-add-on-creator-2.15.7/configure --- old/yast2-add-on-creator-2.15.6/configure 2007-01-31 09:03:28.000000000 +0100 +++ new/yast2-add-on-creator-2.15.7/configure 2007-05-17 16:55:11.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.60 for yast2-add-on-creator 2.15.0. +# Generated by GNU Autoconf 2.60 for yast2-add-on-creator 2.15.7. # # Report bugs to <http://bugs.opensuse.org/>. # @@ -559,8 +559,8 @@ # Identity of this package. PACKAGE_NAME='yast2-add-on-creator' PACKAGE_TARNAME='yast2-add-on-creator' -PACKAGE_VERSION='2.15.0' -PACKAGE_STRING='yast2-add-on-creator 2.15.0' +PACKAGE_VERSION='2.15.7' +PACKAGE_STRING='yast2-add-on-creator 2.15.7' PACKAGE_BUGREPORT='http://bugs.opensuse.org/' ac_unique_file="RPMNAME" @@ -1181,7 +1181,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures yast2-add-on-creator 2.15.0 to adapt to many kinds of systems. +\`configure' configures yast2-add-on-creator 2.15.7 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1252,7 +1252,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of yast2-add-on-creator 2.15.0:";; + short | recursive ) echo "Configuration of yast2-add-on-creator 2.15.7:";; esac cat <<\_ACEOF @@ -1330,7 +1330,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -yast2-add-on-creator configure 2.15.0 +yast2-add-on-creator configure 2.15.7 generated by GNU Autoconf 2.60 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1344,7 +1344,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by yast2-add-on-creator $as_me 2.15.0, which was +It was created by yast2-add-on-creator $as_me 2.15.7, which was generated by GNU Autoconf 2.60. Invocation command line was $ $0 $@ @@ -2145,7 +2145,7 @@ # Define the identity of the package. PACKAGE='yast2-add-on-creator' - VERSION='2.15.0' + VERSION='2.15.7' cat >>confdefs.h <<_ACEOF @@ -2372,7 +2372,7 @@ -VERSION="2.15.0" +VERSION="2.15.7" RPMNAME="yast2-add-on-creator" MAINTAINER="Jiri Suchomel <jsuchome@suse.cz>" @@ -3258,7 +3258,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by yast2-add-on-creator $as_me 2.15.0, which was +This file was extended by yast2-add-on-creator $as_me 2.15.7, which was generated by GNU Autoconf 2.60. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3301,7 +3301,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -yast2-add-on-creator config.status 2.15.0 +yast2-add-on-creator config.status 2.15.7 configured by $0, generated by GNU Autoconf 2.60, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-add-on-creator-2.15.6/configure.in new/yast2-add-on-creator-2.15.7/configure.in --- old/yast2-add-on-creator-2.15.6/configure.in 2007-01-31 09:03:22.000000000 +0100 +++ new/yast2-add-on-creator-2.15.7/configure.in 2007-05-17 16:55:07.000000000 +0200 @@ -3,7 +3,7 @@ dnl -- This file is generated by y2autoconf 2.14.0 - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(yast2-add-on-creator, 2.15.0, http://bugs.opensuse.org/, yast2-add-on-creator) +AC_INIT(yast2-add-on-creator, 2.15.7, http://bugs.opensuse.org/, yast2-add-on-creator) dnl Check for presence of file 'RPMNAME' AC_CONFIG_SRCDIR([RPMNAME]) @@ -17,7 +17,7 @@ AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs dnl Important YaST2 variables -VERSION="2.15.0" +VERSION="2.15.7" RPMNAME="yast2-add-on-creator" MAINTAINER="Jiri Suchomel <jsuchome@suse.cz>" diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-add-on-creator-2.15.6/src/AddOnCreator.ycp new/yast2-add-on-creator-2.15.7/src/AddOnCreator.ycp --- old/yast2-add-on-creator-2.15.6/src/AddOnCreator.ycp 2007-05-02 13:35:14.000000000 +0200 +++ new/yast2-add-on-creator-2.15.7/src/AddOnCreator.ycp 2007-05-17 16:42:04.000000000 +0200 @@ -24,7 +24,7 @@ * Summary: AddOnCreator settings, input and output functions * Authors: Jiri Suchomel <jsuchome@suse.cz> * - * $Id: AddOnCreator.ycp 37583 2007-04-19 12:45:25Z jsuchome $ + * $Id: AddOnCreator.ycp 37776 2007-05-02 11:43:20Z jsuchome $ * * Representation of the configuration of add-on-creator. * Input and output routines. diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-add-on-creator-2.15.6/VERSION new/yast2-add-on-creator-2.15.7/VERSION --- old/yast2-add-on-creator-2.15.6/VERSION 2007-05-02 13:35:35.000000000 +0200 +++ new/yast2-add-on-creator-2.15.7/VERSION 2007-05-17 16:51:05.000000000 +0200 @@ -1 +1 @@ -2.15.6 +2.15.7 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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