Hello community,

here is the log from the commit of package syncthing for openSUSE:Factory 
checked in at 2015-12-21 12:05:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2015-12-09 
22:34:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.syncthing.new/syncthing.changes 2015-12-21 
12:07:27.000000000 +0100
@@ -1,0 +2,20 @@
+Sun Dec 20 16:45:13 UTC 2015 - [email protected]
+
+- Update to 0.12.9:
+  * Example GUI override address.
+  * Additional output on insufficient error.
+  * Add command line option to open GUI.
+  * Always exit via error select, making sure reader routine is exits.
+  * Do not verify free space for files when directory
+    MinDiskFreePct==0.
+  * Edit device after accepting new connection.
+
+-------------------------------------------------------------------
+Mon Dec 14 17:54:15 UTC 2015 - [email protected]
+
+- Update to 0.12.8:
+  * Correct type assertion in verbose logger, restart.
+  * Remove Android hacks.
+  * upnp: Use a separate error for the error unmarshalling.
+
+-------------------------------------------------------------------

Old:
----
  syncthing-0.12.7.tar.gz

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

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

Other differences:
------------------
++++++ syncthing.spec ++++++
--- /var/tmp/diff_new_pack.jqKYSQ/_old  2015-12-21 12:07:28.000000000 +0100
+++ /var/tmp/diff_new_pack.jqKYSQ/_new  2015-12-21 12:07:28.000000000 +0100
@@ -17,13 +17,13 @@
 
 
 Name:           syncthing
-Version:        0.12.7
+Version:        0.12.9
 Release:        0
 Summary:        FOSS Continuous File Synchronisation
 License:        MPL-2.0
 Group:          Productivity/Networking/File-Sharing
 Url:            https://syncthing.net/
-Source:         
https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source:         
https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-source-v%{version}.tar.gz
 Source1:        %{name}.firewall
 BuildRequires:  go >= 1.3
 BuildRequires:  systemd
@@ -38,7 +38,7 @@
 Internet.
 
 %prep
-%setup -q
+%setup -q -n %{name}
 %if 0%{?suse_version} <= 1320
 # Remove an entry that only exists since systemd 215.
 sed -i '/^RestartForceExitStatus=/d;s/^\(SuccessExitStatus=\).*$/\12/' \
@@ -46,7 +46,6 @@
 %endif
 
 %build
-echo "v%{version}" | tee RELEASE
 %goprep github.com/%{name}/%{name}
 go run build.go $BUILDFLAGS -no-upgrade
 


Reply via email to