Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kbookmarks for openSUSE:Factory 
checked in at 2021-06-16 20:33:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kbookmarks (Old)
 and      /work/SRC/openSUSE:Factory/.kbookmarks.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kbookmarks"

Wed Jun 16 20:33:39 2021 rev:92 rq:899712 version:5.83.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kbookmarks/kbookmarks.changes    2021-05-10 
15:36:45.618184444 +0200
+++ /work/SRC/openSUSE:Factory/.kbookmarks.new.32437/kbookmarks.changes 
2021-06-16 20:35:04.331143859 +0200
@@ -1,0 +2,10 @@
+Sat Jun  5 11:58:30 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.83.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.83.0
+- Changes since 5.82.0:
+  * Bump required CMake version to 3.16
+
+-------------------------------------------------------------------

Old:
----
  kbookmarks-5.82.0.tar.xz
  kbookmarks-5.82.0.tar.xz.sig

New:
----
  kbookmarks-5.83.0.tar.xz
  kbookmarks-5.83.0.tar.xz.sig

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

Other differences:
------------------
++++++ kbookmarks.spec ++++++
--- /var/tmp/diff_new_pack.lmfatR/_old  2021-06-16 20:35:05.411145702 +0200
+++ /var/tmp/diff_new_pack.lmfatR/_new  2021-06-16 20:35:05.415145709 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5Bookmarks5
-%define _tar_path 5.82
+%define _tar_path 5.83
 # 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.82.0
+Version:        5.83.0
 Release:        0
 Summary:        Framework for manipulating bookmarks in XBEL format
 License:        LGPL-2.1-or-later


++++++ kbookmarks-5.82.0.tar.xz -> kbookmarks-5.83.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.82.0/.gitignore 
new/kbookmarks-5.83.0/.gitignore
--- old/kbookmarks-5.82.0/.gitignore    2021-05-01 14:29:14.000000000 +0200
+++ new/kbookmarks-5.83.0/.gitignore    2021-06-05 11:13:10.000000000 +0200
@@ -25,3 +25,4 @@
 .clangd
 .idea
 /cmake-build*
+.cache
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.82.0/CMakeLists.txt 
new/kbookmarks-5.83.0/CMakeLists.txt
--- old/kbookmarks-5.82.0/CMakeLists.txt        2021-05-01 14:29:14.000000000 
+0200
+++ new/kbookmarks-5.83.0/CMakeLists.txt        2021-06-05 11:13:10.000000000 
+0200
@@ -1,11 +1,11 @@
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.82.0") # handled by release scripts
-set(KF_DEP_VERSION "5.82.0") # handled by release scripts
+set(KF_VERSION "5.83.0") # handled by release scripts
+set(KF_DEP_VERSION "5.83.0") # handled by release scripts
 project(KBookmarks VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.82.0  NO_MODULE)
+find_package(ECM 5.83.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
@@ -52,7 +52,6 @@
 find_package(KF5XmlGui ${KF_DEP_VERSION} REQUIRED)
 
 ecm_install_po_files_as_qm(po)
-add_definitions(-DQT_NO_FOREACH)
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
 add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055100)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.82.0/po/pa/kbookmarks5_qt.po 
new/kbookmarks-5.83.0/po/pa/kbookmarks5_qt.po
--- old/kbookmarks-5.82.0/po/pa/kbookmarks5_qt.po       2021-05-01 
14:29:14.000000000 +0200
+++ new/kbookmarks-5.83.0/po/pa/kbookmarks5_qt.po       2021-06-05 
11:13:10.000000000 +0200
@@ -5,7 +5,7 @@
 # Amanpreet Singh Alam <[email protected]>, 2004, 2005.
 # Amanpreet Singh Brar <[email protected]>, 2005.
 # Amanpreet Singh Alam <[email protected]>, 2005.
