Hello community, here is the log from the commit of package yast2-core for openSUSE:Factory checked in at 2016-09-27 13:41:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-core (Old) and /work/SRC/openSUSE:Factory/.yast2-core.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-core" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-core/yast2-core.changes 2016-06-07 23:44:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-core.new/yast2-core.changes 2016-09-27 13:42:01.000000000 +0200 @@ -1,0 +2,8 @@ +Tue Sep 20 13:33:01 UTC 2016 - [email protected] + +- disable doc generation (FATE#320356) +- remove unnecessary build dependency to speed up build + (bsc#999203) +- 3.1.24 + +------------------------------------------------------------------- Old: ---- yast2-core-3.1.23.tar.bz2 New: ---- yast2-core-3.1.24.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-core.spec ++++++ --- /var/tmp/diff_new_pack.jfXXEp/_old 2016-09-27 13:42:02.000000000 +0200 +++ /var/tmp/diff_new_pack.jfXXEp/_new 2016-09-27 13:42:02.000000000 +0200 @@ -27,7 +27,7 @@ %bcond_with werror Name: yast2-core -Version: 3.1.23 +Version: 3.1.24 Release: 0 Url: https://github.com/yast/yast-core @@ -51,20 +51,11 @@ BuildRequires: yast2-devtools >= 3.1.10 # testsuite BuildRequires: dejagnu -# autodocs -BuildRequires: doxygen -# docbook docs -BuildRequires: docbook-xsl-stylesheets -BuildRequires: libxslt -# catalog: convert URIs to local filenames -BuildRequires: sgml-skel Summary: YaST2 - Core Libraries License: GPL-2.0+ Group: System/YaST Requires: perl = %{perl_version} -Provides: liby2util = 2.16.1 -Obsoletes: liby2util < 2.16.1 %description This package contains the scanner, parser, and interpreter runtime ++++++ yast2-core-3.1.23.tar.bz2 -> yast2-core-3.1.24.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-core-3.1.23/CONTRIBUTING.md new/yast2-core-3.1.24/CONTRIBUTING.md --- old/yast2-core-3.1.23/CONTRIBUTING.md 2016-06-03 09:31:47.000000000 +0200 +++ new/yast2-core-3.1.24/CONTRIBUTING.md 2016-09-20 15:45:50.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-core-3.1.23/SUBDIRS new/yast2-core-3.1.24/SUBDIRS --- old/yast2-core-3.1.23/SUBDIRS 2016-06-03 09:31:47.000000000 +0200 +++ new/yast2-core-3.1.24/SUBDIRS 2016-09-20 15:45:50.000000000 +0200 @@ -1 +1 @@ -liby2util-r liby2 debugger libycp libscr agent-dummy scr agent-system agent-any agent-ini agent-modules agent-resolver agents-non-y2 agents-perl wfm agent-process base autodocs +liby2util-r liby2 debugger libycp libscr agent-dummy scr agent-system agent-any agent-ini agent-modules agent-resolver agents-non-y2 agents-perl wfm agent-process base diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-core-3.1.23/base/tools/ycpc/Makefile.am new/yast2-core-3.1.24/base/tools/ycpc/Makefile.am --- old/yast2-core-3.1.23/base/tools/ycpc/Makefile.am 2016-06-03 09:31:47.000000000 +0200 +++ new/yast2-core-3.1.24/base/tools/ycpc/Makefile.am 2016-09-20 15:45:51.000000000 +0200 @@ -2,8 +2,6 @@ # Makefile.am for ycpc command line compiler # -SUBDIRS = doc - AM_CXXFLAGS = -DY2LOG=\"libycp\" AM_CPPFLAGS = -I$(top_srcdir)/libycp/src/include \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-core-3.1.23/configure.in.in new/yast2-core-3.1.24/configure.in.in --- old/yast2-core-3.1.23/configure.in.in 2016-06-03 09:31:47.000000000 +0200 +++ new/yast2-core-3.1.24/configure.in.in 2016-09-20 15:45:51.000000000 +0200 @@ -66,16 +66,10 @@ ) AC_SUBST(CRYPTO_LIBS) -AX_CHECK_DOCBOOK CREATE_PKGCONFIG=true ## some common checks @YAST2-CHECKS-COMMON@ @YAST2-CHECKS-PROGRAM@ @YAST2-CHECKS-TESTSUITE@ -## and generate the output -AC_CONFIG_FILES([ - scr/doc/SCR.html - scr/doc/intro_to_scr.html -]) @YAST2-OUTPUT@ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-core-3.1.23/package/yast2-core.changes new/yast2-core-3.1.24/package/yast2-core.changes --- old/yast2-core-3.1.23/package/yast2-core.changes 2016-06-03 09:31:47.000000000 +0200 +++ new/yast2-core-3.1.24/package/yast2-core.changes 2016-09-20 15:45:51.000000000 +0200 @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Tue Sep 20 13:33:01 UTC 2016 - [email protected] + +- disable doc generation (FATE#320356) +- remove unnecessary build dependency to speed up build + (bsc#999203) +- 3.1.24 + +------------------------------------------------------------------- Thu Jun 2 13:46:02 UTC 2016 - [email protected] - Optionally build with Clang instead of GCC (via bcond_with clang) @@ -9,7 +17,7 @@ Thu Mar 3 12:36:06 CET 2016 - [email protected] - Add missing newline to error messages (bsc#969236) -- 3.1.22 +- 3.1.22 ------------------------------------------------------------------- Tue Feb 2 15:15:39 UTC 2016 - [email protected] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-core-3.1.23/package/yast2-core.spec new/yast2-core-3.1.24/package/yast2-core.spec --- old/yast2-core-3.1.23/package/yast2-core.spec 2016-06-03 09:31:47.000000000 +0200 +++ new/yast2-core-3.1.24/package/yast2-core.spec 2016-09-20 15:45:51.000000000 +0200 @@ -26,7 +26,7 @@ %bcond_with werror Name: yast2-core -Version: 3.1.23 +Version: 3.1.24 Release: 0 Url: https://github.com/yast/yast-core @@ -50,20 +50,11 @@ BuildRequires: yast2-devtools >= 3.1.10 # testsuite BuildRequires: dejagnu -# autodocs -BuildRequires: doxygen -# docbook docs -BuildRequires: docbook-xsl-stylesheets -BuildRequires: libxslt -# catalog: convert URIs to local filenames -BuildRequires: sgml-skel Summary: YaST2 - Core Libraries License: GPL-2.0+ Group: System/YaST Requires: perl = %{perl_version} -Provides: liby2util = 2.16.1 -Obsoletes: liby2util < 2.16.1 %description This package contains the scanner, parser, and interpreter runtime diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-core-3.1.23/scr/Makefile.am new/yast2-core-3.1.24/scr/Makefile.am --- old/yast2-core-3.1.23/scr/Makefile.am 2016-06-03 09:31:47.000000000 +0200 +++ new/yast2-core-3.1.24/scr/Makefile.am 2016-09-20 15:45:51.000000000 +0200 @@ -2,4 +2,4 @@ # Makefile.am for core/scr # -SUBDIRS = src doc testsuite +SUBDIRS = src testsuite
