Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package junction for openSUSE:Factory 
checked in at 2024-08-17 12:41:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/junction (Old)
 and      /work/SRC/openSUSE:Factory/.junction.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "junction"

Sat Aug 17 12:41:05 2024 rev:2 rq:1194284 version:1.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/junction/junction.changes        2024-04-25 
20:49:37.319048754 +0200
+++ /work/SRC/openSUSE:Factory/.junction.new.2698/junction.changes      
2024-08-17 12:41:26.071986119 +0200
@@ -1,0 +2,7 @@
+Fri Aug 16 08:33:59 UTC 2024 - Alynx Zhou <[email protected]>
+
+- Add junction-show-in-default-app-selector.patch: Add MIME types
+  to make junction selectable in default browser selector in GNOME
+  Settings (gh#sunnyp/Junction!155, bsc#1223463).
+
+-------------------------------------------------------------------

New:
----
  junction-show-in-default-app-selector.patch

BETA DEBUG BEGIN:
  New:
- Add junction-show-in-default-app-selector.patch: Add MIME types
  to make junction selectable in default browser selector in GNOME
BETA DEBUG END:

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

Other differences:
------------------
++++++ junction.spec ++++++
--- /var/tmp/diff_new_pack.7VUXkG/_old  2024-08-17 12:41:26.580007234 +0200
+++ /var/tmp/diff_new_pack.7VUXkG/_new  2024-08-17 12:41:26.584007401 +0200
@@ -25,6 +25,8 @@
 URL:            https://github.com/sonnyp/Junction
 Source0:        %{name}-%{version}.tar.zst
 Source99:       junction-rpmlintrc
+# PATCH-FEATURE-UPSTREAM junction-show-in-default-app-selector.patch 
gh#sunnyp/Junction!155, bsc#1223463 [email protected] -- Show junction in 
default browser selector in GNOME Settings
+Patch1:         junction-show-in-default-app-selector.patch
 BuildRequires:  blueprint-compiler
 BuildRequires:  gjs
 BuildRequires:  gobject-introspection

++++++ junction-show-in-default-app-selector.patch ++++++
>From cf43eb161ab254100f938fd012bf9a48d392fcfb Mon Sep 17 00:00:00 2001
From: Alynx Zhou <[email protected]>
Date: Fri, 16 Aug 2024 16:09:08 +0800
Subject: [PATCH] Add http and https MIME types in desktop entry

This makes it selectable in default app selector in GNOME Settings.
---
 data/re.sonny.Junction.desktop | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/re.sonny.Junction.desktop b/data/re.sonny.Junction.desktop
index ca34c46..0fa8109 100644
--- a/data/re.sonny.Junction.desktop
+++ b/data/re.sonny.Junction.desktop
@@ -3,7 +3,7 @@
 Name=Junction
 Comment=Application chooser
 Exec=re.sonny.Junction %U
-MimeType=x-scheme-handler/x-junction
+MimeType=x-scheme-handler/x-junction;x-scheme-handler/https;x-scheme-handler/http
 Terminal=false
 Type=Application
 Categories=Settings;System;Utility;GNOME;GTK;

Reply via email to