Hello community,
here is the log from the commit of package yast2-ycp-ui-bindings for
openSUSE:13.1 checked in at 2013-10-17 15:26:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1/yast2-ycp-ui-bindings (Old)
and /work/SRC/openSUSE:13.1/.yast2-ycp-ui-bindings.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-ycp-ui-bindings"
Changes:
--------
--- /work/SRC/openSUSE:13.1/yast2-ycp-ui-bindings/yast2-ycp-ui-bindings.changes
2013-09-23 11:16:38.000000000 +0200
+++
/work/SRC/openSUSE:13.1/.yast2-ycp-ui-bindings.new/yast2-ycp-ui-bindings.changes
2013-10-19 16:51:18.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Oct 14 14:47:09 UTC 2013 - [email protected]
+
+- Fix query for special widget DateField and TimeField resulting
+ in bad widget in GUI (BNC#845623)
+- 3.0.1
+
+-------------------------------------------------------------------
Old:
----
yast2-ycp-ui-bindings-3.0.0.tar.bz2
New:
----
yast2-ycp-ui-bindings-3.0.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-ycp-ui-bindings.spec ++++++
--- /var/tmp/diff_new_pack.SbQg2l/_old 2013-10-19 16:51:18.000000000 +0200
+++ /var/tmp/diff_new_pack.SbQg2l/_new 2013-10-19 16:51:18.000000000 +0200
@@ -17,8 +17,8 @@
Name: yast2-ycp-ui-bindings
-Version: 3.0.0
-Release: 0
+Version: 3.0.1
+Release: 3
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-ycp-ui-bindings-%{version}.tar.bz2
++++++ yast2-ycp-ui-bindings-3.0.0.tar.bz2 ->
yast2-ycp-ui-bindings-3.0.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-ycp-ui-bindings-3.0.0/Makefile.am
new/yast2-ycp-ui-bindings-3.0.1/Makefile.am
--- old/yast2-ycp-ui-bindings-3.0.0/Makefile.am 2013-07-31 10:57:21.000000000
+0200
+++ new/yast2-ycp-ui-bindings-3.0.1/Makefile.am 2013-10-14 16:49:11.000000000
+0200
@@ -150,8 +150,10 @@
fi
here=`pwd`; \
cd $(srcdir) && for i in $(RPMNAME)*.spec.in; do \
- newname="`echo "$$i" | sed "s/\.in$$//g"`"; \
- $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
+ if [ -f "$$i" ]; then \
+ newname="`echo "$$i" | sed "s/\.in$$//g"`"; \
+ $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
+ fi \
done
package: check-up-to-date check-tagversion check-textdomain package-local
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-ycp-ui-bindings-3.0.0/Makefile.in
new/yast2-ycp-ui-bindings-3.0.1/Makefile.in
--- old/yast2-ycp-ui-bindings-3.0.0/Makefile.in 2013-07-31 10:57:33.000000000
+0200
+++ new/yast2-ycp-ui-bindings-3.0.1/Makefile.in 2013-10-14 16:49:29.000000000
+0200
@@ -768,7 +768,7 @@
*.zip*) \
unzip $(distdir).zip ;;\
esac
- chmod -R a-w $(distdir); chmod u+w $(distdir)
+ chmod -R a-w $(distdir); chmod a+w $(distdir)
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
chmod a-w $(distdir)
@@ -1061,8 +1061,10 @@
fi
here=`pwd`; \
cd $(srcdir) && for i in $(RPMNAME)*.spec.in; do \
- newname="`echo "$$i" | sed "s/\.in$$//g"`"; \
- $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
+ if [ -f "$$i" ]; then \
+ newname="`echo "$$i" | sed "s/\.in$$//g"`"; \
+ $(Y2TOOL) create-spec < $$i > $$here/package/$${newname} ; \
+ fi \
done
package: check-up-to-date check-tagversion check-textdomain package-local
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-ycp-ui-bindings-3.0.0/VERSION
new/yast2-ycp-ui-bindings-3.0.1/VERSION
--- old/yast2-ycp-ui-bindings-3.0.0/VERSION 2013-07-30 14:06:36.000000000
+0200
+++ new/yast2-ycp-ui-bindings-3.0.1/VERSION 2013-10-14 16:48:28.000000000
+0200
@@ -1 +1 @@
-3.0.0
+3.0.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-ycp-ui-bindings-3.0.0/aclocal.m4
new/yast2-ycp-ui-bindings-3.0.1/aclocal.m4
--- old/yast2-ycp-ui-bindings-3.0.0/aclocal.m4 2013-07-31 10:57:30.000000000
+0200
+++ new/yast2-ycp-ui-bindings-3.0.1/aclocal.m4 2013-10-14 16:49:24.000000000
+0200
@@ -1076,7 +1076,8 @@
# ----------------------------------
AC_DEFUN([PKG_PROG_PKG_CONFIG],
[m4_pattern_forbid([^_?PKG_[A-Z_]+$])
-m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
+m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
+m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search
path])
@@ -1122,7 +1123,8 @@
pkg_cv_[]$1="$$1"
elif test -n "$PKG_CONFIG"; then
PKG_CHECK_EXISTS([$3],
- [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
+ [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
+ test "x$?" != "x0" && pkg_failed=yes ],
[pkg_failed=yes])
else
pkg_failed=untried
@@ -1170,9 +1172,9 @@
AC_MSG_RESULT([no])
_PKG_SHORT_ERRORS_SUPPORTED
if test $_pkg_short_errors_supported = yes; then
- $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2"
2>&1`
+ $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors
--cflags --libs "$2" 2>&1`
else
- $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
+ $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs
"$2" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
@@ -1206,6 +1208,46 @@
fi[]dnl
])# PKG_CHECK_MODULES
+
+# PKG_INSTALLDIR(DIRECTORY)
+# -------------------------
+# Substitutes the variable pkgconfigdir as the location where a module
+# should install pkg-config .pc files. By default the directory is
+# $libdir/pkgconfig, but the default can be changed by passing
+# DIRECTORY. The user can override through the --with-pkgconfigdir
+# parameter.
+AC_DEFUN([PKG_INSTALLDIR],
+[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])])
+m4_pushdef([pkg_description],
+ [pkg-config installation directory @<:@]pkg_default[@:>@])
+AC_ARG_WITH([pkgconfigdir],
+ [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],,
+ [with_pkgconfigdir=]pkg_default)
+AC_SUBST([pkgconfigdir], [$with_pkgconfigdir])
+m4_popdef([pkg_default])
+m4_popdef([pkg_description])
+]) dnl PKG_INSTALLDIR
+
+
+# PKG_NOARCH_INSTALLDIR(DIRECTORY)
+# -------------------------
+# Substitutes the variable noarch_pkgconfigdir as the location where a
+# module should install arch-independent pkg-config .pc files. By
+# default the directory is $datadir/pkgconfig, but the default can be
+# changed by passing DIRECTORY. The user can override through the
+# --with-noarch-pkgconfigdir parameter.
+AC_DEFUN([PKG_NOARCH_INSTALLDIR],
+[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])])
+m4_pushdef([pkg_description],
+ [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@])
+AC_ARG_WITH([noarch-pkgconfigdir],
+ [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],,
+ [with_noarch_pkgconfigdir=]pkg_default)
+AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir])
+m4_popdef([pkg_default])
+m4_popdef([pkg_description])
+]) dnl PKG_NOARCH_INSTALLDIR
+
dnl check for docbook -*- autoconf -*-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-ycp-ui-bindings-3.0.0/configure
new/yast2-ycp-ui-bindings-3.0.1/configure
--- old/yast2-ycp-ui-bindings-3.0.0/configure 2013-07-31 10:57:32.000000000
+0200
+++ new/yast2-ycp-ui-bindings-3.0.1/configure 2013-10-14 16:49:25.000000000
+0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-ycp-ui-bindings 3.0.0.
+# Generated by GNU Autoconf 2.69 for yast2-ycp-ui-bindings 3.0.1.
#
# Report bugs to <http://bugs.opensuse.org/>.
#
@@ -590,8 +590,8 @@
# Identity of this package.
PACKAGE_NAME='yast2-ycp-ui-bindings'
PACKAGE_TARNAME='yast2-ycp-ui-bindings'
-PACKAGE_VERSION='3.0.0'
-PACKAGE_STRING='yast2-ycp-ui-bindings 3.0.0'
+PACKAGE_VERSION='3.0.1'
+PACKAGE_STRING='yast2-ycp-ui-bindings 3.0.1'
PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
PACKAGE_URL=''
@@ -1381,7 +1381,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-ycp-ui-bindings 3.0.0 to adapt to many kinds of
systems.
+\`configure' configures yast2-ycp-ui-bindings 3.0.1 to adapt to many kinds of
systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1453,7 +1453,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-ycp-ui-bindings 3.0.0:";;
+ short | recursive ) echo "Configuration of yast2-ycp-ui-bindings 3.0.1:";;
esac
cat <<\_ACEOF
@@ -1572,7 +1572,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-yast2-ycp-ui-bindings configure 3.0.0
+yast2-ycp-ui-bindings configure 3.0.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2116,7 +2116,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-ycp-ui-bindings $as_me 3.0.0, which was
+It was created by yast2-ycp-ui-bindings $as_me 3.0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3055,7 +3055,7 @@
# Define the identity of the package.
PACKAGE='yast2-ycp-ui-bindings'
- VERSION='3.0.0'
+ VERSION='3.0.1'
cat >>confdefs.h <<_ACEOF
@@ -3178,7 +3178,7 @@
-VERSION="3.0.0"
+VERSION="3.0.1"
RPMNAME="yast2-ycp-ui-bindings"
MAINTAINER="Thomas Goettlicher <[email protected]>"
@@ -5993,6 +5993,7 @@
+
if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
if test -n "$ac_tool_prefix"; then
# Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a
program name with args.
@@ -6128,6 +6129,7 @@
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
pkg_cv_Y2CORE_CFLAGS=`$PKG_CONFIG --cflags "yast2-core" 2>/dev/null`
+ test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
fi
@@ -6144,6 +6146,7 @@
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
pkg_cv_Y2CORE_LIBS=`$PKG_CONFIG --libs "yast2-core" 2>/dev/null`
+ test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
fi
@@ -6163,9 +6166,9 @@
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- Y2CORE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors
"yast2-core" 2>&1`
+ Y2CORE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors
--cflags --libs "yast2-core" 2>&1`
else
- Y2CORE_PKG_ERRORS=`$PKG_CONFIG --print-errors "yast2-core" 2>&1`
+ Y2CORE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs
"yast2-core" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$Y2CORE_PKG_ERRORS" >&5
@@ -17667,7 +17670,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by yast2-ycp-ui-bindings $as_me 3.0.0, which was
+This file was extended by yast2-ycp-ui-bindings $as_me 3.0.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -17733,7 +17736,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-ycp-ui-bindings config.status 3.0.0
+yast2-ycp-ui-bindings config.status 3.0.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-ycp-ui-bindings-3.0.0/configure.ac
new/yast2-ycp-ui-bindings-3.0.1/configure.ac
--- old/yast2-ycp-ui-bindings-3.0.0/configure.ac 2013-07-31
10:57:21.000000000 +0200
+++ new/yast2-ycp-ui-bindings-3.0.1/configure.ac 2013-10-14
16:49:11.000000000 +0200
@@ -1,9 +1,9 @@
dnl configure.ac for yast2-ycp-ui-bindings
dnl
-dnl -- This file is generated by y2autoconf 2.24.7 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 3.1.6 - DO NOT EDIT! --
dnl (edit configure.ac.in or configure.in.in instead)
-AC_INIT(yast2-ycp-ui-bindings, 3.0.0, http://bugs.opensuse.org/,
yast2-ycp-ui-bindings)
+AC_INIT(yast2-ycp-ui-bindings, 3.0.1, http://bugs.opensuse.org/,
yast2-ycp-ui-bindings)
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="3.0.0"
+VERSION="3.0.1"
RPMNAME="yast2-ycp-ui-bindings"
MAINTAINER="Thomas Goettlicher <[email protected]>"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-ycp-ui-bindings-3.0.0/examples/PatternSelector-wizard-with-packages.rb
new/yast2-ycp-ui-bindings-3.0.1/examples/PatternSelector-wizard-with-packages.rb
---
old/yast2-ycp-ui-bindings-3.0.0/examples/PatternSelector-wizard-with-packages.rb
2013-07-30 14:06:36.000000000 +0200
+++
new/yast2-ycp-ui-bindings-3.0.1/examples/PatternSelector-wizard-with-packages.rb
2013-08-21 10:32:58.000000000 +0200
@@ -6,7 +6,6 @@
def main
Yast.import "UI"
Yast.import "Pkg"
- textdomain "bogus"
# Pkg::SourceCreate(
"http://dist.suse.de/install/SLP/SUSE-10.1-Beta3/i386/CD1/", "" );
# Pkg::SourceCreate( "file:/srv/sles-10-i386/CD1/", "" );
@@ -27,18 +26,11 @@
)
- @help_text = _(
- "<p>The available software for this system is shown by category in the
left column. To view a description for an item, select it in the list.</p>"
- ) +
- _(
- "<p>Change the status of items by clicking on their status icon or
right-click on any icon for a context menu. With the context menu you can also
change the status of all items.</p>"
- ) +
- _(
- "<p><b>Details</b> opens the detailed software package selection
where you can view and select individual software packages.</p>"
- ) +
- _(
+ @help_text =
+ "<p>The available software for this system is shown by category in
the left column. To view a description for an item, select it in the
list.</p>" +
+ "<p>Change the status of items by clicking on their status icon or
right-click on any icon for a context menu. With the context menu you can also
change the status of all items.</p>" +
+ "<p><b>Details</b> opens the detailed software package selection
where you can view and select individual software packages.</p>" +
"<p>The <b>disk usage</b> display in the lower right corner shows
the remaining disk space after all requested changes will have been performed.
Please notice that hard disk partitions that are full or nearly full can
degrade system performance and in some cases even cause serious problems. The
system needs some available disk space to run properly.</p>"
- )
UI.WizardCommand(
term(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-ycp-ui-bindings-3.0.0/examples/PatternSelector-wizard.rb
new/yast2-ycp-ui-bindings-3.0.1/examples/PatternSelector-wizard.rb
--- old/yast2-ycp-ui-bindings-3.0.0/examples/PatternSelector-wizard.rb
2013-07-30 14:06:36.000000000 +0200
+++ new/yast2-ycp-ui-bindings-3.0.1/examples/PatternSelector-wizard.rb
2013-08-21 10:32:58.000000000 +0200
@@ -6,7 +6,6 @@
def main
Yast.import "UI"
Yast.import "Pkg"
- textdomain "bogus"
# Pkg::SourceCreate(
"http://dist.suse.de/install/SLP/SUSE-10.1-Beta3/i386/CD1/", "" );
Pkg.SourceCreate("file:/srv/sles-10-i386/CD1/", "")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-ycp-ui-bindings-3.0.0/examples/SimplePatchSelector-stable.rb
new/yast2-ycp-ui-bindings-3.0.1/examples/SimplePatchSelector-stable.rb
--- old/yast2-ycp-ui-bindings-3.0.0/examples/SimplePatchSelector-stable.rb
2013-07-30 14:06:36.000000000 +0200
+++ new/yast2-ycp-ui-bindings-3.0.1/examples/SimplePatchSelector-stable.rb
2013-08-21 10:32:58.000000000 +0200
@@ -6,7 +6,6 @@
def main
Yast.import "UI"
Yast.import "Pkg"
- textdomain "bogus"
# Initialize RPM DB as pkg src
Pkg.TargetInit(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-ycp-ui-bindings-3.0.0/source/YCP_UI.cc
new/yast2-ycp-ui-bindings-3.0.1/source/YCP_UI.cc
--- old/yast2-ycp-ui-bindings-3.0.0/source/YCP_UI.cc 2013-07-30
14:06:36.000000000 +0200
+++ new/yast2-ycp-ui-bindings-3.0.1/source/YCP_UI.cc 2013-10-14
16:47:02.000000000 +0200
@@ -109,7 +109,9 @@
else if ( symbol == YUISpecialWidget_SimplePatchSelector )
hasWidget = fact->hasSimplePatchSelector();
else if ( symbol == YUISpecialWidget_Wizard )
hasWidget = fact->hasWizard();
else if ( symbol == YUISpecialWidget_Date )
hasWidget = fact->hasDateField();
- else if ( symbol == YUISpecialWidget_Time )
hasWidget = fact->hasTimeField();
+ else if ( symbol == YUISpecialWidget_DateField) hasWidget =
fact->hasDateField();
+ else if ( symbol == YUISpecialWidget_Time) hasWidget =
fact->hasTimeField();
+ else if ( symbol == YUISpecialWidget_TimeField) hasWidget =
fact->hasTimeField();
else if ( symbol == YUISpecialWidget_TimezoneSelector )
hasWidget = fact->hasTimezoneSelector();
else if ( symbol == YUISpecialWidget_Graph )
hasWidget = fact->hasGraph();
else if ( symbol == YUISpecialWidget_ContextMenu )
hasWidget = fact->hasContextMenu();
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]