Hello community,
here is the log from the commit of package libyui-qt-pkg for openSUSE:Leap:15.2
checked in at 2020-01-17 11:58:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/libyui-qt-pkg (Old)
and /work/SRC/openSUSE:Leap:15.2/.libyui-qt-pkg.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libyui-qt-pkg"
Fri Jan 17 11:58:36 2020 rev:21 rq:761864 version:2.47.0
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/libyui-qt-pkg/libyui-qt-pkg-doc.changes
2020-01-15 15:25:54.578592922 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.libyui-qt-pkg.new.26092/libyui-qt-pkg-doc.changes
2020-01-17 11:58:37.592429722 +0100
@@ -1,0 +2,6 @@
+Tue Oct 8 13:02:39 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Format with the new packaging format and guidelines of SUSE
+- Add missing dependency for epstopdf and dot
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Leap:15.2/libyui-qt-pkg/libyui-qt-pkg.changes
2020-01-15 15:25:54.626592948 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.libyui-qt-pkg.new.26092/libyui-qt-pkg.changes
2020-01-17 11:58:37.644429745 +0100
@@ -1,0 +2,52 @@
+Tue Dec 10 16:18:41 UTC 2019 - Rodion Iafarov <[email protected]>
+
+- Increase SO version to 11 (bsc#1132247)
+- 2.47.0
+
+-------------------------------------------------------------------
+Mon Dec 9 16:58:24 UTC 2019 - Ladislav Slezák <[email protected]>
+
+- Partially restore the "Package Groups" view, display only special
+ package groups (orphaned, unneeded, multiversion,... packages)
+ (bsc#1155132)
+- 2.46.11
+
+-------------------------------------------------------------------
+Thu Nov 28 11:17:12 UTC 2019 - Stefan Hundhammer <[email protected]>
+
+- Fixed Qt 5.14 deprecated warnings (bsc#1155550)
+- 2.46.10
+
+-------------------------------------------------------------------
+Mon Nov 11 12:05:47 UTC 2019 - Stasiek Michalski <[email protected]>
+
+- Switch to native rpm boolean dependency syntax (boo#1156428)
+
+-------------------------------------------------------------------
+Wed Nov 6 12:11:19 UTC 2019 - Josef Reidinger <[email protected]>
+
+- do not complain about vendor change when switching repo
+ (bsc#1149391,bsc#1065584)
+- 2.46.9
+
+-------------------------------------------------------------------
+Thu Oct 17 11:58:58 UTC 2019 - Ladislav Slezák <[email protected]>
+
+- 2.46.8
+
+-------------------------------------------------------------------
+Tue Oct 8 11:17:29 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Try to sort out a bit the package using spec-cleaner
+- Use the distribution %cmake macros that define all the various
+ compilation flags/etc.
+- Use %cmake_build that will allow us later to switch from make
+ to ninja on distribution level
+
+-------------------------------------------------------------------
+Tue Oct 8 11:10:02 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Remove Group view pane as it is based on the rpm group tag
+ indirectly via packagekit (fate#326485).
+
+-------------------------------------------------------------------
@@ -1440 +1491,0 @@
-
Old:
----
libyui-qt-pkg-2.46.7.tar.bz2
New:
----
libyui-qt-pkg-2.47.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libyui-qt-pkg-doc.spec ++++++
--- /var/tmp/diff_new_pack.p1TLPh/_old 2020-01-17 11:58:37.984429895 +0100
+++ /var/tmp/diff_new_pack.p1TLPh/_new 2020-01-17 11:58:37.984429895 +0100
@@ -17,66 +17,50 @@
%define parent libyui-qt-pkg
-%define so_version 10
-
+%define so_version 11
Name: %{parent}-doc
-Version: 2.46.7
+Version: 2.47.0
Release: 0
+Summary: Libyui-qt-pkg documentation
+License: LGPL-2.1-only OR LGPL-3.0-only
+URL: https://github.com/libyui/
Source: %{parent}-%{version}.tar.bz2
-
-BuildArch: noarch
-
BuildRequires: cmake >= 2.8
BuildRequires: doxygen
BuildRequires: fdupes
BuildRequires: gcc-c++
+BuildRequires: graphviz
BuildRequires: graphviz-gnome
-BuildRequires: libyui-devel >= 3.0.4
+BuildRequires: libyui-devel >= 3.9.0
+BuildRequires: texlive-epstopdf-bin
BuildRequires: texlive-latex
-
-Url: http://github.com/libyui/
-Summary: Libyui-qt-pkg documentation
-License: LGPL-2.1-only OR LGPL-3.0-only
-Group: Documentation/HTML
+BuildArch: noarch
%description
This package contains the Qt package selector
component for libYUI.
-
This package provides the documentation. (HTML & PDF)
-
%prep
-
-%setup -n %{parent}-%{version}
+%setup -q -n %{parent}-%{version}
%build
-
-export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
+export CFLAGS="%{optflags} -DNDEBUG"
+export CXXFLAGS="%{optflags} -DNDEBUG"
./bootstrap.sh %{_prefix}
-mkdir build
-cd build
-cmake .. \
+%cmake \
-DDOC_DIR=%{_docdir} \
-DDOCS_ONLY=ON
-
-make %{?jobs:-j%jobs} docs
+%cmake_build docs
%install
-cd build
-make install DESTDIR="$RPM_BUILD_ROOT"
-
-%fdupes -s $RPM_BUILD_ROOT/%_docdir/%{parent}%{so_version}
-
-%clean
-rm -rf "$RPM_BUILD_ROOT"
+%cmake_install
+%fdupes -s %{buildroot}/%{_docdir}/%{parent}%{so_version}
%files
-%defattr(-,root,root)
%doc %{_docdir}/%{parent}%{so_version}
%changelog
++++++ libyui-qt-pkg.spec ++++++
--- /var/tmp/diff_new_pack.p1TLPh/_old 2020-01-17 11:58:38.000429902 +0100
+++ /var/tmp/diff_new_pack.p1TLPh/_new 2020-01-17 11:58:38.000429902 +0100
@@ -16,150 +16,99 @@
#
+%define so_version 11
+%define bin_name %{name}%{so_version}
+%define libyui_qt_devel_version libyui-qt-devel >= 2.50.1
+%define libzypp_devel_version libzypp-devel >= 15.14.0
Name: libyui-qt-pkg
-Version: 2.46.7
+Version: 2.47.0
Release: 0
+Summary: Libyui - Qt Package Selector
+License: LGPL-2.1-only OR LGPL-3.0-only
+URL: https://github.com/libyui/
Source: %{name}-%{version}.tar.bz2
-
-%define so_version 10
-%define bin_name %{name}%{so_version}
-
-%if 0%{?suse_version} > 1325
-BuildRequires: libboost_headers-devel
-%else
-BuildRequires: boost-devel
-%endif
+BuildRequires: %{libyui_qt_devel_version}
+BuildRequires: %{libzypp_devel_version}
BuildRequires: cmake >= 2.8
BuildRequires: gcc-c++
BuildRequires: libqt5-qtbase-devel
BuildRequires: libqt5-qtsvg-devel
BuildRequires: libqt5-qtx11extras-devel
-BuildRequires: libyui-devel >= 3.0.4
-BuildRequires: pkg-config
-
-%define libyui_qt_devel_version libyui-qt-devel >= 2.50.1
-BuildRequires: %{libyui_qt_devel_version}
-%define libzypp_devel_version libzypp-devel >= 15.14.0
-BuildRequires: %{libzypp_devel_version}
-
-Url: http://github.com/libyui/
-Summary: Libyui - Qt Package Selector
-License: LGPL-2.1-only OR LGPL-3.0-only
-Group: System/Libraries
+BuildRequires: libyui-devel >= 3.9.0
+BuildRequires: pkgconfig
+%if 0%{?suse_version} > 1325
+BuildRequires: libboost_headers-devel
+%else
+BuildRequires: boost-devel
+%endif
%description
This package contains the Qt package selector
component for libYUI.
-
%package -n %{bin_name}
-
+Summary: Libyui - Qt Package Selector
# bsc#1114654: Need Qt SVG support for icons (built-in and from theme)
Requires: libQt5Svg5
-
Requires: libyui%{so_version}
+Supplements: (libyui-qt and yast2-packager)
+Conflicts: libqdialogsolver1 < 1.4.0
Provides: %{name} = %{version}
-
-Provides: yast2-qt-pkg = 2.42.0
-Obsoletes: yast2-qt-pkg < 2.42.0
-
+Provides: yast2-qt-pkg = 2.47.0
+Obsoletes: yast2-qt-pkg < 2.47.0
# force removal of all previous library versions (bsc#1148622),
# expands to: libyui-qt-pkg1 libyui-qt-pkg2 ... libyui-qt-pkg{so_version - 1}
Obsoletes: %(echo `seq -s " " -f "libyui-qt-pkg%.f" $(expr %{so_version}
- 1)`)
-
Provides: libyui_pkg
-Supplements: packageand(libyui-qt:yast2-packager)
-# control center gnome requires graphical pkg and gtk is dropped (bnc#999031)
-Supplements: packageand(yast2-control-center-gnome:yast2-packager)
-
# new packager is in qt5 and crashes if qt3 diagsolver is used (bnc#870683)
Obsoletes: libqdialogsolver1 < 1.4.0
-Conflicts: libqdialogsolver1 < 1.4.0
-
-Url: http://github.com/libyui/
-Summary: Libyui - Qt Package Selector
-Group: System/Libraries
%description -n %{bin_name}
This package contains the Qt package selector
component for libYUI.
-
-
%package devel
-
+Summary: Libyui-qt-pkg header files
Requires: %{bin_name} = %{version}
Requires: %{libyui_qt_devel_version}
Requires: %{libzypp_devel_version}
-Url: http://github.com/libyui/
-Summary: Libyui-qt-pkg header files
-Group: Development/Languages/C and C++
-
%description devel
This package contains the Qt package selector
component for libYUI.
-
This can be used independently of YaST for generic (C++) applications.
This package has very few dependencies.
-
%prep
-%setup -q -n %{name}-%{version}
+%setup -q
%build
-
-export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
+export CFLAGS="%{optflags} -DNDEBUG"
+export CXXFLAGS="%{optflags} -DNDEBUG"
./bootstrap.sh %{_prefix}
-mkdir build
-cd build
-
-%if %{?_with_debug:1}%{!?_with_debug:0}
-cmake .. \
+%cmake \
-DYPREFIX=%{_prefix} \
-DDOC_DIR=%{_docdir} \
- -DLIB_DIR=%{_lib} \
- -DCMAKE_BUILD_TYPE=RELWITHDEBINFO
-%else
-cmake .. \
- -DYPREFIX=%{_prefix} \
- -DDOC_DIR=%{_docdir} \
- -DLIB_DIR=%{_lib} \
- -DCMAKE_BUILD_TYPE=RELEASE
-%endif
-
-make VERBOSE=1 %{?jobs:-j%jobs}
+ -DLIB_DIR=%{_lib}
+%cmake_build
%install
-cd build
-make install DESTDIR="$RPM_BUILD_ROOT"
-install -m0755 -d $RPM_BUILD_ROOT/%{_docdir}/%{bin_name}/
-install -m0755 -d $RPM_BUILD_ROOT/%{_libdir}/yui
-install -m0644 ../COPYING* $RPM_BUILD_ROOT/%{_docdir}/%{bin_name}/
-
-%clean
-rm -rf "$RPM_BUILD_ROOT"
+%cmake_install
%post -n %{bin_name} -p /sbin/ldconfig
-
%postun -n %{bin_name} -p /sbin/ldconfig
%files -n %{bin_name}
-%defattr(-,root,root)
+%license COPYING*
%dir %{_libdir}/yui
%{_libdir}/yui/lib*.so.*
-%doc %dir %{_docdir}/%{bin_name}
-%license %{_docdir}/%{bin_name}/COPYING*
%files devel
-%defattr(-,root,root)
-%dir %{_docdir}/%{bin_name}
%{_libdir}/yui/lib*.so
-%{_prefix}/include/yui
+%{_includedir}/yui
%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/cmake/%{name}
++++++ libyui-qt-pkg-2.46.7.tar.bz2 -> libyui-qt-pkg-2.47.0.tar.bz2 ++++++
++++ 2481 lines of diff (skipped)