Hello community, here is the log from the commit of package yast2-devtools for openSUSE:Factory checked in at 2016-08-31 00:01:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-devtools (Old) and /work/SRC/openSUSE:Factory/.yast2-devtools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-devtools" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-devtools/yast2-devtools.changes 2016-07-27 16:06:03.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-devtools.new/yast2-devtools.changes 2016-08-31 00:01:43.000000000 +0200 @@ -1,0 +2,12 @@ +Wed Aug 24 12:36:47 UTC 2016 - [email protected] + +- ignore in spellcheck 'vc' because used as 'osc vc' suggestion in + CONTRIBUTING.md (needed to submit bnc#995333) +- 3.1.46 + +------------------------------------------------------------------- +Fri Aug 5 10:38:44 UTC 2016 - [email protected] + +- y2makepot, gettextdomains: ignore test/ directories. + +------------------------------------------------------------------- Old: ---- yast2-devtools-3.1.45.tar.bz2 New: ---- yast2-devtools-3.1.46.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-devtools.spec ++++++ --- /var/tmp/diff_new_pack.Ye9iTx/_old 2016-08-31 00:01:44.000000000 +0200 +++ /var/tmp/diff_new_pack.Ye9iTx/_new 2016-08-31 00:01:44.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-devtools -Version: 3.1.45 +Version: 3.1.46 Release: 0 Url: http://github.com/yast/yast-devtools ++++++ yast2-devtools-3.1.45.tar.bz2 -> yast2-devtools-3.1.46.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-3.1.45/CONTRIBUTING.md new/yast2-devtools-3.1.46/CONTRIBUTING.md --- old/yast2-devtools-3.1.45/CONTRIBUTING.md 2016-07-19 09:40:24.000000000 +0200 +++ new/yast2-devtools-3.1.46/CONTRIBUTING.md 2016-08-24 14:43:32.000000000 +0200 @@ -3,7 +3,7 @@ YaST is an open source project and as such it welcomes all kinds of contributions. If you decide to contribute, please follow these guidelines to -ensure the process is effective and pleasant both for you and YaST maintainers. +ensure the process is effective and pleasant both for you and the YaST maintainers. There are two main forms of contribution: reporting bugs and performing code changes. @@ -17,13 +17,11 @@ registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp) if you don't have an account yet.) -If you find a problem, please report it either using -[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee -that every bug will be fixed, but we'll try. - When creating a bug report, please follow our [bug reporting guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug). +We can't guarantee that every bug will be fixed, but we'll try. + Code Changes ------------ @@ -44,15 +42,22 @@ to the [Ruby style guide](https://github.com/SUSE/style-guides/blob/master/Ruby.md). - 4. Make sure your change didn't break anything by building the RPM package + 4. Update the package version (in `packages/*.spec`, usually by + `rake version:bump`) and add a new entry to the `package/*.changes` file + (by `osc vc package`). + For bigger changes or changes which need longer discussion it is advised to + add this as a separate last commit so it can be easily updated when another + change is merged in the meantime. + + 5. Make sure your change didn't break anything by building the RPM package (`rake osc:build`). The build process includes running the full testsuite. - 5. Publish the branch and create a pull request. + 6. Publish the branch and create a pull request. - 6. YaST developers will review your change and possibly point out issues. + 7. YaST developers will review your change and possibly point out issues. Adapt the code under their guidance until they are all resolved. - 7. Finally, the pull request will get merged or rejected. + 8. Finally, the pull request will get merged or rejected. See also [GitHub's guide on contributing](https://help.github.com/articles/fork-a-repo). @@ -60,9 +65,6 @@ If you want to do multiple unrelated changes, use separate branches and pull requests. -Do not change the `VERSION` and `*.changes` files as this could lead to -conflicts. - ### Commits Each commit in the pull request should do only one thing, which is clearly diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-3.1.45/build-tools/data/YaST2.dict.txt new/yast2-devtools-3.1.46/build-tools/data/YaST2.dict.txt --- old/yast2-devtools-3.1.45/build-tools/data/YaST2.dict.txt 2016-07-19 09:40:24.000000000 +0200 +++ new/yast2-devtools-3.1.46/build-tools/data/YaST2.dict.txt 2016-08-24 14:43:32.000000000 +0200 @@ -134,6 +134,7 @@ Uninstall Uninstalled Uzbekistan +vc VCI VESA VLAN diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-3.1.45/build-tools/scripts/gettextdomains new/yast2-devtools-3.1.46/build-tools/scripts/gettextdomains --- old/yast2-devtools-3.1.45/build-tools/scripts/gettextdomains 2016-07-19 09:40:24.000000000 +0200 +++ new/yast2-devtools-3.1.46/build-tools/scripts/gettextdomains 2016-08-24 14:43:32.000000000 +0200 @@ -16,6 +16,7 @@ # search for sourcecode-files SRCFILES=`find $SRCDIR -type d -name testsuite -prune , \ + -type d -name test -prune , \ -type d -name .svn -prune , \ -type f -name "*.ycp" \ -o -name "*.pm" \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-3.1.45/build-tools/scripts/y2makepot new/yast2-devtools-3.1.46/build-tools/scripts/y2makepot --- old/yast2-devtools-3.1.45/build-tools/scripts/y2makepot 2016-07-19 09:40:24.000000000 +0200 +++ new/yast2-devtools-3.1.46/build-tools/scripts/y2makepot 2016-08-24 14:43:32.000000000 +0200 @@ -107,12 +107,10 @@ function usage() { - echo echo -e "create *.pot files from a source tree."; echo -e "\nOptions:\n\t-c\t Check in the newly created files to SVN" echo -e "\t-s\t Specify the source dir where to look for translatable files (recursive)" echo -e "\nYou can specify additional files to .pot creation in $SRCDIR/POTFILES" - echo exit 0 } @@ -124,11 +122,9 @@ get_domains_and_err $SRCDIR # $ERR contains the files without textdomain (see gettextdomains) - echo for F in $ERR; do echo "** WARNING: Missing textdomain in file $F" 1>&2; done - echo # all textdomains found by gettextdomains DOMAINS=`echo -en $DOMAINS | LC_COLLATE=C sort` ; @@ -147,7 +143,6 @@ gettext_call "$MODULE" "$FILES" "$RUBY_FILES" - echo MODULE=$D; FILES="" RUBY_FILES="" @@ -171,11 +166,9 @@ POT_DST="$POT_DST $MODULE.pot" gettext_call "$MODULE" "$FILES" "$RUBY_FILES" - echo } - function checkin_potfiles() { ADDED="" @@ -254,7 +247,6 @@ checkin_potfiles fi -echo exit 0 # -- main -- end --------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-3.1.45/package/yast2-devtools.changes new/yast2-devtools-3.1.46/package/yast2-devtools.changes --- old/yast2-devtools-3.1.45/package/yast2-devtools.changes 2016-07-19 09:40:24.000000000 +0200 +++ new/yast2-devtools-3.1.46/package/yast2-devtools.changes 2016-08-24 14:43:32.000000000 +0200 @@ -1,4 +1,16 @@ ------------------------------------------------------------------- +Wed Aug 24 12:36:47 UTC 2016 - [email protected] + +- ignore in spellcheck 'vc' because used as 'osc vc' suggestion in + CONTRIBUTING.md (needed to submit bnc#995333) +- 3.1.46 + +------------------------------------------------------------------- +Fri Aug 5 10:38:44 UTC 2016 - [email protected] + +- y2makepot, gettextdomains: ignore test/ directories. + +------------------------------------------------------------------- Tue Jul 19 07:14:16 UTC 2016 - [email protected] - Generate simple page if yard is not available (follow-up of diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-3.1.45/package/yast2-devtools.spec new/yast2-devtools-3.1.46/package/yast2-devtools.spec --- old/yast2-devtools-3.1.45/package/yast2-devtools.spec 2016-07-19 09:40:24.000000000 +0200 +++ new/yast2-devtools-3.1.46/package/yast2-devtools.spec 2016-08-24 14:43:32.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-devtools -Version: 3.1.45 +Version: 3.1.46 Release: 0 Url: http://github.com/yast/yast-devtools diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-devtools-3.1.45/travis-tools/travis_setup.sh new/yast2-devtools-3.1.46/travis-tools/travis_setup.sh --- old/yast2-devtools-3.1.45/travis-tools/travis_setup.sh 2016-07-19 09:40:24.000000000 +0200 +++ new/yast2-devtools-3.1.46/travis-tools/travis_setup.sh 2016-08-24 14:43:32.000000000 +0200 @@ -23,21 +23,28 @@ case $OBS_PROJECT in # SLE-12 Devel:YaST:SLE-12) - REPO_URL="http://download.opensuse.org/repositories/YaST:/SLE-12:/GA:/Travis/xUbuntu_12.04/" + REPO_URLS="http://download.opensuse.org/repositories/YaST:/SLE-12:/GA:/Travis/xUbuntu_12.04" ;; # OpenSUSE 13.2 YaST:openSUSE:13.2) - REPO_URL="http://download.opensuse.org/repositories/YaST:/openSUSE:/13.2:/Travis/xUbuntu_12.04" + REPO_URLS="http://download.opensuse.org/repositories/YaST:/openSUSE:/13.2:/Travis/xUbuntu_12.04" + ;; + # storage-ng + YaST:storage-ng) + REPO_URLS="http://download.opensuse.org/repositories/YaST:/Head:/Travis/xUbuntu_12.04 + http://download.opensuse.org/repositories/YaST:/storage-ng:/Travis/xUbuntu_12.04" ;; # master *) - REPO_URL="http://download.opensuse.org/repositories/YaST:/Head:/Travis/xUbuntu_12.04" + REPO_URLS="http://download.opensuse.org/repositories/YaST:/Head:/Travis/xUbuntu_12.04" ;; esac # prepare the system for installing additional packages from OBS -curl $REPO_URL/Release.key | sudo apt-key add - -echo "deb $REPO_URL/ ./" | sudo tee -a /etc/apt/sources.list +for REPO_URL in $REPO_URLS; do + curl $REPO_URL/Release.key | sudo apt-key add - + echo "deb $REPO_URL/ ./" | sudo tee -a /etc/apt/sources.list +done sudo apt-get update -q
