Script 'mail_helper' called by obssrc
Hello community,

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

Package is "imgp"

Wed Aug  5 17:48:26 2026 rev:8 rq:1369508 version:2.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/imgp/imgp.changes        2023-09-28 
00:35:07.449533138 +0200
+++ /work/SRC/openSUSE:Factory/.imgp.new.16738/imgp.changes     2026-08-05 
17:49:17.227700394 +0200
@@ -1,0 +2,5 @@
+Tue Aug  4 11:51:48 UTC 2026 - Luigi Baldoni <[email protected]>
+
+- Fixed installation path for fish completions.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ imgp.spec ++++++
--- /var/tmp/diff_new_pack.zQwLtR/_old  2026-08-05 17:49:17.943725479 +0200
+++ /var/tmp/diff_new_pack.zQwLtR/_new  2026-08-05 17:49:17.947725619 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package imgp
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,11 @@
 #
 
 
+%if 0%{?suse_version} <= 1600
+%define _fish_completions %{_datadir}/fish/completions
+%else
+%define _fish_completions %{_datadir}/fish/vendor_completions.d
+%endif
 Name:           imgp
 Version:        2.9
 Release:        0
@@ -71,7 +76,8 @@
 ZSH command line completion support for %{name}.
 
 %prep
-%setup -q
+%autosetup -p1
+sed -e 's|/usr/bin/env |/usr/bin/|' -i imgp imgp.1
 
 %build
 # not required
@@ -79,10 +85,10 @@
 %install
 %make_install PREFIX=%{_prefix} DOCDIR=%{buildroot}%{_defaultdocdir}/%{name}
 mkdir -pv %{buildroot}%{_datadir}/bash-completion/completions \
-          %{buildroot}%{_datadir}/fish/completions \
+          %{buildroot}%{_fish_completions} \
           %{buildroot}%{_datadir}/zsh/site-functions
 install -m0644 auto-completion/bash/%{name}-completion.bash -t 
%{buildroot}%{_datadir}/bash-completion/completions
-install -m0644 auto-completion/fish/%{name}.fish -t 
%{buildroot}%{_datadir}/fish/completions
+install -m0644 auto-completion/fish/%{name}.fish -t 
%{buildroot}%{_fish_completions}
 install -m0644 auto-completion/zsh/_%{name} -t 
%{buildroot}%{_datadir}/zsh/site-functions
 
 %files
@@ -95,7 +101,7 @@
 %{_datadir}/bash-completion/completions/%{name}-completion.bash
 
 %files fish-completion
-%{_datadir}/fish/completions/%{name}.fish
+%{_fish_completions}/%{name}.fish
 
 %files zsh-completion
 %{_datadir}/zsh/site-functions/_%{name}

Reply via email to