SHA256
1
0
forked from pool/syncthing

- Update to version 0.14.45.

OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=132
This commit is contained in:
Alexei Sorokin 2018-03-19 22:40:23 +00:00 committed by Git OBS Bridge
parent f84e4e7ad8
commit e079724b3a
6 changed files with 38 additions and 30 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2136ef7bdec305f01fd9e7bde92d904bb9215e1e6328703b12a98015b828b83b
size 10447240

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABCAAGBQJafCquAAoJENJubtAAZUo+kvEH/2HO6UgsYmnr3/1kjW9d9myR
y8WU6WSiz3genbgW7Rj6SPY9+IGz3OUH3gzIMsZWsHjIHcdYr+MIrAoBGU1k5LS0
IZaFo2R3zgNwk7i1+60nO65cjwTwEGYY70sNMVeHsuWJZdWB8KDm3z5TFNiKplWj
rhXWYnplHcGJIOGCqIqQdSD5vKdQZcHdZGRtyhWj7ca0A934gd3trS2H+7FTR1SV
cYR9nrUtMuyJrxFgWubxE8EihO2M/bQxbGxnHYwLZKxzQph0fNu7v7TGi/usz2P5
KX7lKQ47423/s+x6bN+xyVBQNqbryS1fEozOW62ln0NZSIpNoa7WdezPIcrvqco=
=YK8Z
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3236a12b3698f6eaef785348a26fea59f87398b2753c414d18844e5f7d7a655b
size 10409775

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAABCAAGBQJanjR1AAoJENJubtAAZUo+FiUH/iCgPHKkzYBdAleQ354AiILD
jDu3v3xJOxuk/PKRnO3mA+XVMhWIsu/rF1juR3po6nr+6+FhKrY4wE/KMwADrIHv
PzqKisq1mMtkjtV/a9WLvTTSsb4RCSyoRnDH5CYebt9fIhk32to7WtIriRDwDDS6
DYPNi6yNDJC3jf8H6qONPEqKfZ4CyqQDM9NxrarnCdW0Yqixr+/P1LenrRqAeQux
3DGJYPsF0cM2JUl/PyggHc0hTnBwU39493rhasLgJojMhME48Dnik5cFQSB2IUz9
N6LqZJ9uSqxSHa8hIoYLulwPrWco6NaD+fFx4BrYamoU5dxUGwqseOdcLlehbCk=
=Kpik
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Mar 17 19:32:02 UTC 2018 - sor.alexei@meowr.ru
- Update to version 0.14.45:
* panic: bug: removed more than added
(gh#syncthing/syncthing#4659).
* Ignore pattern beginning with "#" does not match subpaths
(gh#syncthing/syncthing#4680).
* Ignore patterns in web UI aren't reloaded if only comments
change (gh#syncthing/syncthing#4689).
* Global is different from local state when ignoring files
(gh#syncthing/syncthing#4701).
* Fix basicfs_watch_tests being flaky
(gh#syncthing/syncthing#4687).
* Remove KCP (gh#syncthing/syncthing#4737).
-------------------------------------------------------------------
Fri Feb 23 21:12:39 UTC 2018 - sor.alexei@meowr.ru

View File

@ -17,7 +17,7 @@
Name: syncthing
Version: 0.14.44
Version: 0.14.45
Release: 0
Summary: FOSS Continuous File Synchronisation
License: MPL-2.0
@ -32,7 +32,7 @@ BuildRequires: systemd
BuildRequires: systemd-rpm-macros
%description
Syncthing is an application that synchronizes files across multiple
Syncthing is an application that synchronises files across multiple
devices. This means the creation, modification or deletion of files
on one machine will automatically be replicated to other devices.
@ -40,11 +40,6 @@ on one machine will automatically be replicated to other devices.
%setup -q -n %{name}
cp -f %{SOURCE3} %{name}.firewall
%if !(0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200)
# Remove entries which only exist since systemd 215.
sed -i '/^RestartForceExitStatus=/d;s/^\(SuccessExitStatus=\).*$/\12/' \
etc/linux-systemd/system/syncthing@.service
%endif
%build
export BUILD_HOST=openSUSE
@ -79,30 +74,27 @@ install -Dpm 0644 %{name}.firewall \
%post
%service_add_post %{name}-resume.service
%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 || 0%{?sle_version} >= 120200
%systemd_user_preun %{name}.service
%endif
%postun
%service_del_postun %{name}-resume.service
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
%systemd_user_postun %{name}.service
%endif
%files
%doc AUTHORS CONDUCT.md CONTRIBUTING.md LICENSE README.md
%if 0%{?suse_version} >= 1500
%license LICENSE
%else
%doc LICENSE
%endif
%doc AUTHORS CONDUCT.md CONTRIBUTING.md README.md
%config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
%{_bindir}/%{name}
%{_unitdir}/%{name}@.service
%{_unitdir}/%{name}-resume.service
%if 0%{?suse_version} > 1320 || 0%{?sle_version} >= 120200
%{_userunitdir}/%{name}.service
%endif
%changelog