Hello community, here is the log from the commit of package yast2-isns for openSUSE:Factory checked in at 2013-06-05 13:25:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-isns (Old) and /work/SRC/openSUSE:Factory/.yast2-isns.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-isns" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-isns/yast2-isns.changes 2013-03-26 19:49:19.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-isns.new/yast2-isns.changes 2013-06-05 13:25:48.000000000 +0200 @@ -1,0 +2,5 @@ +Tue May 7 12:37:32 UTC 2013 - [email protected] + +- fixed syntax error in widgets.ycp (wrogly placed bracket) + +------------------------------------------------------------------- @@ -9,0 +15,5 @@ + +------------------------------------------------------------------- +Thu Jan 12 11:31:13 UTC 2012 - [email protected] + +- change license to be in spdx.org format ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-isns-2.21.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-isns-2.21.2/Makefile.am new/yast2-isns-2.21.2/Makefile.am --- old/yast2-isns-2.21.2/Makefile.am 2013-03-15 18:08:47.000000000 +0100 +++ new/yast2-isns-2.21.2/Makefile.am 2013-05-28 14:12:21.000000000 +0200 @@ -158,19 +158,14 @@ TAGVERSION = $(Y2TOOL) tagversion -check-up-to-date check-cvs-up-to-date check-svn-up-to-date: - if [ -d $(srcdir)/CVS ]; then \ - cd $(srcdir) && ! cvs -q -n up 2>/dev/null | grep '^[MCAR] ';\ - else \ - cd $(srcdir) && ! LC_ALL=C svn status --show-updates --quiet | grep -v '^Status against revision' ;\ +# check if there is no modified files and all commits were pushed +check-up-to-date: + if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` -gt 0 ]; then \ + (echo "ERROR: Source is not commited and pushed. See `git status`"; false) \ fi check-tagversion: - @if [ -d $(srcdir)/CVS ]; then \ - cd $(srcdir) && cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\ - else \ - cd $(srcdir) && svn cat `$(TAGVERSION) --echourl`/VERSION; \ - fi >/dev/null; \ + cd $(srcdir) && $(TAGVERSION) --check >/dev/null; \ [ $$? = 0 ] || ( echo "ERROR: Please run 'tagversion' first"; false ) check-parse-old: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-isns-2.21.2/Makefile.am.common new/yast2-isns-2.21.2/Makefile.am.common --- old/yast2-isns-2.21.2/Makefile.am.common 2013-03-15 18:08:47.000000000 +0100 +++ new/yast2-isns-2.21.2/Makefile.am.common 2013-05-28 14:12:21.000000000 +0200 @@ -31,7 +31,7 @@ CHECK_SYNTAX = true check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles) - @if test "$(client_DATA)"; then \ + @if test "$(filter %.ycp,client_DATA)"; then \ if $(CHECK_SYNTAX); then \ TO_CHECK="$(filter %.ycp,$^)"; \ echo "Checking syntax of $${TO_CHECK}"; \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-isns-2.21.2/Makefile.in new/yast2-isns-2.21.2/Makefile.in --- old/yast2-isns-2.21.2/Makefile.in 2013-03-15 18:08:52.000000000 +0100 +++ new/yast2-isns-2.21.2/Makefile.in 2013-05-28 14:12:26.000000000 +0200 @@ -980,19 +980,14 @@ 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 \ - cd $(srcdir) && ! cvs -q -n up 2>/dev/null | grep '^[MCAR] ';\ - else \ - cd $(srcdir) && ! LC_ALL=C svn status --show-updates --quiet | grep -v '^Status against revision' ;\ +# check if there is no modified files and all commits were pushed +check-up-to-date: + if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` -gt 0 ]; then \ + (echo "ERROR: Source is not commited and pushed. See `git status`"; false) \ fi check-tagversion: - @if [ -d $(srcdir)/CVS ]; then \ - cd $(srcdir) && cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\ - else \ - cd $(srcdir) && svn cat `$(TAGVERSION) --echourl`/VERSION; \ - fi >/dev/null; \ + cd $(srcdir) && $(TAGVERSION) --check >/dev/null; \ [ $$? = 0 ] || ( echo "ERROR: Please run 'tagversion' first"; false ) check-parse-old: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-isns-2.21.2/configure.in new/yast2-isns-2.21.2/configure.in --- old/yast2-isns-2.21.2/configure.in 2013-03-15 18:08:47.000000000 +0100 +++ new/yast2-isns-2.21.2/configure.in 2013-05-28 14:12:21.000000000 +0200 @@ -1,6 +1,6 @@ dnl configure.in for yast2-isns dnl -dnl -- This file is generated by y2autoconf 2.23.2 - DO NOT EDIT! -- +dnl -- This file is generated by y2autoconf 2.24.0 - DO NOT EDIT! -- dnl (edit configure.in.in instead) AC_INIT(yast2-isns, 2.21.2, http://bugs.opensuse.org/, yast2-isns) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-isns-2.21.2/src/IsnsServer.ycp new/yast2-isns-2.21.2/src/IsnsServer.ycp --- old/yast2-isns-2.21.2/src/IsnsServer.ycp 2013-01-22 11:25:05.000000000 +0100 +++ new/yast2-isns-2.21.2/src/IsnsServer.ycp 2013-05-09 10:07:08.000000000 +0200 @@ -12,7 +12,7 @@ { -module "isnsServer"; +module "IsnsServer"; textdomain "isns"; import "Progress"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-isns-2.21.2/src/Makefile.in new/yast2-isns-2.21.2/src/Makefile.in --- old/yast2-isns-2.21.2/src/Makefile.in 2013-03-15 18:08:52.000000000 +0100 +++ new/yast2-isns-2.21.2/src/Makefile.in 2013-05-28 14:12:27.000000000 +0200 @@ -582,7 +582,7 @@ dist-hook: check-syntax check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles) - @if test "$(client_DATA)"; then \ + @if test "$(filter %.ycp,client_DATA)"; then \ if $(CHECK_SYNTAX); then \ TO_CHECK="$(filter %.ycp,$^)"; \ echo "Checking syntax of $${TO_CHECK}"; \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-isns-2.21.2/src/widgets.ycp new/yast2-isns-2.21.2/src/widgets.ycp --- old/yast2-isns-2.21.2/src/widgets.ycp 2013-01-22 11:25:05.000000000 +0100 +++ new/yast2-isns-2.21.2/src/widgets.ycp 2013-05-07 14:46:31.000000000 +0200 @@ -529,8 +529,6 @@ } } -} - symbol handleDiscoveryDomainMembers(string key, map event) { if ( event["EventReason"]:"" == "Activated" ){ @@ -623,3 +621,4 @@ return 0; } +} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
