Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 12cd5a78f2 | |||
| 51e8cdba28 | |||
| f318a2f7bc | |||
| c0c7fa82f3 | |||
| b399b3a32e | |||
| 4200ec1290 | |||
| 3fedef9798 | |||
| 18d47eab37 |
4
_service
4
_service
@@ -1,9 +1,9 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="disabled" name="obs_scm">
|
<service mode="disabled" name="obs_scm">
|
||||||
<param name="url">https://github.com/o2sh/onefetch.git</param>
|
<param name="url">https://github.com/o2sh/onefetch.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">2.21.0</param>
|
<param name="revision">2.25.0</param>
|
||||||
<param name="match-tag">*</param>
|
<param name="match-tag">*</param>
|
||||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d6ac466646f71d76036fd2f32f5cc2c4eb7da1fe3f1b7bd06137b95750948c2f
|
|
||||||
size 1881172
|
|
||||||
3
onefetch-2.25.0.tar.xz
Normal file
3
onefetch-2.25.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1a732f3a6085af690fea3f10bc7c99b5a0afe987371cb04d6b47a65bfb6b1dd1
|
||||||
|
size 1843024
|
||||||
@@ -1,3 +1,68 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 9 06:22:16 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.25.0:
|
||||||
|
New Features:
|
||||||
|
* add language support for Text #1579
|
||||||
|
* support repos "without source code" #1580
|
||||||
|
Chores:
|
||||||
|
* improve error handling #1560
|
||||||
|
Bug Fixes:
|
||||||
|
* remove extra line break in 886d942
|
||||||
|
- bsc#1230085: This updates gix-path to 0.10.11
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 13 18:49:49 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.24.0:
|
||||||
|
* add language support for Lean #1509
|
||||||
|
* add language support for Typst #1508
|
||||||
|
* add language support for Razor #1521
|
||||||
|
* more idiomatic way to fetch HEAD refs #1515
|
||||||
|
* more idiomatic way to fetch repository remote URL #1516
|
||||||
|
* update holyc language logo #1543
|
||||||
|
* update wiki powershell-snippet #1542
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 7 13:08:54 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.23.1:
|
||||||
|
* Fix version in man page
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 7 13:07:52 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.23.0:
|
||||||
|
New Features:
|
||||||
|
* add language support for OpenSCAD #1502
|
||||||
|
* add language support for Modelica #1262
|
||||||
|
* add language support for ATS #523
|
||||||
|
* add language support for CUDA #940
|
||||||
|
* add missing nerd fonts icons for some languages #1491
|
||||||
|
Chores:
|
||||||
|
* add Italian translation of README #1435
|
||||||
|
* add Polish translation of README #1444
|
||||||
|
* add Czech translation of READEME #1439
|
||||||
|
* update russian README #1478
|
||||||
|
* add script to preview/validate Nerd Fonts #1492
|
||||||
|
* add Powershell snippet to run onefetch automatically #1453
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 20 06:32:03 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.22.0:
|
||||||
|
New Features:
|
||||||
|
* Add support for nerd font glyphs in languages info #1395
|
||||||
|
* [onefetch.dev] Add nerdfont iconts to the preview #1411
|
||||||
|
* Automate publishing crates to crates.io #1364
|
||||||
|
Bug Fixes:
|
||||||
|
* Show future commit dates without panicking #1389
|
||||||
|
Chores:
|
||||||
|
* Re-generate the man page with --no-info #1376
|
||||||
|
* Drop unused shebangs from repo test fixture scripts #1375
|
||||||
|
- bsc#1230686 (CVE-2024-45405):
|
||||||
|
Bump git-path to 0.10.11
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 13 06:29:58 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
Mon May 13 06:29:58 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package onefetch
|
# spec file for package onefetch
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: onefetch
|
Name: onefetch
|
||||||
Version: 2.21.0+0
|
Version: 2.25.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Git repository summary on your terminal
|
Summary: Git repository summary on your terminal
|
||||||
License: GPL-2.0-only AND MIT
|
License: GPL-2.0-only AND MIT
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:cd12e4c1aa315390910e0f40bf524b9e2781f19be621bbdb4bdc7036c6a779fb
|
oid sha256:d4f621747d24253e56cc198bc256da9f62f6f49dd68acf23db498feb8746264f
|
||||||
size 40583200
|
size 39065764
|
||||||
|
|||||||
Reference in New Issue
Block a user