Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package desktopfolder for openSUSE:Factory checked in at 2022-02-21 17:46:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/desktopfolder (Old) and /work/SRC/openSUSE:Factory/.desktopfolder.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "desktopfolder" Mon Feb 21 17:46:31 2022 rev:15 rq:956176 version:1.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/desktopfolder/desktopfolder.changes 2021-10-11 15:32:19.770913482 +0200 +++ /work/SRC/openSUSE:Factory/.desktopfolder.new.1958/desktopfolder.changes 2022-02-21 17:47:33.959611277 +0100 @@ -1,0 +2,5 @@ +Sun Feb 20 19:52:22 UTC 2022 - Alexei Podvalsky <[email protected]> + +- Add 002-drop-deprecated-arguments.patch + +------------------------------------------------------------------- New: ---- 002-drop-deprecated-arguments.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ desktopfolder.spec ++++++ --- /var/tmp/diff_new_pack.KPI9oJ/_old 2022-02-21 17:47:34.439611420 +0100 +++ /var/tmp/diff_new_pack.KPI9oJ/_new 2022-02-21 17:47:34.443611421 +0100 @@ -28,6 +28,8 @@ Patch0: 000-drop-gsettings-schema.patch # PATCH-FIX-UPSTREAM -- https://github.com/spheras/desktopfolder/pull/328 Patch1: 001-dark-mode-support.patch +# PATCH-FIX-UPSTREAM -- https://github.com/spheras/desktopfolder/pull/335/commits +Patch2: 002-drop-deprecated-arguments.patch BuildRequires: fdupes BuildRequires: hicolor-icon-theme BuildRequires: intltool ++++++ 002-drop-deprecated-arguments.patch ++++++ diff -ruN desktopfolder-1.1.3.orig/data/meson.build desktopfolder-1.1.3/data/meson.build --- desktopfolder-1.1.3.orig/data/meson.build 2020-09-02 15:32:39.000000000 +0300 +++ desktopfolder-1.1.3/data/meson.build 2022-02-20 22:54:50.072431612 +0300 @@ -25,7 +25,6 @@ configuration : desktop_conf) i18n.merge_file ( - 'appdata', input: meson.project_name() + '.appdata.xml.in', output: meson.project_name() + '.appdata.xml', install: true, @@ -34,7 +33,6 @@ ) i18n.merge_file ( - 'desktop', input: desktop_exe, output: meson.project_name() + '.desktop', install: true, @@ -44,7 +42,6 @@ ) i18n.merge_file ( - 'desktop', input: desktop_exe, output: meson.project_name() + '-autostart.desktop', install: true,
