Hello community,

here is the log from the commit of package kbookmarks for openSUSE:Factory 
checked in at 2018-08-24 16:58:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kbookmarks (Old)
 and      /work/SRC/openSUSE:Factory/.kbookmarks.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kbookmarks"

Fri Aug 24 16:58:35 2018 rev:56 rq:630753 version:5.49.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kbookmarks/kbookmarks.changes    2018-07-21 
10:11:28.535153193 +0200
+++ /work/SRC/openSUSE:Factory/.kbookmarks.new/kbookmarks.changes       
2018-08-24 16:58:40.357685268 +0200
@@ -1,0 +2,15 @@
+Tue Aug 21 09:36:22 UTC 2018 - jeng...@inai.de
+
+- Use noun phrase in summary; use complete sentences in description.
+
+-------------------------------------------------------------------
+Sun Aug 19 09:18:49 UTC 2018 - christo...@krop.fr
+
+- Update to 5.49.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.49.0.php
+- Changes since 5.48.0:
+  * Honor BUILD_TESTING
+
+-------------------------------------------------------------------

Old:
----
  kbookmarks-5.48.0.tar.xz

New:
----
  kbookmarks-5.49.0.tar.xz

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

Other differences:
------------------
++++++ kbookmarks.spec ++++++
--- /var/tmp/diff_new_pack.mEzFWE/_old  2018-08-24 16:58:40.893685903 +0200
+++ /var/tmp/diff_new_pack.mEzFWE/_new  2018-08-24 16:58:40.897685907 +0200
@@ -16,16 +16,22 @@
 #
 
 
-%bcond_without lang
 %define lname   libKF5Bookmarks5
-%define _tar_path 5.48
+%define _tar_path 5.49
 # 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:           kbookmarks
-Version:        5.48.0
+Version:        5.49.0
 Release:        0
+Summary:        Framework for manipulating bookmarks in XBEL format
+License:        LGPL-2.1-or-later
+Group:          System/GUI/KDE
+URL:            http://www.kde.org
+Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+Source1:        baselibs.conf
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
@@ -37,47 +43,43 @@
 BuildRequires:  kiconthemes-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kwidgetsaddons-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kxmlgui-devel >= %{_kf5_bugfix_version}
-%if %{with lang}
-BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
-%endif
 Requires:       cmake(Qt5DBus) >= 5.6.0
 Requires:       cmake(Qt5Widgets) >= 5.6.0
 Requires:       cmake(Qt5Xml) >= 5.6.0
-Summary:        Lets you access and manipulate bookmarks stored using XBEL 
format
-License:        LGPL-2.1-or-later
-Group:          System/GUI/KDE
-Url:            http://www.kde.org
-Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
-Source1:        baselibs.conf
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if %{with lang}
+BuildRequires:  cmake(Qt5LinguistTools) >= 5.6.0
+%endif
 
 %description
-Framework which lets you access and manipulate bookmarks stored using XBEL 
format
+This is a framework for accessing and manipulating bookmarks using
+the XBEL format.
 
-%package -n %lname
-Summary:        Lets you access and manipulate bookmarks stored using XBEL 
format
+%package -n %{lname}
+Summary:        Framework for manipulating bookmarks in XBEL format
 Group:          System/GUI/KDE
 %if %{with lang}
-Recommends:     %lname-lang = %{version}
+Recommends:     %{lname}-lang = %{version}
 %endif
 
-%description -n %lname
-Framework which lets you access and manipulate bookmarks stored using XBEL 
format
+%description -n %{lname}
+This is a framework for accessing and manipulating bookmarks using
+the XBEL format.
 
 %package devel
-Summary:        Lets you access and manipulate bookmarks stored using XBEL 
format: Build Environment
+Summary:        Development files for kbookmarks, a XBEL format bookmark 
manipulation framework
 Group:          Development/Libraries/KDE
-Requires:       %lname = %{version}
+Requires:       %{lname} = %{version}
 Requires:       extra-cmake-modules
 Requires:       kwidgetsaddons-devel >= %{_kf5_bugfix_version}
 Requires:       cmake(Qt5Widgets) >= 5.6.0
 Requires:       cmake(Qt5Xml) >= 5.6.0
 
 %description devel
-Framework which lets you access and manipulate bookmarks stored using XBEL 
format.
-Development files
+Development files for kbookmarks, a framework for accessing and
+manipulating bookmarks using the XBEL format.
+
+%lang_package -n %{lname}
 
-%lang_package -n %lname
 %prep
 %setup -q
 
@@ -93,22 +95,20 @@
 %find_lang %{name}5 --with-qt --without-mo
 %endif
 
-%post -n %lname -p /sbin/ldconfig
-
-%postun -n %lname -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
 %if %{with lang}
-%files -n %lname-lang -f %{name}5.lang
+%files -n %{lname}-lang -f %{name}5.lang
 %endif
 
-%files -n %lname
-%defattr(-,root,root)
-%doc COPYING* README*
+%files -n %{lname}
+%license COPYING*
+%doc README*
 %{_kf5_libdir}/libKF5Bookmarks.so.*
 %{_kf5_debugdir}/*.categories
 
 %files devel
-%defattr(-,root,root)
 %{_kf5_libdir}/libKF5Bookmarks.so
 %{_kf5_libdir}/cmake/KF5Bookmarks/
 %dir %{_kf5_includedir}/*/

