Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package syndication for openSUSE:Factory 
checked in at 2021-05-10 15:36:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syndication (Old)
 and      /work/SRC/openSUSE:Factory/.syndication.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "syndication"

Mon May 10 15:36:04 2021 rev:71 rq:891798 version:5.82.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/syndication/syndication.changes  2021-04-12 
12:37:16.793363361 +0200
+++ /work/SRC/openSUSE:Factory/.syndication.new.2988/syndication.changes        
2021-05-10 15:37:59.901895821 +0200
@@ -1,0 +2,10 @@
+Sat May  1 16:41:27 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.82.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.82.0
+- Changes since 5.81.0:
+  * Already as default
+
+-------------------------------------------------------------------

Old:
----
  syndication-5.81.0.tar.xz
  syndication-5.81.0.tar.xz.sig

New:
----
  syndication-5.82.0.tar.xz
  syndication-5.82.0.tar.xz.sig

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

Other differences:
------------------
++++++ syndication.spec ++++++
--- /var/tmp/diff_new_pack.sVKaM2/_old  2021-05-10 15:38:00.377893938 +0200
+++ /var/tmp/diff_new_pack.sVKaM2/_new  2021-05-10 15:38:00.381893922 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname libKF5Syndication5
-%define _tar_path 5.81
+%define _tar_path 5.82
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:           syndication
-Version:        5.81.0
+Version:        5.82.0
 Release:        0
 Summary:        RSS/Atom parsing library
 License:        LGPL-2.1-or-later
@@ -38,9 +38,9 @@
 BuildRequires:  extra-cmake-modules
 BuildRequires:  cmake(KF5Codecs) >= %{kf5_bugfix_version}
 BuildRequires:  pkgconfig
-BuildRequires:  cmake(Qt5Network) >= 5.14.0
-BuildRequires:  cmake(Qt5Test) >= 5.14.0
-BuildRequires:  cmake(Qt5Xml) >= 5.14.0
+BuildRequires:  cmake(Qt5Network) >= 5.15.0
+BuildRequires:  cmake(Qt5Test) >= 5.15.0
+BuildRequires:  cmake(Qt5Xml) >= 5.15.0
 
 %description
 KF5Syndication is an RSS/Atom parsing library by KDE, which
@@ -66,14 +66,14 @@
 package contains development headers.
 
 %prep
-%setup -q -n syndication-%{version}
+%autosetup -p1 -n syndication-%{version}
 
 %build
-  %cmake_kf5 -d build -- -DBUILD_TESTING=ON 
-DKF5_INCLUDE_INSTALL_DIR=%{_kf5_includedir}
-  %cmake_build
+%cmake_kf5 -d build -- -DBUILD_TESTING=ON 
-DKF5_INCLUDE_INSTALL_DIR=%{_kf5_includedir}
+%cmake_build
 
 %install
-  %kf5_makeinstall -C build
+%kf5_makeinstall -C build
 
 %post -n %{lname} -p /sbin/ldconfig
 %postun -n %{lname} -p /sbin/ldconfig


++++++ syndication-5.81.0.tar.xz -> syndication-5.82.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syndication-5.81.0/.gitignore 
new/syndication-5.82.0/.gitignore
--- old/syndication-5.81.0/.gitignore   2021-04-03 11:40:19.000000000 +0200
+++ new/syndication-5.82.0/.gitignore   2021-05-01 11:48:43.000000000 +0200
@@ -22,3 +22,6 @@
 .cmake/
 /.clang-format
 /compile_commands.json
+.clangd
+.idea
+/cmake-build*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syndication-5.81.0/CMakeLists.txt 
new/syndication-5.82.0/CMakeLists.txt
--- old/syndication-5.81.0/CMakeLists.txt       2021-04-03 11:40:19.000000000 
+0200
+++ new/syndication-5.82.0/CMakeLists.txt       2021-05-01 11:48:43.000000000 
+0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF_VERSION "5.81.0") # handled by release scripts
-set(KF_DEP_VERSION "5.81.0") # handled by release scripts
+set(KF_VERSION "5.82.0") # handled by release scripts
+set(KF_DEP_VERSION "5.82.0") # handled by release scripts
 
 project(Syndication VERSION ${KF_VERSION})
 
-set(REQUIRED_QT_VERSION 5.14.0)
+set(REQUIRED_QT_VERSION 5.15.0)
 
 # ECM setup
 find_package(ECM ${KF_DEP_VERSION} CONFIG REQUIRED)
@@ -20,7 +20,6 @@
 include(KDECMakeSettings)
 include(KDEGitCommitHooks)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
-include(ECMCoverageOption)
 include(ECMQtDeclareLoggingCategory)
 include(ECMAddQch)
 include(ECMGeneratePriFile)
@@ -36,8 +35,8 @@
 
 find_package(KF5Codecs ${KF_DEP_VERSION} CONFIG REQUIRED)
 
-add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055000)
+add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055100)
 
 option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt 
Assistant, Qt Creator & KDevelop)" OFF)
 add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. 
Qt Assistant, Qt Creator & KDevelop)")

Reply via email to