Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fish for openSUSE:Factory checked in 
at 2021-02-15 23:11:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fish (Old)
 and      /work/SRC/openSUSE:Factory/.fish.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fish"

Mon Feb 15 23:11:36 2021 rev:25 rq:871024 version:3.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/fish/fish.changes        2020-08-12 
10:56:03.116730055 +0200
+++ /work/SRC/openSUSE:Factory/.fish.new.28504/fish.changes     2021-02-15 
23:13:12.283118398 +0100
@@ -1,0 +2,6 @@
+Mon Feb  8 00:14:35 UTC 2021 - Simon Lees <sfl...@suse.de>
+
+- pc file contained references to /usr/local (boo#1181888)
+  * fix-pc-file-paths.patch - Already fixed upstream
+
+-------------------------------------------------------------------
@@ -526 +531,0 @@
-

New:
----
  fix-pc-file-paths.patch

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

Other differences:
------------------
++++++ fish.spec ++++++
--- /var/tmp/diff_new_pack.F94VZi/_old  2021-02-15 23:13:12.823119204 +0100
+++ /var/tmp/diff_new_pack.F94VZi/_new  2021-02-15 23:13:12.823119204 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fish
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,7 @@
 Group:          System/Shells
 URL:            https://fishshell.com/
 Source:         
https://github.com/fish-shell/fish-shell/releases/download/%{version}/fish-%{version}.tar.gz
+Patch0:         fix-pc-file-paths.patch
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++

++++++ fix-pc-file-paths.patch ++++++
Index: fish-3.1.2/cmake/Install.cmake
===================================================================
--- fish-3.1.2.orig/cmake/Install.cmake
+++ fish-3.1.2/cmake/Install.cmake
@@ -25,15 +25,15 @@ SET(configure_input
  DO NOT MANUALLY EDIT THIS FILE!")
 
 SET(extra_completionsdir
-    /usr/local/share/fish/vendor_completions.d
+    ${CMAKE_INSTALL_FULL_DATADIR}/fish/vendor_completions.d
     CACHE STRING "Path for extra completions")
 
 SET(extra_functionsdir
-    /usr/local/share/fish/vendor_functions.d
+    ${CMAKE_INSTALL_FULL_DATADIR}/fish/vendor_functions.d
     CACHE STRING "Path for extra functions")
 
 SET(extra_confdir
-    /usr/local/share/fish/vendor_conf.d
+    ${CMAKE_INSTALL_FULL_DATADIR}/fish/vendor_conf.d
     CACHE STRING "Path for extra configuration")
 
 # These are the man pages that go in system manpath; all manpages go in the 
fish-specific manpath.

Reply via email to