-# A S Alam <[email protected]>, 2007, 2009, 2010, 2011.
+# A S Alam <[email protected]>, 2007, 2009, 2010, 2011, 2021.
 # AP S Alam <[email protected]>, 2007.
 # ASB <[email protected]>, 2007.
 # Amanpreet Singh Alam <[email protected]>, 2008.
@@ -15,14 +15,14 @@
 "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: 2014-07-08 14:16-0500\n"
-"Last-Translator: A S Alam <[email protected]>\n"
-"Language-Team: Punjabi/Panjabi <[email protected]>\n"
+"PO-Revision-Date: 2021-05-02 16:12-0700\n"
+"Last-Translator: A S Alam <[email protected]>\n"
+"Language-Team: Punjabi <[email protected]>\n"
 "Language: pa\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 20.12.2\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Qt-Contexts: true\n"
 
@@ -32,57 +32,36 @@
 msgstr "--- ???????????????????????? ---"
 
 #: kbookmarkcontextmenu.cpp:52
-#, fuzzy
-#| msgctxt "KBookmarkContextMenu|"
-#| msgid "Add Bookmark Here"
 msgctxt "KBookmarkContextMenu|@action:inmenu"
 msgid "Add Bookmark Here"
-msgstr "???????????? ???????????????????????? ??????????????????"
+msgstr "???????????? ???????????????????????? ????????????"
 
 #: kbookmarkcontextmenu.cpp:58
-#, fuzzy
-#| msgctxt "KBookmarkContextMenu|"
-#| msgid "Open Folder in Bookmark Editor"
 msgctxt "KBookmarkContextMenu|@action:inmenu"
 msgid "Open Folder in Bookmark Editor"
 msgstr "??????????????? ???????????????????????? ?????????????????? 
???????????? ??????????????????"
 
 #: kbookmarkcontextmenu.cpp:61
-#, fuzzy
-#| msgctxt "KBookmarkContextMenu|"
-#| msgid "Delete Folder"
 msgctxt "KBookmarkContextMenu|@action:inmenu"
 msgid "Delete Folder"
 msgstr "??????????????? ????????????"
 
 #: kbookmarkcontextmenu.cpp:66
-#, fuzzy
-#| msgctxt "KBookmarkContextMenu|"
-#| msgid "Properties"
 msgctxt "KBookmarkContextMenu|@action:inmenu"
 msgid "Properties"
-msgstr "???????????????????????????"
+msgstr "????????????????????????????????????"
 
 #: kbookmarkcontextmenu.cpp:71
-#, fuzzy
-#| msgctxt "KBookmarkContextMenu|"
-#| msgid "Copy Link Address"
 msgctxt "KBookmarkContextMenu|@action:inmenu"
 msgid "Copy Link Address"
 msgstr "???????????? ?????????????????? ???????????? ?????????"
 
 #: kbookmarkcontextmenu.cpp:74
-#, fuzzy
-#| msgctxt "KBookmarkContextMenu|"
-#| msgid "Delete Bookmark"
 msgctxt "KBookmarkContextMenu|@action:inmenu"
 msgid "Delete Bookmark"
 msgstr "???????????????????????? ????????????"
 
 #: kbookmarkcontextmenu.cpp:80
-#, fuzzy
-#| msgctxt "KBookmarkContextMenu|"
-#| msgid "Open Folder in Tabs"
 msgctxt "KBookmarkContextMenu|@action:inmenu"
 msgid "Open Folder in Tabs"
 msgstr "??????????????? ???????????? ??????????????? ??????????????????"
@@ -104,9 +83,6 @@
 msgstr "???????????????????????? ??????????????? ??????????????????"
 
 #: kbookmarkcontextmenu.cpp:134
-#, fuzzy
-#| msgctxt "KBookmarkContextMenu|"
-#| msgid "Bookmark Deletion"
 msgctxt "KBookmarkContextMenu|@title:window"
 msgid "Bookmark Deletion"
 msgstr "???????????????????????? ??????????????????"
