Update to version 1.19.2; Fixes RHBZ#2072314

This commit is contained in:
Fabio Valentini 2022-04-23 23:46:18 +02:00 committed by Maxwell G
commit 126c2acde1
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View file

@ -63,3 +63,4 @@
/syncthing-source-v1.18.5.tar.gz
/syncthing-source-v1.18.6.tar.gz
/syncthing-source-v1.19.1.tar.gz
/syncthing-source-v1.19.2.tar.gz

View file

@ -1 +1 @@
SHA512 (syncthing-source-v1.19.1.tar.gz) = 6e87ac43bbdaa9b19f7c62bde63a37ef4a3c2315305333078bd24cebd0f02bbe9432c7b5e463bac220f26e221ec24c213c383b2aa31ba1a6fb3ed06d1013f26e
SHA512 (syncthing-source-v1.19.2.tar.gz) = 3e7e188a5aadbabf97c9925039b1d81bac7da2541f7a1bf61e55cf760696bc878789da8707b3495366c8df5f6673267ed309c049d352deeabd5ee309ec85cb95

View file

@ -1,6 +1,6 @@
%bcond_with devel
%global basever 1.19.1
%global basever 1.19.2
#%%global rcnum 0
Name: syncthing
@ -171,7 +171,7 @@ Provides: bundled(golang(github.com/syncthing/notify)) = c6b7342
# github.com/syndtr/goleveldb : BSD
Provides: bundled(golang(github.com/syndtr/goleveldb)) = d9e9293
# github.com/thejerf/suture : MIT
Provides: bundled(golang(github.com/thejerf/suture/v4)) = 4.0.1
Provides: bundled(golang(github.com/thejerf/suture/v4)) = 4.0.2
# github.com/urfave/cli : MIT
Provides: bundled(golang(github.com/urfave/cli)) = 1.22.5
# github.com/vitrun/qart : ASL 2.0 and BSD