Skip to content

Commit

Permalink
obs-cmd: Update to 0.17.8 (#3851)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjharder authored Sep 17, 2024
2 parents 810c169 + b0a9c2f commit 4098436
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/o/obs-cmd/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ libc.so.6:mprotect
libc.so.6:munmap
libc.so.6:open
libc.so.6:open64
libc.so.6:pause
libc.so.6:poll
libc.so.6:posix_memalign
libc.so.6:pthread_attr_destroy
Expand All @@ -50,7 +51,6 @@ libc.so.6:pthread_attr_setstacksize
libc.so.6:pthread_create
libc.so.6:pthread_detach
libc.so.6:pthread_getattr_np
libc.so.6:pthread_getspecific
libc.so.6:pthread_join
libc.so.6:pthread_key_create
libc.so.6:pthread_key_delete
Expand Down
23 changes: 11 additions & 12 deletions packages/o/obs-cmd/files/fix-version.patch
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
diff --git a/Cargo.lock b/Cargo.lock
index 9225cfa..aaa85a8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -586,7 +586,7 @@ dependencies = [

[[package]]
diff --git a/Cargo.toml b/Cargo.toml
index bcb4b83..375a4c6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "obs-cmd"
-version = "0.1.1"
+version = "0.17.7"
dependencies = [
"clap",
"obws",
-version = "0.17.7"
+version = "0.17.8"
edition = "2021"
description = "A minimal command to control obs via obs-websocket"
authors = ["Luigi Maselli <[email protected]>"]
6 changes: 3 additions & 3 deletions packages/o/obs-cmd/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : obs-cmd
version : 0.17.7
release : 1
version : 0.17.8
release : 2
source :
- https://github.com/grigio/obs-cmd/archive/refs/tags/v0.17.7.tar.gz : 5d3021ba066ac83cea383f4380a98f2bffd2412d10471d7281a2aa09d8a4616e
- https://github.com/grigio/obs-cmd/archive/refs/tags/v0.17.8.tar.gz : cc0cf8897ddaf13d72cfacfc7af54cd4ba7987bb0619aff31911f919d75bf6ec
homepage : https://github.com/grigio/obs-cmd
license : MIT
component : system.utils
Expand Down
6 changes: 3 additions & 3 deletions packages/o/obs-cmd/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-09-03</Date>
<Version>0.17.7</Version>
<Update release="2">
<Date>2024-09-16</Date>
<Version>0.17.8</Version>
<Comment>Packaging update</Comment>
<Name>Ian M. Jones</Name>
<Email>[email protected]</Email>
Expand Down

0 comments on commit 4098436

Please sign in to comment.