Accepting request 1270009 from home:nkrapp:FrameworkLaptop
- Change version scheme from date to tag + git offset - Use tarball directly as source OBS-URL: https://build.opensuse.org/request/show/1270009 OBS-URL: https://build.opensuse.org/package/show/hardware/python-framework16_inputmodule?expand=0&rev=5
This commit is contained in:
17
_service
17
_service
@@ -1,14 +1,15 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/FrameworkComputer/inputmodule-rs</param>
|
||||
<param name="revision">main</param>
|
||||
<param name="versionformat">%cd.%h</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/FrameworkComputer/inputmodule-rs</param>
|
||||
<param name="revision">main</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v(.*?)(\+git0)?$</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="compression">gz</param>
|
||||
<param name="file">*.tar</param>
|
||||
<service name="tar" mode="manual"/>
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="compression">gz</param>
|
||||
<param name="file">*.tar</param>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
3
inputmodule-rs-0.2.0+git49.tar.gz
Normal file
3
inputmodule-rs-0.2.0+git49.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e30ae3a05c466b35b72ad49e17acb4f5d627e12155256a11624fae5c037923ba
|
||||
size 191399
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e67e9a41233c9ce6a2e633c255c2222c127cd050897baf978592922aee7377eb
|
||||
size 713740
|
||||
@@ -1,4 +1,4 @@
|
||||
name: inputmodule-rs
|
||||
version: 20241125.d9f18af
|
||||
version: 0.2.0+git49
|
||||
mtime: 1732519694
|
||||
commit: d9f18afb31d00a294e7bbb7395e2226b213b6733
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 16 12:15:57 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||
|
||||
- Change version scheme from date to tag + git offset
|
||||
- Use tarball directly as source
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 18 14:45:48 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#
|
||||
# spec file for package python-framework16_inputmodule
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2024 Nico Krapp
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -20,7 +21,7 @@
|
||||
%define reponame inputmodule-rs
|
||||
%{?sle15_python_module_python}
|
||||
Name: python-framework16_inputmodule
|
||||
Version: 20241125.d9f18af
|
||||
Version: 0.2.0+git49
|
||||
Release: 0
|
||||
Summary: A library to control input modules on the Framework 16 Laptop
|
||||
License: MIT
|
||||
@@ -37,8 +38,8 @@ Requires: framework-inputmodule-control
|
||||
Requires: python-Pillow
|
||||
Requires: python-base >= 3.7
|
||||
Requires: python-getkey
|
||||
Requires: python-pyserial
|
||||
Requires: python-pygame
|
||||
Requires: python-pyserial
|
||||
Requires: python-tk
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
|
||||
Reference in New Issue
Block a user