Hello community,

here is the log from the commit of package syndication for openSUSE:Factory 
checked in at 2020-03-19 19:44:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syndication (Old)
 and      /work/SRC/openSUSE:Factory/.syndication.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "syndication"

Thu Mar 19 19:44:21 2020 rev:57 rq:785368 version:5.68.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/syndication/syndication.changes  2020-02-14 
16:35:45.755531841 +0100
+++ /work/SRC/openSUSE:Factory/.syndication.new.3160/syndication.changes        
2020-03-19 19:48:12.148112605 +0100
@@ -1,0 +2,10 @@
+Sun Mar  8 09:18:08 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.68.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.68.0.php
+- Changes since 5.67.0:
+  * Use ecm_qt_install_logging_categories over manual categories file
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ syndication.spec ++++++
--- /var/tmp/diff_new_pack.rtgo3c/_old  2020-03-19 19:48:13.028113076 +0100
+++ /var/tmp/diff_new_pack.rtgo3c/_new  2020-03-19 19:48:13.032113079 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname libKF5Syndication5
-%define _tar_path 5.67
+%define _tar_path 5.68
 # 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.67.0
+Version:        5.68.0
 Release:        0
 Summary:        RSS/Atom parsing library
 License:        LGPL-2.1-or-later


++++++ syndication-5.67.0.tar.xz -> syndication-5.68.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syndication-5.67.0/.gitignore 
new/syndication-5.68.0/.gitignore
--- old/syndication-5.67.0/.gitignore   2020-02-01 10:09:26.000000000 +0100
+++ new/syndication-5.68.0/.gitignore   2020-03-07 09:56:14.000000000 +0100
@@ -19,3 +19,4 @@
 /build*/
 CMakeLists.txt.user*
 *.unc-backup*
+.cmake/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syndication-5.67.0/CMakeLists.txt 
new/syndication-5.68.0/CMakeLists.txt
--- old/syndication-5.67.0/CMakeLists.txt       2020-02-01 10:09:26.000000000 
+0100
+++ new/syndication-5.68.0/CMakeLists.txt       2020-03-07 09:56:14.000000000 
+0100
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.67.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.67.0") # handled by release scripts
+set(KF5_VERSION "5.68.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.68.0") # handled by release scripts
 
 project(Syndication VERSION ${KF5_VERSION})
 
@@ -36,7 +36,7 @@
 find_package(KF5Codecs ${KF5_DEP_VERSION} CONFIG REQUIRED)
 
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054200)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054300)
 
 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)")
@@ -86,6 +86,4 @@
   DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF5} COMPONENT Devel
 )
 
-install(FILES syndication.categories  DESTINATION  
${KDE_INSTALL_LOGGINGCATEGORIESDIR})
-
 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syndication-5.67.0/src/CMakeLists.txt 
new/syndication-5.68.0/src/CMakeLists.txt
--- old/syndication-5.67.0/src/CMakeLists.txt   2020-02-01 10:09:26.000000000 
+0100
+++ new/syndication-5.68.0/src/CMakeLists.txt   2020-03-07 09:56:14.000000000 
+0100
@@ -105,7 +105,13 @@
     ${libsyndicationlocal_SRCS}
 )
 
-ecm_qt_declare_logging_category(syndication_SRCS HEADER syndication_debug.h 
IDENTIFIER SYNDICATION_LOG CATEGORY_NAME kf5.syndication)
+ecm_qt_declare_logging_category(syndication_SRCS
+    HEADER syndication_debug.h
+    IDENTIFIER SYNDICATION_LOG
+    CATEGORY_NAME kf5.syndication
+    DESCRIPTION "syndication"
+    EXPORT SYNDICATION
+)
 
 add_library(KF5Syndication ${syndication_SRCS})
 
@@ -182,6 +188,12 @@
 
 )
 
+ecm_qt_install_logging_categories(
+    EXPORT SYNDICATION
+    FILE syndication.categories
+    DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR}
+)
+
 if(BUILD_QCH)
     ecm_add_qch(
         KF5Syndication_QCH
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syndication-5.67.0/syndication.categories 
new/syndication-5.68.0/syndication.categories
--- old/syndication-5.67.0/syndication.categories       2020-02-01 
10:09:26.000000000 +0100
+++ new/syndication-5.68.0/syndication.categories       1970-01-01 
01:00:00.000000000 +0100
@@ -1 +0,0 @@
-kf5.syndication syndication IDENTIFIER [SYNDICATION_LOG]


Reply via email to