Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
181bbf9f41 | ||
|
|
c8824d692f | ||
|
|
28bfcb98ce | ||
|
|
96f384f9fc | ||
|
|
eb2348160c | ||
|
|
791e9b1755 |
3 changed files with 30 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -3,3 +3,5 @@
|
|||
/trayscale-0.13.1-vendored.tar.xz
|
||||
/trayscale-0.14.0-vendored.tar.xz
|
||||
/trayscale-0.14.1-vendored.tar.xz
|
||||
/trayscale-0.18.0-vendored.tar.xz
|
||||
/trayscale-0.18.1-vendored.tar.xz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (trayscale-0.14.1-vendored.tar.xz) = f51ac9a1428b37846e156d7055a9447faad768565dd6d7ec19275a9f12b85dc1a493360ef5ac2661bfcfaef00d2e55fb6a9330ff8c196cd77d58dfc2d161e28b
|
||||
SHA512 (trayscale-0.18.1-vendored.tar.xz) = 8e6342536b6020c233e854328ba063c8f74c3c500124487177b9b3011e1eb16222293ae9daab131f704c99cfc21fad3ef772b675122266544a65defa7268aa2f
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
# https://github.com/DeedleFake/trayscale
|
||||
%global goipath github.com/DeedleFake/trayscale
|
||||
Version: 0.14.1
|
||||
Version: 0.18.1
|
||||
|
||||
%if 0%{?rhel}
|
||||
%gometa
|
||||
|
|
@ -24,7 +24,7 @@ An unofficial GUI wrapper around the Tailscale CLI client.}
|
|||
%global godocs README.md
|
||||
|
||||
Name: trayscale
|
||||
Release: 1%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: An unofficial GUI wrapper around the Tailscale CLI client
|
||||
|
||||
# main source code is MIT
|
||||
|
|
@ -192,6 +192,7 @@ rm -rf vendor/
|
|||
|
||||
|
||||
%build
|
||||
export LDFLAGS="-X 'github.com/DeedleFake/trayscale/version=%{version}'"
|
||||
%gobuild -o trayscale ./cmd/trayscale
|
||||
|
||||
|
||||
|
|
@ -203,6 +204,7 @@ install -D -t %{buildroot}%{_bindir} trayscale
|
|||
install -Dm644 -t %{buildroot}%{_datadir}/applications dev.deedles.Trayscale.desktop
|
||||
install -Dm644 -t %{buildroot}%{_datadir}/icons/hicolor/256x256/apps dev.deedles.Trayscale.png
|
||||
install -Dm644 -t %{buildroot}%{_metainfodir} dev.deedles.Trayscale.metainfo.xml
|
||||
install -Dm644 -t %{buildroot}%{_datadir}/glib-2.0/schemas dev.deedles.Trayscale.gschema.xml
|
||||
%endif
|
||||
|
||||
|
||||
|
|
@ -219,6 +221,7 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/dev.deedles.Tr
|
|||
%doc README.md
|
||||
%{_bindir}/trayscale
|
||||
%{_datadir}/applications/dev.deedles.Trayscale.desktop
|
||||
%{_datadir}/glib-2.0/schemas/dev.deedles.Trayscale.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/dev.deedles.Trayscale.png
|
||||
%{_metainfodir}/dev.deedles.Trayscale.metainfo.xml
|
||||
|
||||
|
|
@ -229,6 +232,28 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/dev.deedles.Tr
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 10 2025 Alejandro Sáez <asm@redhat.com> - 0.18.1-3
|
||||
- rebuild
|
||||
|
||||
* Fri Aug 15 2025 Maxwell G <maxwell@gtmx.me> - 0.18.1-2
|
||||
- Rebuild for golang-1.25.0
|
||||
|
||||
* Tue Jul 29 2025 Jonathan Wright <jonathan@almalinux.org> - 0.18.1-1
|
||||
- update to 0.18.1 rhbz#2384201
|
||||
- Include preference gschema rhbz#2343982
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Thu Jun 05 2025 Jonathan Wright <jonathan@almalinux.org> - 0.18.0-1
|
||||
- update to 0.18.0 rhbz#2345463
|
||||
|
||||
* Fri Feb 21 2025 Jonathan Wright <jonathan@almalinux.org> - 0.14.1-3
|
||||
- Fix version output on About page
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Fri Jan 03 2025 Jonathan Wright <jonathan@almalinux.org> - 0.14.1-1
|
||||
- update to 0.14.1 rhbz#2333617
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue