Hello community, here is the log from the commit of package yast2-ncurses-pkg for openSUSE:Factory checked in at 2011-10-26 15:52:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-ncurses-pkg (Old) and /work/SRC/openSUSE:Factory/.yast2-ncurses-pkg.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-ncurses-pkg", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-ncurses-pkg/yast2-ncurses-pkg.changes 2011-09-23 12:53:15.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-ncurses-pkg.new/yast2-ncurses-pkg.changes 2011-10-28 15:33:06.000000000 +0200 @@ -1,0 +2,7 @@ +Tue Oct 25 14:25:38 CEST 2011 - [email protected] + +- Set action 'Show Summary' correctly (menu 'Configuration', + 'Action after Package Installation') +- 2.21.2 + +------------------------------------------------------------------- Old: ---- yast2-ncurses-pkg-2.21.1.tar.bz2 New: ---- yast2-ncurses-pkg-2.21.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-ncurses-pkg.spec ++++++ --- /var/tmp/diff_new_pack.luf2K8/_old 2011-10-28 15:33:09.000000000 +0200 +++ /var/tmp/diff_new_pack.luf2K8/_new 2011-10-28 15:33:09.000000000 +0200 @@ -18,19 +18,19 @@ # norootforbuild + Name: yast2-ncurses-pkg -Version: 2.21.1 -Release: 1 +Version: 2.21.2 +Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-ncurses-pkg-2.21.1.tar.bz2 +Source0: yast2-ncurses-pkg-%{version}.tar.bz2 -Prefix: /usr Group: System/YaST -License: GPL v2 or later -BuildRequires: dejagnu doxygen gcc-c++ yast2-core-devel yast2-devtools -BuildRequires: blocxx-devel libxcrypt-devel ncurses-devel yast2-ncurses-devel +License: GPL-2.0+ +BuildRequires: doxygen dejagnu gcc-c++ yast2-core-devel yast2-devtools +BuildRequires: libxcrypt-devel blocxx-devel ncurses-devel yast2-ncurses-devel Summary: YaST2 - Character Based Package Manager Frontend Provides: yast2-ncurses:%{_libdir}/YaST2/plugin/libpy2ncurses.so @@ -49,26 +49,26 @@ package manager %prep -%setup -n yast2-ncurses-pkg-2.21.1 +%setup -n yast2-ncurses-pkg-%{version} %build -%{prefix}/bin/y2tool y2autoconf -%{prefix}/bin/y2tool y2automake +%{_prefix}/bin/y2tool y2autoconf +%{_prefix}/bin/y2tool y2automake autoreconf --force --install export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" %{?suse_update_config:%{suse_update_config -f}} -./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir} +./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir} # V=1: verbose build in case we used AM_SILENT_RULES(yes) # so that RPM_OPT_FLAGS check works make %{?jobs:-j%jobs} V=1 %install make install DESTDIR="$RPM_BUILD_ROOT" -[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT" -for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name "*.desktop"` ; do +[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT" +for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name "*.desktop"` ; do d=${f##*/} %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop} done @@ -82,5 +82,4 @@ %defattr (-, root, root) %{_libdir}/YaST2/plugin/libpy2ncurses_pkg.so.* %{_libdir}/YaST2/plugin/libpy2ncurses_pkg.so -%doc %{prefix}/share/doc/packages/yast2-ncurses-pkg -%changelog +%doc %{_prefix}/share/doc/packages/yast2-ncurses-pkg ++++++ yast2-ncurses-pkg-2.21.1.tar.bz2 -> yast2-ncurses-pkg-2.21.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ncurses-pkg-2.21.1/Makefile.am new/yast2-ncurses-pkg-2.21.2/Makefile.am --- old/yast2-ncurses-pkg-2.21.1/Makefile.am 2011-08-02 19:58:16.000000000 +0200 +++ new/yast2-ncurses-pkg-2.21.2/Makefile.am 2011-10-25 14:36:19.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-ncurses-pkg-2.21.1/Makefile.in new/yast2-ncurses-pkg-2.21.2/Makefile.in --- old/yast2-ncurses-pkg-2.21.1/Makefile.in 2011-08-02 19:58:22.000000000 +0200 +++ new/yast2-ncurses-pkg-2.21.2/Makefile.in 2011-10-25 14:36:27.000000000 +0200 @@ -315,7 +315,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 \ @@ -986,7 +985,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 \ @@ -1014,21 +1013,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-ncurses-pkg-2.21.1/VERSION new/yast2-ncurses-pkg-2.21.2/VERSION --- old/yast2-ncurses-pkg-2.21.1/VERSION 2011-08-02 19:42:58.000000000 +0200 +++ new/yast2-ncurses-pkg-2.21.2/VERSION 2011-10-25 14:34:37.000000000 +0200 @@ -1 +1 @@ -2.21.1 +2.21.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ncurses-pkg-2.21.1/configure new/yast2-ncurses-pkg-2.21.2/configure --- old/yast2-ncurses-pkg-2.21.1/configure 2011-08-02 19:58:21.000000000 +0200 +++ new/yast2-ncurses-pkg-2.21.2/configure 2011-10-25 14:36:26.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-ncurses-pkg 2.21.1. +# Generated by GNU Autoconf 2.68 for yast2-ncurses-pkg 2.21.2. # # Report bugs to <http://bugs.opensuse.org/>. # @@ -709,8 +709,8 @@ # Identity of this package. PACKAGE_NAME='yast2-ncurses-pkg' PACKAGE_TARNAME='yast2-ncurses-pkg' -PACKAGE_VERSION='2.21.1' -PACKAGE_STRING='yast2-ncurses-pkg 2.21.1' +PACKAGE_VERSION='2.21.2' +PACKAGE_STRING='yast2-ncurses-pkg 2.21.2' PACKAGE_BUGREPORT='http://bugs.opensuse.org/' PACKAGE_URL='' @@ -1492,7 +1492,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-ncurses-pkg 2.21.1 to adapt to many kinds of systems. +\`configure' configures yast2-ncurses-pkg 2.21.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1564,7 +1564,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of yast2-ncurses-pkg 2.21.1:";; + short | recursive ) echo "Configuration of yast2-ncurses-pkg 2.21.2:";; esac cat <<\_ACEOF @@ -1680,7 +1680,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -yast2-ncurses-pkg configure 2.21.1 +yast2-ncurses-pkg configure 2.21.2 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2224,7 +2224,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-ncurses-pkg $as_me 2.21.1, which was +It was created by yast2-ncurses-pkg $as_me 2.21.2, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -3154,7 +3154,7 @@ # Define the identity of the package. PACKAGE='yast2-ncurses-pkg' - VERSION='2.21.1' + VERSION='2.21.2' cat >>confdefs.h <<_ACEOF @@ -3276,7 +3276,7 @@ -VERSION="2.21.1" +VERSION="2.21.2" RPMNAME="yast2-ncurses-pkg" MAINTAINER="Gabriele Mohr <[email protected]>" @@ -16076,7 +16076,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by yast2-ncurses-pkg $as_me 2.21.1, which was +This file was extended by yast2-ncurses-pkg $as_me 2.21.2, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -16142,7 +16142,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-ncurses-pkg config.status 2.21.1 +yast2-ncurses-pkg config.status 2.21.2 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-ncurses-pkg-2.21.1/configure.in new/yast2-ncurses-pkg-2.21.2/configure.in --- old/yast2-ncurses-pkg-2.21.1/configure.in 2011-08-02 19:58:16.000000000 +0200 +++ new/yast2-ncurses-pkg-2.21.2/configure.in 2011-10-25 14:36:19.000000000 +0200 @@ -1,9 +1,9 @@ dnl configure.in for yast2-ncurses-pkg 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-ncurses-pkg, 2.21.1, http://bugs.opensuse.org/, yast2-ncurses-pkg) +AC_INIT(yast2-ncurses-pkg, 2.21.2, http://bugs.opensuse.org/, yast2-ncurses-pkg) 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.1" +VERSION="2.21.2" RPMNAME="yast2-ncurses-pkg" MAINTAINER="Gabriele Mohr <[email protected]>" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ncurses-pkg-2.21.1/src/NCPkgMenuConfig.cc new/yast2-ncurses-pkg-2.21.2/src/NCPkgMenuConfig.cc --- old/yast2-ncurses-pkg-2.21.1/src/NCPkgMenuConfig.cc 2009-08-03 09:53:48.000000000 +0200 +++ new/yast2-ncurses-pkg-2.21.2/src/NCPkgMenuConfig.cc 2011-10-25 14:03:53.000000000 +0200 @@ -125,7 +125,7 @@ { exitAction = "close"; } - else if ( event.selection == restart ) + else if ( event.selection == showSummary ) { exitAction = "summary"; } -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
