Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 735607dc2d | |||
| da2cbe450c | |||
| ea030b50c5 | |||
| 772e2d46e7 |
6
_service
6
_service
@@ -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.8.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>
|
||||
|
||||
3
license-list-data-0.9.2.tar.gz
Normal file
3
license-list-data-0.9.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71eb720dffab6a8fd7a0d61f38bf6e8b4ce72cf05e6d21e7be34b8a47a16cd62
|
||||
size 47113276
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca849d548c485f834c73d93ac62c239688338ca8606ead4f32348ccda4a7ae55
|
||||
size 48862682
|
||||
oid sha256:60b89e2d847bc1c857099ecb76e7f351855e1bd6c19e1c86bf57f0a23f9d161c
|
||||
size 37516892
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d344148f6d57959841a0e22dc17e78fbb3d0883804aee691d8ad9e2b3c04df6a
|
||||
size 3011596
|
||||
3
warp-0.9.2.obscpio
Normal file
3
warp-0.9.2.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc41701e2ee20fe971e00a49ee2e9422fe5010d55667330e56adb17aba2ceb55
|
||||
size 3149324
|
||||
22
warp.changes
22
warp.changes
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: warp
|
||||
version: 0.8.0
|
||||
mtime: 1729524806
|
||||
commit: 74c81e6ff1aca6dd7671bf7c61ebc2aa1294e04a
|
||||
version: 0.9.2
|
||||
mtime: 1743012975
|
||||
commit: 5471f93abac8d2a264493aed9826be66adb76082
|
||||
|
||||
21
warp.spec
21
warp.spec
@@ -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,19 +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.8.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
|
||||
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: update-desktop-files
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gstreamer-1.0)
|
||||
@@ -50,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
|
||||
@@ -69,8 +75,7 @@ which includes local network transfer if possible.
|
||||
%{_datadir}/help/C/%{name}/
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
%{_datadir}/metainfo/*.metainfo.xml
|
||||
%dir %{_datadir}/warp
|
||||
%{_datadir}/warp/licenses.json
|
||||
%{_datadir}/warp/
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
||||
Reference in New Issue
Block a user