SHA256
1
0
forked from pool/warp

6 Commits

Author SHA256 Message Date
735607dc2d Accepting request 1319829 from network
OBS-URL: https://build.opensuse.org/request/show/1319829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/warp?expand=0&rev=6
2025-11-25 14:54:01 +00:00
da2cbe450c - Remove unused BuildRequires: update-desktop-files.
- Explicitly add desktop-file-utils to BuildRequires.

OBS-URL: https://build.opensuse.org/package/show/network/warp?expand=0&rev=13
2025-11-24 19:42:25 +00:00
ea030b50c5 Accepting request 1276891 from network
OBS-URL: https://build.opensuse.org/request/show/1276891
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/warp?expand=0&rev=5
2025-05-26 16:32:17 +00:00
772e2d46e7 * Update to version 0.9.2.
* Add spdx license-list-data as additional source and copy to license crate vendored dir.
* Re-compress main source tarball into zst.

OBS-URL: https://build.opensuse.org/package/show/network/warp?expand=0&rev=11
2025-05-12 14:40:43 +00:00
14d748e9bc Accepting request 1217337 from network
OBS-URL: https://build.opensuse.org/request/show/1217337
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/warp?expand=0&rev=4
2024-10-24 13:42:39 +00:00
7d5bfea6f5 - Current build requires manual intervention for vendoring.
See gh/openSUSE-Rust/obs-service-cargo#106
- Remove redundant BuildRequires
- Update to version 0.8.0:
  * Better mobile support with bottom sheets and adaptive dialogs
  * Translation Updates

OBS-URL: https://build.opensuse.org/package/show/network/warp?expand=0&rev=9
2024-10-23 11:40:24 +00:00
8 changed files with 61 additions and 17 deletions

View File

@@ -3,13 +3,17 @@
<param name="filename">warp</param>
<param name="url">https://gitlab.gnome.org/World/warp.git</param>
<param name="scm">git</param>
<param name="revision">v0.7.0</param>
<param name="revision">v0.9.2</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service mode="manual" name="set_version"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zstd</param>
</service>
<service name="cargo_vendor" mode="manual">
<param name="srcdir">warp</param>
<param name="update">true</param>

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:71eb720dffab6a8fd7a0d61f38bf6e8b4ce72cf05e6d21e7be34b8a47a16cd62
size 47113276

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aa1cbaa0ee6819d039a50a5a7dc379590b6c61d9c933737c1e1e0bdb17f0b535
size 50026726
oid sha256:60b89e2d847bc1c857099ecb76e7f351855e1bd6c19e1c86bf57f0a23f9d161c
size 37516892

View File

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

3
warp-0.9.2.obscpio Normal file
View File

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

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Mon Nov 24 13:56:59 UTC 2025 - Stanislav Brabec <sbrabec@suse.com>
- Remove unused BuildRequires: update-desktop-files.
- Explicitly add desktop-file-utils to BuildRequires.
-------------------------------------------------------------------
Fri May 9 20:23:54 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 0.9.2:
* Fixes an issue with the transmit code selection state
* Install the icon for Pika Backup in gresources instead of the
filesystem
- Changes from version 0.9.1:
* Fixes an issue where the camera would show an endless spinner.
- Changes from version 0.9.0:
* Allow sending files via “Open with” from Files
* Translation Updates
- Add spdx license-list-data as additional source and copy to
license crate vendored dir.
- Re-compress main source tarball into zst.
-------------------------------------------------------------------
Tue Oct 22 02:33:04 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
- Current build requires manual intervention for vendoring.
See gh/openSUSE-Rust/obs-service-cargo#106
- Remove redundant BuildRequires
- Update to version 0.8.0:
* Better mobile support with bottom sheets and adaptive dialogs
* Translation Updates
-------------------------------------------------------------------
Sun Mar 24 11:05:42 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>

View File

@@ -1,4 +1,4 @@
name: warp
version: 0.7.0
mtime: 1711223994
commit: ce2e235adc5e27a7249af01a3b41193434725571
version: 0.9.2
mtime: 1743012975
commit: 5471f93abac8d2a264493aed9826be66adb76082

View File

@@ -1,7 +1,7 @@
#
# spec file for package warp
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,21 +16,23 @@
#
%define _lto_cflags %{nil}
# Check license crate and data version from vendor.tar.zst
# The vendored dir will be named as vendor/license-<lic_crate_ver>+<lic_data_ver>/
%define lic_crate_ver 3.6.0
%define lic_data_ver 3.26.0
Name: warp
Version: 0.7.0
Version: 0.9.2
Release: 0
Summary: App to securely send files via the internet or local network
License: GPL-3.0-or-later
URL: https://apps.gnome.org/en-GB/app/app.drey.Warp/
Source0: %{name}-%{version}.tar
Source0: %{name}-%{version}.tar.zst
Source1: vendor.tar.zst
BuildRequires: cargo
Source2: https://github.com/spdx/license-list-data/archive/refs/tags/v%{lic_data_ver}.tar.gz#/license-list-data-%{version}.tar.gz
BuildRequires: cargo-packaging
BuildRequires: desktop-file-utils
BuildRequires: itstool
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gstreamer-1.0)
@@ -52,7 +54,9 @@ which includes local network transfer if possible.
%lang_package
%prep
%autosetup -a1
%autosetup -p1 -a1 -b2
mkdir -p vendor/license-%{lic_crate_ver}+%{lic_data_ver}/license-list-data
cp -pr ../license-list-data-%{lic_data_ver}/* vendor/license-%{lic_crate_ver}+%{lic_data_ver}/license-list-data/
%build
%meson
@@ -71,6 +75,7 @@ which includes local network transfer if possible.
%{_datadir}/help/C/%{name}/
%{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/metainfo/*.metainfo.xml
%{_datadir}/warp/
%files lang -f %{name}.lang