@@ -164,17 +140,17 @@
 #: kbookmarkdialog.cpp:213 kbookmarkdialog.cpp:251
 msgctxt "KBookmarkDialog|@action:button"
 msgid "Add"
-msgstr "??????????????????"
+msgstr "????????????"
 
 #: kbookmarkdialog.cpp:214
 msgctxt "KBookmarkDialog|@title:window"
 msgid "Add Bookmark"
-msgstr "???????????????????????? ??????????????????"
+msgstr "???????????????????????? ????????????"
 
 #: kbookmarkdialog.cpp:252
 msgctxt "KBookmarkDialog|@title:window"
 msgid "Add Bookmarks"
-msgstr "???????????????????????? ?????????????????? ?????????"
+msgstr "???????????????????????? ????????????"
 
 #: kbookmarkdialog.cpp:285
 msgctxt "KBookmarkDialog|@title:window"
@@ -210,12 +186,12 @@
 #: kbookmarkimporter_ns.cpp:94
 msgctxt "KNSBookmarkImporterImpl|"
 msgid "HTML Files (*.html)"
-msgstr "HTML ?????????????????? (*.html)"
+msgstr "HTML ?????????????????? (*.html)"
 
 #: kbookmarkimporter_ns.cpp:96
 msgctxt "KNSBookmarkImporterImpl|"
 msgid "*.html|HTML Files (*.html)"
-msgstr "*.html|HTML ?????????????????? (*.html)"
+msgstr "*.html|HTML ?????????????????? (*.html)"
 
 #: kbookmarkimporter_ns.cpp:112
 #, qt-format
@@ -232,7 +208,7 @@
 #: kbookmarkimporter_ns.cpp:136
 msgctxt "KNSBookmarkImporterImpl|"
 msgid "<!-- This file was generated by Konqueror -->"
-msgstr "<!-- ?????? ???????????? ??????????????????????????? ?????? 
???????????? ?????? -->"
+msgstr "<!-- ?????? ???????????? ??????????????????????????? ?????? 
???????????? ?????? -->"
 
 #: kbookmarkimporter_ns.cpp:138 kbookmarkimporter_ns.cpp:139
 msgctxt "KNSBookmarkImporterImpl|"
@@ -242,12 +218,12 @@
 #: kbookmarkimporter_opera.cpp:101
 msgctxt "KOperaBookmarkImporterImpl|"
 msgid "Opera Bookmark Files (*.adr)"
-msgstr "??????????????? ???????????????????????? ?????????????????? (*.adr)"
+msgstr "??????????????? ???????????????????????? ?????????????????? (*.adr)"
 
 #: kbookmarkimporter_opera.cpp:102
 msgctxt "KOperaBookmarkImporterImpl|"
 msgid "*.adr|Opera Bookmark Files (*.adr)"
-msgstr "*.adr|???????????? ???????????????????????? ?????????????????? (*.adr)"
+msgstr "*.adr|???????????? ???????????????????????? ?????????????????? (*.adr)"
 
 #: kbookmarkmanager.cpp:347
 msgctxt "KBookmarkManager|"
@@ -267,9 +243,6 @@
 msgstr ""
 
 #: kbookmarkmenu.cpp:264
-#, fuzzy
-#| msgctxt "KBookmarkContextMenu|"
-#| msgid "Open Folder in Tabs"
 msgctxt "KBookmarkMenu|@action:inmenu"
 msgid "Open Folder in Tabs"
 msgstr "??????????????? ???????????? ??????????????? ??????????????????"
@@ -339,17 +312,11 @@
 msgstr "?????????????????? ???????????? ????????????"
 
 #: konqbookmarkmenu.cpp:154
-#, fuzzy
-#| msgctxt "KonqBookmarkContextMenu|"
-#| msgid "Open in New Window"
 msgctxt "KonqBookmarkContextMenu|@action:inmenu"
 msgid "Open in New Window"
 msgstr "???????????? ??????????????? ???????????? ??????????????????"
 
 #: konqbookmarkmenu.cpp:157
