Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kuserfeedback for openSUSE:Factory 
checked in at 2022-02-11 23:07:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kuserfeedback (Old)
 and      /work/SRC/openSUSE:Factory/.kuserfeedback.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kuserfeedback"

Fri Feb 11 23:07:04 2022 rev:3 rq:953030 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kuserfeedback/kuserfeedback.changes      
2020-02-15 22:25:20.927307405 +0100
+++ /work/SRC/openSUSE:Factory/.kuserfeedback.new.1956/kuserfeedback.changes    
2022-02-11 23:08:07.718725669 +0100
@@ -1,0 +2,45 @@
+Wed Feb  9 10:50:00 UTC 2022 - Wolfgang Bauer <[email protected]>
+
+- Update to 1.2.0
+  * bump version for new release
+  * opengl source: Do not crash if we could not make our context current
+  * Add Linux Qt6 CI
+  * Make UserFeedbackConsole build with Qt6
+  * Fix linking libKUserFeedbackCommon.a
+  * Build with C++17
+  * Build docs on Qt6 too
+  * Adapt CMake code to make it build with Qt6
+  * Add auto generated files to .gitignore
+  * Add FreeBSD CI
+  * Add Android CI
+  * Enable Linux CI
+  * Fix typos found by codespell
+  * Qt 6: Replace calls to removed QDateTime(QDate) constructor
+  * Qt 6: Fix issues caused by size() returning a qsizetype
+  * Qt 6: Remove QNetworkRequest::FollowRedirectsAttribute
+  * Replace declarations of QVector, QStringList
+  * CMake: Allow building with Qt 6
+  * Qt 6: Replace QMap>QVariant ...
+  * Qt 6: Fix signature of methods for QQmlListProperty
+  * Fix cmake warning
+  * Port away from ECMSetupVersion's deprecated *_VERSION_STRING CMake variable
+  * Make the survey expression variant comparison work with Qt6 as well
+  * Use non-deprecated QStandardPaths enum values
+  * Make QString to QUuid conversion explicit
+  * fix Windows compile, no unistd.h needed
+  * Update historical links to cgit.kde.org.
+  * Check for invalid JSON first, then for empty objects
+  * Don't record telemetry-less survey queries, that just produces empty rows
+  * Fix php unit tests
+  * Also record the device pixel ratio
+  * [server] Convert JSON fetch to stream data
+  * Provider: add API to restore default user-visible settings
+  * Always show the "View previously submitted data..." link
+  * Add appdata file for UserFeedbackConsole
+  * KUserFeedback: Convert license headers to SPDX expressions
+  * Fix area charts with Qt 5.14
+  * Use KDE_INSTALL_LOGGINGCATEGORIESDIR with ECM >= 5.58
+  * Make it compile without deprecated method
+- Update kuserfeedback.keyring
+
+-------------------------------------------------------------------

Old:
----
  kuserfeedback-1.0.0.tar.xz
  kuserfeedback-1.0.0.tar.xz.sig

New:
----
  kuserfeedback-1.2.0.tar.xz
  kuserfeedback-1.2.0.tar.xz.sig

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

Other differences:
------------------
++++++ kuserfeedback.spec ++++++
--- /var/tmp/diff_new_pack.RqBQzm/_old  2022-02-11 23:08:08.418727614 +0100
+++ /var/tmp/diff_new_pack.RqBQzm/_new  2022-02-11 23:08:08.422727624 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kuserfeedback
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,19 @@
 
 
 %define soversion 1
-%bcond_without lang
+%bcond_without released
 Name:           kuserfeedback
-Version:        1.0.0
+Version:        1.2.0
 Release:        0
 Summary:        Framework for collecting feedback from application users
 License:        MIT
 Group:          System/GUI/KDE
 URL:            https://www.kde.org
 Source:         
https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz
+%if %{with released}
+Source1:        
https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz.sig
+Source2:        kuserfeedback.keyring
+%endif
 BuildRequires:  bison
 # For icons
 BuildRequires:  breeze5-icons
@@ -50,10 +54,6 @@
 BuildRequires:  cmake(Qt5Svg)
 BuildRequires:  cmake(Qt5Test)
 BuildRequires:  cmake(Qt5Widgets)
-%if %{with lang}
-Source1:        
https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz.sig
-Source2:        kuserfeedback.keyring
-%endif
 
 %description
 KUserFeedback is a framework which allows applications to collect user
@@ -132,7 +132,7 @@
 %build
   # Docs use a hardcoded path in the application code
   # Disable until fixed upstream
-  %cmake_kf5 -d build -- -DENABLE_DOCS=OFF -DBUILD_TESTING=ON
+  %cmake_kf5 -d build -- -DENABLE_DOCS=OFF -DBUILD_TESTING=ON 
-DQT_MAJOR_VERSION=5
   %cmake_build
 
 %install
@@ -142,12 +142,12 @@
   # CMakeLists.txt is not needed there and will trigger a rpmlint warning
   rm -f %{buildroot}%{_kf5_sharedir}/php/%{name}/CMakeLists.txt
 
-  %if %{with lang}
+  %if %{with released}
     %find_lang %{name} --with-man --with-qt --all-name
   %endif
 
   install -Dm0644  %{_kf5_iconsdir}/breeze/actions/16/search.svg 
%{buildroot}%{_kf5_iconsdir}/hicolor/scalable/actions/search.svg
-  %suse_update_desktop_file -r 
%{buildroot}%{_kf5_applicationsdir}/UserFeedbackConsole.desktop Qt KDE Network 
RemoteAccess
+  %suse_update_desktop_file -r 
%{buildroot}%{_kf5_applicationsdir}/org.kde.kuserfeedback-console.desktop Qt 
KDE Network RemoteAccess
 
   %fdupes %{buildroot}
 
@@ -184,7 +184,8 @@
 %license COPYING.LIB
 %{_kf5_bindir}/UserFeedbackConsole
 %{_kf5_bindir}/userfeedbackctl
-%{_kf5_applicationsdir}/UserFeedbackConsole.desktop
+%{_kf5_applicationsdir}/org.kde.kuserfeedback-console.desktop
+%{_kf5_appstreamdir}/org.kde.kuserfeedback-console.appdata.xml
 %{_kf5_iconsdir}/hicolor/scalable/actions/search.svg
 
 %files server
@@ -204,7 +205,7 @@
 %{_kf5_mkspecsdir}/qt_KUserFeedbackCore.pri
 %{_kf5_mkspecsdir}/qt_KUserFeedbackWidgets.pri
 
-%if %{with lang}
+%if %{with released}
 %files lang -f %{name}.lang
 %license COPYING.LIB
 %endif

++++++ kuserfeedback-1.0.0.tar.xz -> kuserfeedback-1.2.0.tar.xz ++++++
++++ 46399 lines of diff (skipped)

++++++ kuserfeedback.keyring ++++++
Binary files /var/tmp/diff_new_pack.RqBQzm/_old and 
/var/tmp/diff_new_pack.RqBQzm/_new differ

Reply via email to