++++++ kbookmarks-5.48.0.tar.xz -> kbookmarks-5.49.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.48.0/CMakeLists.txt 
new/kbookmarks-5.49.0/CMakeLists.txt
--- old/kbookmarks-5.48.0/CMakeLists.txt        2018-07-08 00:29:15.000000000 
+0200
+++ new/kbookmarks-5.49.0/CMakeLists.txt        2018-08-04 12:55:59.000000000 
+0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.48.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.48.0") # handled by release scripts
+set(KF5_VERSION "5.49.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.49.0") # handled by release scripts
 project(KBookmarks VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.48.0  NO_MODULE)
+find_package(ECM 5.49.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -53,8 +53,10 @@
 endif()
 
 add_subdirectory(src)
-add_subdirectory(tests)
-add_subdirectory(autotests)
+if (BUILD_TESTING)
+    add_subdirectory(tests)
+    add_subdirectory(autotests)
+endif()
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
 set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5Bookmarks")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.48.0/po/cs/kbookmarks5_qt.po 
new/kbookmarks-5.49.0/po/cs/kbookmarks5_qt.po
--- old/kbookmarks-5.48.0/po/cs/kbookmarks5_qt.po       2018-07-08 
00:29:15.000000000 +0200
+++ new/kbookmarks-5.49.0/po/cs/kbookmarks5_qt.po       2018-08-04 
12:55:59.000000000 +0200
@@ -1,6 +1,6 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
-# Vít Pelčák <v...@pelcak.org>, 2010, 2011, 2012, 2013, 2014, 2015, 2017.
+# Vít Pelčák <v...@pelcak.org>, 2010, 2011, 2012, 2013, 2014, 2015, 2017, 2018.
 # Lukáš Tinkl <lti...@redhat.com>, 2010, 2011, 2012, 2013.
 # Tomáš Chvátal <tomas.chva...@gmail.com>, 2012, 2013.
 #
@@ -9,8 +9,8 @@
 "Project-Id-Version: kio4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2014-03-28 02:03+0000\n"
-"PO-Revision-Date: 2017-09-12 12:27+0100\n"
-"Last-Translator: Vít Pelčák <v...@pelcak.org>\n"
+"PO-Revision-Date: 2018-07-10 14:29+0100\n"
+"Last-Translator: Vit Pelcak <v...@pelcak.org>\n"
 "Language-Team: Czech <kde-i18n-...@kde.org>\n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
@@ -221,6 +221,9 @@
 "\n"
 "Most likely you do not have keditbookmarks currently installed"
 msgstr ""
+"Keditbookmarks nelze spustit.\n"
+"\n"
+"Pravděpodobně jej nemáte nainstalovaný"
 
 #: kbookmarkmanager.cpp:482
 #, qt-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.48.0/po/da/kbookmarks5_qt.po 
new/kbookmarks-5.49.0/po/da/kbookmarks5_qt.po
--- old/kbookmarks-5.48.0/po/da/kbookmarks5_qt.po       2018-07-08 
00:29:15.000000000 +0200
+++ new/kbookmarks-5.49.0/po/da/kbookmarks5_qt.po       2018-08-04 
12:55:59.000000000 +0200
@@ -5,7 +5,7 @@
 # Steffen Hansen <stefh@nostromo>, 1998.
 # Thorbjoern Ravn Andersen <r...@mip.sdu.dk>, 1999.
 # Birger Langkjer <birger.langk...@image.dk>, 1999.
-# Erik Kjær Pedersen <e...@binghamton.edu>, 1999-2001,2002,2003, 2004, 2005, 
2006.
+# Erik Kjær Pedersen <e...@binghamton.edu>, 1999-2001, 2002, 2003, 2004, 2005, 
2006.
 # Lars K. Schunk <l...@schunk.dk>, 2001-2002.
 # Martin Schlander <mschlan...@opensuse.org>, 2008, 2009, 2010, 2011, 2012, 
2014, 2017.
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.48.0/po/uk/kbookmarks5_qt.po 
new/kbookmarks-5.49.0/po/uk/kbookmarks5_qt.po
--- old/kbookmarks-5.48.0/po/uk/kbookmarks5_qt.po       2018-07-08 
00:29:15.000000000 +0200
+++ new/kbookmarks-5.49.0/po/uk/kbookmarks5_qt.po       2018-08-04 
12:55:59.000000000 +0200
@@ -1,5 +1,5 @@
 # Translation of kbookmarks5_qt.po to Ukrainian
-# Copyright (C) 2014-2017 This_file_is_part_of_KDE
+# Copyright (C) 2018 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.48.0/po/zh_CN/kbookmarks5_qt.po 
new/kbookmarks-5.49.0/po/zh_CN/kbookmarks5_qt.po
--- old/kbookmarks-5.48.0/po/zh_CN/kbookmarks5_qt.po    2018-07-08 
00:29:15.000000000 +0200
+++ new/kbookmarks-5.49.0/po/zh_CN/kbookmarks5_qt.po    2018-08-04 
12:55:59.000000000 +0200
@@ -14,7 +14,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2018-07-03 17:35\n"
+"PO-Revision-Date: 2018-07-24 08:41\n"
 "Last-Translator: guoyunhebrave <guoyunhebr...@gmail.com>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to