forked from pool/syncthing
Accepting request 512033 from network
OBS-URL: https://build.opensuse.org/request/show/512033 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syncthing?expand=0&rev=60
This commit is contained in:
commit
0d077f74b1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28c0aa68b2fff04f0b37cc8ce6e082bd4552f12c7fb7e4b5881453ad9df1104a
|
||||
size 8056372
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABCAAGBQJY4zjYAAoJENJubtAAZUo+BAsH/AisbZR8kxikp1imUiFlZOYN
|
||||
lNx051NEOy8oF0A4MJ4RaJBsS+Ec6HX63m9VwxG4rVi2U+YwiYve7X3UMH55BtFH
|
||||
ReQut+z9hqgLhecA4t1yV4b1kzU/oRLsbFGvSQWl4PmDrRc5jqxNjefnSBe/SuWm
|
||||
d9M7hzcsKaqSODfxAzL2DyKZ8PEMtbWzVJOn6dkrFsvEJ1LTQWDQmCoj2kaL96D/
|
||||
VrY9dtpGG/LJIqGPi4/NFKSujfHH4gqDqOUTkn3I0MnZfaX4hQQ9hyTWZQDXCPQY
|
||||
AkGyy3KKJ8IgnlG13TYSYDl3gSb71POZ6Dryl1AVvweJOadGqG40Pwtr7L4Wzp0=
|
||||
=8u/B
|
||||
-----END PGP SIGNATURE-----
|
3
syncthing-source-v0.14.32.tar.gz
Normal file
3
syncthing-source-v0.14.32.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33fcf9ab1a8595304d5f8dbd708df12e983a17e7aea2946bbdd8f95280f95eaa
|
||||
size 7906564
|
11
syncthing-source-v0.14.32.tar.gz.asc
Normal file
11
syncthing-source-v0.14.32.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABCAAGBQJZZG+dAAoJENJubtAAZUo+hKkIAK5ZpHpRvttS2xU0q+Mxc5Df
|
||||
GXlxrQ8QrJziSSVaggDrMQ6pFXnTLM+zOdOK8qz/aUtR3FPXsVem/YZK5rpO9Gat
|
||||
RZcQN/WvUs48EEDFYbEB9EOeI+Si92dmqspxT6/1mLo3tz9y3IaelEdJ0MyaFcrM
|
||||
305iPGgMar6S9mF4ZTSWudJ6irzZemGEzAjO8CNu+TOy5+5Tu6yhwBxJlapoB8zP
|
||||
ekR7E7lnsJG4x9VX6j03uF4TFmUTiinHOK1kVi3cEC6bVFJxnOwMFCj5bgm92DaV
|
||||
L/t53JkLy5KvgOIkTERiifYJxKS2o0YAJkhl02TcYpET98wiyy+nSgU+3s0u68k=
|
||||
=0pKt
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,90 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 21 13:30:37 UTC 2017 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to version 0.14.32:
|
||||
* "Nearby devices" are now shown in the add device dialogue,
|
||||
avoiding the need to type their device ID
|
||||
(gh#syncthing/syncthing#4157).
|
||||
* Directories that were once ignored in a sharing request now
|
||||
actually work properly when later added manually
|
||||
(gh#syncthing/syncthing#4219).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 28 19:20:44 UTC 2017 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to version 0.14.31 (changes since 0.14.29):
|
||||
* Correctly clear warning "path is a subdirectory of other
|
||||
folder" in directory dialogue (gh#syncthing/syncthing#3433).
|
||||
* Conflict copies filename now includes the ID of the last device
|
||||
to change the file (gh#syncthing/syncthing#3524).
|
||||
* Directories offered by other devices can now be ignored
|
||||
(gh#syncthing/syncthing#3993).
|
||||
* Changed device name takes effect with restart; device name is
|
||||
not sent to unknown devices (gh#syncthing/syncthing#4164).
|
||||
* Correctly show CPU usage when started with -no-restart option
|
||||
(gh#syncthing/syncthing#4183).
|
||||
* Icons and directory information in local device summary is
|
||||
consistent with that in directories
|
||||
(gh#syncthing/syncthing#4100).
|
||||
* Fix a data race in KCP & STUN (gh#syncthing/syncthing#4177).
|
||||
* Ignore patterns on newly accepted directories are no longer
|
||||
erroneously inherited from an earlier added directory
|
||||
(gh#syncthing/syncthing#4203).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 7 20:12:23 UTC 2017 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to version 0.14.29:
|
||||
* The layout of the global changes dialogue is improved
|
||||
(gh#syncthing/syncthing#3895).
|
||||
* Running as root or SYSTEM now triggers a warning recommending
|
||||
against it (gh#syncthing/syncthing#4123).
|
||||
* Changing the theme no longer causes an HTTP error
|
||||
(gh#syncthing/syncthing#4127).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 24 12:01:32 UTC 2017 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to version 0.14.28:
|
||||
* It is now possible to create custom event subscriptions via the
|
||||
REST API (gh#syncthing/syncthing#1879).
|
||||
* Removing large directories now uses less memory
|
||||
(gh#syncthing/syncthing#2250).
|
||||
* The minimum disc space (per directory and for the home drive)
|
||||
can now be set to an absolute value
|
||||
(gh#syncthing/syncthing#3307).
|
||||
* Pausing or reconfiguring a directory will no longer start extra
|
||||
scans. Pausing a directory stops scanning
|
||||
(gh#syncthing/syncthing#3965).
|
||||
* Ignore patterns can now be set at directory creation time, and
|
||||
for paused directories (gh#syncthing/syncthing#3996).
|
||||
* It is no longer possible to configure the GUI/API to listen on
|
||||
a privileged port using the standard settings dialogue
|
||||
(gh#syncthing/syncthing#4020).
|
||||
* The device allowed subnet list can now include negative ("!")
|
||||
entries to disallow subnets (gh#syncthing/syncthing#4096).
|
||||
* Doing "Override changes" now uses less memory
|
||||
(gh#syncthing/syncthing#4112).
|
||||
- Require golang.org/x/net/context on openSUSE older than
|
||||
openSUSE Leap 15.x.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 26 15:49:18 UTC 2017 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to version 0.14.27:
|
||||
* Devices can now have a list of allowed subnets (advanced
|
||||
config) (gh#syncthing/syncthing#219).
|
||||
* The transfer rate units can now be changed by clicking on the
|
||||
value (gh#syncthing/syncthing#234).
|
||||
* UI text explaining "Introducer" is improved
|
||||
(gh#syncthing/syncthing#1819).
|
||||
* Advanced config editor can now edit lists of things
|
||||
(gh#syncthing/syncthing#2267).
|
||||
* Directories created for new directories now obey the user umask
|
||||
setting (gh#syncthing/syncthing#2519).
|
||||
* Incoming index updates are consistency checked better
|
||||
(gh#syncthing/syncthing#4053).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 10 12:46:34 UTC 2017 - sor.alexei@meowr.ru
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: syncthing
|
||||
Version: 0.14.26
|
||||
Version: 0.14.32
|
||||
Release: 0
|
||||
Summary: FOSS Continuous File Synchronisation
|
||||
License: MPL-2.0
|
||||
@ -30,6 +30,9 @@ Source3: %{name}.firewall
|
||||
BuildRequires: go >= 1.5
|
||||
BuildRequires: systemd
|
||||
BuildRequires: systemd-rpm-macros
|
||||
%if 0%{?suse_version} <= 1320
|
||||
BuildRequires: golang-org-x-net-context
|
||||
%endif
|
||||
|
||||
%description
|
||||
Syncthing replaces proprietary sync and cloud services with
|
||||
@ -47,6 +50,9 @@ cp -f %{SOURCE3} %{name}.firewall
|
||||
sed -i '/^RestartForceExitStatus=/d;s/^\(SuccessExitStatus=\).*$/\12/' \
|
||||
etc/linux-systemd/system/syncthing@.service
|
||||
%endif
|
||||
%if 0%{?suse_version} <= 1320
|
||||
find -type f -name '*.go' -exec sed -i 's|"context"|"golang.org/x/net/context"|' {} \;
|
||||
%endif
|
||||
|
||||
%build
|
||||
mkdir -p build/src/ build/vendor/
|
||||
|
Loading…
Reference in New Issue
Block a user