forked from pool/syncthing
Accepting request 350164 from network
OBS-URL: https://build.opensuse.org/request/show/350164 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/syncthing?expand=0&rev=26
This commit is contained in:
commit
22082b7ec1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9b39507d6d18827859bbf8b6c56fdc19d8b1b75f9fafb340230ed8f604eb8f34
|
|
||||||
size 3991315
|
|
3
syncthing-source-v0.12.9.tar.gz
Normal file
3
syncthing-source-v0.12.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c4790c8c2e7ca6c978473ad4eefda63ea702c4be10e0fce0f23e1cd38a611ab2
|
||||||
|
size 4766423
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 20 16:45:13 UTC 2015 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- 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 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Update to 0.12.8:
|
||||||
|
* Correct type assertion in verbose logger, restart.
|
||||||
|
* Remove Android hacks.
|
||||||
|
* upnp: Use a separate error for the error unmarshalling.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 8 15:23:48 UTC 2015 - sor.alexei@meowr.ru
|
Tue Dec 8 15:23:48 UTC 2015 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: syncthing
|
Name: syncthing
|
||||||
Version: 0.12.7
|
Version: 0.12.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: FOSS Continuous File Synchronisation
|
Summary: FOSS Continuous File Synchronisation
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
Group: Productivity/Networking/File-Sharing
|
Group: Productivity/Networking/File-Sharing
|
||||||
Url: https://syncthing.net/
|
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
|
Source1: %{name}.firewall
|
||||||
BuildRequires: go >= 1.3
|
BuildRequires: go >= 1.3
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
@ -38,7 +38,7 @@ shared with some third party and how it's transmitted over the
|
|||||||
Internet.
|
Internet.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}
|
||||||
%if 0%{?suse_version} <= 1320
|
%if 0%{?suse_version} <= 1320
|
||||||
# Remove an entry that only exists since systemd 215.
|
# Remove an entry that only exists since systemd 215.
|
||||||
sed -i '/^RestartForceExitStatus=/d;s/^\(SuccessExitStatus=\).*$/\12/' \
|
sed -i '/^RestartForceExitStatus=/d;s/^\(SuccessExitStatus=\).*$/\12/' \
|
||||||
@ -46,7 +46,6 @@ sed -i '/^RestartForceExitStatus=/d;s/^\(SuccessExitStatus=\).*$/\12/' \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
echo "v%{version}" | tee RELEASE
|
|
||||||
%goprep github.com/%{name}/%{name}
|
%goprep github.com/%{name}/%{name}
|
||||||
go run build.go $BUILDFLAGS -no-upgrade
|
go run build.go $BUILDFLAGS -no-upgrade
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user