Hello community,

here is the log from the commit of package konqueror for openSUSE:Leap:15.2 
checked in at 2020-05-12 11:35:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/konqueror (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.konqueror.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "konqueror"

Tue May 12 11:35:03 2020 rev:74 rq:797431 version:20.04.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/konqueror/konqueror.changes    2020-03-15 
07:10:52.520945908 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.konqueror.new.2738/konqueror.changes  
2020-05-12 11:35:03.908080229 +0200
@@ -1,0 +2,30 @@
+Thu Apr 23 12:22:43 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.04.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-04-apps-update
+- Changes since 20.03.90:
+  * Fix crash due to changes in KBookmarkMenu
+
+-------------------------------------------------------------------
+Sun Apr  5 20:30:19 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-rc
+- No code change since 20.03.80
+
+-------------------------------------------------------------------
+Sun Mar 22 09:17:15 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/20.04-beta
+- Too many changes to list here.
+- Dropped patches, now upstream:
+  * Restore-ability-to-close-tab-by-clicking-on-close-button.patch
+
+-------------------------------------------------------------------

Old:
----
  Restore-ability-to-close-tab-by-clicking-on-close-button.patch
  konqueror-19.12.3.tar.xz
  konqueror-19.12.3.tar.xz.sig

New:
----
  konqueror-20.04.0.tar.xz
  konqueror-20.04.0.tar.xz.sig

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

Other differences:
------------------
++++++ konqueror.spec ++++++
--- /var/tmp/diff_new_pack.zLRzsg/_old  2020-05-12 11:35:04.336081128 +0200
+++ /var/tmp/diff_new_pack.zLRzsg/_new  2020-05-12 11:35:04.340081136 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           konqueror
-Version:        19.12.3
+Version:        20.04.0
 Release:        0
 Summary:        KDE File Manager and Browser
 # Note for legal: 
konqueror-17.04.2/webenginepart/autotests/webengine_testutils.h is Qt 
commercial OR GPL-3.0
@@ -30,12 +30,6 @@
 Group:          System/GUI/KDE
 URL:            https://www.kde.org/
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-%if %{with lang}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:        applications.keyring
-%endif
-# PATCH-FIX-UPSTREAM
-Patch0:         Restore-ability-to-close-tab-by-clicking-on-close-button.patch
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kf5-filesystem
 BuildRequires:  libtidy-devel
@@ -70,14 +64,9 @@
 Provides:       libKF5Konq6 = 17.04
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
-# Needed for 42.3
-%if 0%{?suse_version} < 1330
-# It does not build with the default compiler (GCC 4.8) on Leap 42.x
-%if 0%{?sle_version} < 120300
-BuildRequires:  gcc6-c++
-%else
-BuildRequires:  gcc7-c++
-%endif
+%if %{with lang}
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:        applications.keyring
 %endif
 
 %description
@@ -123,28 +112,17 @@
 
 %prep
 %setup -q
-%autopatch -p1
 
 %build
-  %if 0%{?suse_version} < 1330
-    # It does not build with the default compiler (GCC 4.8) on Leap 42.x
-    %if 0%{?sle_version} < 120300
-      export CC=gcc-6
-      export CXX=g++-6
-    %else
-      export CC=gcc-7
-      export CXX=g++-7
-    %endif
-  %endif
-  %cmake_kf5 -d build
-  %cmake_build
+%cmake_kf5 -d build
+%cmake_build
 
 %install
-  %kf5_makeinstall -C build
-  %if %{with lang}
+%kf5_makeinstall -C build
+%if %{with lang}
     %find_lang %{name} --with-man --all-name
     %{kf5_find_htmldocs}
-  %endif
+%endif
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -160,7 +138,6 @@
 %dir %{_kf5_datadir}
 %dir %{_kf5_plugindir}
 %dir %{_kf5_servicesdir}
-%dir %{_kf5_servicetypesdir}
 %dir %{_kf5_sharedir}/kcontrol
 %dir %{_kf5_sharedir}/kcontrol/pics
 %dir %{_kf5_sharedir}/khtml
@@ -192,15 +169,12 @@
 %{_kf5_plugindir}/kcm_konq.so
 %{_kf5_plugindir}/kcm_konqhtml.so
 %{_kf5_plugindir}/kcm_performance.so
-%{_kf5_plugindir}/konq_aboutpage.so
 %{_kf5_servicesdir}/bookmarks.desktop
 %{_kf5_servicesdir}/filebehavior.desktop
 %{_kf5_servicesdir}/kcmkonqyperformance.desktop
 %{_kf5_servicesdir}/kcmperformance.desktop
 %{_kf5_servicesdir}/khtml_*.desktop
-%{_kf5_servicesdir}/konq_aboutpage.desktop
 %{_kf5_servicesdir}/org.kde.konqueror.desktop
-%{_kf5_servicetypesdir}/konqaboutpage.desktop
 %{_kf5_sharedir}/kcontrol/pics/onlyone.png
 %{_kf5_sharedir}/kcontrol/pics/overlapping.png
 %{_kf5_sharedir}/konqueror/


++++++ konqueror-19.12.3.tar.xz -> konqueror-20.04.0.tar.xz ++++++
/work/SRC/openSUSE:Leap:15.2/konqueror/konqueror-19.12.3.tar.xz 
/work/SRC/openSUSE:Leap:15.2/.konqueror.new.2738/konqueror-20.04.0.tar.xz 
differ: char 25, line 1


Reply via email to