Hello community,
here is the log from the commit of package yast2-control-center for
openSUSE:Factory checked in at 2017-08-13 14:54:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-control-center (Old)
and /work/SRC/openSUSE:Factory/.yast2-control-center.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-control-center"
Sun Aug 13 14:54:00 2017 rev:67 rq:515501 version:3.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/yast2-control-center/yast2-control-center.changes
2015-12-17 15:54:19.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.yast2-control-center.new/yast2-control-center.changes
2017-08-13 14:54:01.892223750 +0200
@@ -1,0 +2,13 @@
+Wed Aug 9 12:01:20 UTC 2017 - [email protected]
+
+- Adjusted to increased so version of the libyui library;
+ an unversioned dependency is OK (bsc#1052217)
+- 3.3.0
+
+-------------------------------------------------------------------
+Tue May 2 13:20:35 UTC 2017 - [email protected]
+
+- Added support for 128x128 sized X11 window icon
+- 3.2.0
+
+-------------------------------------------------------------------
Old:
----
yast2-control-center-3.1.6.tar.bz2
New:
----
yast2-control-center-3.3.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-control-center.spec ++++++
--- /var/tmp/diff_new_pack.iEVvl6/_old 2017-08-13 14:54:02.964073352 +0200
+++ /var/tmp/diff_new_pack.iEVvl6/_new 2017-08-13 14:54:02.980071107 +0200
@@ -1,7 +1,7 @@
#
# spec file for package yast2-control-center
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: yast2-control-center
-Version: 3.1.6
+Version: 3.3.0
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -57,7 +57,7 @@
Requires: yast2-control-center
Provides: yast2-control-center-binary
Provides: yast2-control-center:%{_prefix}/lib/YaST2/bin/y2controlcenter
-Requires: libyui-qt7
+Requires: libyui-qt
Supplements: kdebase3
Supplements: kdebase4-session
Supplements: plasma5-session
++++++ yast2-control-center-3.1.6.tar.bz2 -> yast2-control-center-3.3.0.tar.bz2
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-control-center-3.1.6/.travis.yml
new/yast2-control-center-3.3.0/.travis.yml
--- old/yast2-control-center-3.1.6/.travis.yml 2015-12-10 18:30:14.395269876
+0100
+++ new/yast2-control-center-3.3.0/.travis.yml 2017-05-04 15:37:37.433375667
+0200
@@ -1,21 +1,11 @@
-language: cpp
-compiler:
- - gcc
+sudo: required
+language: bash
+services:
+ - docker
+
before_install:
- # install yast2-devtools from YaST:Head:Travis
- - wget
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
- - sh ./travis_setup.sh
- # install Qt 5.3 from a launchpad repository
- - sudo add-apt-repository ppa:beineri/opt-qt532 -y
- # a newer cmake is required, here is a backport for 12.04 LTS
- - sudo add-apt-repository ppa:kalakris/cmake -y
- - sudo apt-get update -q
- - sudo apt-get install qt53base yast2-devtools cmake
+ - docker build -t yast-control-center-image .
script:
- # the Qt5 ackage is in /opt, set the environment first using the bundled
script
- - . /opt/qt53/bin/qt53-env.sh
- - make -f Makefile.cvs
- - cd build
- - make -j 4
- - sudo make install
-
+ # the "yast-travis-cpp" script is included in the base yastdevel/cpp image
+ # see https://github.com/yast/docker-yast-cpp/blob/master/yast-travis-cpp
+ - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID"
yast-control-center-image yast-travis-cpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-control-center-3.1.6/CONTRIBUTING.md
new/yast2-control-center-3.3.0/CONTRIBUTING.md
--- old/yast2-control-center-3.1.6/CONTRIBUTING.md 2015-12-10
18:30:14.439269876 +0100
+++ new/yast2-control-center-3.3.0/CONTRIBUTING.md 2017-05-04
15:37:37.433375667 +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-control-center-3.1.6/Dockerfile
new/yast2-control-center-3.3.0/Dockerfile
--- old/yast2-control-center-3.1.6/Dockerfile 1970-01-01 01:00:00.000000000
+0100
+++ new/yast2-control-center-3.3.0/Dockerfile 2017-05-04 15:37:37.433375667
+0200
@@ -0,0 +1,9 @@
+FROM yastdevel/cpp
+RUN zypper --gpg-auto-import-keys --non-interactive in --no-recommends \
+ cmake \
+ libdrm-devel \
+ libjpeg-devel \
+ "pkgconfig(Qt5Core)" \
+ "pkgconfig(Qt5Gui)" \
+ "pkgconfig(Qt5Widgets)"
+COPY . /usr/src/app
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-control-center-3.1.6/package/yast2-control-center.changes
new/yast2-control-center-3.3.0/package/yast2-control-center.changes
--- old/yast2-control-center-3.1.6/package/yast2-control-center.changes
2015-12-10 18:30:14.463269876 +0100
+++ new/yast2-control-center-3.3.0/package/yast2-control-center.changes
2017-08-09 14:23:14.073466252 +0200
@@ -1,4 +1,17 @@
-------------------------------------------------------------------
+Wed Aug 9 12:01:20 UTC 2017 - [email protected]
+
+- Adjusted to increased so version of the libyui library;
+ an unversioned dependency is OK (bsc#1052217)
+- 3.3.0
+
+-------------------------------------------------------------------
+Tue May 2 13:20:35 UTC 2017 - [email protected]
+
+- Added support for 128x128 sized X11 window icon
+- 3.2.0
+
+-------------------------------------------------------------------
Thu Dec 10 16:43:44 UTC 2015 - [email protected]
- Change the yast2-control-center-qt dependency on libyui-qt7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-control-center-3.1.6/package/yast2-control-center.spec
new/yast2-control-center-3.3.0/package/yast2-control-center.spec
--- old/yast2-control-center-3.1.6/package/yast2-control-center.spec
2015-12-10 18:30:14.463269876 +0100
+++ new/yast2-control-center-3.3.0/package/yast2-control-center.spec
2017-08-09 14:23:14.077466252 +0200
@@ -17,7 +17,7 @@
Name: yast2-control-center
-Version: 3.1.6
+Version: 3.3.0
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -57,7 +57,7 @@
Requires: yast2-control-center
Provides: yast2-control-center-binary
Provides: yast2-control-center:%{_prefix}/lib/YaST2/bin/y2controlcenter
-Requires: libyui-qt7
+Requires: libyui-qt
Supplements: kdebase3
Supplements: kdebase4-session
Supplements: plasma5-session
Binary files old/yast2-control-center-3.1.6/src/yast.png and
new/yast2-control-center-3.3.0/src/yast.png differ