SHA256
8
0
forked from pool/rc

2 Commits

Author SHA256 Message Date
4517dc3cb5 Add Provides: /bin/rc 2025-04-10 18:52:50 +02:00
869da17de3 - Update to version 0+git.1739375680.9518bfd:
* all: fix strings::dup* etc
  * all: use more for-each loops
  * Drop internal tokenizer for strings::tokenize
  * all: updates for nomem
  * API updates for upstream breakage
2025-03-29 17:33:28 +01:00
7 changed files with 25 additions and 8 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
.osc
rc

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://git.sr.ht/~sircmpwn/rc</param>
<param name="changesrevision">2b2d211026a5025e9aab30c2000a54a29cdf5ef3</param></service></servicedata>
<param name="changesrevision">9518bfd89fab26c115607acc15479dac822a963a</param></service></servicedata>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bf54a89c644d4cd0415a9b86dbed2d90d7f421feaead2d243de23f5c8f108fbe
size 161291

BIN
rc-0+git.1739375680.9518bfd.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Apr 10 16:52:24 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Add Provides: /bin/rc
-------------------------------------------------------------------
Sat Mar 29 16:16:46 UTC 2025 - mcepl@cepl.eu
- Update to version 0+git.1739375680.9518bfd:
* all: fix strings::dup* etc
* all: use more for-each loops
* Drop internal tokenizer for strings::tokenize
* all: updates for nomem
* API updates for upstream breakage
-------------------------------------------------------------------
Wed Jan 15 11:39:48 UTC 2025 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -1,4 +1,4 @@
name: rc
version: 0+git.1725436050.2b2d211
mtime: 1725436050
commit: 2b2d211026a5025e9aab30c2000a54a29cdf5ef3
version: 0+git.1739375680.9518bfd
mtime: 1739375680
commit: 9518bfd89fab26c115607acc15479dac822a963a

View File

@@ -19,7 +19,7 @@
%define haredir %{_usrsrc}/hare
Name: rc
Release: 0
Version: 0+git.1725436050.2b2d211
Version: 0+git.1739375680.9518bfd
Summary: A simple shell
URL: https://git.sr.ht/~sircmpwn/rc
Source0: %{name}-%{version}.tar.zst
@@ -35,6 +35,7 @@ BuildRequires: zstd
BuildRequires: bc
# End testing
# Because it conflicts with /usr/bin/rc
Provides: /bin/rc
Conflicts: rtags
License: GPL-3.0-only