Hello community,

here is the log from the commit of package libyui-qt for openSUSE:Factory 
checked in at 2017-08-12 20:02:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui-qt (Old)
 and      /work/SRC/openSUSE:Factory/.libyui-qt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui-qt"

Sat Aug 12 20:02:28 2017 rev:44 rq:515037 version:2.47.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui-qt/libyui-qt.changes      2017-02-10 
09:47:39.453446804 +0100
+++ /work/SRC/openSUSE:Factory/.libyui-qt.new/libyui-qt.changes 2017-08-12 
20:02:33.195247966 +0200
@@ -1,0 +2,6 @@
+Mon Aug  7 14:08:05 UTC 2017 - mvid...@suse.com
+
+- Adjusted to increased so version of the base library (bsc#1052217)
+- 2.47.2
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libyui-qt-doc.spec ++++++
--- /var/tmp/diff_new_pack.EiEH8g/_old  2017-08-12 20:02:34.115119110 +0200
+++ /var/tmp/diff_new_pack.EiEH8g/_new  2017-08-12 20:02:34.131116869 +0200
@@ -17,10 +17,10 @@
 
 
 %define parent libyui-qt
-%define so_version 7
+%define so_version 8
 
 Name:           %{parent}-doc
-Version:        2.47.1
+Version:        2.47.2
 Release:        0
 Source:         %{parent}-%{version}.tar.bz2
 

++++++ libyui-qt.spec ++++++
--- /var/tmp/diff_new_pack.EiEH8g/_old  2017-08-12 20:02:34.203106785 +0200
+++ /var/tmp/diff_new_pack.EiEH8g/_new  2017-08-12 20:02:34.215105104 +0200
@@ -17,11 +17,11 @@
 
 
 Name:           libyui-qt
-Version:        2.47.1
+Version:        2.47.2
 Release:        0
 Source:         %{name}-%{version}.tar.bz2
 
-%define so_version 7
+%define so_version 8
 %define bin_name %{name}%{so_version}
 
 BuildRequires:  boost-devel

++++++ libyui-qt-2.47.1.tar.bz2 -> libyui-qt-2.47.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.47.1/.travis.yml 
new/libyui-qt-2.47.2/.travis.yml
--- old/libyui-qt-2.47.1/.travis.yml    1970-01-01 01:00:00.000000000 +0100
+++ new/libyui-qt-2.47.2/.travis.yml    2017-08-07 17:05:13.451828526 +0200
@@ -0,0 +1,11 @@
+sudo: required
+language: bash
+services:
+  - docker
+
+before_install:
+  - docker build -t libyui-qt-image .
+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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.47.1/Dockerfile 
new/libyui-qt-2.47.2/Dockerfile
--- old/libyui-qt-2.47.1/Dockerfile     1970-01-01 01:00:00.000000000 +0100
+++ new/libyui-qt-2.47.2/Dockerfile     2017-08-07 17:05:13.451828526 +0200
@@ -0,0 +1,4 @@
+# Use the libyui/devel image as the base
+FROM libyui/devel
+
+COPY . /usr/src/app
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.47.1/README.md 
new/libyui-qt-2.47.2/README.md
--- old/libyui-qt-2.47.1/README.md      2017-02-06 14:29:10.122466178 +0100
+++ new/libyui-qt-2.47.2/README.md      2017-08-07 17:05:13.451828526 +0200
@@ -1 +1,33 @@
-![libYUI-boilerplate](http://img191.imageshack.us/img191/9364/libyui.png)
+# LibYUI - The Qt (Graphical) Frontend
+
+[![Build Status](https://travis-ci.org/libyui/libyui-qt.svg?branch=master
+)](https://travis-ci.org/libyui/libyui-qt)
+
+
+[Libyui](https://github.com/libyui/libyui) is a widget abstraction library
+providing Qt, GTK and ncurses frontends. Originally it was developed for
+[YaST](https://yast.github.io/) but it can be used in any independent project.
+
+This part contains the Qt graphical frontend.
+
+### Building
+
+Libyui uses CMake, driven by a slightly complex set of
+[CMakefiles](https://github.com/libyui/libyui/tree/master/buildtools). For
+reproducible builds it is best to use the [libyui-rake](
+https://github.com/libyui/libyui-rake) Ruby gem like the [Jenkins CI](
+https://ci.opensuse.org/view/libyui/) jobs do.
+
+It can be installed from [rubygems.org](https://rubygems.org/gems/libyui-rake/)
+using this command (Ruby needs to be installed in the system):
+
+```
+gem install libyui-rake
+```
+
+Then to build the package run:
+
+```
+rake osc:build
+```
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.47.1/VERSION.cmake 
new/libyui-qt-2.47.2/VERSION.cmake
--- old/libyui-qt-2.47.1/VERSION.cmake  2017-02-06 14:29:10.122466178 +0100
+++ new/libyui-qt-2.47.2/VERSION.cmake  2017-08-07 17:05:13.451828526 +0200
@@ -1,6 +1,6 @@
 SET(VERSION_MAJOR "2")
 SET(VERSION_MINOR "47")
-SET(VERSION_PATCH "1")
+SET(VERSION_PATCH "2")
 SET( VERSION 
"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )
 
 ##### This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.47.1/package/libyui-qt-doc.spec 
new/libyui-qt-2.47.2/package/libyui-qt-doc.spec
--- old/libyui-qt-2.47.1/package/libyui-qt-doc.spec     2017-02-06 
14:29:10.122466178 +0100
+++ new/libyui-qt-2.47.2/package/libyui-qt-doc.spec     2017-08-07 
17:05:13.451828526 +0200
@@ -17,10 +17,10 @@
 
 
 %define parent libyui-qt
-%define so_version 7
+%define so_version 8
 
 Name:           %{parent}-doc
-Version:        2.47.1
+Version:        2.47.2
 Release:        0
 Source:         %{parent}-%{version}.tar.bz2
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.47.1/package/libyui-qt.changes 
new/libyui-qt-2.47.2/package/libyui-qt.changes
--- old/libyui-qt-2.47.1/package/libyui-qt.changes      2017-02-06 
14:29:10.122466178 +0100
+++ new/libyui-qt-2.47.2/package/libyui-qt.changes      2017-08-07 
17:05:13.455828526 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Mon Aug  7 14:08:05 UTC 2017 - mvid...@suse.com
+
+- Adjusted to increased so version of the base library (bsc#1052217)
+- 2.47.2
+
+-------------------------------------------------------------------
 Sun Feb  5 14:43:49 CET 2017 - besse...@fedoraproject.org
 
 - Fix crash when shutting down the UI (gh#libyui-libyui-qt#41, bsc#931762)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.47.1/package/libyui-qt.spec 
new/libyui-qt-2.47.2/package/libyui-qt.spec
--- old/libyui-qt-2.47.1/package/libyui-qt.spec 2017-02-06 14:29:10.122466178 
+0100
+++ new/libyui-qt-2.47.2/package/libyui-qt.spec 2017-08-07 17:05:13.455828526 
+0200
@@ -17,11 +17,11 @@
 
 
 Name:           libyui-qt
-Version:        2.47.1
+Version:        2.47.2
 Release:        0
 Source:         %{name}-%{version}.tar.bz2
 
-%define so_version 7
+%define so_version 8
 %define bin_name %{name}%{so_version}
 
 BuildRequires:  boost-devel


Reply via email to