Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libyui-ncurses-pkg for 
openSUSE:Factory checked in at 2021-02-26 21:58:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui-ncurses-pkg (Old)
 and      /work/SRC/openSUSE:Factory/.libyui-ncurses-pkg.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui-ncurses-pkg"

Fri Feb 26 21:58:15 2021 rev:44 rq:872581 version:4.0.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/libyui-ncurses-pkg/libyui-ncurses-pkg-doc.changes    
    2019-12-14 12:05:10.691385285 +0100
+++ 
/work/SRC/openSUSE:Factory/.libyui-ncurses-pkg.new.2378/libyui-ncurses-pkg-doc.changes
      2021-02-26 21:58:18.135760265 +0100
@@ -1,0 +2,7 @@
+Mon Feb  1 14:59:09 UTC 2021 - Stefan Hundhammer <[email protected]>
+
+- New CMake build environment (bsc#1181653)
+- Bumped SO version to 15
+- 4.0.0
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/libyui-ncurses-pkg/libyui-ncurses-pkg.changes    
2020-10-18 16:22:17.896514243 +0200
+++ 
/work/SRC/openSUSE:Factory/.libyui-ncurses-pkg.new.2378/libyui-ncurses-pkg.changes
  2021-02-26 21:58:18.203760324 +0100
@@ -1,0 +2,13 @@
+Mon Feb 15 15:26:34 UTC 2021 - Stefan Hundhammer <[email protected]>
+
+- Require libyui-ncurses (bsc#1181653)
+- 4.0.1
+
+-------------------------------------------------------------------
+Mon Feb  1 14:59:08 UTC 2021 - Stefan Hundhammer <[email protected]>
+
+- New CMake build environment (bsc#1181653)
+- Bumped SO version to 15
+- 4.0.0
+
+-------------------------------------------------------------------

Old:
----
  libyui-ncurses-pkg-2.50.10.tar.bz2

New:
----
  libyui-ncurses-pkg-4.0.1.tar.bz2

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

Other differences:
------------------
++++++ libyui-ncurses-pkg-doc.spec ++++++
--- /var/tmp/diff_new_pack.4o0wdj/_old  2021-02-26 21:58:18.651760718 +0100
+++ /var/tmp/diff_new_pack.4o0wdj/_new  2021-02-26 21:58:18.655760721 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-ncurses-pkg-doc
 #
-# 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
@@ -17,64 +17,55 @@
 
 
 %define parent libyui-ncurses-pkg
-%define so_version 14
+%define         so_version 15
 
 Name:           %{parent}-doc
-Version:        2.50.10
+# DO NOT manually bump the version here; instead, use   rake version:bump
+Version:        4.0.1
 Release:        0
-Source:         %{parent}-%{version}.tar.bz2
-
 BuildArch:      noarch
 
-BuildRequires:  cmake >= 2.8
+BuildRequires:  cmake >= 3.10
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  graphviz-gnome
+BuildRequires:  graphviz
 BuildRequires:  libyui-devel >= 3.9.0
-BuildRequires:  texlive-latex
 
 URL:            http://github.com/libyui/
 Summary:        Libyui-ncurses-pkg documentation
 License:        LGPL-2.1-only OR LGPL-3.0-only
-Group:          Documentation/HTML
+Source:         %{parent}-%{version}.tar.bz2
 
 %description
-This package extends the character based (ncurses) user interface
-component for libYUI.
+This package contains the NCurses (text based) package selector
+component for libyui.
 
-
-This package provides the documentation. (HTML & PDF)
+This package provides HTML class documentation.
 
 
 %prep
-
 %setup -n %{parent}-%{version}
 
 %build
 
-export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-
-./bootstrap.sh %{_prefix}
-
 mkdir build
 cd build
+
 cmake .. \
-        -DDOC_DIR=%{_docdir} \
-        -DDOCS_ONLY=ON
+  -DBUILD_DOC=on \
+  -DBUILD_SRC=off \
+  -DDOC_DESTDIR=$RPM_BUILD_ROOT
 
-make %{?jobs:-j%jobs} docs
+# No "make doc" here: This would only duplicate the doxygen call
 
 %install
 cd build
-make install DESTDIR="$RPM_BUILD_ROOT"
+make install-doc
+# This implicitly includes "make doc" unconditionally
 
 %fdupes -s $RPM_BUILD_ROOT/%_docdir/%{parent}%{so_version}
 
-%clean
-rm -rf "$RPM_BUILD_ROOT"
-
 %files
 %defattr(-,root,root)
 %doc %{_docdir}/%{parent}%{so_version}

++++++ libyui-ncurses-pkg.spec ++++++
--- /var/tmp/diff_new_pack.4o0wdj/_old  2021-02-26 21:58:18.671760735 +0100
+++ /var/tmp/diff_new_pack.4o0wdj/_new  2021-02-26 21:58:18.675760738 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libyui-ncurses-pkg
 #
-# 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
@@ -17,41 +17,42 @@
 
 
 Name:           libyui-ncurses-pkg
-Version:        2.50.10
+
+# DO NOT manually bump the version here; instead, use   rake version:bump
+Version:        4.0.1
 Release:        0
-Source:         %{name}-%{version}.tar.bz2
 
-%define so_version 14
+%define         so_version 15
+%define         libyui_devel_version libyui-devel >= 3.10.0
+%define         libyui_ncurses_devel_version    libyui-ncurses-devel >= 2.54.0
+%define         libzypp_devel_version           libzypp-devel >= 17.21.0
 %define bin_name %{name}%{so_version}
 
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_headers-devel
-%else
 BuildRequires:  boost-devel
-%endif
-BuildRequires:  cmake >= 2.8
+BuildRequires:  cmake >= 3.10
 BuildRequires:  gcc-c++
 BuildRequires:  libyui-devel >= 3.9.0
 BuildRequires:  pkg-config
 
-%define libyui_ncurses_devel_version    libyui-ncurses-devel >= 2.54.0
+BuildRequires:  %{libyui_devel_version}
 BuildRequires:  %{libyui_ncurses_devel_version}
-%define libzypp_devel_version           libzypp-devel >= 17.21.0
 BuildRequires:  %{libzypp_devel_version}
 
-URL:            http://github.com/libyui/
-Summary:        Libyui - yast2 package selector widget for the ncurses UI
+Summary:        Libyui - yast2 package selector widget for the NCurses UI
 License:        LGPL-2.1-only OR LGPL-3.0-only
-Group:          System/Libraries
+URL:            http://github.com/libyui/
+Source:         %{name}-%{version}.tar.bz2
 
 %description
-This package extends the character based (ncurses) user interface
-component for libYUI.
+This package contains the package selector for the text based (NCurses) user
+interface component for libyui.
 
 
 %package -n %{bin_name}
+Summary:        Libyui - yast2 package selector widget for the NCurses UI
 
 Requires:       libyui%{so_version}
+Requires:       libyui-ncurses%{so_version}
 Provides:       %{name} = %{version}
 
 Provides:       yast2-ncurses-pkg = 2.50.0
@@ -67,40 +68,25 @@
 # Selectable::hasRetracted()
 Requires:       libzypp >= 17.21.0
 
-URL:            http://github.com/libyui/
-Summary:        Libyui - yast2 package selector widget for the ncurses UI
-Group:          System/Libraries
-
 %description -n %{bin_name}
-This package extends the character based (ncurses) user interface
-component for libYUI.
-
+This package contains the NCurses (text based) package selector
+component for libyui.
 
 
 %package devel
+Summary:        Libyui-ncurses-pkg header files
 
+Requires:       %{bin_name} = %{version}
 Requires:       %{libyui_ncurses_devel_version}
 Requires:       %{libzypp_devel_version}
-%if 0%{?suse_version} > 1325
-Requires:       libboost_headers-devel
-%else
 Requires:       boost-devel
-%endif
-Requires:       %{bin_name} = %{version}
 Requires:       glibc-devel
 Requires:       libstdc++-devel
 
-URL:            http://github.com/libyui/
-Summary:        Libyui-ncurses-pkg header files
-Group:          Development/Languages/C and C++
-
 %description devel
-This package extends the character based (ncurses) user interface
-component for libYUI.
 
-
-This can be used independently of YaST for generic (C++) applications.
-This package has very few dependencies.
+This package contains the header files for the NCurses (text based)
+package selector component for libyui.
 
 
 %prep
@@ -111,24 +97,19 @@
 export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
 
-./bootstrap.sh %{_prefix}
-
 mkdir build
 cd build
 
 %if %{?_with_debug:1}%{!?_with_debug:0}
-cmake .. \
-        -DYPREFIX=%{_prefix} \
-        -DDOC_DIR=%{_docdir} \
-        -DLIB_DIR=%{_lib} \
-        -DCMAKE_BUILD_TYPE=RELWITHDEBINFO
+CMAKE_OPTS="-DCMAKE_BUILD_TYPE=RELWITHDEBINFO"
 %else
+CMAKE_OPTS="-DCMAKE_BUILD_TYPE=RELEASE"
+%endif
+
 cmake .. \
-        -DYPREFIX=%{_prefix} \
         -DDOC_DIR=%{_docdir} \
         -DLIB_DIR=%{_lib} \
-        -DCMAKE_BUILD_TYPE=RELEASE
-%endif
+ $CMAKE_OPTS
 
 make %{?jobs:-j%jobs}
 
@@ -139,11 +120,7 @@
 install -m0755 -d $RPM_BUILD_ROOT/%{_libdir}/yui
 install -m0644 ../COPYING* $RPM_BUILD_ROOT/%{_docdir}/%{bin_name}/
 
-%clean
-rm -rf "$RPM_BUILD_ROOT"
-
 %post -n %{bin_name} -p /sbin/ldconfig
-
 %postun -n %{bin_name} -p /sbin/ldconfig
 
 %files -n %{bin_name}
@@ -158,7 +135,5 @@
 %dir %{_docdir}/%{bin_name}
 %{_libdir}/yui/lib*.so
 %{_prefix}/include/yui
-%{_libdir}/pkgconfig/%{name}.pc
-%{_libdir}/cmake/%{name}
 
 %changelog

++++++ libyui-ncurses-pkg-2.50.10.tar.bz2 -> libyui-ncurses-pkg-4.0.1.tar.bz2 
++++++
++++ 2379 lines of diff (skipped)

Reply via email to