Hello community,

here is the log from the commit of package libyui-qt for openSUSE:Factory 
checked in at 2019-03-19 11:05:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui-qt (Old)
 and      /work/SRC/openSUSE:Factory/.libyui-qt.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui-qt"

Tue Mar 19 11:05:20 2019 rev:56 rq:684729 version:2.49.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui-qt/libyui-qt.changes      2019-03-04 
09:15:02.540658560 +0100
+++ /work/SRC/openSUSE:Factory/.libyui-qt.new.28833/libyui-qt.changes   
2019-03-19 11:05:22.370100700 +0100
@@ -1,0 +2,6 @@
+Wed Mar 13 09:51:41 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add icons for partitioner (boo#1118521)
+- 2.49.16
+
+-------------------------------------------------------------------

Old:
----
  libyui-qt-2.49.15.tar.bz2

New:
----
  libyui-qt-2.49.16.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libyui-qt-doc.spec ++++++
--- /var/tmp/diff_new_pack.2uhQpS/_old  2019-03-19 11:05:22.842100724 +0100
+++ /var/tmp/diff_new_pack.2uhQpS/_new  2019-03-19 11:05:22.842100724 +0100
@@ -21,7 +21,7 @@
 
 Name:           %{parent}-doc
 # DO NOT manually bump the version here; instead, use   rake version:bump
-Version:        2.49.15
+Version:        2.49.16
 Release:        0
 Source:         %{parent}-%{version}.tar.bz2
 

++++++ libyui-qt.spec ++++++
--- /var/tmp/diff_new_pack.2uhQpS/_old  2019-03-19 11:05:22.870100725 +0100
+++ /var/tmp/diff_new_pack.2uhQpS/_new  2019-03-19 11:05:22.870100725 +0100
@@ -18,7 +18,7 @@
 
 Name:           libyui-qt
 # DO NOT manually bump the version here; instead, use   rake version:bump
-Version:        2.49.15
+Version:        2.49.16
 Release:        0
 Source:         %{name}-%{version}.tar.bz2
 

++++++ libyui-qt-2.49.15.tar.bz2 -> libyui-qt-2.49.16.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.49.15/.travis.yml 
new/libyui-qt-2.49.16/.travis.yml
--- old/libyui-qt-2.49.15/.travis.yml   2019-02-28 16:29:04.000000000 +0100
+++ new/libyui-qt-2.49.16/.travis.yml   2019-03-13 16:52:32.000000000 +0100
@@ -1,4 +1,8 @@
 sudo: required
+# use the Ubuntu 16.04 image with kernel 4.15.0, the default is 14.04 which
+# contains too old kernel (4.4.0), libQt5Core requires 4.11.0 or newer
+# (find with "ldconfig -p | grep Qt5Core")
+dist: xenial
 language: bash
 services:
   - docker
@@ -8,4 +12,6 @@
 script:
   # the "libyui-travis" script is included in the base libyui/devel image
   # see https://github.com/libyui/docker-devel/blob/master/libyui-travis
-  - docker run -it libyui-qt-image libyui-travis
+  # For some strage reason building the Qt resource pack requires
+  # extra system privileges (ugh??)
+  - docker run -it --privileged libyui-qt-image libyui-travis
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.49.15/VERSION.cmake 
new/libyui-qt-2.49.16/VERSION.cmake
--- old/libyui-qt-2.49.15/VERSION.cmake 2019-02-28 16:29:04.000000000 +0100
+++ new/libyui-qt-2.49.16/VERSION.cmake 2019-03-13 16:52:32.000000000 +0100
@@ -1,6 +1,6 @@
 SET(VERSION_MAJOR "2")
 SET(VERSION_MINOR "49")
-SET(VERSION_PATCH "15")
+SET(VERSION_PATCH "16")
 SET( VERSION 
"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )
 
 ##### This is needed for the libyui-qt core ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.49.15/package/libyui-qt-doc.spec 
new/libyui-qt-2.49.16/package/libyui-qt-doc.spec
--- old/libyui-qt-2.49.15/package/libyui-qt-doc.spec    2019-02-28 
16:29:04.000000000 +0100
+++ new/libyui-qt-2.49.16/package/libyui-qt-doc.spec    2019-03-13 
16:52:32.000000000 +0100
@@ -21,7 +21,7 @@
 
 Name:           %{parent}-doc
 # DO NOT manually bump the version here; instead, use   rake version:bump
-Version:        2.49.15
+Version:        2.49.16
 Release:        0
 Source:         %{parent}-%{version}.tar.bz2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.49.15/package/libyui-qt.changes 
new/libyui-qt-2.49.16/package/libyui-qt.changes
--- old/libyui-qt-2.49.15/package/libyui-qt.changes     2019-02-28 
16:29:04.000000000 +0100
+++ new/libyui-qt-2.49.16/package/libyui-qt.changes     2019-03-13 
16:52:32.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Wed Mar 13 09:51:41 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Add icons for partitioner (boo#1118521)
+- 2.49.16
+
+-------------------------------------------------------------------
 Wed Feb 27 17:01:39 UTC 2019 - Stefan Hundhammer <[email protected]>
 
 - Use YQUI icon loader in YQImage whenever possible
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.49.15/package/libyui-qt.spec 
new/libyui-qt-2.49.16/package/libyui-qt.spec
--- old/libyui-qt-2.49.15/package/libyui-qt.spec        2019-02-28 
16:29:04.000000000 +0100
+++ new/libyui-qt-2.49.16/package/libyui-qt.spec        2019-03-13 
16:52:32.000000000 +0100
@@ -18,7 +18,7 @@
 
 Name:           libyui-qt
 # DO NOT manually bump the version here; instead, use   rake version:bump
-Version:        2.49.15
+Version:        2.49.16
 Release:        0
 Source:         %{name}-%{version}.tar.bz2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.49.15/src/icons/drive-dasd.svg 
new/libyui-qt-2.49.16/src/icons/drive-dasd.svg
--- old/libyui-qt-2.49.15/src/icons/drive-dasd.svg      1970-01-01 
01:00:00.000000000 +0100
+++ new/libyui-qt-2.49.16/src/icons/drive-dasd.svg      2019-03-13 
16:52:32.000000000 +0100
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg"; height="16" width="16">
+<path d="M 8 0 A 8 8 0 0 0 0 8 A 8 8 0 0 0 8 16 A 8 8 0 0 0 16 8 A 8 8 0 0 0 8 
0 z M 8 2 A 6 6 0 0 1 14 8 A 6 6 0 0 1 8 14 A 6 6 0 0 1 2 8 A 6 6 0 0 1 8 2 z " 
fill="#c0bfbc" />
+<path d="M 8 4 A 4 4 0 0 0 4 8 A 4 4 0 0 0 8 12 A 4 4 0 0 0 12 8 A 4 4 0 0 0 8 
4 z M 8 6 A 2 2 0 0 1 10 8 A 2 2 0 0 1 8 10 A 2 2 0 0 1 6 8 A 2 2 0 0 1 8 6 z " 
fill="#c0bfbc" />
+</svg>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.49.15/src/icons/drive-fcoe.svg 
new/libyui-qt-2.49.16/src/icons/drive-fcoe.svg
--- old/libyui-qt-2.49.15/src/icons/drive-fcoe.svg      1970-01-01 
01:00:00.000000000 +0100
+++ new/libyui-qt-2.49.16/src/icons/drive-fcoe.svg      2019-03-13 
16:52:32.000000000 +0100
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg"; height="16" width="16">
+<path d="M 7,1 V 2 5 H 8 9 V 7 H 0 l 4,4 V 9 h 2 v 2 H 5 4 v 1 3 H 5 8 9 V 14 
12 11 H 8 7 V 9 h 6 v 2 h -1 -1 v 1 3 h 1 4 V 14 11 H 14 V 9 h 2 L 12,5 V 7 H 
10 V 5 h 2 V 4 1 H 8 Z m 1,1 h 3 V 4 H 8 Z M 5,12 h 3 v 2 H 5 Z m 7,0 h 3 v 2 h 
-3 z" fill="#c0bfbc" />
+</svg>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.49.15/src/icons/drive-iscsi.svg 
new/libyui-qt-2.49.16/src/icons/drive-iscsi.svg
--- old/libyui-qt-2.49.15/src/icons/drive-iscsi.svg     1970-01-01 
01:00:00.000000000 +0100
+++ new/libyui-qt-2.49.16/src/icons/drive-iscsi.svg     2019-03-13 
16:52:32.000000000 +0100
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg"; height="16" width="16">
+<path d="M 8 0 L 0 8 L 8 16 L 12 12 L 11 11 L 8 14 L 2 8 L 8 2 L 11 5 L 12 4 L 
8 0 z M 10 7 L 10 9 L 16 9 L 16 7 L 10 7 z " fill="#c0bfbc" />
+</svg>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.49.15/src/icons/drive-xpram.svg 
new/libyui-qt-2.49.16/src/icons/drive-xpram.svg
--- old/libyui-qt-2.49.15/src/icons/drive-xpram.svg     1970-01-01 
01:00:00.000000000 +0100
+++ new/libyui-qt-2.49.16/src/icons/drive-xpram.svg     2019-03-13 
16:52:32.000000000 +0100
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg"; height="16" width="16">
+    <path d="M 5 0 A 5 5 0 0 0 3.3007812 0.30078125 L 7 4 L 4 7 L 0.30273438 
3.3027344 A 5 5 0 0 0 0 5 A 5 5 0 0 0 5 10 A 5 5 0 0 0 7.1542969 9.5058594 A 
1.0010182 1.0010182 0 0 0 7.3085938 9.7070312 L 12.308594 14.707031 A 1.0010182 
1.0010182 0 0 0 13.722656 14.707031 L 14.722656 13.707031 A 1.0010182 1.0010182 
0 0 0 14.722656 12.292969 L 9.7226562 7.2929688 A 1.0010182 1.0010182 0 0 0 
9.515625 7.1347656 A 5 5 0 0 0 10 5 A 5 5 0 0 0 5 0 z " fill="#c0bfbc" />
+</svg>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.49.15/src/icons/drive-zfcp.svg 
new/libyui-qt-2.49.16/src/icons/drive-zfcp.svg
--- old/libyui-qt-2.49.15/src/icons/drive-zfcp.svg      1970-01-01 
01:00:00.000000000 +0100
+++ new/libyui-qt-2.49.16/src/icons/drive-zfcp.svg      2019-03-13 
16:52:32.000000000 +0100
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg"; height="16" width="16">
+<path d="M 7 0 L 7 4 L 9 4 L 9 0 L 7 0 z M 3.0507812 1.6347656 L 1.6367188 
3.0488281 L 4.4648438 5.8769531 L 5.8789062 4.4628906 L 3.0507812 1.6347656 z M 
12.949219 1.6347656 L 10.121094 4.4628906 L 11.535156 5.8769531 L 14.363281 
3.0488281 L 12.949219 1.6347656 z M 8 6 A 2 2 0 0 0 6 8 A 2 2 0 0 0 8 10 A 2 2 
0 0 0 10 8 A 2 2 0 0 0 8 6 z M 0 7 L 0 9 L 4 9 L 4 7 L 0 7 z M 12 7 L 12 9 L 16 
9 L 16 7 L 12 7 z M 4.4648438 10.121094 L 1.6367188 12.949219 L 3.0507812 
14.363281 L 5.8789062 11.535156 L 4.4648438 10.121094 z M 11.535156 10.121094 L 
10.121094 11.535156 L 12.949219 14.363281 L 14.363281 12.949219 L 11.535156 
10.121094 z M 7 12 L 7 16 L 9 16 L 9 12 L 7 12 z " fill="#c0bfbc" />
+</svg>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.49.15/src/icons/lock.svg 
new/libyui-qt-2.49.16/src/icons/lock.svg
--- old/libyui-qt-2.49.15/src/icons/lock.svg    1970-01-01 01:00:00.000000000 
+0100
+++ new/libyui-qt-2.49.16/src/icons/lock.svg    2019-03-13 16:52:32.000000000 
+0100
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg"; height="16" width="16">
+<path d="M 8 0 C 5.23 0 3 2.23 3 5 L 3 6 L 2 6 L 2 16 L 14 16 L 14 6 L 13 6 L 
13 5 C 13 2.23 10.77 0 8 0 z M 8 2 C 9.662 2 11 3.338 11 5 L 11 6 L 5 6 L 5 5 C 
5 3.338 6.338 2 8 2 z M 8 8 C 9.1079993 8 10 8.8920007 10 10 C 10 10.741069 
9.5957989 11.379048 9 11.724609 L 9 14 L 7 14 L 7 11.724609 C 6.4042011 
11.379048 6 10.741069 6 10 C 6 8.8920007 6.8920007 8 8 8 z " fill="#c0bfbc" />
+</svg>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.49.15/src/qt_icons.qrc 
new/libyui-qt-2.49.16/src/qt_icons.qrc
--- old/libyui-qt-2.49.15/src/qt_icons.qrc      2019-02-28 16:29:04.000000000 
+0100
+++ new/libyui-qt-2.49.16/src/qt_icons.qrc      2019-03-13 16:52:32.000000000 
+0100
@@ -7,14 +7,20 @@
                <file 
alias="dialog-information">icons/dialog-information.svg</file>
                <file alias="dialog-question">icons/dialog-question.svg</file>
                <file alias="dialog-warning">icons/dialog-warning.svg</file>
+               <file alias="drive-dasd">icons/drive-dasd.svg</file>
+               <file alias="drive-fcoe">icons/drive-fcoe.svg</file>
                <file 
alias="drive-harddisk-encrypted">icons/drive-harddisk-encrypted.svg</file>
                <file alias="drive-harddisk">icons/drive-harddisk.svg</file>
+               <file alias="drive-iscsi">icons/drive-iscsi.svg</file>
                <file alias="drive-multidisk">icons/drive-multidisk.svg</file>
                <file 
alias="drive-multipartition">icons/drive-multipartition.svg</file>
                <file alias="drive-partition">icons/drive-partition.svg</file>
+               <file alias="drive-xpram">icons/drive-xpram.svg</file>
+               <file alias="drive-zfcp">icons/drive-zfcp.svg</file>
                <file alias="edit-find">icons/edit-find.svg</file>
                <file alias="emblem-warning">icons/emblem-warning.svg</file>
                <file alias="folder-remote">icons/folder-remote.svg</file>
+               <file alias="lock">icons/lock.svg</file>
                <file alias="media-removable">icons/media-removable.svg</file>
                <file alias="view-list">icons/view-list.svg</file>
                <file alias="view-list-text">icons/view-list-text.svg</file>


Reply via email to