8 Commits

Author SHA256 Message Date
898d00f243 Accepting request 1325073 from network
- 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

OBS-URL: https://build.opensuse.org/request/show/1325073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/warpinator?expand=0&rev=10
2026-01-03 16:26:24 +00:00
73fd663741 - 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

OBS-URL: https://build.opensuse.org/package/show/network/warpinator?expand=0&rev=25
2026-01-02 09:14:23 +00:00
ab9c98a194 Accepting request 1317346 from network
OBS-URL: https://build.opensuse.org/request/show/1317346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/warpinator?expand=0&rev=9
2025-11-12 20:16:12 +00:00
b1dd361f10 Update to version 1.8.10
OBS-URL: https://build.opensuse.org/package/show/network/warpinator?expand=0&rev=23
2025-11-12 14:03:56 +00:00
6af6aee8a5 Accepting request 1296360 from network
OBS-URL: https://build.opensuse.org/request/show/1296360
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/warpinator?expand=0&rev=8
2025-07-30 09:45:27 +00:00
883a0a1e2b Update to version 1.8.9.
OBS-URL: https://build.opensuse.org/package/show/network/warpinator?expand=0&rev=21
2025-07-29 17:29:37 +00:00
ce9e104216 Accepting request 1276479 from network
OBS-URL: https://build.opensuse.org/request/show/1276479
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/warpinator?expand=0&rev=7
2025-05-12 14:48:25 +00:00
faad566b7e * Update to version 1.8.8.
* Drop the use of deprecated suse_update_desktop_file macro.

OBS-URL: https://build.opensuse.org/package/show/network/warpinator?expand=0&rev=19
2025-05-10 13:13:45 +00:00
4 changed files with 47 additions and 9 deletions

View File

@@ -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
View File

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

View File

@@ -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>

View File

@@ -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