Accepting request 748455 from home:mrey:branches:network

- Update to 1.3.1:
  - Bugfixes:
    - #5993: Build information missing in discovery and relay
      server binaries
    - #5995: Usage-reported transfer stats are meaningless
    - #6008: Changed file in receive-only folder cannot be ignored
    - #6040: Shows authentication warning when listening on UNIX
      socket
    - #6049: Hostnames resolving to localhost are not considered
      'local' in remote access warning
  - Enhancements:
    - #5583: White tab in black Interface ?
    - #5627: Stalled scans need better UI representation
  - Other issues:
    - #6010: STUN server stun.voxgratia.org should be removed
- Changes from 1.3.0:
  - Bugfixes:
    - #5985: Log spam and high CPU use if #include path is wrong in
      .stignore
  - Enhancements:
    - #5138: Rate limit can be very bursty
    - #5948: Improve free space checking when syncing
    - #5966: Database performance: improve situation with huge
      databases
  - Other issues:
    - #5924: Upgrade server JSON generator
    - #5991: lib/api: TestHostCheck never finishes with Go 1.13rc2
      under Docker
    - #5999: Allow providing your own ldflags for building
- Changes from 1.2.2:

OBS-URL: https://build.opensuse.org/request/show/748455
OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=172
This commit is contained in:
Alexei Sorokin
2019-11-13 21:28:36 +00:00
committed by Git OBS Bridge
parent 153bc48d71
commit b5d1318017
6 changed files with 72 additions and 16 deletions

View File

@@ -17,7 +17,7 @@
Name: syncthing
Version: 1.2.1
Version: 1.3.1
Release: 0
Summary: Continuous File Synchronisation
License: MPL-2.0
@@ -61,7 +61,7 @@ ls | sed '/^build$/d' | xargs cp -at build/src/github.com/%{name}/%{name}
cp -a vendor build/vendor/src
pushd build/src/github.com/%{name}/%{name}/
go run build.go -no-upgrade -version v%{version} install all
go run build.go -version v%{version} install all
popd
%install