Hello community,

here is the log from the commit of package kcm_sddm for openSUSE:Factory 
checked in at 2020-02-29 21:22:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcm_sddm (Old)
 and      /work/SRC/openSUSE:Factory/.kcm_sddm.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcm_sddm"

Sat Feb 29 21:22:01 2020 rev:84 rq:779176 version:5.18.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcm_sddm/kcm_sddm.changes        2020-02-22 
19:04:11.174077438 +0100
+++ /work/SRC/openSUSE:Factory/.kcm_sddm.new.26092/kcm_sddm.changes     
2020-02-29 21:22:04.534226906 +0100
@@ -1,0 +2,9 @@
+Tue Feb 25 14:07:16 UTC 2020 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.18.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.2.php
+- No code changes since 5.18.1
+
+-------------------------------------------------------------------

Old:
----
  sddm-kcm-5.18.1.tar.xz
  sddm-kcm-5.18.1.tar.xz.sig

New:
----
  sddm-kcm-5.18.2.tar.xz
  sddm-kcm-5.18.2.tar.xz.sig

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

Other differences:
------------------
++++++ kcm_sddm.spec ++++++
--- /var/tmp/diff_new_pack.0bI3i2/_old  2020-02-29 21:22:06.538230871 +0100
+++ /var/tmp/diff_new_pack.0bI3i2/_new  2020-02-29 21:22:06.542230880 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kcm_sddm
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %bcond_without lang
 Name:           kcm_sddm
-Version:        5.18.1
+Version:        5.18.2
 Release:        0
 Summary:        A sddm control module for KDE
 License:        GPL-2.0-only
 Group:          System/GUI/KDE
-Url:            https://projects.kde.org/projects/kdereview/sddm-kcm/repository
+URL:            https://projects.kde.org/projects/kdereview/sddm-kcm/repository
 Source:         
https://download.kde.org/stable/plasma/%{version}/sddm-kcm-%{version}.tar.xz
 %if %{with lang}
 Source1:        
https://download.kde.org/stable/plasma/%{version}/sddm-kcm-%{version}.tar.xz.sig


++++++ sddm-kcm-5.18.1.tar.xz -> sddm-kcm-5.18.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.18.1/CMakeLists.txt 
new/sddm-kcm-5.18.2/CMakeLists.txt
--- old/sddm-kcm-5.18.1/CMakeLists.txt  2020-02-18 14:28:07.000000000 +0100
+++ new/sddm-kcm-5.18.2/CMakeLists.txt  2020-02-25 14:34:35.000000000 +0100
@@ -1,6 +1,6 @@
 project(sddm-kcm)
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
-set(PROJECT_VERSION "5.18.1")
+set(PROJECT_VERSION "5.18.2")
 
 set(QT_MIN_VERSION "5.12.0")
 set(KF5_MIN_VERSION "5.66.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.18.1/po/nb/kcm_sddm.po 
new/sddm-kcm-5.18.2/po/nb/kcm_sddm.po
--- old/sddm-kcm-5.18.1/po/nb/kcm_sddm.po       2020-02-18 14:28:01.000000000 
+0100
+++ new/sddm-kcm-5.18.2/po/nb/kcm_sddm.po       2020-02-25 14:34:28.000000000 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-02-15 09:00+0100\n"
+"POT-Creation-Date: 2020-02-17 08:31+0100\n"
 "PO-Revision-Date: 2015-01-08 21:37+0100\n"
 "Last-Translator: Bjørn Steensrud <bjor...@skogkatt.homelinux.org>\n"
 "Language-Team: Norwegian Bokmål <i18n...@lister.ping.uio.no>\n"
@@ -29,17 +29,17 @@
 msgid "Your emails"
 msgstr "bjor...@skogkatt.homelinux.org"
 
-#: sddmauthhelper.cpp:330 sddmauthhelper.cpp:350 sddmauthhelper.cpp:357
+#: sddmauthhelper.cpp:341 sddmauthhelper.cpp:361 sddmauthhelper.cpp:368
 #, kde-format
 msgid "Invalid theme package"
 msgstr ""
 
-#: sddmauthhelper.cpp:335
+#: sddmauthhelper.cpp:346
 #, kde-format
 msgid "Could not open file"
 msgstr "Klarte ikke åpne fil"
 
-#: sddmauthhelper.cpp:365
+#: sddmauthhelper.cpp:376
 #, kde-format
 msgid "Could not decompress archive"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.18.1/po/nn/kcm_sddm.po 
new/sddm-kcm-5.18.2/po/nn/kcm_sddm.po
--- old/sddm-kcm-5.18.1/po/nn/kcm_sddm.po       2020-02-18 14:28:02.000000000 
+0100
+++ new/sddm-kcm-5.18.2/po/nn/kcm_sddm.po       2020-02-25 14:34:29.000000000 
+0100
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2020-02-15 09:00+0100\n"
+"POT-Creation-Date: 2020-02-17 08:31+0100\n"
 "PO-Revision-Date: 2019-09-03 19:59+0200\n"
 "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n"
 "Language-Team: Norwegian Nynorsk <i18n...@lister.ping.uio.no>\n"
@@ -29,17 +29,17 @@
 msgid "Your emails"
 msgstr "k...@huftis.org"
 
-#: sddmauthhelper.cpp:330 sddmauthhelper.cpp:350 sddmauthhelper.cpp:357
+#: sddmauthhelper.cpp:341 sddmauthhelper.cpp:361 sddmauthhelper.cpp:368
 #, kde-format
 msgid "Invalid theme package"
 msgstr "Installer temapakke"
 
-#: sddmauthhelper.cpp:335
+#: sddmauthhelper.cpp:346
 #, kde-format
 msgid "Could not open file"
 msgstr "Klarte ikkje opna fila"
 
-#: sddmauthhelper.cpp:365
+#: sddmauthhelper.cpp:376
 #, kde-format
 msgid "Could not decompress archive"
 msgstr "Klarte ikkje pakka ut arkivfil"


Reply via email to