Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 673ba5ecb2 | |||
| 352a228e1f | |||
| 664bfe98de | |||
| da3ba2821a | |||
| b5e78b90d0 | |||
| 19a51534b6 | |||
| f08e19bdd2 | |||
| de09cbb1d9 |
4
_service
4
_service
@@ -1,9 +1,9 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<param name="url">https://github.com/tldr-pages/tlrc.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v1.9.2</param>
|
||||
<param name="revision">v1.11.1</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
||||
3
tlrc-1.11.1.tar.zst
Normal file
3
tlrc-1.11.1.tar.zst
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41e8633505bce77a36dd086d5899e66ca33f61b6c5bffc455c0997a545131cb5
|
||||
size 36050
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27b2b0d4e828dcdb29ce38dc4f1817c55d29e4cde5fa1b8d9f7f883bbd84231d
|
||||
size 29635
|
||||
40
tlrc.changes
40
tlrc.changes
@@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 8 07:03:45 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 1.11.1:
|
||||
* Increase the HTTP request timeout to 30 seconds (#128)
|
||||
* Fix issues with proxies (#111)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 06:13:29 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 1.11.0:
|
||||
* Fix loading TLS certificates from the OS store (#111)
|
||||
* New config option: output.line_length. The default is 0, which
|
||||
means to use the width of the terminal.
|
||||
Description lines will be wrapped to never exceed this value (#120).
|
||||
* Client specification v2.3:
|
||||
+ new command-line options: --short-options and --long-options.
|
||||
+ new config option: output.option_style. Can be short, long or both.
|
||||
Specifies which option style should be shown in new option placeholders ({{[-s|--long]}}).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 10 07:37:58 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 1.10.0:
|
||||
* Fixed stretched man page rendering when using mandoc
|
||||
* Fixed wrong error messages when the pages.en directory in the
|
||||
cache is empty
|
||||
* The location of the config file can now be overridden using
|
||||
the TLRC_CONFIG environment variable (#89)
|
||||
* Added support for hex color codes (#115)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 30 03:54:02 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 1.9.3:
|
||||
* Use native TLS certificates instead of webpki-roots
|
||||
* ~ in the config now expands to the user's home directory (#80)
|
||||
* Fixed wrong next automatic update time in tldr --offline --info
|
||||
* Fixed extraction of files that contain .. in the path from zip archives
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 30 06:20:46 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tlrc
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: tlrc
|
||||
Version: 1.9.2+0
|
||||
Version: 1.11.1
|
||||
Release: 0
|
||||
Summary: A tldr-pages client written in Rust
|
||||
License: MIT
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a8b8c11cc3ba532c585f4b759c5f87f9c4e2f4b2b3de0aef031b8f38dfad692
|
||||
size 20894953
|
||||
oid sha256:e2d6bb62defface8cd5804544007519338ec66c1fd8b1023e68c4150b4cc6fbf
|
||||
size 21335257
|
||||
|
||||
Reference in New Issue
Block a user