-#, fuzzy
-#| msgctxt "KonqBookmarkContextMenu|"
-#| msgid "Open in New Tab"
 msgctxt "KonqBookmarkContextMenu|@action:inmenu"
 msgid "Open in New Tab"
 msgstr "???????????? ????????? ???????????? ??????????????????"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.82.0/po/pl/kbookmarks5_qt.po 
new/kbookmarks-5.83.0/po/pl/kbookmarks5_qt.po
--- old/kbookmarks-5.82.0/po/pl/kbookmarks5_qt.po       2021-05-01 
14:29:14.000000000 +0200
+++ new/kbookmarks-5.83.0/po/pl/kbookmarks5_qt.po       2021-06-05 
11:13:10.000000000 +0200
@@ -15,20 +15,20 @@
 # Robert Gomulka <[email protected]>, 2007, 2008.
 # Marta Rybczy??ska <[email protected]>, 2007, 2008, 2009, 2010, 2011.
 # Artur Ch??ond <[email protected]>, 2010.
-# ??ukasz Wojni??owicz <[email protected]>, 2011, 2012, 2014, 2016, 
2017.
+# ??ukasz Wojni??owicz <[email protected]>, 2011, 2012, 2014, 2016, 
2017, 2021.
 msgid ""
 msgstr ""
 "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-07-13 10:36+0100\n"
+"PO-Revision-Date: 2021-05-07 20:48+0200\n"
 "Last-Translator: ??ukasz Wojni??owicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
 "Language: pl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 20.12.1\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
 "X-Qt-Contexts: true\n"
@@ -39,81 +39,51 @@
 msgstr "--- element oddzielaj??cy ---"
 
 #: kbookmarkcontextmenu.cpp:52
-#, fuzzy
-#| msgctxt "KBookmarkContextMenu|"
-#| msgid "Add Bookmark Here"
 msgctxt "KBookmarkContextMenu|@action:inmenu"
 msgid "Add Bookmark Here"
 msgstr "Tutaj dodaj zak??adk??"
 
 #: kbookmarkcontextmenu.cpp:58
-#, fuzzy
-#| msgctxt "KBookmarkContextMenu|"
-#| msgid "Open Folder in Bookmark Editor"
 msgctxt "KBookmarkContextMenu|@action:inmenu"
 msgid "Open Folder in Bookmark Editor"
 msgstr "Otw??rz katalog w edytorze zak??adek"
 
 #: kbookmarkcontextmenu.cpp:61
-#, fuzzy
-#| msgctxt "KBookmarkContextMenu|"
-#| msgid "Delete Folder"
 msgctxt "KBookmarkContextMenu|@action:inmenu"
 msgid "Delete Folder"
 msgstr "Usu?? katalog"
 
 #: kbookmarkcontextmenu.cpp:66
-#, fuzzy
-#| msgctxt "KBookmarkContextMenu|"
-#| msgid "Properties"
 msgctxt "KBookmarkContextMenu|@action:inmenu"
 msgid "Properties"
 msgstr "W??a??ciwo??ci"
 
 #: kbookmarkcontextmenu.cpp:71
-#, fuzzy
-#| msgctxt "KBookmarkContextMenu|"
-#| msgid "Copy Link Address"
 msgctxt "KBookmarkContextMenu|@action:inmenu"
 msgid "Copy Link Address"
 msgstr "Skopiuj adres odno??nika"
 
 #: kbookmarkcontextmenu.cpp:74
-#, fuzzy
-#| msgctxt "KBookmarkContextMenu|"
-#| msgid "Delete Bookmark"
 msgctxt "KBookmarkContextMenu|@action:inmenu"
 msgid "Delete Bookmark"
 msgstr "Usu?? zak??adk??"
 
 #: kbookmarkcontextmenu.cpp:80
