Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libyui for openSUSE:Factory checked 
in at 2022-04-16 00:13:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui (Old)
 and      /work/SRC/openSUSE:Factory/.libyui.new.1941 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui"

Sat Apr 16 00:13:16 2022 rev:78 rq:970175 version:4.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui/libyui.changes    2022-03-16 
21:30:29.143399058 +0100
+++ /work/SRC/openSUSE:Factory/.libyui.new.1941/libyui.changes  2022-04-16 
00:13:34.489595070 +0200
@@ -1,0 +2,18 @@
+Thu Apr 14 13:01:44 UTC 2022 - Stefan Hundhammer <shundham...@suse.com>
+
+- Added dynamic property first-item to YQItemSelector and
+  YQCustomStatusItemSelector for QSS styling (bsc#1196599)
+  see also https://github.com/libyui/libyui/pull/68
+- 4.4.0
+  
+-------------------------------------------------------------------
+Thu Apr 14 12:30:00 UTC 2022 - Stefan Hundhammer <shundham...@suse.com>
+
+- Reviewed and merged pending community PRs:
+
+  - Perl bindings build error fix by Angelo Naselli <anase...@linux.it>
+  - Ruby bindings with libyui-mga by Angelo Naselli <anase...@linux.it>
+  - Typo fix in rest-api examples by George Gkioulis <ggkiou...@suse.com>
+  - Missing examples header fix by James.W <jinnan....@alibaba-inc.com>
+
+-------------------------------------------------------------------

Old:
----
  libyui-4.3.3.tar.bz2

New:
----
  libyui-4.4.0.tar.bz2

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

Other differences:
------------------
++++++ libyui-bindings.spec ++++++
--- /var/tmp/diff_new_pack.ae3W4u/_old  2022-04-16 00:13:35.325596186 +0200
+++ /var/tmp/diff_new_pack.ae3W4u/_new  2022-04-16 00:13:35.329596191 +0200
@@ -20,7 +20,7 @@
 Name:           libyui-bindings
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.3.3
+Version:        4.4.0
 Release:        0
 Summary:        Bindings for libyui
 License:        LGPL-2.1-only OR LGPL-3.0-only

++++++ libyui-ncurses-pkg.spec ++++++
--- /var/tmp/diff_new_pack.ae3W4u/_old  2022-04-16 00:13:35.353596223 +0200
+++ /var/tmp/diff_new_pack.ae3W4u/_new  2022-04-16 00:13:35.357596229 +0200
@@ -19,7 +19,7 @@
 Name:           libyui-ncurses-pkg
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.3.3
+Version:        4.4.0
 Release:        0
 
 %define         so_version 16

libyui-ncurses-rest-api.spec: same change
libyui-ncurses.spec: same change
++++++ libyui-qt-graph.spec ++++++
--- /var/tmp/diff_new_pack.ae3W4u/_old  2022-04-16 00:13:35.425596320 +0200
+++ /var/tmp/diff_new_pack.ae3W4u/_new  2022-04-16 00:13:35.433596330 +0200
@@ -19,7 +19,7 @@
 Name:           libyui-qt-graph
 
 # DO NOT manually bump the version here; instead, use   rake version:bump
-Version:        4.3.3
+Version:        4.4.0
 Release:        0
 
 %define         so_version 16

++++++ libyui-qt-pkg.spec ++++++
--- /var/tmp/diff_new_pack.ae3W4u/_old  2022-04-16 00:13:35.453596356 +0200
+++ /var/tmp/diff_new_pack.ae3W4u/_new  2022-04-16 00:13:35.457596363 +0200
@@ -19,7 +19,7 @@
 Name:           libyui-qt-pkg
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.3.3
+Version:        4.4.0
 Release:        0
 
 %define         so_version 16

libyui-qt-rest-api.spec: same change
libyui-qt.spec: same change
libyui-rest-api.spec: same change
libyui.spec: same change
++++++ libyui-4.3.3.tar.bz2 -> libyui-4.4.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.3.3/VERSION.cmake 
new/libyui-4.4.0/VERSION.cmake
--- old/libyui-4.3.3/VERSION.cmake      2022-03-15 14:32:06.000000000 +0100
+++ new/libyui-4.4.0/VERSION.cmake      2022-04-14 15:46:50.000000000 +0200
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR "4")
-SET( VERSION_MINOR "3" )
-SET( VERSION_PATCH "3" )
+SET( VERSION_MINOR "4" )
+SET( VERSION_PATCH "0" )
 SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )
 
 SET( SONAME_MAJOR "16" )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.3.3/libyui/examples/CMakeLists.txt 
