From be455bd597a1c8790ce7e2deb78985d95a607507294e6f2381ed1a009dadb035 Mon Sep 17 00:00:00 2001
From: Alexei Sorokin <sor.alexei@meowr.ru>
Date: Mon, 8 Feb 2021 00:49:10 +0000
Subject: [PATCH] Accepting request 870156 from
 home:dirkmueller:branches:network

- update to 1.13.1:
  * This release adds configuration options for min/max connections (see
    https://docs.syncthing.net/advanced/option-connection-limits.html) and
    moves the storage of pending devices/folders from the config to the
    database (see https://docs.syncthing.net/dev/rest.html#cluster-endpoints).
  * Bugfixes
  * Official builds of v1.13.0 come with the Tech Ui, which is impossible to
    switch back from

OBS-URL: https://build.opensuse.org/request/show/870156
OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=205
---
 syncthing-source-v1.12.1.tar.gz     |  3 ---
 syncthing-source-v1.12.1.tar.gz.asc | 11 -----------
 syncthing-source-v1.13.1.tar.gz     |  3 +++
 syncthing-source-v1.13.1.tar.gz.asc | 11 +++++++++++
 syncthing.changes                   | 12 ++++++++++++
 syncthing.spec                      |  2 +-
 6 files changed, 27 insertions(+), 15 deletions(-)
 delete mode 100644 syncthing-source-v1.12.1.tar.gz
 delete mode 100644 syncthing-source-v1.12.1.tar.gz.asc
 create mode 100644 syncthing-source-v1.13.1.tar.gz
 create mode 100644 syncthing-source-v1.13.1.tar.gz.asc

diff --git a/syncthing-source-v1.12.1.tar.gz b/syncthing-source-v1.12.1.tar.gz
deleted file mode 100644
index 49bed99..0000000
--- a/syncthing-source-v1.12.1.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:f636441137650316b83809c177efb4df73be024547e056ea03dcf0ed627d81c7
-size 11648726
diff --git a/syncthing-source-v1.12.1.tar.gz.asc b/syncthing-source-v1.12.1.tar.gz.asc
deleted file mode 100644
index 7750d15..0000000
--- a/syncthing-source-v1.12.1.tar.gz.asc
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNATURE-----
-
-iQEzBAABCgAdFiEEN8hFVOfgomHk924e0m5u0ABlSj4FAl/1b1EACgkQ0m5u0ABl
-Sj4XswgAsEy9EJM+Ejl4ykWGn2WGc6pJ4HgWILt6i0EUreY0jYl1W/neAipEKORh
-XdNLnciwaEy6xriYX0jMp2QVrcOCko+qgEIkr/P5G/kgJ5UmYoKNM74KgAQ5qxA+
-i9r4ffOWfmSZ7hDKXzBc8DcggkuRDgDs64CzVSaCrK8nayE4+3cYAWySVnorTr1u
-8IC8JnQ7HcROrF3MXBh/yztAIeHmCY3JRbsTnSzsfBagKKfaBeuwyNZxkcSgUtkk
-cKYtabzs0xgI4f8xmVXOKHZGjxHVwgrVm54LmeulvEa0zOtS90BwkqTiTOtPe/dv
-Hb9rKB1b3J6DybhI1GOTdR50MDPqqw==
-=7DwL
------END PGP SIGNATURE-----
diff --git a/syncthing-source-v1.13.1.tar.gz b/syncthing-source-v1.13.1.tar.gz
new file mode 100644
index 0000000..16d2ba0
--- /dev/null
+++ b/syncthing-source-v1.13.1.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bc5c431f28fb5bd219dcbeb68534e0da2b118a5ea6ed27edd17317aa84e08e5d
+size 11665625
diff --git a/syncthing-source-v1.13.1.tar.gz.asc b/syncthing-source-v1.13.1.tar.gz.asc
new file mode 100644
index 0000000..0b0c168
--- /dev/null
+++ b/syncthing-source-v1.13.1.tar.gz.asc
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQEzBAABCgAdFiEEN8hFVOfgomHk924e0m5u0ABlSj4FAmAa0wMACgkQ0m5u0ABl
+Sj7rdQf/fhUExTc3VaRlYqSfvVEp23/E7ia9Cnwnx1JmpwdAlgpmosG0m36CbKti
+vfU/EvU6TsAyX3MIFt0EWjMvnbNwgLVVX+4sJiuRGcczTDue3DEQyWEOWAdcG0ih
+TPyTSdqn4QuISYBXaFVSlYICqBP4+AswzEaYUJIEVnXi3ClcJ54cvKGRor5dICBD
+UOUOF+Xt8+13rY+jgVWeLvLkNL5Dk0n2+/IJ8m2C4EQS2JmrX4Rd1BHDwwC9ayoy
+0CGlrJeZi+ipUWSW5fbZSEP8vrTklENpFnOHDHVDijBrLhYWs/pJO9+6LlcG176k
+ktFfCl6k9vd24bdjO1equaACZ0kdVQ==
+=Kzlk
+-----END PGP SIGNATURE-----
diff --git a/syncthing.changes b/syncthing.changes
index fb91764..649e294 100644
--- a/syncthing.changes
+++ b/syncthing.changes
@@ -1,3 +1,15 @@
+-------------------------------------------------------------------
+Wed Feb  3 19:37:41 UTC 2021 - Dirk Müller <dmueller@suse.com>
+
+- update to 1.13.1:
+  * This release adds configuration options for min/max connections (see
+    https://docs.syncthing.net/advanced/option-connection-limits.html) and
+    moves the storage of pending devices/folders from the config to the
+    database (see https://docs.syncthing.net/dev/rest.html#cluster-endpoints).
+  * Bugfixes
+  * Official builds of v1.13.0 come with the Tech Ui, which is impossible to
+    switch back from
+
 -------------------------------------------------------------------
 Sun Jan 17 23:55:10 UTC 2021 - Dirk Müller <dmueller@suse.com>
 
diff --git a/syncthing.spec b/syncthing.spec
index 37fcbc3..985524d 100644
--- a/syncthing.spec
+++ b/syncthing.spec
@@ -17,7 +17,7 @@
 
 
 Name:           syncthing
-Version:        1.12.1
+Version:        1.13.1
 Release:        0
 Summary:        Continuous File Synchronisation
 License:        MPL-2.0