-#, fuzzy
-#| msgctxt "KBookmarkContextMenu|"
-#| msgid "Open Folder in Tabs"
 msgctxt "KBookmarkContextMenu|@action:inmenu"
 msgid "Open Folder in Tabs"
 msgstr "Otw??rz katalog w kartach"
 
 #: kbookmarkcontextmenu.cpp:105
-#, fuzzy
-#| msgctxt "KBookmarkContextMenu|"
-#| msgid "Cannot add bookmark with empty URL."
 msgctxt "KBookmarkContextMenu|@info"
 msgid "Cannot add bookmark with empty URL."
-msgstr "Nie mo??na doda?? zak??adki bez adresu URL."
+msgstr "Nie mo??na doda?? zak??adki o pustym adresie URL."
 
 #: kbookmarkcontextmenu.cpp:134
-#, fuzzy
-#| msgctxt "KBookmarkContextMenu|"
-#| msgid "Bookmark Folder Deletion"
 msgctxt "KBookmarkContextMenu|@title:window"
 msgid "Bookmark Folder Deletion"
-msgstr "Usuni??cie katalogu Zak??adki"
+msgstr "Usuni??cie katalogu zak??adki"
 
 #: kbookmarkcontextmenu.cpp:134
-#, fuzzy
-#| msgctxt "KBookmarkContextMenu|"
-#| msgid "Bookmark Deletion"
 msgctxt "KBookmarkContextMenu|@title:window"
 msgid "Bookmark Deletion"
 msgstr "Usuni??cie zak??adki"
@@ -282,89 +252,56 @@
 "szybko jak to tylko mo??liwe - jest to najprawdopodobniej pe??en dysk twardy."
 
 #: kbookmarkmenu.cpp:264
-#, fuzzy
-#| msgctxt "KBookmarkContextMenu|"
-#| msgid "Open Folder in Tabs"
 msgctxt "KBookmarkMenu|@action:inmenu"
 msgid "Open Folder in Tabs"
 msgstr "Otw??rz katalog w kartach"
 
 #: kbookmarkmenu.cpp:268
-#, fuzzy
-#| msgctxt "KBookmarkMenu|"
-#| msgid "Open all bookmarks in this folder as a new tab."
 msgctxt "KBookmarkMenu|@info:tooltip"
 msgid "Open all bookmarks in this folder as a new tab"
-msgstr "Otw??rz wszystkie zak??adki z tego katalogu jako now?? kart??."
+msgstr "Otw??rz wszystkie zak??adki w tym katalogu jako now?? kart??"
 
 #: kbookmarkmenu.cpp:284
-#, fuzzy
-#| msgctxt "KBookmarkMenu|"
-#| msgid "Bookmark Tabs as Folder..."
 msgctxt "KBookmarkMenu|@action:inmenu"
 msgid "Bookmark Tabs as Folder..."
-msgstr "Katalog zak??adek z kart..."
+msgstr "Karty zak??adek jako katalog..."
 
 #: kbookmarkmenu.cpp:292
-#, fuzzy
-#| msgctxt "KBookmarkMenu|"
-#| msgid "Add a folder of bookmarks for all open tabs."
 msgctxt "KBookmarkMenu|@info:tooltip"
 msgid "Add a folder of bookmarks for all open tabs"
-msgstr "Dodaj katalog zak??adek dla wszystkich otwartych kart."
+msgstr "Dodaj katalog zak??adek dla wszystkich otwartych kart"
 
 #: kbookmarkmenu.cpp:339
-#, fuzzy
-#| msgctxt "KBookmarkMenu|"
-#| msgid "Edit your bookmark collection in a separate window"
 msgctxt "KBookmarkMenu|@info:tooltip"
 msgid "Edit your bookmark collection in a separate window"
 msgstr "Edytuj sw??j zbi??r zak??adek w osobnym oknie"
 
 #: kbookmarkmenu.cpp:354
