Compare commits

...

9 Commits

Author SHA1 Message Date
Owen Zimmerman a47059cea7 Merge branch 'frawhide' into Owen-sz-patch-7 2026-06-16 22:55:31 +02:00
Owen Zimmerman 2a4e52026e add new files, move .pc files
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-16 22:54:46 +02:00
Owen Zimmerman e8ad2bc1cc remove these too
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-16 22:48:16 +02:00
Raboneko ded598bc1e bump: discord-canary-openasar discord-canary rustnet nirius powershell publicdotcom-py electron 2026-06-16 20:29:03 +00:00
Owen Zimmerman e5fd907214 yeet
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-16 22:20:41 +02:00
Owen Zimmerman 9be120f095 lol I can read
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-16 22:15:12 +02:00
Owen Zimmerman d11cc937e7 fix up files list
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-16 22:06:23 +02:00
Owen Zimmerman 5aa48e345e this too
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-16 21:59:01 +02:00
Owen Zimmerman 88063b41f2 fix: LCEVdec
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-16 21:49:50 +02:00
8 changed files with 12 additions and 21 deletions
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
Name: discord-canary-openasar
Version: 1.0.1280
Version: 1.0.1283
Release: 1%{?dist}
Summary: A snappier Discord rewrite with features like further customization and theming
License: MIT AND https://discord.com/terms
+1 -1
View File
@@ -1,5 +1,5 @@
Name: discord-canary
Version: 1.0.1280
Version: 1.0.1283
Release: 1%{?dist}
Summary: Free Voice and Text Chat for Gamers
URL: discord.com
+1 -1
View File
@@ -1,5 +1,5 @@
Name: rustnet
Version: 1.3.0
Version: 1.4.0
Release: 1%{?dist}
Summary: A cross-platform network monitoring terminal UI tool built with Rust
License: Apache-2.0 AND (MIT OR Apache-2.0) AND Unicode-3.0 AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 AND ISC) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND Apache-2.0 AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND BSD-2-Clause AND (BSD-3-Clause OR Apache-2.0) AND BSL-1.0 AND ISC AND (LGPL-2.1-only OR BSD-2-Clause) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Zlib OR Apache-2.0) AND MIT AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT) AND Zlib
+1 -1
View File
@@ -1,5 +1,5 @@
Name: nirius
Version: 0.7.2
Version: 0.7.3
Release: 1%{?dist}
Summary: Utility commands for niri
+1 -1
View File
@@ -18,7 +18,7 @@
%bcond test 1
Name: powershell
Version: 7.6.2
Version: 7.6.3
Release: 1%{?dist}
Summary: A cross-platform automation and configuration tool/framework
SourceLicense: MIT
@@ -3,8 +3,8 @@
%global _desc A Python SDK for interacting with the Public Trading API, providing a simple and intuitive interface for trading operations, market data retrieval, and account management.
Name: python-%{real_name}
Version: 0.1.15
Release: 2%{?dist}
Version: 0.1.16
Release: 1%{?dist}
Summary: Python SDK for interacting with the Public Trading API
License: Apache-2.0
URL: https://github.com/PublicDotCom/publicdotcom-py
+4 -13
View File
@@ -123,42 +123,33 @@ python3 src/func_tests/run_tests.py
%doc README.md
%{_libdir}/liblcevc_dec_api.so.4
%{_libdir}/liblcevc_dec_api.so.%{version}
%{_libdir}/liblcevc_dec_legacy.so.1
%{_libdir}/liblcevc_dec_pipeline_cpu.so.1
%{_libdir}/liblcevc_dec_pipeline_legacy.so.1
%files devel
%{_includedir}/LCEVC
%{_libdir}/liblcevc_dec_api.so
%{_libdir}/liblcevc_dec_legacy.so
%{_libdir}/liblcevc_dec_pipeline_cpu.so
%{_libdir}/liblcevc_dec_pipeline_legacy.so
%{_libdir}/pkgconfig/lcevc_dec.pc
%{_libdir}/pkgconfig/lcevc_dec_extract.pc
%{_libdir}/pkgconfig/lcevc_dec_utility.pc
# Static:
%{_libdir}/liblcevc_dec_api_utility.a
%{_libdir}/liblcevc_dec_common.a
%{_libdir}/liblcevc_dec_enhancement.a
%{_libdir}/liblcevc_dec_extract.a
%{_libdir}/liblcevc_dec_pipeline.a
%{_libdir}/liblcevc_dec_pixel_processing.a
%{_libdir}/liblcevc_dec_sequencer.a
%{_libdir}/liblcevc_dec_unit_test_utilities.a
%{_libdir}/liblcevc_dec_utility.a
%{_libdir}/pkgconfig/lcevc_dec.pc
%files samples
%{_bindir}/lcevc_dec_common_test_unit
%{_bindir}/lcevc_dec_enhancement_sample
%{_bindir}/lcevc_dec_enhancement_test_unit
%{_bindir}/lcevc_dec_legacy_test_unit
%{_bindir}/lcevc_dec_pipeline_cpu_test_unit
%{_bindir}/lcevc_dec_pipeline_legacy_test_unit
%{_bindir}/lcevc_dec_pipeline_test_unit
%{_bindir}/lcevc_dec_pixel_processing_test_unit
%{_bindir}/lcevc_dec_sample
%{_bindir}/lcevc_dec_test_harness
%{_bindir}/lcevc_dec_test_unit
%{_bindir}/lcevc_dec_utility_test_unit
%{_bindir}/lcevc_sequencer_test_unit
%changelog
%autochangelog
+1 -1
View File
@@ -1,6 +1,6 @@
Name: electron
%electronmeta
Version: 42.4.0
Version: 42.4.1
Release: 1%{?dist}
Summary: Build cross platform desktop apps with web technologies
License: %{electron_license}