Hello community,

here is the log from the commit of package syncthing for openSUSE:Factory 
checked in at 2016-05-23 16:38:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syncthing (Old)
 and      /work/SRC/openSUSE:Factory/.syncthing.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "syncthing"

Changes:
--------
--- /work/SRC/openSUSE:Factory/syncthing/syncthing.changes      2016-05-10 
09:27:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.syncthing.new/syncthing.changes 2016-05-23 
16:38:57.000000000 +0200
@@ -1,0 +2,54 @@
+Thu May 19 05:54:18 UTC 2016 - [email protected]
+
+- Update to version 0.13.1:
+  * lib/config: Don't migrate non-HTTPS-URL discovery servers to new
+    path
+  * gui, lib: Add missing licenses
+  * lib/connections: Correctly add port to portless tcp:// URLs
+
+-------------------------------------------------------------------
+Wed May 18 08:54:32 UTC 2016 - [email protected]
+
+- Drop unnecessary systemd install-time dependencies. [bnc#980389]
+  Only pass template units to preun (disable); no other actions
+  are defined for them.
+
+-------------------------------------------------------------------
+Tue May 17 17:13:51 UTC 2016 - [email protected]
+
+- Update to version 0.13.0:
+  * Devices now announce files that are in progress of being
+    downloaded, in addition to those that are already complete.
+    This means a device can serve parts of a file to other devices
+    before it has completed the download itself.
+  * Directory labels are now distinct from the directory ID.
+    The intention is for the label to be human readable and for the
+    ID to be machine readable and unique. When upgrading,
+    directory IDs are not changed. However when creating new
+    directories Syncthing will suggest a random, unique directory
+    ID.
+  * When receiving a connection attempt from an unknown device
+    Syncthing will now show the name of that device, not only it's
+    ID.
+  * Syncthing will now manage port mappings on NAT-PMP compliant
+    routers, in addition to the existing UPnP support.
+  * Ignored files can now be tagged with the prefix (?d) to
+    indicate that Syncthing may delete these files if they remain
+    when deleting a directory. Ignore patterns use less memory by
+    default.
+  * The address for sync connections, both the listening side and
+    for remote devices, can now be made IPv4- or IPv6-only. Use the
+    tcp4:// or tcp6:// schemes to specify one or the other. The
+    default tcp:// is still dual stack. Additionally, relays are
+    now treated as listen addresses and set in the same
+    configuration setting.
+  * The directory settings dialog has been cleaned up.
+  * The environment variable ALL_PROXY_NO_FALLBACK can be set to
+    disable falling back to direct connections in the absence of a
+    working proxy.
+  * The "Syncing" complete percentage for remote devices may
+    erroneously display more than 100% (i.e. 156% or 297%) while a
+    remote device is still synchronising.
+  * Many, many bug fixes.
+
+-------------------------------------------------------------------

Old:
----
  syncthing-source-v0.12.23.tar.gz

New:
----
  syncthing-source-v0.13.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ syncthing.spec ++++++
--- /var/tmp/diff_new_pack.vijopC/_old  2016-05-23 16:38:58.000000000 +0200
+++ /var/tmp/diff_new_pack.vijopC/_new  2016-05-23 16:38:58.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           syncthing
-Version:        0.12.23
+Version:        0.13.1
 Release:        0
 Summary:        FOSS Continuous File Synchronisation
 License:        MPL-2.0
@@ -45,26 +45,37 @@
 %endif
 
 %build
-export GOPATH="$PWD/build"
+mkdir -p build/src/ build/vendor/
+export GOPATH="$PWD/build:$PWD/build/vendor"
+
 mkdir -p build/src/github.com/%{name}/%{name}
 ls | sed '/^build$/d' | xargs cp -at build/src/github.com/%{name}/%{name}
-go run build.go -no-upgrade
+cp -a vendor build/vendor/src
+
+pushd build/src/github.com/%{name}/%{name}/
+go run build.go install all \
+  -version v%{version} -no-upgrade
+popd
 
 %install
-install -Dm 0755 bin/%{name} %{buildroot}%{_bindir}/%{name}
+install -Dm 0755 build/src/github.com/%{name}/%{name}/bin/%{name} \
+  %{buildroot}%{_bindir}/%{name}
 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
 install -Dm 0644 etc/linux-systemd/user/%{name}.service          \
   %{buildroot}%{_userunitdir}/%{name}.service
-install -Dm 0644 %{SOURCE1} 
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
+%endif
+install -Dm 0644 %{SOURCE1}                                       \
+  %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
 
 %pre
-%service_add_pre %{name}@.service %{name}-resume.service
+%service_add_pre %{name}-resume.service
 
 %post
-%service_add_post %{name}@.service %{name}-resume.service
+%service_add_post %{name}-resume.service
 %if 0%{?suse_version} > 1320
 %systemd_user_post %{name}.service
 %endif
@@ -76,7 +87,7 @@
 %endif
 
 %postun
-%service_del_postun %{name}@.service %{name}-resume.service
+%service_del_postun %{name}-resume.service
 %if 0%{?suse_version} > 1320
 %systemd_user_postun %{name}.service
 %endif

++++++ syncthing-source-v0.12.23.tar.gz -> syncthing-source-v0.13.1.tar.gz 
++++++
++++ 202196 lines of diff (skipped)


Reply via email to