4 Commits

Author SHA256 Message Date
e63d4ab0a1 Accepting request 1288419 from X11:Wayland
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1288419
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/waysip?expand=0&rev=3
2025-06-26 09:38:24 +00:00
Soc Virnyl Estela
ea75d619d5 - Update to version 0.4.0+git4.g258306c43bc79705635f1ee1d607cc3c3d483b59:
* Merge pull request #61 from waycrate/dependabot/github_actions/crate-ci/typos-1.33.1
  * chore(deps): bump crate-ci/typos from 1.32.0 to 1.33.1
  * Merge pull request #60 from waycrate/dependabot/cargo/tempfile-3.20.0
  * chore(deps): bump tempfile from 3.19.0 to 3.20.0

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waysip?expand=0&rev=7
2025-06-18 03:32:54 +00:00
bc711890af Accepting request 1218518 from X11:Wayland
- Update vendored dependencies.

OBS-URL: https://build.opensuse.org/request/show/1218518
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/waysip?expand=0&rev=2
2024-10-27 10:26:11 +00:00
Soc Virnyl Estela
628623fc24 - Update vendored dependencies.
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waysip?expand=0&rev=5
2024-10-26 13:11:54 +00:00
6 changed files with 32 additions and 11 deletions

View File

@@ -1,10 +1,15 @@
<services>
<service name="download_files" mode="manual" />
<service name="cargo_vendor" mode="manual">
<param name="srctar">waysip-*.tar.gz</param>
<param name="url">https://github.com/waycrate/waysip</param>
<param name="revision">master</param>
<param name="compression">zst</param>
<param name="update">true</param>
<param name="versionrewriteregex">^v?(.*)</param>
<param name="versionrewritepattern">$1</param>
<param name="changesgenerate">true</param>
<param name="changesauthor">Soc Virnyl Estela</param>
<param name="changesemail">uncomfyhalomacro@opensuse.org</param>
</service>
<service name="cargo_audit" mode="manual" />
</services>

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:545354a0a57cd13391060bd1572caf41b328705963022a72e913b3527dd2134d
size 13740004
oid sha256:642d4c2a8f6292f6688359f97d4ec73500c6ace2a371a1cb910863b09695bc07
size 14049445

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:62dc2c0ef32565396f93a5ebc1e703bf5700349345ed91507c6e16cec8c9d2f4
size 18921

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2afa52de2d48d4d81c2669eb246102d357a47813d7afb9c7229b5f25e59463af
size 17262

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jun 18 03:31:59 UTC 2025 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- Update to version 0.4.0+git4.g258306c43bc79705635f1ee1d607cc3c3d483b59:
* Merge pull request #61 from waycrate/dependabot/github_actions/crate-ci/typos-1.33.1
* chore(deps): bump crate-ci/typos from 1.32.0 to 1.33.1
* Merge pull request #60 from waycrate/dependabot/cargo/tempfile-3.20.0
* chore(deps): bump tempfile from 3.19.0 to 3.20.0
-------------------------------------------------------------------
Sat Oct 26 13:11:28 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- Update vendored dependencies.
-------------------------------------------------------------------
Wed Jul 10 22:46:35 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
@@ -27,3 +41,5 @@ Mon Mar 18 07:56:34 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
Tue Dec 19 00:08:35 UTC 2023 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Initial packaging of waysip 0.1.1

View File

@@ -1,7 +1,7 @@
#
# spec file for package waysip
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,13 @@
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
Name: waysip
Version: 0.2.3
Version: 0.4.0+git4.g258306c43bc79705635f1ee1d607cc3c3d483b59
Release: 0
Summary: Screen region selector for wayland compositors
License: MIT
Group: Productivity/Graphics/Other
URL: https://github.com/waycrate/waysip
Source0: https://github.com/waycrate/waysip/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source0: %{name}-%{version}.tar.zst
Source1: vendor.tar.zst
%if 0%{?suse_version} >= 1500
BuildRequires: cargo-packaging