diff --git a/.gitignore b/.gitignore index 4227517..a1cbba4 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /syncthing-source-v1.3.0.tar.gz /syncthing-source-v1.3.1.tar.gz /syncthing-source-v1.3.2.tar.gz +/syncthing-source-v1.3.3.tar.gz diff --git a/sources b/sources index 4b575a2..dd212aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.3.2.tar.gz) = 58cc0e11345ba52bc64067b3036b6ebeca8db0f945749de87c6026d8ca3269fe25a8cbd83581ad14ab0050076417e562a6ee10d5195ccab6f785c336459db055 +SHA512 (syncthing-source-v1.3.3.tar.gz) = 43504c7ee79db96c1251a52ac0f96178f35926af6fbd4e97a661e4ff222d43e5fd8cfd0a312dd0cea9a2562010ecccdad3e8555495c81a759d92838e6c97b409 diff --git a/syncthing.spec b/syncthing.spec index 66e5a70..ddf6660 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -2,8 +2,8 @@ Name: syncthing Summary: Continuous File Synchronization -Version: 1.3.2 -Release: 2%{?dist} +Version: 1.3.3 +Release: 1%{?dist} %global goipath github.com/syncthing/syncthing %global tag v%{version} @@ -81,7 +81,7 @@ Provides: bundled(golang(github.com/shirou/gopsutil)) = 47ef3260b6bf Provides: bundled(golang(github.com/syncthing/notify)) = 69c7a957d3e2 Provides: bundled(golang(github.com/syndtr/goleveldb)) = 758128399b1d Provides: bundled(golang(github.com/thejerf/suture)) = 3.0.2+incompatible -Provides: bundled(golang(github.com/urfave/cli)) = 1.22.1 +Provides: bundled(golang(github.com/urfave/cli)) = 1.22.2 Provides: bundled(golang(github.com/vitrun/qart)) = bf64b92db6b0 Provides: bundled(golang(golang.org/x/crypto)) = 9756ffdc2472 Provides: bundled(golang(golang.org/x/net)) = ba9fcec4b297 @@ -353,6 +353,9 @@ export GO111MODULE=off %changelog +* Wed Jan 08 2020 Fabio Valentini - 1.3.3-1 +- Update to version 1.3.3. + * Tue Dec 03 2019 Fabio Valentini - 1.3.2-2 - Add proposed patch to fix tests running out of memory on 32 bit arches.