From 9c094e0d6d0d77dbfddaa8af1779f2ad228c91832f3065abe9fee43966e9effe Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Wed, 30 Apr 2025 12:44:29 +0000 Subject: [PATCH] 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 --- _service | 17 +++++++++-------- inputmodule-rs-0.2.0+git49.tar.gz | 3 +++ inputmodule-rs-20241125.d9f18af.obscpio | 3 --- inputmodule-rs.obsinfo | 2 +- python-framework16_inputmodule.changes | 6 ++++++ python-framework16_inputmodule.spec | 5 +++-- 6 files changed, 22 insertions(+), 14 deletions(-) create mode 100644 inputmodule-rs-0.2.0+git49.tar.gz delete mode 100644 inputmodule-rs-20241125.d9f18af.obscpio diff --git a/_service b/_service index 1928089..457319e 100644 --- a/_service +++ b/_service @@ -1,14 +1,15 @@ - https://github.com/FrameworkComputer/inputmodule-rs - main - %cd.%h - git + https://github.com/FrameworkComputer/inputmodule-rs + main + git + @PARENT_TAG@+git@TAG_OFFSET@ + v(.*?)(\+git0)?$ - - - gz - *.tar + + + gz + *.tar diff --git a/inputmodule-rs-0.2.0+git49.tar.gz b/inputmodule-rs-0.2.0+git49.tar.gz new file mode 100644 index 0000000..6cf5793 --- /dev/null +++ b/inputmodule-rs-0.2.0+git49.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e30ae3a05c466b35b72ad49e17acb4f5d627e12155256a11624fae5c037923ba +size 191399 diff --git a/inputmodule-rs-20241125.d9f18af.obscpio b/inputmodule-rs-20241125.d9f18af.obscpio deleted file mode 100644 index 30231d9..0000000 --- a/inputmodule-rs-20241125.d9f18af.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e67e9a41233c9ce6a2e633c255c2222c127cd050897baf978592922aee7377eb -size 713740 diff --git a/inputmodule-rs.obsinfo b/inputmodule-rs.obsinfo index b599da3..686d1ac 100644 --- a/inputmodule-rs.obsinfo +++ b/inputmodule-rs.obsinfo @@ -1,4 +1,4 @@ name: inputmodule-rs -version: 20241125.d9f18af +version: 0.2.0+git49 mtime: 1732519694 commit: d9f18afb31d00a294e7bbb7395e2226b213b6733 diff --git a/python-framework16_inputmodule.changes b/python-framework16_inputmodule.changes index b6076fe..5d9313f 100644 --- a/python-framework16_inputmodule.changes +++ b/python-framework16_inputmodule.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 16 12:15:57 UTC 2025 - Nico Krapp + +- Change version scheme from date to tag + git offset +- Use tarball directly as source + ------------------------------------------------------------------- Tue Mar 18 14:45:48 UTC 2025 - Nico Krapp diff --git a/python-framework16_inputmodule.spec b/python-framework16_inputmodule.spec index bdf8c15..902e00b 100644 --- a/python-framework16_inputmodule.spec +++ b/python-framework16_inputmodule.spec @@ -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