Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2026-08-05 17:46:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git (Old)
 and      /work/SRC/openSUSE:Factory/.git.new.16738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "git"

Wed Aug  5 17:46:04 2026 rev:338 rq:1369315 version:2.55.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/git/git.changes  2026-07-17 18:47:11.140606657 
+0200
+++ /work/SRC/openSUSE:Factory/.git.new.16738/git.changes       2026-08-05 
17:46:23.689615435 +0200
@@ -1,0 +2,6 @@
+Fri Jul 31 18:05:00 UTC 2026 - Antonio Teixeira <[email protected]>
+
+- Remove dependency on update-desktop-files, use translate-suse-desktop
+  (jsc#PED-15206)
+
+-------------------------------------------------------------------

Old:
----
  git-gui.desktop

New:
----
  git-gui.desktop.in

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

Other differences:
------------------
++++++ git.spec ++++++
--- /var/tmp/diff_new_pack.0yDlTG/_old  2026-08-05 17:46:25.021662090 +0200
+++ /var/tmp/diff_new_pack.0yDlTG/_new  2026-08-05 17:46:25.021662090 +0200
@@ -57,7 +57,7 @@
 Source6:        susefirewall-git-daemon
 Source7:        
https://www.kernel.org/pub/software/scm/git/%{name}-%{version}.tar.sign
 Source8:        %{name}.keyring
-Source9:        %{name}-gui.desktop
+Source9:        %{name}-gui.desktop.in
 Source10:       %{name}-gui.png
 Source11:       git-daemon.conf
 Source12:       git-prompt
@@ -85,7 +85,7 @@
 BuildRequires:  python3-base
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  tcsh
-BuildRequires:  update-desktop-files
+BuildRequires:  translate-suse-desktop
 BuildRequires:  xz
 %if 0%{?suse_version} > 1600
 BuildRequires:  cargo-packaging
@@ -329,6 +329,7 @@
 
 %prep
 %autosetup -p1
+cp %{SOURCE9} .
 
 %build
 # update shebang to use python3
@@ -373,6 +374,8 @@
 %endif
 ./.make -C contrib/subtree/
 
+%translate_suse_desktop %{name}-gui.desktop
+
 %if 0%{?suse_version} >= 1500
 %sysusers_generate_pre %{SOURCE11} git-daemon git-daemon.conf
 %endif
@@ -450,10 +453,9 @@
 %{!?_without_docs: cp -a Documentation/technical/*.html 
"%{buildroot}/%{_docdir}/git/technical/"}
 
 install -d -m 755 %{buildroot}%{_datadir}/applications
-install -m 644 %{SOURCE9} %{buildroot}%{_datadir}/applications
+install -D -m 0644 %{name}-gui.desktop 
%{buildroot}%{_datadir}/applications/%{name}-gui.desktop
 install -d -m 755 %{buildroot}%{_datadir}/pixmaps
 install -m 644 %{SOURCE10} %{buildroot}%{_datadir}/pixmaps
-%suse_update_desktop_file 
%{buildroot}%{_datadir}/applications/%{name}-gui.desktop
 
 %if 0%{?suse_version} >= 1500
 mkdir -p %{buildroot}%{_sysusersdir}


++++++ git-gui.desktop.in ++++++
[Desktop Entry]
_Name=Git Gui
_GenericName=Version Control GUI
_Comment=Git GUI
Exec=git gui
Icon=git-gui
StartupNotify=false
Terminal=false
Type=Application
Categories=Development;RevisionControl;
X-KDE-SubstituteUID=false

Reply via email to