2 Commits

Author SHA256 Message Date
7cbfef2638 Accepting request 1298603 from hardware
OBS-URL: https://build.opensuse.org/request/show/1298603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/joycond?expand=0&rev=4
2025-08-09 17:59:57 +00:00
Florian
d484cfbf24 - Update to version 1+git20250412.39d5728:
* data: Add AppStream file for announcing supported hardware
  * add support for n64 controller
  * virt_ctrlr_passthrough: send uevent change event when unlocked
  * uinput: ff: fix rumble for dual Joycon and Snes

OBS-URL: https://build.opensuse.org/package/show/hardware/joycond?expand=0&rev=11
2025-08-09 15:01:12 +00:00
6 changed files with 20 additions and 16 deletions

View File

@@ -1,16 +1,16 @@
<!-- vim: set noexpandtab ft=xml ts=4 sw=4: -->
<services>
<service name="obs_scm" mode="disabled">
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/DanielOgorchock/joycond.git</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@+git.@TAG_OFFSET@~%h</param>
<param name="versionformat">1+git%cd.%h</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
</service>
<service name="tar" mode="disabled" />
<service name="recompress" mode="disabled">
<service name="tar" mode="manual" />
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled" />
<service name="set_version" mode="manual" />
</services>

View File

@@ -1,4 +0,0 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/DanielOgorchock/joycond.git</param>
<param name="changesrevision">f9a66914622514c13997c2bf7ec20fa98e9dfc1d</param></service></servicedata>

View File

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

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Aug 05 20:37:05 UTC 2025 - Tobias Görgens <suse.snooper541@passmail.net>
- Update to version 1+git20250412.39d5728:
* data: Add AppStream file for announcing supported hardware
* add support for n64 controller
* virt_ctrlr_passthrough: send uevent change event when unlocked
* uinput: ff: fix rumble for dual Joycon and Snes
-------------------------------------------------------------------
Mon Apr 25 09:00:53 UTC 2022 - Florian "sp1rit" <sp1ritCS@protonmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package joycond
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2021/22 Florian "sp1rit" <packaging@sp1rit.anonaddy.me>
#
# All modifications and additions to the file contributed by third parties
@@ -22,7 +22,7 @@
%endif
Name: joycond
Version: 0.1.0+git.51~f9a6691
Version: 1+git20250412.39d5728
Release: 0
Summary: Userspace daemon for using joy-cons with the hid-nintendo kernel driver
Group: Hardware/Joystick
@@ -69,8 +69,6 @@ mkdir -p %{buildroot}%{_unitdir}/
mkdir -p %{buildroot}%{_udevrulesdir}/
ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rcjoycond
mv %{buildroot}/etc/modules-load.d/%{name}.conf %{buildroot}%{_modulesloaddir}/%{name}.conf
mv %{buildroot}/etc/systemd/system/%{name}.service %{buildroot}%{_unitdir}/%{name}.service
mv %{buildroot}/lib/udev/rules.d/{72,89}-joycond.rules %{buildroot}%{_udevrulesdir}/
%pre
%service_add_pre %{name}.service
@@ -91,6 +89,7 @@ mv %{buildroot}/lib/udev/rules.d/{72,89}-joycond.rules %{buildroot}%{_udevrulesd
%{_sbindir}/rcjoycond
%{_udevrulesdir}/72-%{name}.rules
%{_udevrulesdir}/89-%{name}.rules
%{_datadir}/metainfo/com.github.DanielOgorchock.joycond.metainfo.xml
%{_bindir}/%{name}
%files autoload