Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tilix for openSUSE:Factory checked 
in at 2024-11-19 22:16:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tilix (Old)
 and      /work/SRC/openSUSE:Factory/.tilix.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tilix"

Tue Nov 19 22:16:28 2024 rev:29 rq:1224936 version:1.9.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/tilix/tilix.changes      2023-11-09 
21:36:19.606942890 +0100
+++ /work/SRC/openSUSE:Factory/.tilix.new.28523/tilix.changes   2024-11-19 
22:16:29.831419809 +0100
@@ -1,0 +2,10 @@
+Thu Nov 14 22:02:31 UTC 2024 - Atri Bhattacharya <[email protected]>
+
+- Add "--allinst" to DFLAGS env variable to avoid linking errors
+  (gh#gnunn1/tilix#2210).
+- Add pkgconfig(librsvg-2.0) to BuildRequires to avoid build
+  failures on leap 15.x.
+- Add tilix-metainfo-add-developer-id.patch: Add a developer id to
+  metainfo to fix failing test; upstream commit.
+
+-------------------------------------------------------------------

New:
----
  tilix-metainfo-add-developer-id.patch

BETA DEBUG BEGIN:
  New:  failures on leap 15.x.
- Add tilix-metainfo-add-developer-id.patch: Add a developer id to
  metainfo to fix failing test; upstream commit.
BETA DEBUG END:

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

Other differences:
------------------
++++++ tilix.spec ++++++
--- /var/tmp/diff_new_pack.PfP26D/_old  2024-11-19 22:16:33.907589689 +0100
+++ /var/tmp/diff_new_pack.PfP26D/_new  2024-11-19 22:16:33.915590023 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tilix
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,6 +34,8 @@
 # PATCH-FIX-OPENSUSE 
0001-Don-t-generate-appstream-meta-data-on-older-versions.patch -- Provide 
appdata.xml instead of generating one since we have to old version of appstream 
in Leap releases
 Patch1:         0001-Don-t-generate-appstream-meta-data-on-older-versions.patch
 %endif
+# PATCH-FIX-UPSTREAM tilix-metainfo-add-developer-id.patch 
[email protected] -- Add a developer id to metainfo to fix failing test; 
upstream commit
+Patch2:         
https://github.com/gnunn1/tilix/commit/69fe457b58b58eb6f679bc50ef040d08b40fb65d.patch#/tilix-metainfo-add-developer-id.patch
 BuildRequires:  AppStream
 BuildRequires:  appstream-glib
 BuildRequires:  desktop-file-utils
@@ -58,6 +60,7 @@
 BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(gtkd-3) >= 3.8.5
+BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRequires:  pkgconfig(libsecret-1)
 BuildRequires:  pkgconfig(libunwind)
 BuildRequires:  pkgconfig(vte-2.91)
@@ -85,6 +88,7 @@
 %autosetup -p 1
 
 %build
+export DFLAGS+=" --allinst"
 %meson
 %meson_build
 

++++++ tilix-metainfo-add-developer-id.patch ++++++
>From 69fe457b58b58eb6f679bc50ef040d08b40fb65d Mon Sep 17 00:00:00 2001
From: Matthias Klumpp <[email protected]>
Date: Tue, 19 Mar 2024 19:20:43 +0100
Subject: [PATCH] metainfo: Add a developer-id

---
 data/metainfo/com.gexperts.Tilix.appdata.xml.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/metainfo/com.gexperts.Tilix.appdata.xml.in 
b/data/metainfo/com.gexperts.Tilix.appdata.xml.in
index 703cc134..e83bb588 100644
--- a/data/metainfo/com.gexperts.Tilix.appdata.xml.in
+++ b/data/metainfo/com.gexperts.Tilix.appdata.xml.in
@@ -58,7 +58,7 @@
   <launchable type="desktop-id">com.gexperts.Tilix.desktop</launchable>
 
   <content_rating type="oars-1.1"/>
-  <developer>
+  <developer id="com.gexperts">
     <name translate="no">Gerald Nunn</name>
   </developer>
 

Reply via email to