- Update to version 0.13.9.
OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=68
This commit is contained in:
parent
448b09ffe5
commit
4cb8b626e2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de02026900e62c3391b7a9016cd10c381a03483ad75244ce8cbff8f7aa505743
|
||||
size 5140565
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABCAAGBQJXXt+8AAoJENJubtAAZUo+NzsH/RG7XfaOpgpvfWxBFcznGvre
|
||||
bPpMDf16JUcgzu+a1+vVioOW6rCreutRYUFlMKW4aw+CBgtBr51WXT+KQW2xzvuK
|
||||
JKGAwhXnnBqoDmUG20gds2Q5TQwZRfW0FZqe1LYZjOhSAegjKe+aeDTt/gEbZrdn
|
||||
HiHqbPxDYO6O0kpNueE/+LsQ7dSC4H/MsPwfV1jFaB957NKcc3CuRFH8IFm6eSkz
|
||||
XyT+YK2b2ExNz3F3Bye1Wi9HneQbGQdh1jr7em2UfSmHH9tBY40OLbdPDKXfNfHH
|
||||
vxIwC9FTfqf9J/HgXOi89lfY2XHK4/0KS2L8k28Tk7Yei+yssHmyGfJ8szfHJRo=
|
||||
=76f0
|
||||
-----END PGP SIGNATURE-----
|
3
syncthing-source-v0.13.9.tar.gz
Normal file
3
syncthing-source-v0.13.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aadd06dd9a3a9ca472c5b00a965d3bf9d4c0d518539482b57de60f822617966d
|
||||
size 5142394
|
11
syncthing-source-v0.13.9.tar.gz.asc
Normal file
11
syncthing-source-v0.13.9.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABCAAGBQJXb99yAAoJENJubtAAZUo+G3EIAI9DpGANeg9x2EpZlupvqpel
|
||||
4qZCcmO6y80EIY0fhmlE+5jLMucTf/dA4OnzNh1bqlUbH9X5PM041OccGBJEjmuT
|
||||
eUDtpk7i4e0nnMxbIwd5jGohhr4E1IGmvqw/DjUodFkcdGaNgtFV5TryVJ2I8Tc1
|
||||
zOoxWGyGotqC6mss6nTYPxjP9LfQizwCS3OSP86eRlXhcoM4u4bxY9dy0McjuizM
|
||||
658//72LHPxlYFDHsJLq53ZpyYW5Do0t+rfFLAaSV7IAIcPHeohfXRqWnTyglQ0z
|
||||
PdX8ameIXYcHU50pd2aBU4MYBRzZWivrsFV5YCpn6rlOXYY5WV2Qe31WcwnMOhE=
|
||||
=0XkX
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 27 20:21:34 UTC 2016 - sor.alexei@meowr.ru
|
||||
|
||||
- Update to version 0.13.9 (changes since 0.13.7)
|
||||
* The layout of the out of sync items dialog has been improved.
|
||||
* Directories are now sorted by label, falling back to ID when
|
||||
required.
|
||||
* Directory name completion now works for empty names.
|
||||
* Directories can now be symbolic links also when using
|
||||
~-relative paths.
|
||||
* The discovered device addresses are now shown for disconnected
|
||||
devices.
|
||||
- Enable systemd 215+ specifics on SLE 12 SP2+ and
|
||||
openSUSE Leap 42.2+.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 01:22:25 UTC 2016 - jacobwinski@gmail.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: syncthing
|
||||
Version: 0.13.7
|
||||
Version: 0.13.9
|
||||
Release: 0
|
||||
Summary: FOSS Continuous File Synchronisation
|
||||
License: MPL-2.0
|
||||
@ -41,7 +41,7 @@ Internet.
|
||||
%prep
|
||||
%setup -q -n %{name}
|
||||
cp -f %{SOURCE3} %{name}.firewall
|
||||
%if 0%{?suse_version} <= 1320
|
||||
%if !(0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200)
|
||||
# Remove an entry that only exists since systemd 215.
|
||||
sed -i '/^RestartForceExitStatus=/d;s/^\(SuccessExitStatus=\).*$/\12/' \
|
||||
etc/linux-systemd/system/syncthing@.service
|
||||
@ -67,7 +67,7 @@ install -Dm 0644 etc/linux-systemd/system/%{name}@.service \
|
||||
%{buildroot}%{_unitdir}/%{name}@.service
|
||||
install -Dm 0644 etc/linux-systemd/system/%{name}-resume.service \
|
||||
%{buildroot}%{_unitdir}/%{name}-resume.service
|
||||
%if 0%{?suse_version} > 1320
|
||||
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
|
||||
install -Dm 0644 etc/linux-systemd/user/%{name}.service \
|
||||
%{buildroot}%{_userunitdir}/%{name}.service
|
||||
%endif
|
||||
@ -79,19 +79,19 @@ install -Dm 0644 %{name}.firewall \
|
||||
|
||||
%post
|
||||
%service_add_post %{name}-resume.service
|
||||
%if 0%{?suse_version} > 1320
|
||||
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
|
||||
%systemd_user_post %{name}.service
|
||||
%endif
|
||||
|
||||
%preun
|
||||
%service_del_preun %{name}@.service %{name}-resume.service
|
||||
%if 0%{?suse_version} > 1320
|
||||
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
|
||||
%systemd_user_preun %{name}.service
|
||||
%endif
|
||||
|
||||
%postun
|
||||
%service_del_postun %{name}-resume.service
|
||||
%if 0%{?suse_version} > 1320
|
||||
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
|
||||
%systemd_user_postun %{name}.service
|
||||
%endif
|
||||
|
||||
@ -102,7 +102,7 @@ install -Dm 0644 %{name}.firewall \
|
||||
%{_bindir}/%{name}
|
||||
%{_unitdir}/%{name}@.service
|
||||
%{_unitdir}/%{name}-resume.service
|
||||
%if 0%{?suse_version} > 1320
|
||||
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
|
||||
%{_userunitdir}/%{name}.service
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user