3f8d7840e3
Accepting request 693021 from shells
...
OBS-URL: https://build.opensuse.org/request/show/693021
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fish?expand=0&rev=19
2019-04-11 10:18:18 +00:00
82a961a045
Accepting request 693020 from home:simotek:branches:shells
...
- Drop the curl compilations, the curl package now provides a
better version.
OBS-URL: https://build.opensuse.org/request/show/693020
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=44
2019-04-11 01:59:09 +00:00
Stephan Kulow
1b4731614e
Accepting request 679985 from shells
...
OBS-URL: https://build.opensuse.org/request/show/679985
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fish?expand=0&rev=18
2019-02-28 20:44:43 +00:00
9a29a9f980
Accepting request 678509 from home:seanlew:branches:shells
...
Update fish
OBS-URL: https://build.opensuse.org/request/show/678509
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=42
2019-02-28 00:12:10 +00:00
09314488bf
Accepting request 676964 from shells
...
OBS-URL: https://build.opensuse.org/request/show/676964
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fish?expand=0&rev=17
2019-02-19 11:00:32 +00:00
db6d4f878c
Accepting request 676876 from home:seanlew:branches:shells
...
Update fish
OBS-URL: https://build.opensuse.org/request/show/676876
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=40
2019-02-18 08:54:14 +00:00
b912628236
Accepting request 663481 from shells
...
OBS-URL: https://build.opensuse.org/request/show/663481
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fish?expand=0&rev=16
2019-01-21 09:47:20 +00:00
86f4913ae5
Accepting request 663479 from home:simotek:branches:shells
...
Remove old tarball
OBS-URL: https://build.opensuse.org/request/show/663479
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=38
2019-01-08 00:08:35 +00:00
Matthias Mailänder
99b25b6af0
Accepting request 661941 from home:seanlew:branches:shells
...
Update fish to 3.0.0
OBS-URL: https://build.opensuse.org/request/show/661941
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=37
2019-01-06 20:44:27 +00:00
6cdea262a2
Accepting request 596747 from shells
...
OBS-URL: https://build.opensuse.org/request/show/596747
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fish?expand=0&rev=15
2018-04-16 10:50:42 +00:00
Matthias Mailänder
73cf86adf1
Accepting request 595956 from home:jengelh:branches:shells
...
- Trim some bias from description.
- Anchor grep patterns in %post(un) so that it does not erroneously
match other lines.
OBS-URL: https://build.opensuse.org/request/show/595956
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=35
2018-04-15 15:41:42 +00:00
0365e44715
Accepting request 592918 from shells
...
OBS-URL: https://build.opensuse.org/request/show/592918
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fish?expand=0&rev=14
2018-04-02 20:49:21 +00:00
897106fb2e
Accepting request 592803 from home:avindra
...
- Update to 2.7.1
* macos specific fix for iTerm2
- cleanup with spec-cleaner
- use https URL
- rpmlint: fix E: devel-file-in-non-devel-package
- rpmlint: fix E: env-script-interpreter
OBS-URL: https://build.opensuse.org/request/show/592803
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=33
2018-04-02 01:11:51 +00:00
35b44fffdf
Accepting request 563730 from shells
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/563730
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fish?expand=0&rev=13
2018-01-13 20:48:21 +00:00
92d08553e7
Accepting request 561780 from home:simotek:base
...
- Don't Require python-curses its not needed or used
OBS-URL: https://build.opensuse.org/request/show/561780
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=31
2018-01-05 01:06:56 +00:00
Matthias Mailänder
bd50a186fc
Accepting request 545529 from home:jaimeMF:branches:shells
...
- Update to 2.7.0. Notable improvements:
* A new cdh (change directory using recent history) command provides a more
friendly alternative to prevd/nextd and pushd/popd (#2847 ).
* A new argparse command is available to allow fish script to parse arguments
with the same behavior as builtin commands. This also includes the fish_opt helper command. (#4190 ).
* Invalid array indexes are now silently ignored (#826 , #4127 ).
* Improvements to the debugging facility, including a prompt specific to the
debugger (fish_breakpoint_prompt) and a status is-breakpoint subcommand (#1310 ).
* string supports new lower and upper subcommands, for altering the case of
strings (#4080 ). The case changing is not locale-aware yet.
* string escape has a new --style=xxx flag where xxx can be script, var,
or url (#4150 ), and can be reversed with string unescape (#3543 ).
* History can now be split into sessions with the fish_history variable,
or not saved to disk at all (#102 ).
* Read history is now controlled by the fish_history variable rather than
the --mode-name flag (#1504 ).
* command now supports an --all flag to report all directories with the
command. which is no longer a runtime dependency (#2778 ).
* fish can run commands before starting an interactive session using the new
--init-command/-C options (#4164 ).
* set has a new --show option to show lots of information about variables
(#4265 ).
* Full changelog: https://github.com/fish-shell/fish-shell/releases/tag/2.7.0
OBS-URL: https://build.opensuse.org/request/show/545529
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=30
2017-12-09 09:44:10 +00:00
9523340f47
Accepting request 501833 from shells
...
1
OBS-URL: https://build.opensuse.org/request/show/501833
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fish?expand=0&rev=12
2017-06-12 13:31:59 +00:00
b0a24bfbc1
Accepting request 501825 from home:vilene:branches:shells
...
- Update to 2.6.0. Notable fixes and improvements:
* Jobs running in the background can now be removed from the list of jobs
with the new disown builtin, which behaves like the same command in other
shells (#2810 ).
* Command substitutions now have access to the terminal, like in other
shells. This allows tools like fzf to work properly (#1362 , #3922 ).
* In cases where the operating system does not report the size of the
terminal, the COLUMNS and LINES environment variables are used; if they
are unset, a default of 80x24 is assumed.
* New French (#3772 & #3788 ) and improved German (#3834 ) translations.
* fish no longer depends on the which external command.
* Full changelog: https://github.com/fish-shell/fish-shell/releases/tag/2.6.0
OBS-URL: https://build.opensuse.org/request/show/501825
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=28
2017-06-08 00:29:55 +00:00
7a2d97245f
Accepting request 454613 from shells
...
1
OBS-URL: https://build.opensuse.org/request/show/454613
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fish?expand=0&rev=11
2017-02-06 14:22:08 +00:00
Matthias Mailänder
3e5ccbfd2b
Accepting request 454354 from home:simotek:base
...
2.5.0
OBS-URL: https://build.opensuse.org/request/show/454354
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=26
2017-02-04 08:31:51 +00:00
20a7c38d17
Accepting request 439195 from shells
...
1
OBS-URL: https://build.opensuse.org/request/show/439195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fish?expand=0&rev=10
2016-11-10 12:22:30 +00:00
3bfad55317
Accepting request 439194 from home:alois:branches:shells
...
Update to 2.4.0.
Builds locally.
OBS-URL: https://build.opensuse.org/request/show/439194
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=24
2016-11-08 12:24:35 +00:00
942b978bd9
Accepting request 426564 from shells
...
prevent 42.1 from failing due to too old dependencies
OBS-URL: https://build.opensuse.org/request/show/426564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fish?expand=0&rev=9
2016-09-12 11:27:10 +00:00
Matthias Mailänder
56a9abbff8
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=23
2016-09-10 14:18:19 +00:00
Matthias Mailänder
03a9996e4c
Accepting request 426312 from home:pluskalm:branches:shells
...
- Use shared libpcre instead of bundled one
- Small packaging changes
OBS-URL: https://build.opensuse.org/request/show/426312
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=22
2016-09-10 14:17:55 +00:00
3c984974dd
Accepting request 406639 from shells
...
Fix source url
OBS-URL: https://build.opensuse.org/request/show/406639
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fish?expand=0&rev=8
2016-07-05 07:53:07 +00:00
7cccf80b05
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=21
2016-07-05 01:10:43 +00:00
b12ba9ccd8
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=20
2016-07-05 01:10:04 +00:00
809cd23f3b
Accepting request 406632 from home:simotek:branches:shells
...
Version 2.3.1
OBS-URL: https://build.opensuse.org/request/show/406632
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=19
2016-07-05 01:06:26 +00:00
c113d0a670
Accepting request 397571 from shells
...
1
OBS-URL: https://build.opensuse.org/request/show/397571
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fish?expand=0&rev=7
2016-05-29 01:11:42 +00:00
Matthias Mailänder
0409a04c53
Accepting request 397351 from home:simotek:branches:shells
...
- Update to v2.3.0
- Significant Changes
* A new string builtin to handle… strings!
* After seeing an escape character wait up to 300ms for an a
dditional character.
* Add new directories for vendor functions and configuration
snippets (#2498 )
* A new fish_realpath builtin and associated function to allow
the use of realpath even on those platforms that don't ship
an appropriate command. (#2932 )
* Alt-# toggles the current command line between commented and
uncommented states, making it easy to save a command in
history without executing it.
* The fish_vi_mode function is now deprecated in favour of
fish_vi_key_bindings
- Backward-incompatible changes
* Unmatched globs will now cause an error, except when used
with for, set or count (#2719 , #2394 ) and and or will now bind
to the closest if or while, allowing compound conditions without
begin and end (#1428 )
* set -ql now searches up to function scope for variables (#2502 )
* status -f will now behave the same when run as the main script
or using source (#2643 )
* source no longer puts the file name in $argv if no arguments
are given (#139 )
- Full release notes at
https://github.com/fish-shell/fish-shell/releases/tag/2.3.0
OBS-URL: https://build.opensuse.org/request/show/397351
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=17
2016-05-23 19:26:11 +00:00
1dd632a8a6
Accepting request 345528 from shells
...
1
OBS-URL: https://build.opensuse.org/request/show/345528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fish?expand=0&rev=6
2015-11-26 16:01:43 +00:00
Matthias Mailänder
eb74ed7602
Accepting request 345192 from home:Rominf
...
Added required and recommended packages for fish
OBS-URL: https://build.opensuse.org/request/show/345192
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=15
2015-11-21 06:55:49 +00:00
cbe74a2e8b
Accepting request 319033 from shells
...
1
OBS-URL: https://build.opensuse.org/request/show/319033
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fish?expand=0&rev=5
2015-08-01 09:37:16 +00:00
Matthias Mailänder
11bee0dc1b
Accepting request 319024 from home:develop7:branches:shells
...
update to v2.2.0
OBS-URL: https://build.opensuse.org/request/show/319024
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=13
2015-07-27 19:50:01 +00:00
6df788329f
Accepting request 292179 from shells
...
1
OBS-URL: https://build.opensuse.org/request/show/292179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fish?expand=0&rev=4
2015-03-23 11:18:43 +00:00
Matthias Mailänder
8d669da0b4
Accepting request 292172 from home:simotek:branches:shells
...
Require: python-curses for prompt in web config
This time having pressed save everywhere
OBS-URL: https://build.opensuse.org/request/show/292172
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=11
2015-03-21 09:28:45 +00:00
293df091f0
Accepting request 284233 from shells
...
1
OBS-URL: https://build.opensuse.org/request/show/284233
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fish?expand=0&rev=3
2015-02-06 09:23:40 +00:00
Sean Watson
3fbf447a56
Accepting request 284155 from home:Andreas_Schwab:Factory
...
- no-return-in-nonvoid-function.patch: fix no-return-in-nonvoid-function
error
OBS-URL: https://build.opensuse.org/request/show/284155
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=9
2015-02-05 18:13:55 +00:00
a04b5b604e
Accepting request 283220 from shells
...
OBS-URL: https://build.opensuse.org/request/show/283220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fish?expand=0&rev=2
2015-01-29 08:58:01 +00:00
Matthias Mailänder
592b26e04e
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=8
2015-01-28 17:36:57 +00:00
Matthias Mailänder
4aac9dedf8
Accepting request 283216 from home:ZaWertun:branches:shells
...
OBS-URL: https://build.opensuse.org/request/show/283216
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=7
2015-01-28 17:31:12 +00:00
bb9e912c17
Accepting request 263692 from shells
...
fixed conflict with youtube-dl
OBS-URL: https://build.opensuse.org/request/show/263692
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fish?expand=0&rev=1
2014-12-03 21:51:21 +00:00
Matthias Mailänder
788bb0dfb4
Accepting request 263589 from home:Futhorc:branches:shells
...
trying to fix conflict with youtube-dl
OBS-URL: https://build.opensuse.org/request/show/263589
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=5
2014-12-01 17:56:18 +00:00
Matthias Mailänder
986e548e28
Accepting request 254842 from home:Futhorc:branches:shells
...
Multiple security fixes, update to 2.1.1
OBS-URL: https://build.opensuse.org/request/show/254842
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=4
2014-10-09 17:19:42 +00:00
Dr. Werner Fink
2dac0937d0
Accepting request 205576 from home:Mailaender:branches:shells
...
- update to 2.1.0
- removed rpath patch as it has been resolved upstream
OBS-URL: https://build.opensuse.org/request/show/205576
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=3
2013-11-05 11:22:22 +00:00
Dr. Werner Fink
2e01f0700b
Accepting request 176114 from home:Mailaender:branches:shells
...
cleanup and update
OBS-URL: https://build.opensuse.org/request/show/176114
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=2
2013-05-26 09:42:42 +00:00
Peter Poeml
02739e93e7
Copy from home:bitshuffler/fish via accept of submit request 8532
...
Request was accepted with message:
Thanks...
OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=1
2009-03-28 18:33:08 +00:00