diff --git a/.gitignore b/.gitignore index 99b1820..bfb6c88 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /syncthing-source-v1.0.0.tar.gz /syncthing-source-v1.0.1.tar.gz /syncthing-source-v1.1.0.tar.gz +/syncthing-source-v1.1.1.tar.gz diff --git a/sources b/sources index 092b47a..212d162 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.1.0.tar.gz) = 7a287d943be134f895f28d2c3e661a860f0e8929a79dcd1b6956e11d2aac41edd9fba0f3ab5e358e67e940fd7456fb08e3b3cf529c333d71c144cfa7eb2abb63 +SHA512 (syncthing-source-v1.1.1.tar.gz) = 50cecfc5a332bd666a373f3f33cf25f97128fd557e3ac8fced0dff1308df05644cbc2ae578de5b4d078b792daac01c2dee674cd14377ff47125849157c80c1f9 diff --git a/syncthing.spec b/syncthing.spec index 8c4bf6e..9412e2e 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,7 +1,7 @@ Name: syncthing Summary: Continuous File Synchronization -Version: 1.1.0 -Release: 2%{?dist} +Version: 1.1.1 +Release: 1%{?dist} %global goipath github.com/syncthing/syncthing %global tag v%{version} @@ -219,11 +219,6 @@ cp -pav etc/linux-systemd/user/syncthing.service %{buildroot}/%{_userunitdir}/ mkdir -p %{buildroot}/%{_userpresetdir} echo "disable syncthing*" > %{buildroot}/%{_userpresetdir}/90-syncthing.preset -# install .desktop files -mkdir -p %{buildroot}/%{_datadir}/applications - -cp -pav etc/linux-desktop/*.desktop %{buildroot}/%{_datadir}/applications/ - # Unmark source files as executable for i in $(find -name "*.go" -executable -print); do @@ -234,9 +229,6 @@ done %check -desktop-file-validate \ - %{buildroot}/%{_datadir}/applications/syncthing*.desktop - export LANG=C.utf8 export GOPATH=$(pwd)/_build:%{gopath} export GO111MODULE=off @@ -310,8 +302,6 @@ export GO111MODULE=off %{_userunitdir}/syncthing.service %{_userpresetdir}/90-syncthing.preset -%{_datadir}/applications/syncthing*.desktop - %files tools %license LICENSE @@ -338,6 +328,9 @@ export GO111MODULE=off %changelog +* Fri Apr 05 2019 Fabio Valentini - 1.1.1-1 +- Update to version 1.1.1. + * Thu Mar 07 2019 Fabio Valentini - 1.1.0-2 - Fix build tags for changed variable names.