[yast-commit] r67167 - in /trunk/devtools: VERSION devtools/bin/create-spec package/yast2-devtools.changes
Author: coolo Date: Thu Jan 12 16:49:56 2012 New Revision: 67167 URL: http://svn.opensuse.org/viewcvs/yast?rev=67167&view=rev Log: fix default yast license Modified: trunk/devtools/VERSION trunk/devtools/devtools/bin/create-spec trunk/devtools/package/yast2-devtools.changes Modified: trunk/devtools/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/devtools/VERSION?rev=67167&r1=67166&r2=67167&view=diff ============================================================================== --- trunk/devtools/VERSION (original) +++ trunk/devtools/VERSION Thu Jan 12 16:49:56 2012 @@ -1 +1 @@ -2.21.7 +2.21.8 Modified: trunk/devtools/devtools/bin/create-spec URL: http://svn.opensuse.org/viewcvs/yast/trunk/devtools/devtools/bin/create-spec?rev=67167&r1=67166&r2=67167&view=diff ============================================================================== --- trunk/devtools/devtools/bin/create-spec (original) +++ trunk/devtools/devtools/bin/create-spec Thu Jan 12 16:49:56 2012 @@ -30,7 +30,7 @@ my $RPMNAME = `cat RPMNAME`; my $VERSION = `cat VERSION`; my $MAINTAINER = `cat MAINTAINER`; -my $LICENSE = -f "YAST_LICENSE" ? "YaST License" : "GPL"; +my $LICENSE = -f "YAST_LICENSE" ? "YaST License" : "GPL-2.0"; my $PREFIX = "/usr"; Modified: trunk/devtools/package/yast2-devtools.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/devtools/package/yast2-devtools.changes?rev=67167&r1=67166&r2=67167&view=diff ============================================================================== --- trunk/devtools/package/yast2-devtools.changes (original) +++ trunk/devtools/package/yast2-devtools.changes Thu Jan 12 16:49:56 2012 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Jan 12 15:49:16 UTC 2012 - coolo@suse.com + +- yast's license is GPL-2.0 in doubt, not "GPL" +- 2.21.8 + +------------------------------------------------------------------- Tue Jan 3 10:02:13 CET 2012 - ke@suse.de - ydoc/po-tools/po-stats: filter file name (FILE.LL.po:) that 'msgfmt -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
coolo@svn2.opensuse.org