Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 898d00f243 | |||
| 73fd663741 | |||
| ab9c98a194 | |||
| b1dd361f10 | |||
| 6af6aee8a5 | |||
| 883a0a1e2b | |||
| ce9e104216 | |||
| faad566b7e |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7e6ef1336de6b67429e7203584b547cf927c1d7ff2b5eaed86394d0a07372b5
|
||||
size 48200903
|
||||
3
warpinator-2.0.2.tar.gz
Normal file
3
warpinator-2.0.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8771ee72979649b70365ca7be7e82c1e92f24e115cd4913f1c65abe2d78ef3b4
|
||||
size 13976196
|
||||
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 2 09:13:49 UTC 2026 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.0.2:
|
||||
* l10n: Update translations
|
||||
* Remove unnecessary pkg_resources import (#239)
|
||||
* Update README.md
|
||||
* Ipv6 support (#231)
|
||||
* Switch to XApp symbolic icons
|
||||
* Switch to xapp-symbolic-icons (XSI)
|
||||
* Fix reconnecting when certificate is unchanged (#238)
|
||||
* Ability to send text messages (#225)
|
||||
* messages: Simplify ellipsizing, remove max-width-chars
|
||||
restriction, detect urls and make them clickable in the
|
||||
label.
|
||||
* warpinator.py: Remove leftover print.
|
||||
* l10n: Update POT
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 9 09:05:48 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 1.8.10:
|
||||
* Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 26 05:54:53 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 1.8.9:
|
||||
* No user facing changes (updates to bundled libraries only).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 10 10:14:43 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 1.8.8:
|
||||
* Updated translations.
|
||||
- Changes from version 1.8.7:
|
||||
* Updated translations.
|
||||
- Drop the use of deprecated suse_update_desktop_file macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 28 19:07:38 UTC 2024 - RN <R_Nik_C@proton.me>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package warpinator
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2026 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
|
||||
@@ -17,12 +17,13 @@
|
||||
|
||||
|
||||
Name: warpinator
|
||||
Version: 1.8.6
|
||||
Version: 2.0.2
|
||||
Release: 0
|
||||
Summary: Share files across the LAN
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/linuxmint/warpinator
|
||||
Source: https://github.com/linuxmint/warpinator/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: glib2-tools
|
||||
BuildRequires: gobject-introspection
|
||||
BuildRequires: hicolor-icon-theme
|
||||
@@ -33,7 +34,6 @@ BuildRequires: python3-grpcio
|
||||
BuildRequires: python3-protobuf
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-zeroconf
|
||||
BuildRequires: update-desktop-files
|
||||
Requires: python3-PyNaCl
|
||||
Requires: python3-cryptography
|
||||
Requires: python3-gobject-Gdk
|
||||
@@ -82,12 +82,11 @@ This package provides an extension to use warpinator from nemo file browser.
|
||||
# Files missing hashbangs
|
||||
for f in config warp_pb2 warp_pb2_grpc
|
||||
do
|
||||
sed -i "1i#!%{_bindir}/python3" %{buildroot}%{_libexecdir}/warpinator/${f}.py
|
||||
sed -i "1i#!%{_bindir}/python%{python3_version}" %{buildroot}%{_libexecdir}/warpinator/${f}.py
|
||||
done
|
||||
|
||||
chmod +x %{buildroot}%{_libexecdir}/warpinator/*.py
|
||||
|
||||
%suse_update_desktop_file -r org.x.Warpinator Network FileTransfer
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
|
||||
%files
|
||||
|
||||
Reference in New Issue
Block a user