Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kded for openSUSE:Factory checked in at 2022-08-15 19:57:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kded (Old) and /work/SRC/openSUSE:Factory/.kded.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kded" Mon Aug 15 19:57:13 2022 rev:107 rq:994965 version:5.97.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kded/kded.changes 2022-07-11 19:09:48.255644183 +0200 +++ /work/SRC/openSUSE:Factory/.kded.new.1521/kded.changes 2022-08-15 19:59:11.117221572 +0200 @@ -1,0 +2,10 @@ +Sun Aug 7 22:27:19 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 5.97.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.97.0 +- Changes since 5.96.0: + * README.md remove trailing space + +------------------------------------------------------------------- Old: ---- kded-5.96.0.tar.xz kded-5.96.0.tar.xz.sig New: ---- kded-5.97.0.tar.xz kded-5.97.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kded.spec ++++++ --- /var/tmp/diff_new_pack.Rbm1pS/_old 2022-08-15 19:59:11.541222754 +0200 +++ /var/tmp/diff_new_pack.Rbm1pS/_new 2022-08-15 19:59:11.549222776 +0200 @@ -16,14 +16,14 @@ # -%define _tar_path 5.96 +%define _tar_path 5.97 # 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 released Name: kded -Version: 5.96.0 +Version: 5.97.0 Release: 0 Summary: Central daemon of KDE workspaces License: LGPL-2.1-or-later ++++++ kded-5.96.0.tar.xz -> kded-5.97.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kded-5.96.0/CMakeLists.txt new/kded-5.97.0/CMakeLists.txt --- old/kded-5.96.0/CMakeLists.txt 2022-07-02 17:49:47.000000000 +0200 +++ new/kded-5.97.0/CMakeLists.txt 2022-08-07 15:21:46.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.96.0") # handled by release scripts -set(KF_DEP_VERSION "5.96.0") # handled by release scripts +set(KF_VERSION "5.97.0") # handled by release scripts +set(KF_DEP_VERSION "5.97.0") # handled by release scripts project(KDED VERSION ${KF_VERSION}) include(FeatureSummary) -find_package(ECM 5.96.0 NO_MODULE) +find_package(ECM 5.97.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) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kded-5.96.0/README.md new/kded-5.97.0/README.md --- old/kded-5.96.0/README.md 2022-07-02 17:49:47.000000000 +0200 +++ new/kded-5.97.0/README.md 2022-08-07 15:21:46.000000000 +0200 @@ -28,7 +28,7 @@ ### Configuration of built in tasks. The built in tasks have some configuration options that can be changed by -editing the kdedrc configuration file. Changes need to be made with a text- +editing the kdedrc configuration file. Changes need to be made with a text editor, there is no GUI available. All options are listed under the [General] group: @@ -38,18 +38,18 @@ **CheckSycoca**: This option can be used to disable checking for new software. ksycoca will still be built when kded starts up and when applications -explicitly request a rebuild of the ksycoca database. The user can +explicitly request a rebuild of the ksycoca database. The user can also manually rebuild ksycoca by running the kbuildsycoca program. -The default value of this option is "true". Checking can be disabled by +The default value of this option is "true". Checking can be disabled by setting this option to "false". **CheckUpdates**: This option can be used to disable checking for update files. kconf\_update will still be run when kded starts up. -The default value of this option is "true". Checking can be disabled by +The default value of this option is "true". Checking can be disabled by setting this option to "false". **CheckHostname**: This option can be used to disable checking for hostname -changes. The default value of this option is "true". Checking can be +changes. The default value of this option is "true". Checking can be disabled by setting this option to "false". Example kdedrc file with default values: @@ -70,15 +70,15 @@ in milliseconds and has a default of 500 (0.5 seconds). **NFSPollInterval**: This can be used to adjust the time interval at which remote -filesystems, such as NFS or Samba, are ebing checked for new software or +filesystems, such as NFS or Samba, are ebing checked for new software or update files. The time is specified in milliseconds and has a default of 5000 (5 seconds). The above options are not used when FAM is used to watch for changes in the -filesystem, or when DNOTIFY is used. Specifying larger intervals may reduce +filesystem, or when DNOTIFY is used. Specifying larger intervals may reduce the CPU load and/or network traffic. Shorter intervals are not recommended. -Please note that in previous versions of KDE these options where listed in +Please note that in previous versions of KDE these options where listed in the kderc file. Example kdeglobals fragment: @@ -89,10 +89,9 @@ ### KDED modules -Some things can be greatly simplified if they can be coordinated from a -central place. KDED has support for modules that will be demand-loaded +Some things can be greatly simplified if they can be coordinated from a +central place. KDED has support for modules that will be demand-loaded whenever an application attempts to make DBus call to the module. This can be useful for central administration tasks. See docs/HOWTO. - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kded-5.96.0/docs/DESIGN new/kded-5.97.0/docs/DESIGN --- old/kded-5.96.0/docs/DESIGN 2022-07-02 17:49:47.000000000 +0200 +++ new/kded-5.97.0/docs/DESIGN 2022-08-07 15:21:46.000000000 +0200 @@ -1,7 +1,7 @@ kded ==== -kded is responsible for creating the sycoca file, i.e. the binary +kded is responsible for creating the sycoca file, i.e. the binary cache of servicetypes, mimetypes, and services for a particular user. It uses KDirWatch to monitor the directories containing .desktop files. @@ -14,7 +14,7 @@ * creating all objects in memory * saving everything in the sycoca file (see below for ksycoca internals) * clearing all memory -* notifying the applications that use ksycoca by a DBUS signal emitted to +* notifying the applications that use ksycoca by a DBUS signal emitted to the ksycoca object (KSycoca::notifyDatabaseChanged()). Format of the sycoca database file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kded-5.96.0/docs/HOWTO new/kded-5.97.0/docs/HOWTO --- old/kded-5.96.0/docs/HOWTO 2022-07-02 17:49:47.000000000 +0200 +++ new/kded-5.97.0/docs/HOWTO 2022-08-07 15:21:46.000000000 +0200 @@ -29,7 +29,7 @@ by kded modules which must be always running. Kded phase 1 modules are loaded right after kded startup, but only during KDE startup, i.e. it is for modules that are always needed by the KDE session. Phase 2 modules -will be loaded later. +will be loaded later. Normally KDED modules are loaded whenever they are accessed, so you don't need autoloading enabled. On demand loading can be disabled by putting diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kded-5.96.0/org.kde.kded5.desktop new/kded-5.97.0/org.kde.kded5.desktop --- old/kded-5.96.0/org.kde.kded5.desktop 2022-07-02 17:49:47.000000000 +0200 +++ new/kded-5.97.0/org.kde.kded5.desktop 2022-08-07 15:21:46.000000000 +0200 @@ -46,4 +46,3 @@ Type=Service Icon=kde-frameworks NoDisplay=true - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kded-5.96.0/po/ca@valencia/docs/kded5/man-kded5.8.docbook new/kded-5.97.0/po/ca@valencia/docs/kded5/man-kded5.8.docbook --- old/kded-5.96.0/po/ca@valencia/docs/kded5/man-kded5.8.docbook 1970-01-01 01:00:00.000000000 +0100 +++ new/kded-5.97.0/po/ca@valencia/docs/kded5/man-kded5.8.docbook 2022-08-07 15:21:46.000000000 +0200 @@ -0,0 +1,271 @@ +<?xml version="1.0" ?> +<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ + <!ENTITY % Catalan-Valencian "INCLUDE" +><!-- change language only here --> +]> + +<refentry lang="&language;"> + +<refentryinfo> +<title +>Manual d'usuari de kded5</title> +<author +><firstname +>David</firstname +> <surname +>Faure</surname +> <contrib +>Mantenidor</contrib> +<affiliation> +<address +><email +>fa...@kde.org</email +></address> +</affiliation> +</author> + +<author +><firstname +>Waldo</firstname +> <surname +>Bastian</surname +> <contrib +>Autor original</contrib> +<affiliation> +<address +><email +>bast...@kde.org</email +></address> +</affiliation> +</author> + +<date +>22 de mar?? de 2014</date> +<releaseinfo +>Frameworks 5.0</releaseinfo> +<productname +>Frameworks de KDE</productname> + +</refentryinfo> + +<refmeta> +<refentrytitle +><command +>kded5</command +></refentrytitle> +<manvolnum +>8</manvolnum> +</refmeta> + +<refnamediv> +<refname +><command +>kded5</command +></refname> +<refpurpose +>Dimoni de &kde;: provoca l'actualitzaci?? de la base de dades Sycoca quan cal.</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<title +>Sinopsi</title> + +<cmdsynopsis +><command +>kded5</command +> <arg choice="opt" +>--check</arg +> </cmdsynopsis> +</refsynopsisdiv> + +<refsect1> +<title +>Descripci??</title> + +<para +><command +>kded5</command +> consolida una s??rie de petits serveis en un sol proc??s. Es tracta principalment de serveis de &DBus; proporcionats pels m??duls de KDED, per?? tamb?? gestiona sycoca (un cau binari dels tipus de servei, els tipus &MIME; i els serveis utilitzats per KService) i els scripts d'actualitzaci?? de KConfig, segons siga necessari.</para> + +<para +>Per a sycoca, efectuar?? un seguiment dels directoris que contenen fitxers .desktop. Quan s'afig o elimina un fitxer, espera 5 segons (en el cas d'una s??rie d'actualitzacions) i, a continuaci??, inicia <command +>kbuildsycoca5</command +> per a actualitzar el sycoca.</para> + +<para +>Per a KConfig, comprova els fitxers d'actualitzaci?? instal??lats recentment, &pex;, els fitxers <filename class="extension" +>*.upd</filename +> utilitzats per a actualitzar els fitxers de configuraci?? quan es canvia el format d'estos, i executa la utilitat d'actualitzaci?? KConfig per a realitzar les actualitzacions.</para> + +<para +>Estes tasques tamb?? s'executen quan s'inicia <command +>kded5</command +> per a assegurar que la configuraci?? d'usuari est?? actualitzada.</para> + +<para +>Normalment no necessitareu executar <command +>kded5</command +> directament. Les sessions d'escriptori &plasma; ho fan autom??ticament, i s'inicia davall demanda quan una aplicaci?? intenta utilitzar una interf??cie de &DBus; que el prove??x o un dels seus m??duls.</para> + +</refsect1> + + + +<refsect1> +<title +>Opcions</title> + +<variablelist> +<varlistentry> +<term +><option +>--check</option +></term> +<listitem> +<para +>Comprova la base de dades de sycoca, actualitzant-la si cal, i ix. </para> +</listitem> +</varlistentry> +</variablelist> +</refsect1> + + + +<refsect1> +<title +>Configurar</title> + +<para +><command +>kded5</command +> es pot configurar amb el fitxer de configuraci?? a l'estil ini <filename +>kded5rc</filename +>. Sobre els sistemes &UNIX;, el trobareu a <filename +><varname +>$XDG_CONFIG_HOME</varname +>/kded5rc</filename +>. Si no s'ha establit <varname +>$XDG_CONFIG_HOME</varname +>, de manera predeterminada estar?? a <filename +>~/.config/kded5rc</filename +>.</para> + +<para +>Les entrades al fitxer de configuraci?? es lligen davall demanda, de manera que es poden fer canvis mentre s'est?? executant <command +>kded5</command +>. No obstant a????, totes les opcions de configuraci?? actuals, en realitat nom??s afectaran el comportament durant l'arrancada de <command +>kded5</command +>.</para> + +<para +>La secci?? <option +>[General]</option +> disposa de les opcions seg??ents: <variablelist> +<varlistentry> +<term +><option +>CheckSycoca</option +></term> +<listitem +><para +>Per a actualitzar sycoca durant l'arrancada (predeterminat: <constant +>true</constant +>).</para> +</listitem> +</varlistentry> +<varlistentry> +<term +><option +>CheckUpdates</option +></term> +<listitem +><para +>Per a realitzar les actualitzacions pendents de KConfig durant l'arrancada (predeterminat: <constant +>true</constant +>).</para> +</listitem> +</varlistentry> +<varlistentry> +<term +><option +>CheckFileStamps</option +></term> +<listitem +><para +>Per a comprovar les marques de temps dels fitxers en realitzar l'actualitzaci?? inicial de sycoca (predeterminat: <constant +>true</constant +>). Per a m??s detalls, vegeu la documentaci?? per a <command +>kbuildsycoca5</command +>.</para> +</listitem> +</varlistentry> +<varlistentry> +<term +><option +>DelayedCheck</option +></term> +<listitem +><para +>Per a retardar l'actualitzaci?? inicial de sycoca fins al voltant d'un minut despr??s de comen??ar (predeterminat: <constant +>false</constant +>).</para> +</listitem> +</varlistentry> +</variablelist> +</para> + +<para +>Cada m??dul tamb?? compta amb una secci?? <option +>[Module-<replaceable +>nom</replaceable +>]</option +> al <filename +>kded5rc</filename +>, on el <replaceable +>nom</replaceable +> ??s el nom del fitxer d'escriptori del m??dul sense l'extensi?? <filename +>.desktop</filename +>. Este cont?? una opci?? <option +>autoload</option +> que especifica si el m??dul s'haur?? de carregar autom??ticament quan s'inicia <command +>kded5</command +> (predeterminat: <constant +>false</constant +>). Cal tindre en compte que este valor tamb?? es pot canviar a trav??s de la interf??cie de &DBus; de <command +>kded5</command +>.</para> +</refsect1> + + + +<refsect1> +<title +>Vegeu tamb??</title> +<para +><citerefentry +><refentrytitle +>kbuildsycoca5</refentrytitle +><manvolnum +>8</manvolnum +></citerefentry +>, <citerefentry +><refentrytitle +>kdeinit5</refentrytitle +><manvolnum +>8</manvolnum +></citerefentry +> </para> +</refsect1> + + + +<refsect1> +<title +>Errors</title> +<para +>Utilitzeu el <ulink url="https://bugs.kde.org" +>Seguidor d'errors de &kde;</ulink +> (escriviu-hi en angl??s) per a informar dels errors.</para> +</refsect1> + +</refentry>