Hello community, here is the log from the commit of package yast2-isns for openSUSE:Factory checked in at Tue Oct 4 17:04:48 CEST 2011.
-------- --- openSUSE:Factory/yast2-isns/yast2-isns.changes 2011-09-23 12:53:11.000000000 +0200 +++ /mounts/work_src_done/STABLE/yast2-isns/yast2-isns.changes 2011-09-29 11:26:28.000000000 +0200 @@ -1,0 +2,12 @@ +Thu Sep 29 11:25:22 CEST 2011 - [email protected] + +- set dialog title +- 2.21.2 + +------------------------------------------------------------------- +Mon Sep 19 14:37:03 CEST 2011 - [email protected] + +- removed unneeded import +- 2.21.1 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- yast2-isns-2.21.0.tar.bz2 New: ---- yast2-isns-2.21.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-isns.spec ++++++ --- /var/tmp/diff_new_pack.4D4nZp/_old 2011-10-04 17:04:43.000000000 +0200 +++ /var/tmp/diff_new_pack.4D4nZp/_new 2011-10-04 17:04:43.000000000 +0200 @@ -19,16 +19,18 @@ Name: yast2-isns -Version: 2.21.0 -Release: 1 +Version: 2.21.2 +Release: 0 License: GPL Group: System/YaST + BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-isns-2.21.0.tar.bz2 +Source0: yast2-isns-%{version}.tar.bz2 Prefix: /usr -Requires: yast2 +# Wizard::SetDesktopTitleAndIcon +Requires: yast2 >= 2.21.22 BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite BuildArch: noarch @@ -39,7 +41,7 @@ - %prep -%setup -n yast2-isns-2.21.0 +%setup -n yast2-isns-%{version} %build %{prefix}/bin/y2tool y2autoconf ++++++ yast2-isns-2.21.0.tar.bz2 -> yast2-isns-2.21.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-isns-2.21.0/Makefile.am new/yast2-isns-2.21.2/Makefile.am --- old/yast2-isns-2.21.0/Makefile.am 2011-08-05 16:25:24.000000000 +0200 +++ new/yast2-isns-2.21.2/Makefile.am 2011-09-29 11:24:58.000000000 +0200 @@ -20,7 +20,6 @@ IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME)) DEVTOOLS_DIR = $(if $(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools) -ALL_PACKAGES = $(DEVTOOLS_DIR)/admin/all-packages LEGALESE_DIR = $(if $(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl) COPYRIGHT_files_gpl = README COPYING @@ -155,7 +154,7 @@ $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \ done -package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local +package: check-up-to-date check-tagversion check-textdomain package-local TAGVERSION = $(Y2TOOL) tagversion @@ -185,21 +184,6 @@ check-parse: @echo "Not running parseycp." -check-all-packages: - @if [ ! -e "$(ALL_PACKAGES)" ]; then \ - echo ERROR: "Can't find $(ALL_PACKAGES)"; false; \ - fi - @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then \ - echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \ - fi - @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \ - echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some unknown (?) fields:"; \ - echo; \ - grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); \ - echo; \ - false; \ - fi - check-textdomain: $(Y2TOOL) check-textdomain $(srcdir) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-isns-2.21.0/Makefile.in new/yast2-isns-2.21.2/Makefile.in --- old/yast2-isns-2.21.0/Makefile.in 2011-08-05 16:25:26.000000000 +0200 +++ new/yast2-isns-2.21.2/Makefile.in 2011-09-29 11:25:01.000000000 +0200 @@ -261,7 +261,6 @@ # do we do Makefile.am for devtools? It is a little special... IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME)) DEVTOOLS_DIR = $(if $(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools) -ALL_PACKAGES = $(DEVTOOLS_DIR)/admin/all-packages LEGALESE_DIR = $(if $(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl) COPYRIGHT_files_gpl = README COPYING COPYRIGHT_files_yast = YAST_LICENSE README COPYING COPYRIGHT.english \ @@ -902,7 +901,7 @@ $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \ done -package: check-up-to-date check-tagversion check-all-packages check-textdomain package-local +package: check-up-to-date check-tagversion check-textdomain package-local check-up-to-date check-cvs-up-to-date check-svn-up-to-date: if [ -d $(srcdir)/CVS ]; then \ @@ -930,21 +929,6 @@ check-parse: @echo "Not running parseycp." -check-all-packages: - @if [ ! -e "$(ALL_PACKAGES)" ]; then \ - echo ERROR: "Can't find $(ALL_PACKAGES)"; false; \ - fi - @if ! grep -q "^$(RPMNAME)[[:space:]]" $(ALL_PACKAGES); then \ - echo ERROR: "$(RPMNAME) not in $(ALL_PACKAGES)"; false; \ - fi - @if grep -q "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); then \ - echo ERROR: "$(RPMNAME) info in $(ALL_PACKAGES) contains some unknown (?) fields:"; \ - echo; \ - grep "^$(RPMNAME)[[:space:]]\+.*?" $(ALL_PACKAGES); \ - echo; \ - false; \ - fi - check-textdomain: $(Y2TOOL) check-textdomain $(srcdir) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-isns-2.21.0/VERSION new/yast2-isns-2.21.2/VERSION --- old/yast2-isns-2.21.0/VERSION 2011-08-05 16:25:21.000000000 +0200 +++ new/yast2-isns-2.21.2/VERSION 2011-09-29 11:25:37.000000000 +0200 @@ -1 +1 @@ -2.21.0 +2.21.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-isns-2.21.0/configure new/yast2-isns-2.21.2/configure --- old/yast2-isns-2.21.0/configure 2011-08-05 16:25:26.000000000 +0200 +++ new/yast2-isns-2.21.2/configure 2011-09-29 11:25:01.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for yast2-isns 2.21.0. +# Generated by GNU Autoconf 2.68 for yast2-isns 2.21.1. # # Report bugs to <http://bugs.opensuse.org/>. # @@ -559,8 +559,8 @@ # Identity of this package. PACKAGE_NAME='yast2-isns' PACKAGE_TARNAME='yast2-isns' -PACKAGE_VERSION='2.21.0' -PACKAGE_STRING='yast2-isns 2.21.0' +PACKAGE_VERSION='2.21.1' +PACKAGE_STRING='yast2-isns 2.21.1' PACKAGE_BUGREPORT='http://bugs.opensuse.org/' PACKAGE_URL='' @@ -1229,7 +1229,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-isns 2.21.0 to adapt to many kinds of systems. +\`configure' configures yast2-isns 2.21.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1300,7 +1300,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of yast2-isns 2.21.0:";; + short | recursive ) echo "Configuration of yast2-isns 2.21.1:";; esac cat <<\_ACEOF @@ -1380,7 +1380,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -yast2-isns configure 2.21.0 +yast2-isns configure 2.21.1 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1397,7 +1397,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-isns $as_me 2.21.0, which was +It was created by yast2-isns $as_me 2.21.1, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2327,7 +2327,7 @@ # Define the identity of the package. PACKAGE='yast2-isns' - VERSION='2.21.0' + VERSION='2.21.1' cat >>confdefs.h <<_ACEOF @@ -2449,7 +2449,7 @@ -VERSION="2.21.0" +VERSION="2.21.1" RPMNAME="yast2-isns" MAINTAINER="YaST2 Maintainers <[email protected]>" @@ -3379,7 +3379,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by yast2-isns $as_me 2.21.0, which was +This file was extended by yast2-isns $as_me 2.21.1, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3432,7 +3432,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -yast2-isns config.status 2.21.0 +yast2-isns config.status 2.21.1 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-isns-2.21.0/configure.in new/yast2-isns-2.21.2/configure.in --- old/yast2-isns-2.21.0/configure.in 2011-08-05 16:25:24.000000000 +0200 +++ new/yast2-isns-2.21.2/configure.in 2011-09-29 11:24:58.000000000 +0200 @@ -1,9 +1,9 @@ dnl configure.in for yast2-isns dnl -dnl -- This file is generated by y2autoconf 2.18.11 - DO NOT EDIT! -- +dnl -- This file is generated by y2autoconf 2.21.2 - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(yast2-isns, 2.21.0, http://bugs.opensuse.org/, yast2-isns) +AC_INIT(yast2-isns, 2.21.1, http://bugs.opensuse.org/, yast2-isns) 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.21.0" +VERSION="2.21.1" RPMNAME="yast2-isns" MAINTAINER="YaST2 Maintainers <[email protected]>" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-isns-2.21.0/src/complex.ycp new/yast2-isns-2.21.2/src/complex.ycp --- old/yast2-isns-2.21.0/src/complex.ycp 2009-07-08 13:45:47.000000000 +0200 +++ new/yast2-isns-2.21.2/src/complex.ycp 2011-09-29 11:23:30.000000000 +0200 @@ -14,7 +14,6 @@ import "Label"; import "Popup"; import "Wizard"; -import "Wizard_hw"; import "IsnsServer"; include "isns/helps.ycp"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-isns-2.21.0/src/wizards.ycp new/yast2-isns-2.21.2/src/wizards.ycp --- old/yast2-isns-2.21.0/src/wizards.ycp 2009-07-08 13:45:47.000000000 +0200 +++ new/yast2-isns-2.21.2/src/wizards.ycp 2011-09-29 11:24:51.000000000 +0200 @@ -72,6 +72,7 @@ ]; Wizard::CreateDialog(); + Wizard::SetDesktopTitleAndIcon ("isns"); any ret = Sequencer::Run(aliases, sequence); continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
