Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
4517dc3cb5
|
|||
869da17de3
|
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
.osc
|
||||
rc
|
||||
|
@@ -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>
|
@@ -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
BIN
rc-0+git.1739375680.9518bfd.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
15
rc.changes
15
rc.changes
@@ -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>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: rc
|
||||
version: 0+git.1725436050.2b2d211
|
||||
mtime: 1725436050
|
||||
commit: 2b2d211026a5025e9aab30c2000a54a29cdf5ef3
|
||||
version: 0+git.1739375680.9518bfd
|
||||
mtime: 1739375680
|
||||
commit: 9518bfd89fab26c115607acc15479dac822a963a
|
||||
|
3
rc.spec
3
rc.spec
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user