Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package libyui-bindings for openSUSE:Factory
checked in at 2021-03-02 12:31:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui-bindings (Old)
and /work/SRC/openSUSE:Factory/.libyui-bindings.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libyui-bindings"
Tue Mar 2 12:31:24 2021 rev:26 rq:872619 version:4.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui-bindings/libyui-bindings.changes
2020-11-25 19:31:08.726603252 +0100
+++
/work/SRC/openSUSE:Factory/.libyui-bindings.new.2378/libyui-bindings.changes
2021-03-02 12:44:08.712287493 +0100
@@ -1,0 +2,7 @@
+Mon Feb 15 16:52:13 UTC 2021 - Stefan Hundhammer <[email protected]>
+
+- Adapted to new libyui cmake build environment (bsc#1181653)
+- Renamed Makefile.cvs to Makefile.repo
+- 4.0.0
+
+-------------------------------------------------------------------
Old:
----
libyui-bindings-2.1.1.tar.bz2
New:
----
libyui-bindings-4.0.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libyui-bindings.spec ++++++
--- /var/tmp/diff_new_pack.ESZSCQ/_old 2021-03-02 12:44:09.092287822 +0100
+++ /var/tmp/diff_new_pack.ESZSCQ/_new 2021-03-02 12:44:09.092287822 +0100
@@ -1,7 +1,7 @@
#
# spec file for package libyui-bindings
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
Name: libyui-bindings
-Version: 2.1.1
+Version: 4.0.0
Release: 0
Summary: Bindings for libyui
License: LGPL-2.1-only OR LGPL-3.0-only
@@ -27,8 +27,8 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: cmake
BuildRequires: gcc-c++
-# YMenuBar / libyui14
-BuildRequires: libyui-devel >= 3.12.0
+# New cmake build environment
+BuildRequires: libyui-devel >= 4.0.0
BuildRequires: perl
BuildRequires: python3-devel
BuildRequires: ruby-devel
++++++ libyui-bindings-2.1.1.tar.bz2 -> libyui-bindings-4.0.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libyui-bindings-2.1.1/CMakeLists.txt
new/libyui-bindings-4.0.0/CMakeLists.txt
--- old/libyui-bindings-2.1.1/CMakeLists.txt 2020-11-25 15:33:21.000000000
+0100
+++ new/libyui-bindings-4.0.0/CMakeLists.txt 2021-02-15 18:32:02.000000000
+0100
@@ -74,13 +74,14 @@
INCLUDE(CPack)
-#FIND_PACKAGE(SWIG REQUIRED)
MESSAGE(STATUS "Looking modules in ${CMAKE_MODULE_PATH}")
FIND_PACKAGE(SWIG REQUIRED)
-FIND_PACKAGE(Libyui REQUIRED)
+
+FIND_LIBRARY( LIBYUI NAMES yui REQUIRED )
SET( LIBYUI_LIBRARY yui )
+SET( LIBYUI_INCLUDE_DIR /usr/include )
IF(WITH_MGA)
FIND_PACKAGE(Libyui-mga REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libyui-bindings-2.1.1/Makefile.cvs
new/libyui-bindings-4.0.0/Makefile.cvs
--- old/libyui-bindings-2.1.1/Makefile.cvs 2020-11-25 15:33:21.000000000
+0100
+++ new/libyui-bindings-4.0.0/Makefile.cvs 1970-01-01 01:00:00.000000000
+0100
@@ -1,20 +0,0 @@
-#
-# Makefile.cvs
-#
-
-LIB = $(shell y2tool get-lib)
-
-PREFIX = /usr
-
-configure:
- mkdir build ;\
- cd build ;\
- cmake -DCMAKE_INSTALL_PREFIX=$(PREFIX) -DLIB=$(LIB) ..
-
-install: configure
- cd build; \
- make && make install
-
-reconf:
- cd build ;\
- cmake rebuild_cache
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libyui-bindings-2.1.1/Makefile.repo
new/libyui-bindings-4.0.0/Makefile.repo
--- old/libyui-bindings-2.1.1/Makefile.repo 1970-01-01 01:00:00.000000000
+0100
+++ new/libyui-bindings-4.0.0/Makefile.repo 2021-02-15 18:32:02.000000000
+0100
@@ -0,0 +1,20 @@
+#
+# Makefile.cvs
+#
+
+LIB = $(shell y2tool get-lib)
+
+PREFIX = /usr
+
+configure:
+ mkdir build ;\
+ cd build ;\
+ cmake -DCMAKE_INSTALL_PREFIX=$(PREFIX) -DLIB=$(LIB) ..
+
+install: configure
+ cd build; \
+ make && make install
+
+reconf:
+ cd build ;\
+ cmake rebuild_cache
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libyui-bindings-2.1.1/VERSION.cmake
new/libyui-bindings-4.0.0/VERSION.cmake
--- old/libyui-bindings-2.1.1/VERSION.cmake 2020-11-25 15:33:21.000000000
+0100
+++ new/libyui-bindings-4.0.0/VERSION.cmake 2021-02-15 18:32:02.000000000
+0100
@@ -1,3 +1,3 @@
-SET(VERSION_MAJOR "2")
-SET(VERSION_MINOR "1")
-SET(VERSION_PATCH "1")
+SET(VERSION_MAJOR "4")
+SET(VERSION_MINOR "0")
+SET(VERSION_PATCH "0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/libyui-bindings-2.1.1/package/libyui-bindings.changes
new/libyui-bindings-4.0.0/package/libyui-bindings.changes
--- old/libyui-bindings-2.1.1/package/libyui-bindings.changes 2020-11-25
15:33:21.000000000 +0100
+++ new/libyui-bindings-4.0.0/package/libyui-bindings.changes 2021-02-15
18:32:02.000000000 +0100
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Mon Feb 15 16:52:13 UTC 2021 - Stefan Hundhammer <[email protected]>
+
+- Adapted to new libyui cmake build environment (bsc#1181653)
+- Renamed Makefile.cvs to Makefile.repo
+- 4.0.0
+
+-------------------------------------------------------------------
Wed Nov 25 13:45:23 UTC 2020 - Stefan Hundhammer <[email protected]>
- Fixed OBS-only changes by kkaempf vs. Git master conflicts
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libyui-bindings-2.1.1/package/libyui-bindings.spec
new/libyui-bindings-4.0.0/package/libyui-bindings.spec
--- old/libyui-bindings-2.1.1/package/libyui-bindings.spec 2020-11-25
15:33:21.000000000 +0100
+++ new/libyui-bindings-4.0.0/package/libyui-bindings.spec 2021-02-15
18:32:02.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package libyui-bindings
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2020-21 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
Name: libyui-bindings
-Version: 2.1.1
+Version: 4.0.0
Release: 0
Summary: Bindings for libyui
License: LGPL-2.1-only OR LGPL-3.0-only
@@ -27,8 +27,8 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: cmake
BuildRequires: gcc-c++
-# YMenuBar / libyui14
-BuildRequires: libyui-devel >= 3.12.0
+# New cmake build environment
+BuildRequires: libyui-devel >= 4.0.0
BuildRequires: perl
BuildRequires: python3-devel
BuildRequires: ruby-devel
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/libyui-bindings-2.1.1/swig/yui.i
new/libyui-bindings-4.0.0/swig/yui.i
--- old/libyui-bindings-2.1.1/swig/yui.i 2020-11-25 15:33:21.000000000
+0100
+++ new/libyui-bindings-4.0.0/swig/yui.i 2021-02-15 18:32:02.000000000
+0100
@@ -277,7 +277,7 @@
#if defined(SWIGRUBY)
%extend YEvent {
- VALUE mywidget() { return INT2FIX( $self->widget() ); }
+ VALUE mywidget() { return INT2FIX( (long)$self->widget() ); }
}
#endif