-#, fuzzy
-#| msgctxt "KBookmarkMenu|"
-#| msgid "New Bookmark Folder..."
 msgctxt "KBookmarkMenu|@action:inmenu"
 msgid "New Bookmark Folder..."
 msgstr "Nowy katalog zak??adek..."
 
 #: kbookmarkmenu.cpp:356
-#, fuzzy
-#| msgctxt "KBookmarkMenu|"
-#| msgid "Create a new bookmark folder in this menu"
 msgctxt "KBookmarkMenu|@info:tooltip"
 msgid "Create a new bookmark folder in this menu"
 msgstr "Utw??rz nowy katalog zak??adek w tym menu"
 
 #: konqbookmarkmenu.cpp:146 konqbookmarkmenu.cpp:162
-#, fuzzy
-#| msgctxt "KonqBookmarkContextMenu|"
-#| msgid "Hide in toolbar"
 msgctxt "KonqBookmarkContextMenu|@action:inmenu"
 msgid "Hide in Toolbar"
-msgstr "Ukryj w pasku narz??dziowym"
+msgstr "Ukryj na pasku narz??dzi"
 
 #: konqbookmarkmenu.cpp:146 konqbookmarkmenu.cpp:162
-#, fuzzy
-#| msgctxt "KonqBookmarkContextMenu|"
-#| msgid "Show in toolbar"
 msgctxt "KonqBookmarkContextMenu|@action:inmenu"
 msgid "Show in Toolbar"
-msgstr "Poka?? w pasku narz??dziowym"
+msgstr "Poka?? na pasku narz??dzi"
 
 #: konqbookmarkmenu.cpp:154
-#, fuzzy
-#| msgctxt "KonqBookmarkContextMenu|"
-#| msgid "Open in New Window"
 msgctxt "KonqBookmarkContextMenu|@action:inmenu"
 msgid "Open in New Window"
 msgstr "Otw??rz w nowym oknie"
 
 #: konqbookmarkmenu.cpp:157
-#, fuzzy
-#| msgctxt "KonqBookmarkContextMenu|"
-#| msgid "Open in New Tab"
 msgctxt "KonqBookmarkContextMenu|@action:inmenu"
 msgid "Open in New Tab"
 msgstr "Otw??rz w nowej karcie"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.82.0/po/zh_CN/kbookmarks5_qt.po 
new/kbookmarks-5.83.0/po/zh_CN/kbookmarks5_qt.po
--- old/kbookmarks-5.82.0/po/zh_CN/kbookmarks5_qt.po    2021-05-01 
14:29:14.000000000 +0200
+++ new/kbookmarks-5.83.0/po/zh_CN/kbookmarks5_qt.po    2021-06-05 
11:13:10.000000000 +0200
@@ -14,7 +14,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2021-04-24 15:42\n"
+"PO-Revision-Date: 2021-06-03 16:05\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kbookmarks-5.82.0/src/CMakeLists.txt 
new/kbookmarks-5.83.0/src/CMakeLists.txt
--- old/kbookmarks-5.82.0/src/CMakeLists.txt    2021-05-01 14:29:14.000000000 
+0200
+++ new/kbookmarks-5.83.0/src/CMakeLists.txt    2021-06-05 11:13:10.000000000 
+0200
@@ -58,7 +58,7 @@
   target_compile_definitions(KF5Bookmarks PUBLIC -DKBOOKMARKS_NO_DBUS)
 endif()
 
-set_target_properties(KF5Bookmarks PROPERTIES VERSION   
${KBOOKMARKS_VERSION_STRING}
+set_target_properties(KF5Bookmarks PROPERTIES VERSION   ${KBOOKMARKS_VERSION}
                                               SOVERSION ${KBOOKMARKS_SOVERSION}
                                               EXPORT_NAME Bookmarks
 )

Reply via email to