new/libyui-4.4.0/libyui/examples/CMakeLists.txt
--- old/libyui-4.3.3/libyui/examples/CMakeLists.txt     2022-03-15 
14:32:06.000000000 +0100
+++ new/libyui-4.4.0/libyui/examples/CMakeLists.txt     2022-04-14 
15:46:50.000000000 +0200
@@ -64,3 +64,6 @@
 add_example( SelectionBox3-many-items )
 add_example( Table-many-items )
 add_example( Table-nested-items )
+
+#Dont't forget the header files, keep it simple
+install( FILES LoremIpsum.h DESTINATION ${EXAMPLES_INSTALL_DIR} )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libyui-4.3.3/libyui-bindings/swig/perl/CMakeLists.txt 
new/libyui-4.4.0/libyui-bindings/swig/perl/CMakeLists.txt
--- old/libyui-4.3.3/libyui-bindings/swig/perl/CMakeLists.txt   2022-03-15 
14:32:06.000000000 +0100
+++ new/libyui-4.4.0/libyui-bindings/swig/perl/CMakeLists.txt   2022-04-14 
15:46:50.000000000 +0200
@@ -82,8 +82,7 @@
   target_link_directories( ${TARGETLIB} BEFORE PUBLIC 
../../../libyui/build/src )
 endif()
 
-TARGET_LINK_LIBRARIES( ${TARGETLIB} ${LIBYUI_LIBRARY} )
-TARGET_LINK_LIBRARIES( ${TARGETLIB} ${PERL_LIBRARY} )
+TARGET_LINK_LIBRARIES( ${TARGETLIB} pthread ${LIBYUI_LIBRARY} ${PERL_LIBRARY})
 
 INSTALL(TARGETS ${TARGETLIB} LIBRARY DESTINATION ${PERL_VENDOR_ARCH} )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libyui-4.3.3/libyui-bindings/swig/ruby/CMakeLists.txt 
new/libyui-4.4.0/libyui-bindings/swig/ruby/CMakeLists.txt
--- old/libyui-4.3.3/libyui-bindings/swig/ruby/CMakeLists.txt   2022-03-15 
14:32:06.000000000 +0100
+++ new/libyui-4.4.0/libyui-bindings/swig/ruby/CMakeLists.txt   2022-04-14 
15:46:50.000000000 +0200
@@ -27,14 +27,12 @@
 
 set( LOCAL_INCLUDE_DIR ${CMAKE_CURRENT_BINARY_DIR}/include )
 
