forked from pool/syncthing
Accepting request 319174 from network
OBS-URL: https://build.opensuse.org/request/show/319174 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syncthing?expand=0&rev=9
This commit is contained in:
commit
5203c3bdbc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dae242d1210a4cdc21dc624a7abec324b8634c07d673059662ffb795c8405671
|
||||
size 3363523
|
3
syncthing-0.11.17.tar.gz
Normal file
3
syncthing-0.11.17.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b041b7d3b6bb9056d9f844dd8e1e90850919474af03445667836a28d9756796
|
||||
size 3389730
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 28 15:54:12 UTC 2015 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to 0.11.17:
|
||||
* Determine conflict winner based on change type and modification
|
||||
time.
|
||||
* Optionally ignore remote deletes.
|
||||
* Add devices and directories without restart.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 19 23:41:06 UTC 2015 - jacobwinski@gmail.com
|
||||
|
||||
- update to 0.11.16:
|
||||
* Allow #editIgnores to scroll in browser.
|
||||
* Don't let folder ID escape into HTML tag ID:s.
|
||||
* Improve info text for device addresses.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 15 04:58:55 UTC 2015 - jacobwinski@gmail.com
|
||||
|
||||
- Update to 0.11.15 (changes since 0.11.13):
|
||||
* Fix advanced option saving.
|
||||
* Update protocol package.
|
||||
* Update panic instructions.
|
||||
* Remove one of two emits of events.DeviceConnected.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 6 11:38:09 UTC 2015 - sor.alexei@meowr.ru
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: syncthing
|
||||
Version: 0.11.13
|
||||
Version: 0.11.17
|
||||
Release: 0
|
||||
Summary: FOSS Continuous File Synchronization
|
||||
License: MPL-2.0
|
||||
@ -40,6 +40,7 @@ Internet.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
echo "v%{version}" | tee RELEASE
|
||||
%goprep github.com/%{name}/%{name}
|
||||
go run build.go -no-upgrade build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user