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-08-16 10:08:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syndication (Old)
 and      /work/SRC/openSUSE:Factory/.syndication.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "syndication"

Mon Aug 16 10:08:23 2021 rev:74 rq:912180 version:5.85.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/syndication/syndication.changes  2021-07-16 
00:02:12.152745620 +0200
+++ /work/SRC/openSUSE:Factory/.syndication.new.1899/syndication.changes        
2021-08-16 10:12:44.067017654 +0200
@@ -1,0 +2,9 @@
+Fri Aug  6 12:13:43 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.85.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.85.0
+- No code change since 5.84.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ syndication.spec ++++++
--- /var/tmp/diff_new_pack.mVbQiY/_old  2021-08-16 10:12:44.615017011 +0200
+++ /var/tmp/diff_new_pack.mVbQiY/_new  2021-08-16 10:12:44.619017006 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname libKF5Syndication5
-%define _tar_path 5.84
+%define _tar_path 5.85
 # 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.84.0
+Version:        5.85.0
 Release:        0
 Summary:        RSS/Atom parsing library
 License:        LGPL-2.1-or-later


++++++ syndication-5.84.0.tar.xz -> syndication-5.85.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syndication-5.84.0/CMakeLists.txt 
new/syndication-5.85.0/CMakeLists.txt
--- old/syndication-5.84.0/CMakeLists.txt       2021-06-19 18:05:19.000000000 
+0200
+++ new/syndication-5.85.0/CMakeLists.txt       2021-07-15 00:39:15.000000000 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.84.0") # handled by release scripts
-set(KF_DEP_VERSION "5.84.0") # handled by release scripts
+set(KF_VERSION "5.85.0") # handled by release scripts
+set(KF_DEP_VERSION "5.85.0") # handled by release scripts
 
 project(Syndication VERSION ${KF_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syndication-5.84.0/src/atom/document.h 
new/syndication-5.85.0/src/atom/document.h
--- old/syndication-5.84.0/src/atom/document.h  2021-06-19 18:05:19.000000000 
+0200
+++ new/syndication-5.85.0/src/atom/document.h  2021-07-15 00:39:15.000000000 
+0200
@@ -97,7 +97,7 @@
     Q_REQUIRED_RESULT QString logo() const;
 
     /**
-     * a string that unambigously identifies the feed (required)
+     * a string that unambiguously identifies the feed (required)
      *
      * @return the ID of the feed. As defined in the Atom spec it must be
      * a valid URI (which is neither checked nor enforced by this parser)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syndication-5.84.0/src/atom/source.h 
new/syndication-5.85.0/src/atom/source.h
--- old/syndication-5.84.0/src/atom/source.h    2021-06-19 18:05:19.000000000 
+0200
+++ new/syndication-5.85.0/src/atom/source.h    2021-07-15 00:39:15.000000000 
+0200
@@ -79,7 +79,7 @@
     Q_REQUIRED_RESULT QString icon() const;
 
     /**
-     * a string that unambigously identifies the source feed (optional)
+     * a string that unambiguously identifies the source feed (optional)
      *
      * @return the ID of the source feed, or a null string if not
      * specified.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syndication-5.84.0/src/category.h 
new/syndication-5.85.0/src/category.h
--- old/syndication-5.84.0/src/category.h       2021-06-19 18:05:19.000000000 
+0200
+++ new/syndication-5.85.0/src/category.h       2021-07-15 00:39:15.000000000 
+0200
@@ -58,7 +58,7 @@
      * vocabulary/ontology such as Dublin Core.
      * Think of it as the term's namespace, grouping a set of categories.
      * When managing categories, scheme() + term() identifies a category
-     * unambigously and can be used as key.
+     * unambiguously and can be used as key.
      *
      * @return the scheme this category is part of, or a null string
      * if not specified
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syndication-5.84.0/src/rdf/model.h 
new/syndication-5.85.0/src/rdf/model.h
--- old/syndication-5.84.0/src/rdf/model.h      2021-06-19 18:05:19.000000000 
+0200
+++ new/syndication-5.85.0/src/rdf/model.h      2021-07-15 00:39:15.000000000 
+0200
@@ -29,7 +29,7 @@
 {
 /**
  * An RDF model, a set of RDF statements.
- * Model objects are implicitely shared.
+ * Model objects are implicitly shared.
  *
  * @author Frank Osterfeld
  */
@@ -77,7 +77,7 @@
      * Returns whether two models objects represent the same model
      * (i.e. share the same underlying statement set). Currently this
      * method does _not_ compare the statement list.
-     * Two indepently created models containing the same statements
+     * Two independently created models containing the same statements
      * are not equal!
      *
      * @param other the model to compare to

Reply via email to