-if(NOT WITH_MGA)
-  # Symlink ../../../libyui/src to build/src/include/yui
-  # so the headers there can be included as <yui/YFoo.h>
-  file( MAKE_DIRECTORY ${LOCAL_INCLUDE_DIR} )
-  file( CREATE_LINK ${CMAKE_CURRENT_SOURCE_DIR}/../../../libyui/src 
${LOCAL_INCLUDE_DIR}/yui SYMBOLIC )
-  if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/../../../libyui-mga/src)
-    file( CREATE_LINK ${CMAKE_CURRENT_SOURCE_DIR}/../../../libyui-mga/src 
${LOCAL_INCLUDE_DIR}/yui/mga SYMBOLIC )
-  endif()
+# Symlink ../../../libyui/src to build/src/include/yui
+# so the headers there can be included as <yui/YFoo.h>
+file( MAKE_DIRECTORY ${LOCAL_INCLUDE_DIR} )
+file( CREATE_LINK ${CMAKE_CURRENT_SOURCE_DIR}/../../../libyui/src 
${LOCAL_INCLUDE_DIR}/yui SYMBOLIC )
+if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/../../../libyui-mga/src)
+  file( CREATE_LINK ${CMAKE_CURRENT_SOURCE_DIR}/../../../libyui-mga/src 
${LOCAL_INCLUDE_DIR}/yui/mga SYMBOLIC )
 endif()
 
 ADD_CUSTOM_COMMAND (
@@ -55,14 +53,23 @@
 
 SET_TARGET_PROPERTIES( ${TARGETLIB} PROPERTIES PREFIX "" OUTPUT_NAME "_yui")
 
-if (NOT WITH_MGA)
+if ( WITH_MGA)
+  if (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/../../../libyui-mga/build/src)
+    # Find yui and yui-mga during a combined build
+    target_link_directories( ${TARGETLIB}
+      BEFORE PUBLIC ../../../libyui/build/src
+      BEFORE PUBLIC ../../../libyui-mga/build/src
+    )
+  else()
+    # Using yui and yui-mga from system
+    target_link_directories( ${TARGETLIB}
+      PUBLIC ${YUI_LIBRARY_DIRS}
+      PUBLIC ${YUIMGA_LIBRARY_DIRS}
+    )
+  endif()
+else()
   # Find yui during a combined build
   target_link_directories( ${TARGETLIB} BEFORE PUBLIC 
../../../libyui/build/src )
-else()
-  target_link_directories( ${TARGETLIB}
-    PUBLIC ${YUI_LIBRARY_DIRS}
-    PUBLIC ${YUIMGA_LIBRARY_DIRS}
-  )
 endif()
 
 TARGET_LINK_LIBRARIES( ${TARGETLIB} ${LIBYUI_LIBRARY} )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.3.3/libyui-qt/doc/keyboard_shortcuts.md 
new/libyui-4.4.0/libyui-qt/doc/keyboard_shortcuts.md
--- old/libyui-4.3.3/libyui-qt/doc/keyboard_shortcuts.md        2022-03-15 
14:32:06.000000000 +0100
+++ new/libyui-4.4.0/libyui-qt/doc/keyboard_shortcuts.md        2022-04-14 
15:46:50.000000000 +0200
@@ -9,6 +9,8 @@
 
 - `Ctrl+PrtScn` - Save a screenshot to a file
 
+- `Shift-F3` - Display a popup for switching the color theme
+
 - `Shift-F4` - Toggle colors for vision impaired users
 
 - `Shift+F6` - Ask for widget ID. Enter the ID of the button which should be
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.3.3/libyui-qt/src/YQItemSelector.cc 
new/libyui-4.4.0/libyui-qt/src/YQItemSelector.cc
--- old/libyui-4.3.3/libyui-qt/src/YQItemSelector.cc    2022-03-15 
14:32:06.000000000 +0100
+++ new/libyui-4.4.0/libyui-qt/src/YQItemSelector.cc    2022-04-14 
15:46:50.000000000 +0200
@@ -72,7 +72,7 @@
     setSizeAdjustPolicy( QAbstractScrollArea::AdjustToContentsOnFirstShow );
 
     _itemContainer = new QWidget( this );
-    _itemContainer->setObjectName( "YQItemSelectorItemContainer" );
+    _itemContainer->setObjectName( "itemContainer" );
     YUI_CHECK_NEW( _itemContainer );
 
     QVBoxLayout * outerVBox = new QVBoxLayout( _itemContainer );
@@ -321,6 +321,10 @@
     , _parent( parent )
     , _item( item )
 {
+    // For QSS styling
+    setObjectName( "selectorItem" );
+
+    setFirstItemProperty( parent->itemsCount() == 1 );
 }
 
 
@@ -401,7 +405,7 @@
     _headingToggle = createHeadingToggle( label, this );
     YUI_CHECK_NEW( _headingToggle );
 
-    _headingToggle->setObjectName( "YQSelectorItemHeading" );  // for QSS 
style sheets
+    _headingToggle->setObjectName( "selectorItemHeading" );  // for QSS style 
sheets
     _headingToggle->setChecked( selected );
 
     QFont font( _headingToggle->font() );
@@ -420,7 +424,7 @@
     {
        _descriptionLabel = new QLabel( fromUTF8( description ), this );
        YUI_CHECK_NEW( _descriptionLabel );
-       _descriptionLabel->setObjectName( "YQSelectorItemDescription" ); // for 
QSS
+       _descriptionLabel->setObjectName( "selectorItemDescription" ); // for 
QSS
         _descriptionLabel->setIndent( itemDescriptionIndent() ); // Compensate 
for QRadioButton icon
 
         _vBox->addWidget( _descriptionLabel );
@@ -441,7 +445,7 @@
         QIcon icon = YQUI::ui()->loadIcon( iconName );
        _iconLabel->setPixmap( icon.pixmap( ICON_SIZE ) );
 
-       _descriptionLabel->setObjectName( "YQSelectorItemIcon" ); // for QSS
+       _descriptionLabel->setObjectName( "selectorItemIcon" ); // for QSS
         _iconLabel->setIndent(0);
 
         QSizePolicy sizePol( _iconLabel->sizePolicy() );
@@ -522,3 +526,30 @@
 {
     _headingToggle->setText( label );
 }
+
+
+void YQSelectorItemWidget::setFirstItemProperty( bool value )
+{
+    // Add a dynamic property for use in QSS styling.
+    //
+    // Use this in QSS as one of the following:
+    //
+    //   *[first-item="true"] { background-color: orange; }
+    //   #selectorItem[first-item="true"] { background-color: orange; }
+    //   #selectorItem[first-item="false"] { background-color: cyan; }
+    //   #selectorItem { background-color: white; }
+    //   
+    //   YQItemSelector [first-item="true"] { background-color: orange; }
+    //   YQItemSelector [first-item="false"] { background-color: cyan; }
+    //   
+    //   YQItemSelector #selectorItem { background-color: white; }
+    //   YQItemSelector #selectorItem[first-item="true"] { background-color: 
orange; }
+    //   YQItemSelector #selectorItem[first-item="false"] { background-color: 
cyan; }
+    //
+    // 
https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-using-dynamic-properties
+    //
+    // PR with examples and screenshots:
+    // https://github.com/libyui/libyui/pull/68
+
+    setProperty( "first-item", value );
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.3.3/libyui-qt/src/YQItemSelector.h 
new/libyui-4.4.0/libyui-qt/src/YQItemSelector.h
--- old/libyui-4.3.3/libyui-qt/src/YQItemSelector.h     2022-03-15 
14:32:06.000000000 +0100
+++ new/libyui-4.4.0/libyui-qt/src/YQItemSelector.h     2022-04-14 
15:46:50.000000000 +0200
@@ -251,6 +251,30 @@
      **/
     bool multiSelection() const { return ! singleSelection(); }
 
+
+    /**
+     * Set a dynamic property "first-item" for use in QSS styling.
+     *
+     * Use this in QSS as one of the following:
+     *
+     *   *[first-item="true"] { background-color: orange; }
+     *   #selectorItem[first-item="true"] { background-color: orange; }
+     *   #selectorItem[first-item="false"] { background-color: cyan; }
+     *   #selectorItem { background-color: white; }
+     *
+     *   YQItemSelector [first-item="true"] { background-color: orange; }
+     *   YQItemSelector [first-item="false"] { background-color: cyan; }
+     *
+     *   YQItemSelector #selectorItem { background-color: white; }
+     *   YQItemSelector #selectorItem[first-item="true"] { background-color: 
orange; }
+     *   YQItemSelector #selectorItem[first-item="false"] { background-color: 
cyan; }
+     *
+     * See also
+     * 
https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-using-dynamic-properties
+     *
+     **/
+    void setFirstItemProperty( bool value = true );
+
     /**
      * Set a new label.
      *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.3.3/libyui-rest-api/doc/API_v1.md 
new/libyui-4.4.0/libyui-rest-api/doc/API_v1.md
--- old/libyui-4.3.3/libyui-rest-api/doc/API_v1.md      2022-03-15 
14:32:06.000000000 +0100
+++ new/libyui-4.4.0/libyui-rest-api/doc/API_v1.md      2022-04-14 
15:46:50.000000000 +0200
@@ -190,7 +190,7 @@
 # press the "next" button
 curl -X POST 'http://localhost:9999/v1/widgets?id=next&action=press'
 # press the "next" button, filter by type and id
-curl -X POST 
'http://localhost:9999/v1/widgets?type=YPushButtonid=next&action=press'
+curl -X POST 
'http://localhost:9999/v1/widgets?type=YPushButton&id=next&action=press'
 # set value "test" for the InputField with label "Description"
 curl -X POST 
'http://localhost:9999/v1/widgets?label=Description&action=enter_text&value=test'
 # select first row (counting from zero) in table with id "names"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.3.3/package/libyui-bindings.spec 
new/libyui-4.4.0/package/libyui-bindings.spec
--- old/libyui-4.3.3/package/libyui-bindings.spec       2022-03-15 
14:32:06.000000000 +0100
+++ new/libyui-4.4.0/package/libyui-bindings.spec       2022-04-14 
15:46:50.000000000 +0200
@@ -20,7 +20,7 @@
 Name:           libyui-bindings
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.3.3
+Version:        4.4.0
 Release:        0
 Summary:        Bindings for libyui
 License:        LGPL-2.1-only OR LGPL-3.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.3.3/package/libyui-ncurses-pkg.spec 
new/libyui-4.4.0/package/libyui-ncurses-pkg.spec
--- old/libyui-4.3.3/package/libyui-ncurses-pkg.spec    2022-03-15 
14:32:06.000000000 +0100
+++ new/libyui-4.4.0/package/libyui-ncurses-pkg.spec    2022-04-14 
15:46:50.000000000 +0200
@@ -19,7 +19,7 @@
 Name:           libyui-ncurses-pkg
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.3.3
+Version:        4.4.0
 Release:        0
 
 %define         so_version 16
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.3.3/package/libyui-ncurses-rest-api.spec 
new/libyui-4.4.0/package/libyui-ncurses-rest-api.spec
--- old/libyui-4.3.3/package/libyui-ncurses-rest-api.spec       2022-03-15 
14:32:06.000000000 +0100
+++ new/libyui-4.4.0/package/libyui-ncurses-rest-api.spec       2022-04-14 
15:46:50.000000000 +0200
@@ -19,7 +19,7 @@
 Name:           libyui-ncurses-rest-api
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.3.3
+Version:        4.4.0
 Release:        0
 
 %define         so_version 16
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.3.3/package/libyui-ncurses.spec 
new/libyui-4.4.0/package/libyui-ncurses.spec
--- old/libyui-4.3.3/package/libyui-ncurses.spec        2022-03-15 
14:32:06.000000000 +0100
+++ new/libyui-4.4.0/package/libyui-ncurses.spec        2022-04-14 
15:46:50.000000000 +0200
@@ -19,7 +19,7 @@
 Name:           libyui-ncurses
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.3.3
+Version:        4.4.0
 Release:        0
 
 %define         so_version 16
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.3.3/package/libyui-qt-graph.spec 
new/libyui-4.4.0/package/libyui-qt-graph.spec
--- old/libyui-4.3.3/package/libyui-qt-graph.spec       2022-03-15 
14:32:06.000000000 +0100
+++ new/libyui-4.4.0/package/libyui-qt-graph.spec       2022-04-14 
15:46:50.000000000 +0200
@@ -19,7 +19,7 @@
 Name:           libyui-qt-graph
 
 # DO NOT manually bump the version here; instead, use   rake version:bump
-Version:        4.3.3
+Version:        4.4.0
 Release:        0
 
 %define         so_version 16
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.3.3/package/libyui-qt-pkg.spec 
new/libyui-4.4.0/package/libyui-qt-pkg.spec
--- old/libyui-4.3.3/package/libyui-qt-pkg.spec 2022-03-15 14:32:06.000000000 
+0100
+++ new/libyui-4.4.0/package/libyui-qt-pkg.spec 2022-04-14 15:46:50.000000000 
+0200
@@ -19,7 +19,7 @@
 Name:           libyui-qt-pkg
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.3.3
+Version:        4.4.0
 Release:        0
 
 %define         so_version 16
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.3.3/package/libyui-qt-rest-api.spec 
new/libyui-4.4.0/package/libyui-qt-rest-api.spec
--- old/libyui-4.3.3/package/libyui-qt-rest-api.spec    2022-03-15 
14:32:06.000000000 +0100
+++ new/libyui-4.4.0/package/libyui-qt-rest-api.spec    2022-04-14 
15:46:50.000000000 +0200
@@ -19,7 +19,7 @@
 Name:           libyui-qt-rest-api
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.3.3
+Version:        4.4.0
 Release:        0
 
 %define         so_version 16
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.3.3/package/libyui-qt.spec 
new/libyui-4.4.0/package/libyui-qt.spec
--- old/libyui-4.3.3/package/libyui-qt.spec     2022-03-15 14:32:06.000000000 
+0100
+++ new/libyui-4.4.0/package/libyui-qt.spec     2022-04-14 15:46:50.000000000 
+0200
@@ -19,7 +19,7 @@
 Name:           libyui-qt
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.3.3
+Version:        4.4.0
 Release:        0
 
 %define         so_version 16
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.3.3/package/libyui-rest-api.spec 
new/libyui-4.4.0/package/libyui-rest-api.spec
--- old/libyui-4.3.3/package/libyui-rest-api.spec       2022-03-15 
14:32:06.000000000 +0100
+++ new/libyui-4.4.0/package/libyui-rest-api.spec       2022-04-14 
15:46:50.000000000 +0200
@@ -19,7 +19,7 @@
 Name:           libyui-rest-api
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.3.3
+Version:        4.4.0
 Release:        0
 
 %define         so_version 16
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.3.3/package/libyui.changes 
new/libyui-4.4.0/package/libyui.changes
--- old/libyui-4.3.3/package/libyui.changes     2022-03-15 14:32:06.000000000 
+0100
+++ new/libyui-4.4.0/package/libyui.changes     2022-04-14 15:46:50.000000000 
+0200
@@ -1,4 +1,22 @@
 -------------------------------------------------------------------
+Thu Apr 14 13:01:44 UTC 2022 - Stefan Hundhammer <shundham...@suse.com>
+
+- Added dynamic property first-item to YQItemSelector and
+  YQCustomStatusItemSelector for QSS styling (bsc#1196599)
+  see also https://github.com/libyui/libyui/pull/68
+- 4.4.0
+  
+-------------------------------------------------------------------
+Thu Apr 14 12:30:00 UTC 2022 - Stefan Hundhammer <shundham...@suse.com>
+
+- Reviewed and merged pending community PRs:
+
+  - Perl bindings build error fix by Angelo Naselli <anase...@linux.it>
+  - Ruby bindings with libyui-mga by Angelo Naselli <anase...@linux.it>
+  - Typo fix in rest-api examples by George Gkioulis <ggkiou...@suse.com>
+  - Missing examples header fix by James.W <jinnan....@alibaba-inc.com>
+
+-------------------------------------------------------------------
 Tue Mar 15 12:51:39 UTC 2022 - Stefan Hundhammer <shundham...@suse.com>
 
 - Fixed release notes dialog in YQWizard clearing content on click
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.3.3/package/libyui.spec 
new/libyui-4.4.0/package/libyui.spec
--- old/libyui-4.3.3/package/libyui.spec        2022-03-15 14:32:06.000000000 
+0100
+++ new/libyui-4.4.0/package/libyui.spec        2022-04-14 15:46:50.000000000 
+0200
@@ -19,7 +19,7 @@
 Name:           libyui
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.3.3
+Version:        4.4.0
 Release:        0
 
 %define         so_version 16

Reply via email to