Mageia Bugzilla – Attachment 14442 Details for
Bug 32949
xdg-open fails completely in cauldron.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
xdg-utils spec patch
xdg-utils.spec.patch (text/plain), 2.91 KB, created by
Aurelian R
on 2024-03-08 00:09:25 CET
(
hide
)
Description:
xdg-utils spec patch
Filename:
MIME Type:
Creator:
Aurelian R
Created:
2024-03-08 00:09:25 CET
Size:
2.91 KB
patch
obsolete
>--- xdg-utils/SPECS/xdg-utils.spec 2024-03-07 23:23:38.862338676 +0200 >+++ SPECS/xdg-utils.spec 2024-03-08 01:05:54.957693106 +0200 >@@ -1,20 +1,18 @@ > #comment out if not pre-release > #define prel rc3 > >-%define rel 10 >+%define rel 1 > > Name: xdg-utils >-Version: 1.1.3 >+Version: 1.2.1 > Release: %mkrel %{?prel:0.%prel.}%{rel} > Summary: Interfaces and Tools for easy integration with the free desktop configuration > License: MIT > Url: https://www.freedesktop.org/wiki/Software/xdg-utils/ > Group: System/Base >-Source0: https://portland.freedesktop.org/download/%{name}-%{version}%{?prel:-%prel}.tar.gz >+Source0: https://gitlab.freedesktop.org/xdg/xdg-utils/-/archive/v%{version}/%{name}-v%{version}%{?prel:-%prel}.tar.gz > Patch0: xdg-utils-1.1.1-email_loop.patch > Patch1: xdg-utils-1.1.0-rc3-email_silent_errors.patch >-# For: MGA #7848 , MGA #4027. >-Patch2: xdg-utils-1.1.0-rc3-inhibit-screensaver.patch > #squidf: don't open a pop-up with kdialog for url-scheme-handler error with XFCE > # this issue is created by Patch0 > Patch3: xdg-utils-1.1.3-silence-dialog-url-scheme-handler-xfce.patch >@@ -22,22 +20,9 @@ Patch3: xdg-utils-1.1.3-silence- > # So chromium-browser won't put a dialog on LXDE (and other unrecognised > # desktop environments) when it's not the default browser. > Patch8: xdg-utils-1.1.0-rc3-silence-dialog-with-chromium-browser-on-lxde.patch >-# Backported from upstream >-Patch9: 0001-xdg-open-better-pcmanfm-check-BR106636-BR106161.patch > # https://gitlab.freedesktop.org/xdg/xdg-utils/-/issues/177 > # CVE-2020-27748 > Patch10: 0001-xdg-email-remove-attachment-handling-from-mailto.patch >-Patch11: 0001-xdg-open-handle-file-localhost.patch >-Patch12: 0001-fix-a-bug-when-xdg-terminal-needs-gsettings-to-get-t.patch >-Patch13: 0001-fixes-x-argument-which-is-the-default-for-gnome-mate.patch >-Patch14: 0001-xdg-screensaver-sanitise-window-name-before-sending.patch >-Patch15: 0001-xdg-open-fix-comment-typo.patch >-Patch16: 0001-enable-cinnamon-screensaver-for-xdg-aware-desktop-en.patch >-Patch17: 0001-support-digits-in-uri-scheme-regex.patch >-Patch18: 0001-xdg-mime-return-correct-exit-code-for-gnome.patch >-Patch19: 0001-xdg-open-dose-not-search-correctly-in-directories-wi.patch >-Patch20: 0001-fix-xdg-settings-support-for-default-web-browser-for.patch >-Patch21: 0001-xdg-open_use_grep-E_instead-of-egrep.patch > > BuildArch: noarch > BuildRequires: libxslt-proc >@@ -70,7 +55,7 @@ Testsuite for xdg-utils is available fro > https://portland.freedesktop.org/wiki/TestSuite > > %files >-%doc README TODO RELEASE_NOTES >+%doc README.md TODO RELEASE_NOTES > %{_bindir}/xdg-desktop-icon > %{_bindir}/xdg-desktop-menu > %{_bindir}/xdg-email >@@ -94,7 +79,7 @@ https://portland.freedesktop.org/wiki/Te > > > %prep >-%setup -q -n %{name}-%{version}%{?prel:-%prel} >+%setup -q -n %{name}-v%{version}%{?prel:-%prel} > %autopatch -p1 > > %build
--- xdg-utils/SPECS/xdg-utils.spec 2024-03-07 23:23:38.862338676 +0200 +++ SPECS/xdg-utils.spec 2024-03-08 01:05:54.957693106 +0200 @@ -1,20 +1,18 @@ #comment out if not pre-release #define prel rc3 -%define rel 10 +%define rel 1 Name: xdg-utils -Version: 1.1.3 +Version: 1.2.1 Release: %mkrel %{?prel:0.%prel.}%{rel} Summary: Interfaces and Tools for easy integration with the free desktop configuration License: MIT Url: https://www.freedesktop.org/wiki/Software/xdg-utils/ Group: System/Base -Source0: https://portland.freedesktop.org/download/%{name}-%{version}%{?prel:-%prel}.tar.gz +Source0: https://gitlab.freedesktop.org/xdg/xdg-utils/-/archive/v%{version}/%{name}-v%{version}%{?prel:-%prel}.tar.gz Patch0: xdg-utils-1.1.1-email_loop.patch Patch1: xdg-utils-1.1.0-rc3-email_silent_errors.patch -# For: MGA #7848 , MGA #4027. -Patch2: xdg-utils-1.1.0-rc3-inhibit-screensaver.patch #squidf: don't open a pop-up with kdialog for url-scheme-handler error with XFCE # this issue is created by Patch0 Patch3: xdg-utils-1.1.3-silence-dialog-url-scheme-handler-xfce.patch @@ -22,22 +20,9 @@ Patch3: xdg-utils-1.1.3-silence- # So chromium-browser won't put a dialog on LXDE (and other unrecognised # desktop environments) when it's not the default browser. Patch8: xdg-utils-1.1.0-rc3-silence-dialog-with-chromium-browser-on-lxde.patch -# Backported from upstream -Patch9: 0001-xdg-open-better-pcmanfm-check-BR106636-BR106161.patch # https://gitlab.freedesktop.org/xdg/xdg-utils/-/issues/177 # CVE-2020-27748 Patch10: 0001-xdg-email-remove-attachment-handling-from-mailto.patch -Patch11: 0001-xdg-open-handle-file-localhost.patch -Patch12: 0001-fix-a-bug-when-xdg-terminal-needs-gsettings-to-get-t.patch -Patch13: 0001-fixes-x-argument-which-is-the-default-for-gnome-mate.patch -Patch14: 0001-xdg-screensaver-sanitise-window-name-before-sending.patch -Patch15: 0001-xdg-open-fix-comment-typo.patch -Patch16: 0001-enable-cinnamon-screensaver-for-xdg-aware-desktop-en.patch -Patch17: 0001-support-digits-in-uri-scheme-regex.patch -Patch18: 0001-xdg-mime-return-correct-exit-code-for-gnome.patch -Patch19: 0001-xdg-open-dose-not-search-correctly-in-directories-wi.patch -Patch20: 0001-fix-xdg-settings-support-for-default-web-browser-for.patch -Patch21: 0001-xdg-open_use_grep-E_instead-of-egrep.patch BuildArch: noarch BuildRequires: libxslt-proc @@ -70,7 +55,7 @@ Testsuite for xdg-utils is available fro https://portland.freedesktop.org/wiki/TestSuite %files -%doc README TODO RELEASE_NOTES +%doc README.md TODO RELEASE_NOTES %{_bindir}/xdg-desktop-icon %{_bindir}/xdg-desktop-menu %{_bindir}/xdg-email @@ -94,7 +79,7 @@ https://portland.freedesktop.org/wiki/Te %prep -%setup -q -n %{name}-%{version}%{?prel:-%prel} +%setup -q -n %{name}-v%{version}%{?prel:-%prel} %autopatch -p1 %build
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 32949
: 14442 |
14443