Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 21960269b7 | |||
| 6449c306e6 | |||
| dbc97e7b29 | |||
|
|
8c8cf5935f | ||
|
|
080474e296 | ||
| 0b08b9322c | |||
| 9665640100 | |||
|
|
7375108000 | ||
|
|
3121f398ad | ||
|
|
cb00360f4d |
25
_service
25
_service
@@ -1,25 +1,16 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="manual" name="obs_scm">
|
<service mode="manual" name="roast_scm">
|
||||||
<param name="url">https://github.com/osa1/tiny</param>
|
<param name="url">https://github.com/osa1/tiny</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
|
<param name="revision">master</param>
|
||||||
<param name="scm">git</param>
|
<param name="versionrewriteregex">v(.*)</param>
|
||||||
<param name="revision">2f1cd40dc7d4a37960f2662571b10c46a5d69dc6</param>
|
<param name="versionrewritepattern">$1</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="changesgenerate">true</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="changesauthor">Soc Virnyl Estela</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesemail">uncomfyhalomacro@opensuse.org</param>
|
||||||
<param name="changesauthor">socvirnyl.estela@gmail.com</param>
|
|
||||||
</service>
|
</service>
|
||||||
<service mode="manual" name="tar" />
|
|
||||||
<service mode="manual" name="recompress">
|
|
||||||
<param name="file">*.tar</param>
|
|
||||||
<param name="compression">zst</param>
|
|
||||||
</service>
|
|
||||||
<service mode="manual" name="set_version"/>
|
|
||||||
<service name="cargo_vendor" mode="manual">
|
<service name="cargo_vendor" mode="manual">
|
||||||
<param name="update">true</param>
|
<param name="update">true</param>
|
||||||
<param name="srcdir">tiny</param>
|
<param name="src">tiny*.tar.zst</param>
|
||||||
<param name="compression">zst</param>
|
|
||||||
</service>
|
</service>
|
||||||
<service name="cargo_audit" mode="manual" />
|
|
||||||
</services>
|
</services>
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/osa1/tiny</param>
|
<param name="url">https://github.com/osa1/tiny</param>
|
||||||
<param name="changesrevision">2f1cd40dc7d4a37960f2662571b10c46a5d69dc6</param></service></servicedata>
|
<param name="changesrevision">73f2401c0225f0a42fb0b9dfd920fdb67c00756e</param></service></servicedata>
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:463de665803db8a669c5fd876973a500275ee52fc006d1d250af014d39c819c9
|
|
||||||
size 368504
|
|
||||||
3
tiny-0.13.0+git5.g2ee969a.tar.zst
Normal file
3
tiny-0.13.0+git5.g2ee969a.tar.zst
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e3f37a746ef8ecbddb2439321d60fed8b260ca94a36b4c9a57f2f3490a9d2e9d
|
||||||
|
size 345804
|
||||||
53
tiny.changes
53
tiny.changes
@@ -1,3 +1,56 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 13 12:14:48 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Do not require pkgconfig(dbus-1) and pkgconfig(openssl): those
|
||||||
|
are devel packages and not needed at runtime.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 01 12:36:22 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 0.13.0+git5.g2ee969a:
|
||||||
|
* Update dependencies
|
||||||
|
* Added support for `ctrl_h` and `ctrl_i` in keymap config (#444)
|
||||||
|
* Untangles the keystrokes ctrl-h and backspace (#445)
|
||||||
|
* Auto-fix some recent lints
|
||||||
|
* Update tiny version in Cargo.lock
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 06 15:46:09 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.13.0+git2:
|
||||||
|
* Auto-fix some recent lints
|
||||||
|
* Update tiny version in Cargo.lock
|
||||||
|
* Release v0.13.0
|
||||||
|
* Use IndexMap in byte_seq_parser macro (#438)
|
||||||
|
* Improve handling of IRC color code (0x03) without colors afterwards (#435)
|
||||||
|
* Fix default-features deprecation warning
|
||||||
|
|
||||||
|
- skip testing termbox examples due to compilation issues
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 31 11:12:57 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||||
|
|
||||||
|
- Fix build finding dbus-1.pc by installing dbus-1-devel
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 20 09:53:02 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 0.12.0+git15:
|
||||||
|
* Fix rustls deprecation warning
|
||||||
|
* Refactor termbox attribute values and make it clear that they can be manipulated w bit sets
|
||||||
|
* Remove msg_area::Line::force_recalculation
|
||||||
|
* Fix a warning, new lints
|
||||||
|
* Upgrade ring to 0.17
|
||||||
|
* Fix assigning_clones lints
|
||||||
|
* Improve matching when highligting mentions
|
||||||
|
* Use dbus instead of zbus for desktop notifications
|
||||||
|
* Remove `WidgetRet::Quit` and `TUIRet::Quit`:
|
||||||
|
* Some renaming in TUI for consistency, documentation
|
||||||
|
* Refactor TUI event type:
|
||||||
|
* Remove a redundant `pub`
|
||||||
|
* Update tokio
|
||||||
|
- Use recomprizz instead of recompress in _service
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 26 10:47:01 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
Tue Mar 26 10:47:01 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
name: tiny
|
name: tiny
|
||||||
version: 0.12.0+git2
|
version: 0.13.0+git2
|
||||||
mtime: 1707823067
|
mtime: 1743536656
|
||||||
commit: 2f1cd40dc7d4a37960f2662571b10c46a5d69dc6
|
commit: 73f2401c0225f0a42fb0b9dfd920fdb67c00756e
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tiny
|
# spec file for package tiny
|
||||||
#
|
#
|
||||||
# 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: tiny
|
Name: tiny
|
||||||
Version: 0.12.0+git2
|
Version: 0.13.0+git5.g2ee969a
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Terminal IRC client written in Rust
|
Summary: Terminal IRC client written in Rust
|
||||||
License: (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR MIT OR BSD-2-Clause) AND (MIT OR Unlicense) AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND ISC AND MIT AND MIT
|
License: (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR MIT OR BSD-2-Clause) AND (MIT OR Unlicense) AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND ISC AND MIT AND MIT
|
||||||
@@ -26,8 +26,7 @@ Source0: %{name}-%{version}.tar.zst
|
|||||||
Source1: vendor.tar.zst
|
Source1: vendor.tar.zst
|
||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
BuildRequires: zstd
|
BuildRequires: zstd
|
||||||
Requires: pkgconfig(dbus-1)
|
BuildRequires: pkgconfig(dbus-1)
|
||||||
Requires: pkgconfig(openssl)
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A terminal IRC client written in Rust.
|
A terminal IRC client written in Rust.
|
||||||
@@ -43,7 +42,7 @@ install -D -d -m 0755 %{buildroot}%{_bindir}
|
|||||||
install -m 0755 %{_builddir}/%{name}-%{version}/target/release/tiny %{buildroot}%{_bindir}/tiny
|
install -m 0755 %{_builddir}/%{name}-%{version}/target/release/tiny %{buildroot}%{_bindir}/tiny
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{cargo_test}
|
%{cargo_test} --workspace --exclude '*termbox*'
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:4a70985f70619ccf657af1a95cb7bcc4cb2f724b611452f77f5d98ed5f92cb7e
|
oid sha256:01a9fa7c8ebdb0770412ae9385821cd6979934d1c78b5a6558fc9a8781789132
|
||||||
size 37571818
|
size 27137616
|
||||||
|
|||||||
Reference in New Issue
Block a user