Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fish for openSUSE:Factory checked in 
at 2024-01-31 23:53:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fish (Old)
 and      /work/SRC/openSUSE:Factory/.fish.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fish"

Wed Jan 31 23:53:29 2024 rev:41 rq:1142891 version:3.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fish/fish.changes        2023-12-11 
21:50:08.706625403 +0100
+++ /work/SRC/openSUSE:Factory/.fish.new.1815/fish.changes      2024-01-31 
23:53:40.552828531 +0100
@@ -1,0 +2,33 @@
+Tue Jan 30 10:17:54 UTC 2024 - Simon Lees <[email protected]>
+
+- Fix changelog timestamp in the last entry
+- Hard code rather then use 
-DCMAKE_INSTALL_DOCDIR:PATH=%{__cmake_make_prefix_relative %{_docdir}/%{name}
+  It was causing issues with the 15.5 build
+
+-------------------------------------------------------------------
+Wed Jan 24 14:38:01 UTC 2024 - Stefan Brüns <[email protected]>
+
+- Fix build to cope with changes in (open)SUSE specific cmake
+  macros, move documentation to canonical location.
+
+-------------------------------------------------------------------
+Mon Jan 1 18:42:02 UTC 2024 - Victorhck <[email protected]>
+
+- Update to 3.7.0:  
+  * The history pager will now also attempt subsequence matches (#9476),
+    so you can find a command line like git log 3.6.1..Integration_3.7.0 by 
searching for gitInt.
+  * Opening the history pager will now fill the search field with a search 
string if you’re already
+    in a search (#10005). This makes it nicer to search something with ↑ and 
then later decide 
+    to switch to the full pager.
+  * Closing the history pager with enter will now copy the search text to the 
commandline 
+    if there was no match, so you can continue editing the command you tried 
to find right away (#9934).
+  * Performance improvements for command completions and globbing, where 
supported by the operating system,
+    especially on slow filesystems such as NFS (#9891, #9931, #10032, #10052).
+  * fish can now be configured to wait a specified amount of time for a 
multi-key sequence to be completed,
+    instead of waiting indefinitely. For example, this makes binding kj to 
switching modes in vi mode possible.
+    The timeout can be set via the new fish_sequence_key_delay_ms variable 
(#7401),
+    and may be set by default in future versions.
+  * See https://github.com/fish-shell/fish-shell/releases/tag/3.7.0 
+    for more details
+
+-------------------------------------------------------------------

Old:
----
  fish-3.6.4.tar.xz
  fish-3.6.4.tar.xz.asc

New:
----
  fish-3.7.0.tar.xz
  fish-3.7.0.tar.xz.asc

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

Other differences:
------------------
++++++ fish.spec ++++++
--- /var/tmp/diff_new_pack.yDw3qo/_old  2024-01-31 23:53:41.580865620 +0100
+++ /var/tmp/diff_new_pack.yDw3qo/_new  2024-01-31 23:53:41.584865764 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           fish
-Version:        3.6.4
+Version:        3.7.0
 Release:        0
 Summary:        The "friendly interactive shell"
 # see bundled doc_src/license.rst
@@ -67,14 +67,18 @@
 %cmake \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-    -DCMAKE_INSTALL_SYSCONFDIR=%{_sysconfdir}
+    -DCMAKE_INSTALL_SYSCONFDIR=%{_sysconfdir} \
+    -DCMAKE_INSTALL_DOCDIR:PATH=share/doc/packages/fish \
+    %{nil}
+%cmake_build
 
 %install
 %cmake_install
 
 %find_lang %{name}
 
-rm %{buildroot}/%{_datadir}/doc/fish/.buildinfo
+# Location varies between TW and SLE/Leap, try both
+rm %{buildroot}/%{_datadir}/doc/packages/fish/.buildinfo
 
 %suse_update_desktop_file -G "Command-line interpreter" fish TerminalEmulator
 
@@ -102,7 +106,7 @@
 %{_bindir}/fish
 %{_bindir}/fish_indent
 %{_bindir}/fish_key_reader
-%{_datadir}/doc/%{name}
+%doc %{_datadir}/doc/packages/%{name}
 %{_datadir}/%{name}
 %{_mandir}/man1/*.1%{?ext_man}
 %{_datadir}/applications/fish.desktop

++++++ fish-3.6.4.tar.xz -> fish-3.7.0.tar.xz ++++++
++++ 25406 lines of diff (skipped)

Reply via email to