From 1c7b03204a5b9539020259d8a23a44c76b0c0858 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 24 Mar 2021 18:38:51 +0100 Subject: [PATCH 01/15] update to version 1.14.0 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 11 ++++++++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 85442c2..133e35a 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ /syncthing-source-v1.12.0.tar.gz /syncthing-source-v1.12.1.tar.gz /syncthing-source-v1.13.1.tar.gz +/syncthing-source-v1.14.0.tar.gz diff --git a/sources b/sources index 3640d04..8712fb8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.13.1.tar.gz) = 098429d193dabcf4020283e1f93503a855e87717f52aca9da2c81a5a02e4f6123f0ab7feb0d2313a239da033234bd10f75fec56c4004ddc8489e72c822680443 +SHA512 (syncthing-source-v1.14.0.tar.gz) = 8b06f7e19afd1f699de569090dd3d58cc81a658bfb10a923bb2023d922fe18bf9fcaca38244e338fac9939054b86cc626db63e6a8588f62f981cc5d37eb7ad88 diff --git a/syncthing.spec b/syncthing.spec index 2ce548d..e55d3ff 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.13.1 +%global basever 1.14.0 #%%global rcnum 0 Name: syncthing @@ -48,10 +48,10 @@ Provides: bundled(moment) = 2.19.4 # automatically generated Provides for bundled go dependencies # manually check licenses for new deps and update License tag if necessary -# generate with "./vendor2provides.py path/to/vendor/modules.txt") +# generate with "./vendor2provides.py path/to/vendor/modules.txt" # github.com/AudriusButkevicius/pfilter : MIT -Provides: bundled(golang(github.com/AudriusButkevicius/pfilter)) = c55ef61 +Provides: bundled(golang(github.com/AudriusButkevicius/pfilter)) = 7468b85 # github.com/AudriusButkevicius/recli : MPLv2.0 Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = 0.0.5 # github.com/Azure/go-ntlmssp : MIT @@ -113,6 +113,8 @@ Provides: bundled(golang(github.com/golang/protobuf)) = 1.4.3 Provides: bundled(golang(github.com/golang/snappy)) = 0.0.1 # github.com/greatroar/blobloom : ASL 2.0 Provides: bundled(golang(github.com/greatroar/blobloom)) = 0.5.0 +# github.com/hashicorp/golang-lru : MPLv2.0 +Provides: bundled(golang(github.com/hashicorp/golang-lru)) = 0.5.1 # github.com/jackpal/gateway : BSD Provides: bundled(golang(github.com/jackpal/gateway)) = 1.0.6 # github.com/jackpal/go-nat-pmp : ASL 2.0 @@ -447,6 +449,9 @@ export GO111MODULE=off %changelog +* Wed Mar 24 2021 Fabio Valentini - 1.14.0-1 +- Update to version 1.14.0. + * Thu Feb 04 2021 Fabio Valentini - 1.13.1-1 - Update to version 1.13.1. From 709052c2ff7d0c1ad4ecbd32067ce269e13a1c1c Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 12 Apr 2021 14:20:04 +0200 Subject: [PATCH 02/15] update to version 1.15.1 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 67 +++++++++++++++++--------------------------------- 3 files changed, 25 insertions(+), 45 deletions(-) diff --git a/.gitignore b/.gitignore index 133e35a..1ddb324 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ /syncthing-source-v1.12.1.tar.gz /syncthing-source-v1.13.1.tar.gz /syncthing-source-v1.14.0.tar.gz +/syncthing-source-v1.15.1.tar.gz diff --git a/sources b/sources index 8712fb8..aa8a653 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.14.0.tar.gz) = 8b06f7e19afd1f699de569090dd3d58cc81a658bfb10a923bb2023d922fe18bf9fcaca38244e338fac9939054b86cc626db63e6a8588f62f981cc5d37eb7ad88 +SHA512 (syncthing-source-v1.15.1.tar.gz) = 22c04ca93596dd6f1dc69d6815c699fc4558e58487dd911c3373dcd63c6a65bef0fa8168e835f82e40d9a9aea49fc59550f25c6e1b78c2b7b078757b86d1b0ac diff --git a/syncthing.spec b/syncthing.spec index e55d3ff..64a8a05 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.14.0 +%global basever 1.15.1 #%%global rcnum 0 Name: syncthing @@ -56,10 +56,10 @@ Provides: bundled(golang(github.com/AudriusButkevicius/pfilter)) = 7468b85 Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = 0.0.5 # github.com/Azure/go-ntlmssp : MIT Provides: bundled(golang(github.com/Azure/go-ntlmssp)) = 6637195 -# github.com/DataDog/zstd : BSD -Provides: bundled(golang(github.com/DataDog/zstd)) = 1.4.1 # github.com/StackExchange/wmi : MIT Provides: bundled(golang(github.com/StackExchange/wmi)) = cbe6696 +# github.com/alecthomas/kong : MIT +Provides: bundled(golang(github.com/alecthomas/kong)) = 0.2.12 # github.com/beorn7/perks : MIT Provides: bundled(golang(github.com/beorn7/perks)) = 1.0.1 # github.com/bkaradzic/go-lz4 : BSD @@ -71,7 +71,6 @@ Provides: bundled(golang(github.com/ccding/go-stun)) = 0.1.2 # github.com/certifi/gocertifi : MPLv2.0 Provides: bundled(golang(github.com/certifi/gocertifi)) = 2c3bb06 # github.com/cespare/xxhash : MIT -Provides: bundled(golang(github.com/cespare/xxhash)) = 1.1.0 Provides: bundled(golang(github.com/cespare/xxhash/v2)) = 2.1.1 # github.com/cheekybits/genny : MIT Provides: bundled(golang(github.com/cheekybits/genny)) = 1.0.0 @@ -83,14 +82,6 @@ Provides: bundled(golang(github.com/cpuguy83/go-md2man/v2)) = f79a8a8 Provides: bundled(golang(github.com/d4l3k/messagediff)) = 1.2.1 # github.com/dchest/siphash : CC0 Provides: bundled(golang(github.com/dchest/siphash)) = 1.2.2 -# github.com/dgraph-io/badger : ASL 2.0 -Provides: bundled(golang(github.com/dgraph-io/badger/v2)) = 2.0.3 -# github.com/dgraph-io/ristretto : ASL 2.0 -Provides: bundled(golang(github.com/dgraph-io/ristretto)) = 8f368f2 -# github.com/dgryski/go-farm : MIT -Provides: bundled(golang(github.com/dgryski/go-farm)) = 6a90982 -# github.com/dustin/go-humanize : MIT -Provides: bundled(golang(github.com/dustin/go-humanize)) = 1.0.0 # github.com/flynn-archive/go-shlex : ASL 2.0 Provides: bundled(golang(github.com/flynn-archive/go-shlex)) = 3f9db97 # github.com/getsentry/raven-go : BSD @@ -137,10 +128,16 @@ Provides: bundled(golang(github.com/maruel/panicparse)) = 1.5.1 Provides: bundled(golang(github.com/mattn/go-isatty)) = 0.0.12 # github.com/matttproud/golang_protobuf_extensions : ASL 2.0 Provides: bundled(golang(github.com/matttproud/golang_protobuf_extensions)) = 1.0.1 +# github.com/maxbrunsfeld/counterfeiter : MIT +Provides: bundled(golang(github.com/maxbrunsfeld/counterfeiter/v6)) = 6.3.0 # github.com/minio/sha256-simd : ASL 2.0 Provides: bundled(golang(github.com/minio/sha256-simd)) = 0.1.1 # github.com/miscreant/miscreant.go : MIT Provides: bundled(golang(github.com/miscreant/miscreant.go)) = 26d3763 +# github.com/niemeyer/pretty : MIT +Provides: bundled(golang(github.com/niemeyer/pretty)) = a10e7ca +# github.com/onsi/gomega : MIT +Provides: bundled(golang(github.com/onsi/gomega)) = 1.10.3 # github.com/oschwald/geoip2-golang : ISC Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.4.0 # github.com/oschwald/maxminddb-golang : ISC @@ -168,7 +165,7 @@ Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.20.11 # github.com/shurcooL/sanitized_anchor_name : MIT Provides: bundled(golang(github.com/shurcooL/sanitized_anchor_name)) = 1.0.0 # github.com/syncthing/notify : MIT -Provides: bundled(golang(github.com/syncthing/notify)) = 17de266 +Provides: bundled(golang(github.com/syncthing/notify)) = f45149b # github.com/syndtr/goleveldb : BSD Provides: bundled(golang(github.com/syndtr/goleveldb)) = d9e9293 # github.com/thejerf/suture : MIT @@ -182,18 +179,25 @@ Provides: bundled(golang(golang.org/x/crypto)) = 9e8e0b3 # golang.org/x/net : BSD Provides: bundled(golang(golang.org/x/net)) = ff519b6 # golang.org/x/sys : BSD -Provides: bundled(golang(golang.org/x/sys)) = da20708 +Provides: bundled(golang(golang.org/x/sys)) = b64e53b # golang.org/x/text: BSD Provides: bundled(golang(golang.org/x/text)) = 0.3.4 # golang.org/x/time : BSD Provides: bundled(golang(golang.org/x/time)) = 3af7569 +# golang.org/x/tools : BSD +Provides: bundled(golang(golang.org/x/tools)) = 0.1.0 # google.golang.org/protobuf : BSD Provides: bundled(golang(google.golang.org/protobuf)) = 1.23.0 +# github.com/go-check/check : BSD +Provides: bundled(golang(gopkg.in/check.v1)) = 038fdea # an inotify filesystem watcher is integrated with syncthing now Provides: syncthing-inotify = 0.8.7-5 Obsoletes: syncthing-inotify < 0.8.7-5 +# command line interface for syncthing was merged into main binary +Obsoletes: syncthing-cli < 1.15.1-1 + %description Syncthing replaces other file synchronization services with something @@ -240,19 +244,6 @@ This package contains the main syncthing server tools: to connect to indirectly over the internet. -%package cli -Summary: Continuous File Synchronization (CLI) - -%description cli -Syncthing replaces other file synchronization services with something -open, trustworthy and decentralized. Your data is your data alone and -you deserve to choose where it is stored, if it is shared with some -third party and how it's transmitted over the Internet. Using syncthing, -that control is returned to you. - -This package contains the CLI program. - - %prep %autosetup -n %{name} -p1 @@ -297,9 +288,6 @@ export LDFLAGS="-X %{goipath}/lib/build.Program=strelaysrv $COMMON_LDFLAGS" export LDFLAGS="-X %{goipath}/lib/build.Program=strelaypoolsrv $COMMON_LDFLAGS" %gobuild -o _bin/strelaypoolsrv %{goipath}/cmd/strelaypoolsrv -export LDFLAGS="-X %{goipath}/lib/build.Program=stcli $COMMON_LDFLAGS" -%gobuild -o _bin/stcli %{goipath}/cmd/stcli - %install export GO111MODULE=off @@ -311,7 +299,6 @@ cp -pav _bin/syncthing %{buildroot}/%{_bindir}/ cp -pav _bin/stdiscosrv %{buildroot}/%{_bindir}/ cp -pav _bin/strelaysrv %{buildroot}/%{_bindir}/ cp -pav _bin/strelaypoolsrv %{buildroot}/%{_bindir}/ -cp -pav _bin/stcli %{buildroot}/%{_bindir}/ # install man pages mkdir -p %{buildroot}/%{_mandir}/man1 @@ -332,8 +319,8 @@ cp -pav etc/linux-systemd/system/syncthing@.service %{buildroot}/%{_unitdir}/ cp -pav etc/linux-systemd/system/syncthing-resume.service %{buildroot}/%{_unitdir}/ cp -pav etc/linux-systemd/user/syncthing.service %{buildroot}/%{_userunitdir}/ -# Unmark source files as executable -for i in $(find -name "*.go" -executable -print); do +# unmark source files as executable +for i in $(find -name "*.go" -type f -executable -print); do chmod a-x $i; done @@ -343,10 +330,6 @@ done %check -# restore executable bit on a folder ending in .go -# (likely caused by a bug in a brp script) -chmod +x vendor/github.com/miscreant/miscreant.go - export LANG=C.utf8 export GOPATH=$(pwd)/_build:%{gopath} export GO111MODULE=off @@ -434,13 +417,6 @@ export GO111MODULE=off %{_mandir}/man1/strelaysrv* -%files cli -%license LICENSE -%doc README.md AUTHORS - -%{_bindir}/stcli - - %if %{with devel} %files devel -f devel.file-list %license LICENSE @@ -449,6 +425,9 @@ export GO111MODULE=off %changelog +* Mon Apr 12 2021 Fabio Valentini - 1.15.1-1 +- Update to version 1.15.1. + * Wed Mar 24 2021 Fabio Valentini - 1.14.0-1 - Update to version 1.14.0. From 6063631d333725201db6d284dadc20cc581393f3 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 10 May 2021 12:02:14 +0200 Subject: [PATCH 03/15] update to version 1.16.1 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1ddb324..411e551 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ /syncthing-source-v1.13.1.tar.gz /syncthing-source-v1.14.0.tar.gz /syncthing-source-v1.15.1.tar.gz +/syncthing-source-v1.16.1.tar.gz diff --git a/sources b/sources index aa8a653..7c83010 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.15.1.tar.gz) = 22c04ca93596dd6f1dc69d6815c699fc4558e58487dd911c3373dcd63c6a65bef0fa8168e835f82e40d9a9aea49fc59550f25c6e1b78c2b7b078757b86d1b0ac +SHA512 (syncthing-source-v1.16.1.tar.gz) = 96c677852f369aa3abb78a47b81d2ecfdce8f768fbf641f66f800277491921b84e847e8b2e62ed82e7e3555dfcdf1ec28688baa0a8b830b8894bf90816cdc380 diff --git a/syncthing.spec b/syncthing.spec index 64a8a05..3eaeee9 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.15.1 +%global basever 1.16.1 #%%global rcnum 0 Name: syncthing @@ -67,7 +67,7 @@ Provides: bundled(golang(github.com/bkaradzic/go-lz4)) = 7224d8d # github.com/calmh/xdr : MIT Provides: bundled(golang(github.com/calmh/xdr)) = 1.1.0 # github.com/ccding/go-stun : ASL 2.0 -Provides: bundled(golang(github.com/ccding/go-stun)) = 0.1.2 +Provides: bundled(golang(github.com/ccding/go-stun)) = 0.1.3 # github.com/certifi/gocertifi : MPLv2.0 Provides: bundled(golang(github.com/certifi/gocertifi)) = 2c3bb06 # github.com/cespare/xxhash : MIT @@ -425,6 +425,9 @@ export GO111MODULE=off %changelog +* Mon May 10 2021 Fabio Valentini - 1.16.1-1 +- Update to version 1.16.1. + * Mon Apr 12 2021 Fabio Valentini - 1.15.1-1 - Update to version 1.15.1. From 10ee1f3e41b9ce50c43e7b63085edb042c918e0d Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 15 Jun 2021 14:55:19 +0200 Subject: [PATCH 04/15] update to version 1.17.0 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 87 +++++++++++++++++++++++++------------------------- 3 files changed, 45 insertions(+), 45 deletions(-) diff --git a/.gitignore b/.gitignore index 411e551..66a9a00 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ /syncthing-source-v1.14.0.tar.gz /syncthing-source-v1.15.1.tar.gz /syncthing-source-v1.16.1.tar.gz +/syncthing-source-v1.17.0.tar.gz diff --git a/sources b/sources index 7c83010..868a835 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.16.1.tar.gz) = 96c677852f369aa3abb78a47b81d2ecfdce8f768fbf641f66f800277491921b84e847e8b2e62ed82e7e3555dfcdf1ec28688baa0a8b830b8894bf90816cdc380 +SHA512 (syncthing-source-v1.17.0.tar.gz) = 84a335f424af661b71502c53eca80f7426da215485eb8953f275d5ed4d7281a003b25dd56bc76749a9b129012c7c0696c6d646107904eca993198a9ae91278f7 diff --git a/syncthing.spec b/syncthing.spec index 3eaeee9..6fec405 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.16.1 +%global basever 1.17.0 #%%global rcnum 0 Name: syncthing @@ -51,15 +51,15 @@ Provides: bundled(moment) = 2.19.4 # generate with "./vendor2provides.py path/to/vendor/modules.txt" # github.com/AudriusButkevicius/pfilter : MIT -Provides: bundled(golang(github.com/AudriusButkevicius/pfilter)) = 7468b85 +Provides: bundled(golang(github.com/AudriusButkevicius/pfilter)) = e9aaf99 # github.com/AudriusButkevicius/recli : MPLv2.0 -Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = 0.0.5 +Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = 0.0.6 # github.com/Azure/go-ntlmssp : MIT Provides: bundled(golang(github.com/Azure/go-ntlmssp)) = 6637195 # github.com/StackExchange/wmi : MIT Provides: bundled(golang(github.com/StackExchange/wmi)) = cbe6696 # github.com/alecthomas/kong : MIT -Provides: bundled(golang(github.com/alecthomas/kong)) = 0.2.12 +Provides: bundled(golang(github.com/alecthomas/kong)) = 0.2.16 # github.com/beorn7/perks : MIT Provides: bundled(golang(github.com/beorn7/perks)) = 1.0.1 # github.com/bkaradzic/go-lz4 : BSD @@ -69,7 +69,7 @@ Provides: bundled(golang(github.com/calmh/xdr)) = 1.1.0 # github.com/ccding/go-stun : ASL 2.0 Provides: bundled(golang(github.com/ccding/go-stun)) = 0.1.3 # github.com/certifi/gocertifi : MPLv2.0 -Provides: bundled(golang(github.com/certifi/gocertifi)) = 2c3bb06 +Provides: bundled(golang(github.com/certifi/gocertifi)) = 83314bf # github.com/cespare/xxhash : MIT Provides: bundled(golang(github.com/cespare/xxhash/v2)) = 2.1.1 # github.com/cheekybits/genny : MIT @@ -77,7 +77,7 @@ Provides: bundled(golang(github.com/cheekybits/genny)) = 1.0.0 # github.com/chmduquesne/rollinghash : MIT Provides: bundled(golang(github.com/chmduquesne/rollinghash)) = a60f8e7 # github.com/cpuguy83/go-md2man : MIT -Provides: bundled(golang(github.com/cpuguy83/go-md2man/v2)) = f79a8a8 +Provides: bundled(golang(github.com/cpuguy83/go-md2man/v2)) = 2.0.0 # github.com/d4l3k/messagediff : MIT Provides: bundled(golang(github.com/d4l3k/messagediff)) = 1.2.1 # github.com/dchest/siphash : CC0 @@ -87,109 +87,105 @@ Provides: bundled(golang(github.com/flynn-archive/go-shlex)) = 3f9db97 # github.com/getsentry/raven-go : BSD Provides: bundled(golang(github.com/getsentry/raven-go)) = 0.2.0 # github.com/go-asn1-ber/asn1-ber : MIT -Provides: bundled(golang(github.com/go-asn1-ber/asn1-ber)) = 1.5.1 +Provides: bundled(golang(github.com/go-asn1-ber/asn1-ber)) = 1.5.3 # github.com/go-ldap/ldap : MIT -Provides: bundled(golang(github.com/go-ldap/ldap/v3)) = 3.2.4 +Provides: bundled(golang(github.com/go-ldap/ldap/v3)) = 3.3.0 # github.com/go-ole/go-ole : MIT Provides: bundled(golang(github.com/go-ole/go-ole)) = 1.2.4 # github.com/gobwas/glob : MIT Provides: bundled(golang(github.com/gobwas/glob)) = 0.2.3 # github.com/gogo/protobuf : BSD -Provides: bundled(golang(github.com/gogo/protobuf)) = 1.3.1 +Provides: bundled(golang(github.com/gogo/protobuf)) = 1.3.2 # github.com/golang/groupcache : ASL 2.0 -Provides: bundled(golang(github.com/golang/groupcache)) = 8c9f03a +Provides: bundled(golang(github.com/golang/groupcache)) = 41bb18b # github.com/golang/protobuf : BSD -Provides: bundled(golang(github.com/golang/protobuf)) = 1.4.3 +Provides: bundled(golang(github.com/golang/protobuf)) = 1.5.2 # github.com/golang/snappy : BSD Provides: bundled(golang(github.com/golang/snappy)) = 0.0.1 # github.com/greatroar/blobloom : ASL 2.0 -Provides: bundled(golang(github.com/greatroar/blobloom)) = 0.5.0 +Provides: bundled(golang(github.com/greatroar/blobloom)) = 0.7.0 # github.com/hashicorp/golang-lru : MPLv2.0 -Provides: bundled(golang(github.com/hashicorp/golang-lru)) = 0.5.1 +Provides: bundled(golang(github.com/hashicorp/golang-lru)) = 0.5.4 # github.com/jackpal/gateway : BSD -Provides: bundled(golang(github.com/jackpal/gateway)) = 1.0.6 +Provides: bundled(golang(github.com/jackpal/gateway)) = 1.0.7 # github.com/jackpal/go-nat-pmp : ASL 2.0 Provides: bundled(golang(github.com/jackpal/go-nat-pmp)) = 1.0.2 # github.com/julienschmidt/httprouter : BSD Provides: bundled(golang(github.com/julienschmidt/httprouter)) = 1.3.0 # github.com/kballard/go-shellquote : MIT Provides: bundled(golang(github.com/kballard/go-shellquote)) = 95032a8 +# github.com/klauspost/cpuid : MIT +Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.0.6 # github.com/lib/pq : MIT -Provides: bundled(golang(github.com/lib/pq)) = 1.8.0 +Provides: bundled(golang(github.com/lib/pq)) = 1.10.1 # github.com/lucas-clemente/quic-go : MIT Provides: bundled(golang(github.com/lucas-clemente/quic-go)) = 0.19.3 # github.com/marten-seemann/qtls : BSD Provides: bundled(golang(github.com/marten-seemann/qtls)) = 0.10.0 # github.com/marten-seemann/qtls-go1-15 : BSD -Provides: bundled(golang(github.com/marten-seemann/qtls-go1-15)) = 0.1.1 +Provides: bundled(golang(github.com/marten-seemann/qtls-go1-15)) = 0.1.4 # github.com/maruel/panicparse : ASL 2.0 -Provides: bundled(golang(github.com/maruel/panicparse)) = 1.5.1 -# github.com/mattn/go-isatty : MIT -Provides: bundled(golang(github.com/mattn/go-isatty)) = 0.0.12 +Provides: bundled(golang(github.com/maruel/panicparse)) = 1.6.1 # github.com/matttproud/golang_protobuf_extensions : ASL 2.0 Provides: bundled(golang(github.com/matttproud/golang_protobuf_extensions)) = 1.0.1 # github.com/maxbrunsfeld/counterfeiter : MIT Provides: bundled(golang(github.com/maxbrunsfeld/counterfeiter/v6)) = 6.3.0 # github.com/minio/sha256-simd : ASL 2.0 -Provides: bundled(golang(github.com/minio/sha256-simd)) = 0.1.1 +Provides: bundled(golang(github.com/minio/sha256-simd)) = 1.0.0 # github.com/miscreant/miscreant.go : MIT Provides: bundled(golang(github.com/miscreant/miscreant.go)) = 26d3763 -# github.com/niemeyer/pretty : MIT -Provides: bundled(golang(github.com/niemeyer/pretty)) = a10e7ca -# github.com/onsi/gomega : MIT -Provides: bundled(golang(github.com/onsi/gomega)) = 1.10.3 # github.com/oschwald/geoip2-golang : ISC -Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.4.0 +Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.5.0 # github.com/oschwald/maxminddb-golang : ISC -Provides: bundled(golang(github.com/oschwald/maxminddb-golang)) = 1.6.0 +Provides: bundled(golang(github.com/oschwald/maxminddb-golang)) = 1.8.0 # github.com/petermattis/goid : ASL 2.0 Provides: bundled(golang(github.com/petermattis/goid)) = b0b1615 # github.com/pkg/errors : BSD Provides: bundled(golang(github.com/pkg/errors)) = 0.9.1 # github.com/prometheus/client_golang : ASL 2.0 -Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.8.0 +Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.10.0 # github.com/prometheus/client_model : ASL 2.0 Provides: bundled(golang(github.com/prometheus/client_model)) = 0.2.0 # github.com/prometheus/common : ASL 2.0 -Provides: bundled(golang(github.com/prometheus/common)) = 0.14.0 +Provides: bundled(golang(github.com/prometheus/common)) = 0.18.0 # github.com/prometheus/procfs : ASL 2.0 -Provides: bundled(golang(github.com/prometheus/procfs)) = 0.2.0 +Provides: bundled(golang(github.com/prometheus/procfs)) = 0.6.0 # github.com/rcrowley/go-metrics : BSD -Provides: bundled(golang(github.com/rcrowley/go-metrics)) = 10cdbea +Provides: bundled(golang(github.com/rcrowley/go-metrics)) = cf1acfc # github.com/russross/blackfriday : BSD -Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.0.1 +Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0 # github.com/sasha-s/go-deadlock : ASL 2.0 Provides: bundled(golang(github.com/sasha-s/go-deadlock)) = 0.2.0 # github.com/shirou/gopsutil : BSD -Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.20.11 -# github.com/shurcooL/sanitized_anchor_name : MIT -Provides: bundled(golang(github.com/shurcooL/sanitized_anchor_name)) = 1.0.0 +Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.21.4 # github.com/syncthing/notify : MIT Provides: bundled(golang(github.com/syncthing/notify)) = f45149b # github.com/syndtr/goleveldb : BSD Provides: bundled(golang(github.com/syndtr/goleveldb)) = d9e9293 # github.com/thejerf/suture : MIT -Provides: bundled(golang(github.com/thejerf/suture/v4)) = 4.0.0 +Provides: bundled(golang(github.com/thejerf/suture/v4)) = 4.0.1 # github.com/urfave/cli : MIT -Provides: bundled(golang(github.com/urfave/cli)) = 1.22.4 +Provides: bundled(golang(github.com/urfave/cli)) = 1.22.5 # github.com/vitrun/qart : ASL 2.0 and BSD Provides: bundled(golang(github.com/vitrun/qart)) = bf64b92 # golang.org/x/crypto : BSD -Provides: bundled(golang(golang.org/x/crypto)) = 9e8e0b3 +Provides: bundled(golang(golang.org/x/crypto)) = 83a5a9b +# golang.org/x/mod : BSD +Provides: bundled(golang(golang.org/x/mod)) = 0.3.0 # golang.org/x/net : BSD -Provides: bundled(golang(golang.org/x/net)) = ff519b6 +Provides: bundled(golang(golang.org/x/net)) = 89ef3d9 # golang.org/x/sys : BSD -Provides: bundled(golang(golang.org/x/sys)) = b64e53b +Provides: bundled(golang(golang.org/x/sys)) = d19ff85 # golang.org/x/text: BSD -Provides: bundled(golang(golang.org/x/text)) = 0.3.4 +Provides: bundled(golang(golang.org/x/text)) = 0.3.6 # golang.org/x/time : BSD -Provides: bundled(golang(golang.org/x/time)) = 3af7569 +Provides: bundled(golang(golang.org/x/time)) = f8bda1e # golang.org/x/tools : BSD Provides: bundled(golang(golang.org/x/tools)) = 0.1.0 +# golang.org/x/xerrors : BSD +Provides: bundled(golang(golang.org/x/xerrors)) = 5ec99f8 # google.golang.org/protobuf : BSD -Provides: bundled(golang(google.golang.org/protobuf)) = 1.23.0 -# github.com/go-check/check : BSD -Provides: bundled(golang(gopkg.in/check.v1)) = 038fdea +Provides: bundled(golang(google.golang.org/protobuf)) = 1.26.0 # an inotify filesystem watcher is integrated with syncthing now Provides: syncthing-inotify = 0.8.7-5 @@ -425,6 +421,9 @@ export GO111MODULE=off %changelog +* Tue Jun 15 2021 Fabio Valentini - 1.17.0-1 +- Update to version 1.17.0. + * Mon May 10 2021 Fabio Valentini - 1.16.1-1 - Update to version 1.16.1. From a44fb09f8d894b2bb0c284a6fddf12738c4a2ca8 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 17 Jul 2021 14:53:09 +0200 Subject: [PATCH 05/15] update to version 1.18.0 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 66a9a00..8da3dd4 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ /syncthing-source-v1.15.1.tar.gz /syncthing-source-v1.16.1.tar.gz /syncthing-source-v1.17.0.tar.gz +/syncthing-source-v1.18.0.tar.gz diff --git a/sources b/sources index 868a835..719f6f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.17.0.tar.gz) = 84a335f424af661b71502c53eca80f7426da215485eb8953f275d5ed4d7281a003b25dd56bc76749a9b129012c7c0696c6d646107904eca993198a9ae91278f7 +SHA512 (syncthing-source-v1.18.0.tar.gz) = 7abd057b79addb44167c6cf690f8e2dd42afb2331de4848d2bf6c398838e8684efeaa24e99401fc1c57dc69110c2d19cc8d8dd81dd9b19b27b8b8b50d8cc9b4f diff --git a/syncthing.spec b/syncthing.spec index 6fec405..eae44b8 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.17.0 +%global basever 1.18.0 #%%global rcnum 0 Name: syncthing @@ -421,6 +421,9 @@ export GO111MODULE=off %changelog +* Sat Jul 17 2021 Fabio Valentini - 1.18.0-1 +- Update to version 1.18.0. + * Tue Jun 15 2021 Fabio Valentini - 1.17.0-1 - Update to version 1.17.0. From 5c20276ea07d90dd7bb43f1d8259a57f42758ff0 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 6 Aug 2021 11:47:56 +0200 Subject: [PATCH 06/15] convert to rpmautospec --- changelog | 271 ++++++++++++++++++++++++++++++++++++++++++++++++ syncthing.spec | 275 +------------------------------------------------ 2 files changed, 273 insertions(+), 273 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..588d606 --- /dev/null +++ b/changelog @@ -0,0 +1,271 @@ +* Sat Jul 17 2021 Fabio Valentini - 1.18.0-1 +- Update to version 1.18.0. + +* Tue Jun 15 2021 Fabio Valentini - 1.17.0-1 +- Update to version 1.17.0. + +* Mon May 10 2021 Fabio Valentini - 1.16.1-1 +- Update to version 1.16.1. + +* Mon Apr 12 2021 Fabio Valentini - 1.15.1-1 +- Update to version 1.15.1. + +* Wed Mar 24 2021 Fabio Valentini - 1.14.0-1 +- Update to version 1.14.0. + +* Thu Feb 04 2021 Fabio Valentini - 1.13.1-1 +- Update to version 1.13.1. + +* Wed Jan 27 2021 Fedora Release Engineering - 1.12.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Jan 08 2021 Fabio Valentini - 1.12.1-1 +- Update to version 1.12.1. + +* Mon Dec 07 2020 Fabio Valentini - 1.12.0-1 +- Update to version 1.12.0. + +* Wed Nov 18 2020 Fabio Valentini - 1.11.1-1 +- Update to version 1.11.1. + +* Tue Nov 03 2020 Fabio Valentini - 1.11.0-1 +- Update to version 1.11.0. + +* Fri Oct 09 2020 Fabio Valentini - 1.10.0-1 +- Update to version 1.10.0. + +* Tue Sep 08 2020 Fabio Valentini - 1.9.0-1 +- Update to version 1.9.0. + +* Mon Sep 07 2020 Fabio Valentini - 1.9.0~rc5-2 +- Use correct version format for build flags. + +* Sat Sep 05 2020 Carl George - 1.9.0~rc5-1 +- Update to version 1.9.0-rc.5 + +* Thu Aug 20 2020 Fabio Valentini - 1.8.0-2 +- Include upstream patch to fix issues on ppc64le. + +* Sun Aug 16 2020 Fabio Valentini - 1.8.0-1 +- Update to version 1.8.0. + +* Sat Aug 01 2020 Fedora Release Engineering - 1.7.1-3 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.7.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jul 16 2020 Fabio Valentini - 1.7.1-1 +- Update to version 1.7.1. + +* Tue Jul 07 2020 Fabio Valentini - 1.7.0-1 +- Update to version 1.7.0. + +* Tue Jun 02 2020 Fabio Valentini - 1.6.1-1 +- Update to version 1.6.1. + +* Sat May 09 2020 Fabio Valentini - 1.5.0-1 +- Update to version 1.5.0. + +* Wed Apr 08 2020 Fabio Valentini - 1.4.2-1 +- Update to version 1.4.2. + +* Tue Mar 17 2020 Fabio Valentini - 1.4.0-1 +- Update to version 1.4.0. + +* Tue Mar 03 2020 Fabio Valentini - 1.3.4-2 +- Drop custom systemd user session preset file. + See: https://bugzilla.redhat.com/show_bug.cgi?id=1708297 + +* Tue Feb 04 2020 Fabio Valentini - 1.3.4-1 +- Update to version 1.3.4. + +* Fri Jan 31 2020 Fedora Release Engineering - 1.3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Wed Jan 08 2020 Fabio Valentini - 1.3.3-1 +- Update to version 1.3.3. + +* Tue Dec 03 2019 Fabio Valentini - 1.3.2-2 +- Add proposed patch to fix tests running out of memory on 32 bit arches. + +* Tue Dec 03 2019 Fabio Valentini - 1.3.2-1 +- Update to version 1.3.2. + +* Tue Nov 05 2019 Fabio Valentini - 1.3.1-1 +- Update to version 1.3.1. +- Update build scriptlet to match upstream build system changes. +- Fix broken systemd_post scriptlet. + +* Thu Oct 10 2019 Fabio Valentini - 1.3.0-1 +- Update to version 1.3.0. + +* Thu Sep 05 2019 Fabio Valentini - 1.2.2-1 +- Update to version 1.2.2. + +* Thu Aug 15 2019 Fabio Valentini - 1.2.1-1 +- Update to version 1.2.1. + +* Sat Jul 27 2019 Fedora Release Engineering - 1.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Tue Jul 09 2019 Fabio Valentini - 1.2.0-1 +- Update to version 1.2.0. + +* Sun Jun 16 2019 Fabio Valentini - 1.1.4-2 +- Disable building -devel package by default. + +* Tue Jun 04 2019 Fabio Valentini - 1.1.4-1 +- Update to version 1.1.4. + +* Tue May 21 2019 Fabio Valentini - 1.1.3-1 +- Update to version 1.1.3. + +* 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. + +* Tue Mar 05 2019 Fabio Valentini - 1.1.0-1 +- Update to version 1.1.0. + +* Tue Feb 05 2019 Fabio Valentini - 1.0.1-1 +- Update to version 1.0.1. + +* Sun Feb 03 2019 Fedora Release Engineering - 1.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Mon Jan 07 2019 Fabio Valentini - 1.0.0-1 +- Update to version 1.0.0. + +* Wed Dec 26 2018 Fabio Valentini - 0.14.54-1 +- Update to version 0.14.54. +- Switch back to using bundled dependencies. + +* Tue Dec 04 2018 Fabio Valentini - 0.14.53-1 +- Update to version 0.14.53. + +* Tue Nov 06 2018 Fabio Valentini - 0.14.52-1 +- Update to version 0.14.52. + +* Tue Oct 02 2018 Fabio Valentini - 0.14.51-1 +- Update to version 0.14.51. + +* Sun Sep 30 2018 Fabio Valentini - 0.14.50-2 +- Adapt to rollinghash v4.0.0 changes. + +* Tue Sep 11 2018 Fabio Valentini - 0.14.50-1 +- Update to version 0.14.50. +- Clean up .spec file and use new macros. +- Drop upstreamed go1.11 patch. + +* Wed Jul 25 2018 Fabio Valentini - 0.14.49-1 +- Update to version 0.14.49. +- Drop upstreamed osext patch. +- Add upstream patch to fix building tests with go 1.11. + +* Sat Jul 14 2018 Fedora Release Engineering - 0.14.48-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 05 2018 Fabio Valentini - 0.14.48-1 +- Update to version 0.14.48. + +* Tue May 01 2018 Fabio Valentini - 0.14.47-1 +- Update to version 0.14.47. + +* Wed Apr 04 2018 Fabio Valentini - 0.14.46-1 +- Update to version 0.14.46. +- Simplify .spec file and build process, and drop build system patches. + +* Tue Mar 06 2018 Fabio Valentini - 0.14.45-1 +- Update to version 0.14.45. + +* Tue Feb 13 2018 Fabio Valentini - 0.14.44-1 +- Update to version 0.14.44. + +* Fri Feb 09 2018 Fedora Release Engineering - 0.14.43-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Tue Jan 09 2018 Fabio Valentini - 0.14.43-1 +- Update to version 0.14.43. + +* Tue Dec 26 2017 Fabio Valentini - 0.14.42-1 +- Update to version 0.14.42. + +* Tue Dec 05 2017 Fabio Valentini - 0.14.41-1 +- Update to version 0.14.41. + +* Tue Nov 07 2017 Fabio Valentini - 0.14.40-1 +- Update to version 0.14.40. + +* Wed Oct 11 2017 Fabio Valentini - 0.14.39-1 +- Update to version 0.14.39. + +* Wed Sep 20 2017 Fabio Valentini - 0.14.38-1 +- Update to version 0.14.38. +- Add patch to use internal luhn version again. + +* Mon Sep 18 2017 Fabio Valentini - 0.14.37-2 +- Rebuild for updated dependencies, fixing crashes. + +* Tue Sep 05 2017 Fabio Valentini - 0.14.37-1 +- Update to version 0.14.37. + +* Tue Aug 15 2017 Fabio Valentini - 0.14.36-2 +- Adapt patch to work on ppc64, where PIE isn't supported. + +* Sat Aug 12 2017 Fabio Valentini - 0.14.36-1 +- Update to version 0.14.36. + +* Wed Aug 09 2017 Fabio Valentini - 0.14.35-2 +- Add Provides for bundled JS libraries and adapt License tag. + +* Tue Aug 08 2017 Fabio Valentini - 0.14.35-1 +- Update to version 0.14.35. + +* Tue Aug 08 2017 Fabio Valentini - 0.14.34-1 +- Update to version 0.14.34. + +* Sat Aug 05 2017 Fabio Valentini - 0.14.33-3 +- Add another missing ldflags argument. + +* Tue Aug 01 2017 Fabio Valentini - 0.14.33-2 +- Adapt patched build script to use the correct LDFLAGS. + +* Tue Jul 25 2017 Fabio Valentini - 0.14.33-1 +- Update to version 0.14.33. + +* Tue Jul 11 2017 Fabio Valentini - 0.14.32-1 +- Update to version 0.14.32. + +* Tue Jun 27 2017 Fabio Valentini - 0.14.31-1 +- Update to version 0.14.31. + +* Tue Jun 13 2017 Fabio Valentini - 0.14.30-1 +- Update to version 0.14.30. + +* Tue May 30 2017 Fabio Valentini - 0.14.29-1 +- Update to version 0.14.29. + +* Tue May 16 2017 Fabio Valentini - 0.14.28-1 +- Update to version 0.14.28. + +* Tue Apr 25 2017 Fabio Valentini - 0.14.27-1 +- Update to version 0.14.27. + +* Fri Apr 07 2017 Fabio Valentini - 0.14.26-1 +- Update to version 0.14.26. + +* Tue Mar 21 2017 Fabio Valentini - 0.14.25-1 +- Update to version 0.14.25. + +* Tue Mar 07 2017 Fabio Valentini - 0.14.24-1 +- Update to version 0.14.24. + +* Tue Feb 28 2017 Fabio Valentini - 0.14.23-2 +- Clean up spec file, remove bundled libs on fedora, add man pages. + +* Tue Feb 07 2017 Fabio Valentini - 0.14.23-1 +- First package for fedora. diff --git a/syncthing.spec b/syncthing.spec index eae44b8..76141b9 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -6,7 +6,7 @@ Name: syncthing Summary: Continuous File Synchronization Version: %{basever}%{?rcnum:~rc%{rcnum}} -Release: 1%{?dist} +Release: %autorelease %global goipath github.com/syncthing/syncthing %global tag v%{basever}%{?rcnum:-rc.%{rcnum}} @@ -421,275 +421,4 @@ export GO111MODULE=off %changelog -* Sat Jul 17 2021 Fabio Valentini - 1.18.0-1 -- Update to version 1.18.0. - -* Tue Jun 15 2021 Fabio Valentini - 1.17.0-1 -- Update to version 1.17.0. - -* Mon May 10 2021 Fabio Valentini - 1.16.1-1 -- Update to version 1.16.1. - -* Mon Apr 12 2021 Fabio Valentini - 1.15.1-1 -- Update to version 1.15.1. - -* Wed Mar 24 2021 Fabio Valentini - 1.14.0-1 -- Update to version 1.14.0. - -* Thu Feb 04 2021 Fabio Valentini - 1.13.1-1 -- Update to version 1.13.1. - -* Wed Jan 27 2021 Fedora Release Engineering - 1.12.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Fri Jan 08 2021 Fabio Valentini - 1.12.1-1 -- Update to version 1.12.1. - -* Mon Dec 07 2020 Fabio Valentini - 1.12.0-1 -- Update to version 1.12.0. - -* Wed Nov 18 2020 Fabio Valentini - 1.11.1-1 -- Update to version 1.11.1. - -* Tue Nov 03 2020 Fabio Valentini - 1.11.0-1 -- Update to version 1.11.0. - -* Fri Oct 09 2020 Fabio Valentini - 1.10.0-1 -- Update to version 1.10.0. - -* Tue Sep 08 2020 Fabio Valentini - 1.9.0-1 -- Update to version 1.9.0. - -* Mon Sep 07 2020 Fabio Valentini - 1.9.0~rc5-2 -- Use correct version format for build flags. - -* Sat Sep 05 2020 Carl George - 1.9.0~rc5-1 -- Update to version 1.9.0-rc.5 - -* Thu Aug 20 2020 Fabio Valentini - 1.8.0-2 -- Include upstream patch to fix issues on ppc64le. - -* Sun Aug 16 2020 Fabio Valentini - 1.8.0-1 -- Update to version 1.8.0. - -* Sat Aug 01 2020 Fedora Release Engineering - 1.7.1-3 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 1.7.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jul 16 2020 Fabio Valentini - 1.7.1-1 -- Update to version 1.7.1. - -* Tue Jul 07 2020 Fabio Valentini - 1.7.0-1 -- Update to version 1.7.0. - -* Tue Jun 02 2020 Fabio Valentini - 1.6.1-1 -- Update to version 1.6.1. - -* Sat May 09 2020 Fabio Valentini - 1.5.0-1 -- Update to version 1.5.0. - -* Wed Apr 08 2020 Fabio Valentini - 1.4.2-1 -- Update to version 1.4.2. - -* Tue Mar 17 2020 Fabio Valentini - 1.4.0-1 -- Update to version 1.4.0. - -* Tue Mar 03 2020 Fabio Valentini - 1.3.4-2 -- Drop custom systemd user session preset file. - See: https://bugzilla.redhat.com/show_bug.cgi?id=1708297 - -* Tue Feb 04 2020 Fabio Valentini - 1.3.4-1 -- Update to version 1.3.4. - -* Fri Jan 31 2020 Fedora Release Engineering - 1.3.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Wed Jan 08 2020 Fabio Valentini - 1.3.3-1 -- Update to version 1.3.3. - -* Tue Dec 03 2019 Fabio Valentini - 1.3.2-2 -- Add proposed patch to fix tests running out of memory on 32 bit arches. - -* Tue Dec 03 2019 Fabio Valentini - 1.3.2-1 -- Update to version 1.3.2. - -* Tue Nov 05 2019 Fabio Valentini - 1.3.1-1 -- Update to version 1.3.1. -- Update build scriptlet to match upstream build system changes. -- Fix broken systemd_post scriptlet. - -* Thu Oct 10 2019 Fabio Valentini - 1.3.0-1 -- Update to version 1.3.0. - -* Thu Sep 05 2019 Fabio Valentini - 1.2.2-1 -- Update to version 1.2.2. - -* Thu Aug 15 2019 Fabio Valentini - 1.2.1-1 -- Update to version 1.2.1. - -* Sat Jul 27 2019 Fedora Release Engineering - 1.2.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Tue Jul 09 2019 Fabio Valentini - 1.2.0-1 -- Update to version 1.2.0. - -* Sun Jun 16 2019 Fabio Valentini - 1.1.4-2 -- Disable building -devel package by default. - -* Tue Jun 04 2019 Fabio Valentini - 1.1.4-1 -- Update to version 1.1.4. - -* Tue May 21 2019 Fabio Valentini - 1.1.3-1 -- Update to version 1.1.3. - -* 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. - -* Tue Mar 05 2019 Fabio Valentini - 1.1.0-1 -- Update to version 1.1.0. - -* Tue Feb 05 2019 Fabio Valentini - 1.0.1-1 -- Update to version 1.0.1. - -* Sun Feb 03 2019 Fedora Release Engineering - 1.0.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Mon Jan 07 2019 Fabio Valentini - 1.0.0-1 -- Update to version 1.0.0. - -* Wed Dec 26 2018 Fabio Valentini - 0.14.54-1 -- Update to version 0.14.54. -- Switch back to using bundled dependencies. - -* Tue Dec 04 2018 Fabio Valentini - 0.14.53-1 -- Update to version 0.14.53. - -* Tue Nov 06 2018 Fabio Valentini - 0.14.52-1 -- Update to version 0.14.52. - -* Tue Oct 02 2018 Fabio Valentini - 0.14.51-1 -- Update to version 0.14.51. - -* Sun Sep 30 2018 Fabio Valentini - 0.14.50-2 -- Adapt to rollinghash v4.0.0 changes. - -* Tue Sep 11 2018 Fabio Valentini - 0.14.50-1 -- Update to version 0.14.50. -- Clean up .spec file and use new macros. -- Drop upstreamed go1.11 patch. - -* Wed Jul 25 2018 Fabio Valentini - 0.14.49-1 -- Update to version 0.14.49. -- Drop upstreamed osext patch. -- Add upstream patch to fix building tests with go 1.11. - -* Sat Jul 14 2018 Fedora Release Engineering - 0.14.48-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jun 05 2018 Fabio Valentini - 0.14.48-1 -- Update to version 0.14.48. - -* Tue May 01 2018 Fabio Valentini - 0.14.47-1 -- Update to version 0.14.47. - -* Wed Apr 04 2018 Fabio Valentini - 0.14.46-1 -- Update to version 0.14.46. -- Simplify .spec file and build process, and drop build system patches. - -* Tue Mar 06 2018 Fabio Valentini - 0.14.45-1 -- Update to version 0.14.45. - -* Tue Feb 13 2018 Fabio Valentini - 0.14.44-1 -- Update to version 0.14.44. - -* Fri Feb 09 2018 Fedora Release Engineering - 0.14.43-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Tue Jan 09 2018 Fabio Valentini - 0.14.43-1 -- Update to version 0.14.43. - -* Tue Dec 26 2017 Fabio Valentini - 0.14.42-1 -- Update to version 0.14.42. - -* Tue Dec 05 2017 Fabio Valentini - 0.14.41-1 -- Update to version 0.14.41. - -* Tue Nov 07 2017 Fabio Valentini - 0.14.40-1 -- Update to version 0.14.40. - -* Wed Oct 11 2017 Fabio Valentini - 0.14.39-1 -- Update to version 0.14.39. - -* Wed Sep 20 2017 Fabio Valentini - 0.14.38-1 -- Update to version 0.14.38. -- Add patch to use internal luhn version again. - -* Mon Sep 18 2017 Fabio Valentini - 0.14.37-2 -- Rebuild for updated dependencies, fixing crashes. - -* Tue Sep 05 2017 Fabio Valentini - 0.14.37-1 -- Update to version 0.14.37. - -* Tue Aug 15 2017 Fabio Valentini - 0.14.36-2 -- Adapt patch to work on ppc64, where PIE isn't supported. - -* Sat Aug 12 2017 Fabio Valentini - 0.14.36-1 -- Update to version 0.14.36. - -* Wed Aug 09 2017 Fabio Valentini - 0.14.35-2 -- Add Provides for bundled JS libraries and adapt License tag. - -* Tue Aug 08 2017 Fabio Valentini - 0.14.35-1 -- Update to version 0.14.35. - -* Tue Aug 08 2017 Fabio Valentini - 0.14.34-1 -- Update to version 0.14.34. - -* Sat Aug 05 2017 Fabio Valentini - 0.14.33-3 -- Add another missing ldflags argument. - -* Tue Aug 01 2017 Fabio Valentini - 0.14.33-2 -- Adapt patched build script to use the correct LDFLAGS. - -* Tue Jul 25 2017 Fabio Valentini - 0.14.33-1 -- Update to version 0.14.33. - -* Tue Jul 11 2017 Fabio Valentini - 0.14.32-1 -- Update to version 0.14.32. - -* Tue Jun 27 2017 Fabio Valentini - 0.14.31-1 -- Update to version 0.14.31. - -* Tue Jun 13 2017 Fabio Valentini - 0.14.30-1 -- Update to version 0.14.30. - -* Tue May 30 2017 Fabio Valentini - 0.14.29-1 -- Update to version 0.14.29. - -* Tue May 16 2017 Fabio Valentini - 0.14.28-1 -- Update to version 0.14.28. - -* Tue Apr 25 2017 Fabio Valentini - 0.14.27-1 -- Update to version 0.14.27. - -* Fri Apr 07 2017 Fabio Valentini - 0.14.26-1 -- Update to version 0.14.26. - -* Tue Mar 21 2017 Fabio Valentini - 0.14.25-1 -- Update to version 0.14.25. - -* Tue Mar 07 2017 Fabio Valentini - 0.14.24-1 -- Update to version 0.14.24. - -* Tue Feb 28 2017 Fabio Valentini - 0.14.23-2 -- Clean up spec file, remove bundled libs on fedora, add man pages. - -* Tue Feb 07 2017 Fabio Valentini - 0.14.23-1 -- First package for fedora. - +%autochangelog From 7ea11c57f9ab6245fa5208b6b1e6671aa301d8a7 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 6 Aug 2021 11:30:29 +0200 Subject: [PATCH 07/15] Update to version 1.18.1; Fixes RHBZ#1989588 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8da3dd4..db97af3 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ /syncthing-source-v1.16.1.tar.gz /syncthing-source-v1.17.0.tar.gz /syncthing-source-v1.18.0.tar.gz +/syncthing-source-v1.18.1.tar.gz diff --git a/sources b/sources index 719f6f6..5ea1a2c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.18.0.tar.gz) = 7abd057b79addb44167c6cf690f8e2dd42afb2331de4848d2bf6c398838e8684efeaa24e99401fc1c57dc69110c2d19cc8d8dd81dd9b19b27b8b8b50d8cc9b4f +SHA512 (syncthing-source-v1.18.1.tar.gz) = 36cd1d9d07277da930cd51f13df72b475177872f030aa7b72704565744f53d8dc5347a928d32aa5711da288e4b89fff840758e45384f4fb1c0dc611921a2540e diff --git a/syncthing.spec b/syncthing.spec index 76141b9..12612ee 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.18.0 +%global basever 1.18.1 #%%global rcnum 0 Name: syncthing From eb3dc35c3c245f3c89964f87f4d6fc4618e1ebdc Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 20 Sep 2021 12:28:28 +0200 Subject: [PATCH 08/15] Update to version 1.18.2; Fixes RHBZ#2002240 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index db97af3..14c2985 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ /syncthing-source-v1.17.0.tar.gz /syncthing-source-v1.18.0.tar.gz /syncthing-source-v1.18.1.tar.gz +/syncthing-source-v1.18.2.tar.gz diff --git a/sources b/sources index 5ea1a2c..30d1250 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.18.1.tar.gz) = 36cd1d9d07277da930cd51f13df72b475177872f030aa7b72704565744f53d8dc5347a928d32aa5711da288e4b89fff840758e45384f4fb1c0dc611921a2540e +SHA512 (syncthing-source-v1.18.2.tar.gz) = 0d9402a610cb944dd72165929491d02c1b35b23536ac38fd1e36aeb333b97dd90e5d9f3128ce542cf696ba75c3cb3152ba7a6ece879cd37a39edc066589b88e0 diff --git a/syncthing.spec b/syncthing.spec index 12612ee..23a4424 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.18.1 +%global basever 1.18.2 #%%global rcnum 0 Name: syncthing From bc37eece67782da0ee0d899aee9ab76c1fc75dc4 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 7 Oct 2021 11:11:32 +0200 Subject: [PATCH 09/15] Update to version 1.18.3; Fixes RHBZ#2010303 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 78 ++++++++++++++++++++++++++++---------------------- 3 files changed, 45 insertions(+), 36 deletions(-) diff --git a/.gitignore b/.gitignore index 14c2985..4763703 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ /syncthing-source-v1.18.0.tar.gz /syncthing-source-v1.18.1.tar.gz /syncthing-source-v1.18.2.tar.gz +/syncthing-source-v1.18.3.tar.gz diff --git a/sources b/sources index 30d1250..f48050f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.18.2.tar.gz) = 0d9402a610cb944dd72165929491d02c1b35b23536ac38fd1e36aeb333b97dd90e5d9f3128ce542cf696ba75c3cb3152ba7a6ece879cd37a39edc066589b88e0 +SHA512 (syncthing-source-v1.18.3.tar.gz) = 16de0a91768846c203880abf46a2e109d6208c1439892bc09a279442e0cbcd3d53d6aa0c154da819bcd6f2bbd918162331f5d530b610337892b8e1051843e85f diff --git a/syncthing.spec b/syncthing.spec index 23a4424..f70a103 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.18.2 +%global basever 1.18.3 #%%global rcnum 0 Name: syncthing @@ -16,8 +16,8 @@ Release: %autorelease # syncthing (MPLv2.0) bundles # - angular, bootstrap, daterangepicker, fancytree, jQuery, moment (MIT), # - ForkAwesome (MIT and OFL and CC-BY 3.0), and -# - a number of go packages (MIT and MPLv2.0 and BSD and ASL 2.0 and CC0 and ISC) -License: MPLv2.0 and MIT and OFL and CC-BY and BSD and ASL 2.0 and CC0 and ISC +# - a number of go packages (MIT and MPLv2.0 and BSD and ASL 2.0 and ISC) +License: MPLv2.0 and MIT and OFL and CC-BY and BSD and ASL 2.0 and ISC URL: https://syncthing.net # use official release tarball (contains vendored dependencies) @@ -51,15 +51,15 @@ Provides: bundled(moment) = 2.19.4 # generate with "./vendor2provides.py path/to/vendor/modules.txt" # github.com/AudriusButkevicius/pfilter : MIT -Provides: bundled(golang(github.com/AudriusButkevicius/pfilter)) = e9aaf99 +Provides: bundled(golang(github.com/AudriusButkevicius/pfilter)) = 0.0.10 # github.com/AudriusButkevicius/recli : MPLv2.0 Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = 0.0.6 # github.com/Azure/go-ntlmssp : MIT Provides: bundled(golang(github.com/Azure/go-ntlmssp)) = 6637195 # github.com/StackExchange/wmi : MIT -Provides: bundled(golang(github.com/StackExchange/wmi)) = cbe6696 +Provides: bundled(golang(github.com/StackExchange/wmi)) = 1.2.1 # github.com/alecthomas/kong : MIT -Provides: bundled(golang(github.com/alecthomas/kong)) = 0.2.16 +Provides: bundled(golang(github.com/alecthomas/kong)) = 0.2.17 # github.com/beorn7/perks : MIT Provides: bundled(golang(github.com/beorn7/perks)) = 1.0.1 # github.com/bkaradzic/go-lz4 : BSD @@ -69,29 +69,31 @@ Provides: bundled(golang(github.com/calmh/xdr)) = 1.1.0 # github.com/ccding/go-stun : ASL 2.0 Provides: bundled(golang(github.com/ccding/go-stun)) = 0.1.3 # github.com/certifi/gocertifi : MPLv2.0 -Provides: bundled(golang(github.com/certifi/gocertifi)) = 83314bf +Provides: bundled(golang(github.com/certifi/gocertifi)) = 431795d # github.com/cespare/xxhash : MIT -Provides: bundled(golang(github.com/cespare/xxhash/v2)) = 2.1.1 +Provides: bundled(golang(github.com/cespare/xxhash/v2)) = 2.1.2 # github.com/cheekybits/genny : MIT Provides: bundled(golang(github.com/cheekybits/genny)) = 1.0.0 # github.com/chmduquesne/rollinghash : MIT Provides: bundled(golang(github.com/chmduquesne/rollinghash)) = a60f8e7 # github.com/cpuguy83/go-md2man : MIT -Provides: bundled(golang(github.com/cpuguy83/go-md2man/v2)) = 2.0.0 +Provides: bundled(golang(github.com/cpuguy83/go-md2man/v2)) = 2.0.1 # github.com/d4l3k/messagediff : MIT Provides: bundled(golang(github.com/d4l3k/messagediff)) = 1.2.1 -# github.com/dchest/siphash : CC0 -Provides: bundled(golang(github.com/dchest/siphash)) = 1.2.2 # github.com/flynn-archive/go-shlex : ASL 2.0 Provides: bundled(golang(github.com/flynn-archive/go-shlex)) = 3f9db97 +# github.com/fsnotify/fsnotify : BSD +Provides: bundled(golang(github.com/fsnotify/fsnotify)) = 1.5.1 # github.com/getsentry/raven-go : BSD Provides: bundled(golang(github.com/getsentry/raven-go)) = 0.2.0 # github.com/go-asn1-ber/asn1-ber : MIT Provides: bundled(golang(github.com/go-asn1-ber/asn1-ber)) = 1.5.3 # github.com/go-ldap/ldap : MIT -Provides: bundled(golang(github.com/go-ldap/ldap/v3)) = 3.3.0 +Provides: bundled(golang(github.com/go-ldap/ldap/v3)) = 3.4.1 # github.com/go-ole/go-ole : MIT -Provides: bundled(golang(github.com/go-ole/go-ole)) = 1.2.4 +Provides: bundled(golang(github.com/go-ole/go-ole)) = 8b1f7f9 +# github.com/go-task/slim-sprig : MIT +Provides: bundled(golang(github.com/go-task/slim-sprig)) = 348f09d # github.com/gobwas/glob : MIT Provides: bundled(golang(github.com/gobwas/glob)) = 0.2.3 # github.com/gogo/protobuf : BSD @@ -101,7 +103,7 @@ Provides: bundled(golang(github.com/golang/groupcache)) = 41bb18b # github.com/golang/protobuf : BSD Provides: bundled(golang(github.com/golang/protobuf)) = 1.5.2 # github.com/golang/snappy : BSD -Provides: bundled(golang(github.com/golang/snappy)) = 0.0.1 +Provides: bundled(golang(github.com/golang/snappy)) = 0.0.4 # github.com/greatroar/blobloom : ASL 2.0 Provides: bundled(golang(github.com/greatroar/blobloom)) = 0.7.0 # github.com/hashicorp/golang-lru : MPLv2.0 @@ -115,15 +117,15 @@ Provides: bundled(golang(github.com/julienschmidt/httprouter)) = 1.3.0 # github.com/kballard/go-shellquote : MIT Provides: bundled(golang(github.com/kballard/go-shellquote)) = 95032a8 # github.com/klauspost/cpuid : MIT -Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.0.6 +Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.0.9 # github.com/lib/pq : MIT -Provides: bundled(golang(github.com/lib/pq)) = 1.10.1 +Provides: bundled(golang(github.com/lib/pq)) = 1.10.3 # github.com/lucas-clemente/quic-go : MIT -Provides: bundled(golang(github.com/lucas-clemente/quic-go)) = 0.19.3 -# github.com/marten-seemann/qtls : BSD -Provides: bundled(golang(github.com/marten-seemann/qtls)) = 0.10.0 -# github.com/marten-seemann/qtls-go1-15 : BSD -Provides: bundled(golang(github.com/marten-seemann/qtls-go1-15)) = 0.1.4 +Provides: bundled(golang(github.com/lucas-clemente/quic-go)) = 0.23.0 +# github.com/marten-seemann/qtls-go1-16 : BSD +Provides: bundled(golang(github.com/marten-seemann/qtls-go1-16)) = 0.1.4 +# github.com/marten-seemann/qtls-go1-17 : BSD +Provides: bundled(golang(github.com/marten-seemann/qtls-go1-17)) = 0.1.0 # github.com/maruel/panicparse : ASL 2.0 Provides: bundled(golang(github.com/maruel/panicparse)) = 1.6.1 # github.com/matttproud/golang_protobuf_extensions : ASL 2.0 @@ -134,6 +136,10 @@ Provides: bundled(golang(github.com/maxbrunsfeld/counterfeiter/v6)) = 6.3. Provides: bundled(golang(github.com/minio/sha256-simd)) = 1.0.0 # github.com/miscreant/miscreant.go : MIT Provides: bundled(golang(github.com/miscreant/miscreant.go)) = 26d3763 +# github.com/nxadm/tail : MIT +Provides: bundled(golang(github.com/nxadm/tail)) = 1.4.8 +# github.com/onsi/ginkgo : MIT +Provides: bundled(golang(github.com/onsi/ginkgo)) = 1.16.4 # github.com/oschwald/geoip2-golang : ISC Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.5.0 # github.com/oschwald/maxminddb-golang : ISC @@ -143,23 +149,23 @@ Provides: bundled(golang(github.com/petermattis/goid)) = b0b1615 # github.com/pkg/errors : BSD Provides: bundled(golang(github.com/pkg/errors)) = 0.9.1 # github.com/prometheus/client_golang : ASL 2.0 -Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.10.0 +Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.11.0 # github.com/prometheus/client_model : ASL 2.0 Provides: bundled(golang(github.com/prometheus/client_model)) = 0.2.0 # github.com/prometheus/common : ASL 2.0 -Provides: bundled(golang(github.com/prometheus/common)) = 0.18.0 +Provides: bundled(golang(github.com/prometheus/common)) = 0.30.0 # github.com/prometheus/procfs : ASL 2.0 -Provides: bundled(golang(github.com/prometheus/procfs)) = 0.6.0 +Provides: bundled(golang(github.com/prometheus/procfs)) = 0.7.3 # github.com/rcrowley/go-metrics : BSD Provides: bundled(golang(github.com/rcrowley/go-metrics)) = cf1acfc # github.com/russross/blackfriday : BSD Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0 # github.com/sasha-s/go-deadlock : ASL 2.0 -Provides: bundled(golang(github.com/sasha-s/go-deadlock)) = 0.2.0 +Provides: bundled(golang(github.com/sasha-s/go-deadlock)) = 0.3.1 # github.com/shirou/gopsutil : BSD -Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.21.4 +Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.21.8 # github.com/syncthing/notify : MIT -Provides: bundled(golang(github.com/syncthing/notify)) = f45149b +Provides: bundled(golang(github.com/syncthing/notify)) = c6b7342 # github.com/syndtr/goleveldb : BSD Provides: bundled(golang(github.com/syndtr/goleveldb)) = d9e9293 # github.com/thejerf/suture : MIT @@ -169,23 +175,25 @@ Provides: bundled(golang(github.com/urfave/cli)) = 1.22.5 # github.com/vitrun/qart : ASL 2.0 and BSD Provides: bundled(golang(github.com/vitrun/qart)) = bf64b92 # golang.org/x/crypto : BSD -Provides: bundled(golang(golang.org/x/crypto)) = 83a5a9b +Provides: bundled(golang(golang.org/x/crypto)) = 089bfa5 # golang.org/x/mod : BSD -Provides: bundled(golang(golang.org/x/mod)) = 0.3.0 +Provides: bundled(golang(golang.org/x/mod)) = 0.5.1 # golang.org/x/net : BSD -Provides: bundled(golang(golang.org/x/net)) = 89ef3d9 +Provides: bundled(golang(golang.org/x/net)) = 3ad01bb # golang.org/x/sys : BSD -Provides: bundled(golang(golang.org/x/sys)) = d19ff85 +Provides: bundled(golang(golang.org/x/sys)) = 92d5a99 # golang.org/x/text: BSD -Provides: bundled(golang(golang.org/x/text)) = 0.3.6 +Provides: bundled(golang(golang.org/x/text)) = 0.3.7 # golang.org/x/time : BSD -Provides: bundled(golang(golang.org/x/time)) = f8bda1e +Provides: bundled(golang(golang.org/x/time)) = 1f47c86 # golang.org/x/tools : BSD -Provides: bundled(golang(golang.org/x/tools)) = 0.1.0 +Provides: bundled(golang(golang.org/x/tools)) = 0.1.6 # golang.org/x/xerrors : BSD Provides: bundled(golang(golang.org/x/xerrors)) = 5ec99f8 # google.golang.org/protobuf : BSD -Provides: bundled(golang(google.golang.org/protobuf)) = 1.26.0 +Provides: bundled(golang(google.golang.org/protobuf)) = 1.27.1 +# gopkg.in/tomb.v1 : BSD +Provides: bundled(golang(gopkg.in/tomb.v1)) = dd63297 # an inotify filesystem watcher is integrated with syncthing now Provides: syncthing-inotify = 0.8.7-5 From c3765a388acebad118fbb3a30a9cd3349c1651ad Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 4 Nov 2021 14:22:44 +0100 Subject: [PATCH 10/15] Update to version 1.18.4; Fixes RHBZ#2019676 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 20 +++++++++++++++++++- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4763703..80b9233 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ /syncthing-source-v1.18.1.tar.gz /syncthing-source-v1.18.2.tar.gz /syncthing-source-v1.18.3.tar.gz +/syncthing-source-v1.18.4.tar.gz diff --git a/sources b/sources index f48050f..0c98678 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.18.3.tar.gz) = 16de0a91768846c203880abf46a2e109d6208c1439892bc09a279442e0cbcd3d53d6aa0c154da819bcd6f2bbd918162331f5d530b610337892b8e1051843e85f +SHA512 (syncthing-source-v1.18.4.tar.gz) = 4b144dd2572c897e6de4b190ffa607092a444d1a85bf3d1ffa32da5d863533ea770c50e4b694245342f6375091fd3c6b787b5971314d0c705e5fa2a5eae20809 diff --git a/syncthing.spec b/syncthing.spec index f70a103..8cfbf14 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.18.3 +%global basever 1.18.4 #%%global rcnum 0 Name: syncthing @@ -32,6 +32,8 @@ BuildRequires: systemd %{?systemd_requires} +Requires: hicolor-icon-theme + # assets in gui/default/vendor/* Provides: bundled(angular) = 1.3.20 Provides: bundled(angular-dirPagination) = 759009c @@ -315,6 +317,17 @@ cp -pav ./man/*.7 %{buildroot}/%{_mandir}/man7/ cp -pav ./man/stdiscosrv.1 %{buildroot}/%{_mandir}/man1/ cp -pav ./man/strelaysrv.1 %{buildroot}/%{_mandir}/man1/ +# install desktop files and icons +mkdir -p %{buildroot}/%{_datadir}/applications +cp -pav etc/linux-desktop/syncthing-start.desktop %{buildroot}/%{_datadir}/applications/ +cp -pav etc/linux-desktop/syncthing-ui.desktop %{buildroot}/%{_datadir}/applications/ + +mkdir -p %{buildroot}/%{_datadir}/icons/hicolor/{32,64,128,256,512,scalable}/apps +for size in 32 64 128 256 512; do + cp -pav assets/logo-$size.png %{buildroot}/%{_datadir}/icons/hicolor/$size/apps/syncthing.png +done +cp -pav assets/logo-only.svg %{buildroot}/%{_datadir}/icons/hicolor/scalable/apps/syncthing.svg + # install systemd units mkdir -p %{buildroot}/%{_unitdir} mkdir -p %{buildroot}/%{_userunitdir} @@ -334,6 +347,8 @@ done %check +desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop + export LANG=C.utf8 export GOPATH=$(pwd)/_build:%{gopath} export GO111MODULE=off @@ -402,6 +417,9 @@ export GO111MODULE=off %{_bindir}/syncthing +%{_datadir}/applications/syncthing*.desktop +%{_datadir}/icons/hicolor/*/apps/syncthing.* + %{_mandir}/*/syncthing* %{_unitdir}/syncthing@.service From 80716a9c1807a811775f709e0e27d08b70a64923 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 15 Dec 2021 23:18:54 +0100 Subject: [PATCH 11/15] Update to version 1.18.5; Fixes RHBZ#2029968 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 6 ++---- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 80b9233..9c207b3 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,4 @@ /syncthing-source-v1.18.2.tar.gz /syncthing-source-v1.18.3.tar.gz /syncthing-source-v1.18.4.tar.gz +/syncthing-source-v1.18.5.tar.gz diff --git a/sources b/sources index 0c98678..2217ec9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.18.4.tar.gz) = 4b144dd2572c897e6de4b190ffa607092a444d1a85bf3d1ffa32da5d863533ea770c50e4b694245342f6375091fd3c6b787b5971314d0c705e5fa2a5eae20809 +SHA512 (syncthing-source-v1.18.5.tar.gz) = 76679f12c5220b3ec620edff1f6b62836e6bc4d83a914dfb1cfd5ca570e7f03fa323e1646abeab525d4a56e5fb87bd3381b751a33a2cd4d224e8ff80a8a39c58 diff --git a/syncthing.spec b/syncthing.spec index 8cfbf14..8a88e7e 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.18.4 +%global basever 1.18.5 #%%global rcnum 0 Name: syncthing @@ -28,9 +28,7 @@ Source0: %{gourl}/releases/download/%{tag}/%{name}-source-%{tag}.tar.gz Patch0: https://github.com/imsodin/syncthing/commit/0d64427.patch BuildRequires: desktop-file-utils -BuildRequires: systemd - -%{?systemd_requires} +BuildRequires: systemd-rpm-macros Requires: hicolor-icon-theme From 9fec06c8d70f3bf1aafb1ddb09631bfaa455f2df Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 18 Jan 2022 12:07:56 +0100 Subject: [PATCH 12/15] Update to version 1.18.6; Fixes RHBZ#2039368 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9c207b3..d74e26e 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,4 @@ /syncthing-source-v1.18.3.tar.gz /syncthing-source-v1.18.4.tar.gz /syncthing-source-v1.18.5.tar.gz +/syncthing-source-v1.18.6.tar.gz diff --git a/sources b/sources index 2217ec9..d3bcc1a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.18.5.tar.gz) = 76679f12c5220b3ec620edff1f6b62836e6bc4d83a914dfb1cfd5ca570e7f03fa323e1646abeab525d4a56e5fb87bd3381b751a33a2cd4d224e8ff80a8a39c58 +SHA512 (syncthing-source-v1.18.6.tar.gz) = 011c2b6e4ff16c3a7d8cd5ed6e3fd40319fb88ff781a00febc4c3423b344d4f50e1286ec627c0add44a42716e69d331646aa7303303cc3b0785170375e18d494 diff --git a/syncthing.spec b/syncthing.spec index 8a88e7e..475cf82 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.18.5 +%global basever 1.18.6 #%%global rcnum 0 Name: syncthing @@ -121,7 +121,7 @@ Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.0.9 # github.com/lib/pq : MIT Provides: bundled(golang(github.com/lib/pq)) = 1.10.3 # github.com/lucas-clemente/quic-go : MIT -Provides: bundled(golang(github.com/lucas-clemente/quic-go)) = 0.23.0 +Provides: bundled(golang(github.com/lucas-clemente/quic-go)) = 0.24.0 # github.com/marten-seemann/qtls-go1-16 : BSD Provides: bundled(golang(github.com/marten-seemann/qtls-go1-16)) = 0.1.4 # github.com/marten-seemann/qtls-go1-17 : BSD From 84146a16f8daf735fe8fe6c92a044b46786d797a Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 2 Mar 2022 12:09:25 +0100 Subject: [PATCH 13/15] Update to version 1.19.1; Fixes RHBZ#2049063 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 28 ++++++++++++++++------------ 3 files changed, 18 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index d74e26e..8276915 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,4 @@ /syncthing-source-v1.18.4.tar.gz /syncthing-source-v1.18.5.tar.gz /syncthing-source-v1.18.6.tar.gz +/syncthing-source-v1.19.1.tar.gz diff --git a/sources b/sources index d3bcc1a..c23735d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.18.6.tar.gz) = 011c2b6e4ff16c3a7d8cd5ed6e3fd40319fb88ff781a00febc4c3423b344d4f50e1286ec627c0add44a42716e69d331646aa7303303cc3b0785170375e18d494 +SHA512 (syncthing-source-v1.19.1.tar.gz) = 6e87ac43bbdaa9b19f7c62bde63a37ef4a3c2315305333078bd24cebd0f02bbe9432c7b5e463bac220f26e221ec24c213c383b2aa31ba1a6fb3ed06d1013f26e diff --git a/syncthing.spec b/syncthing.spec index 475cf82..6256f56 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.18.6 +%global basever 1.19.1 #%%global rcnum 0 Name: syncthing @@ -39,10 +39,10 @@ Provides: bundled(angular-sanitize) = 1.3.20 Provides: bundled(angular-translate) = 2.9.0.1 Provides: bundled(angular-translate-loader-static-files) = 2.11.0 Provides: bundled(bootstrap) = 3.3.6 -Provides: bundled(daterangepicker) = 3.0.0 +Provides: bundled(daterangepicker) = 3.1 Provides: bundled(ForkAwesome) = 1.1.2 Provides: bundled(jquery) = 2.2.2 -Provides: bundled(jquery-fancytree) = 2.28.1 +Provides: bundled(jquery-fancytree) = 2.38.0 Provides: bundled(jquery-ui) = 1.12.1 Provides: bundled(moment) = 2.19.4 @@ -56,14 +56,10 @@ Provides: bundled(golang(github.com/AudriusButkevicius/pfilter)) = 0.0.10 Provides: bundled(golang(github.com/AudriusButkevicius/recli)) = 0.0.6 # github.com/Azure/go-ntlmssp : MIT Provides: bundled(golang(github.com/Azure/go-ntlmssp)) = 6637195 -# github.com/StackExchange/wmi : MIT -Provides: bundled(golang(github.com/StackExchange/wmi)) = 1.2.1 # github.com/alecthomas/kong : MIT -Provides: bundled(golang(github.com/alecthomas/kong)) = 0.2.17 +Provides: bundled(golang(github.com/alecthomas/kong)) = 0.3.0 # github.com/beorn7/perks : MIT Provides: bundled(golang(github.com/beorn7/perks)) = 1.0.1 -# github.com/bkaradzic/go-lz4 : BSD -Provides: bundled(golang(github.com/bkaradzic/go-lz4)) = 7224d8d # github.com/calmh/xdr : MIT Provides: bundled(golang(github.com/calmh/xdr)) = 1.1.0 # github.com/ccding/go-stun : ASL 2.0 @@ -91,7 +87,7 @@ Provides: bundled(golang(github.com/go-asn1-ber/asn1-ber)) = 1.5.3 # github.com/go-ldap/ldap : MIT Provides: bundled(golang(github.com/go-ldap/ldap/v3)) = 3.4.1 # github.com/go-ole/go-ole : MIT -Provides: bundled(golang(github.com/go-ole/go-ole)) = 8b1f7f9 +Provides: bundled(golang(github.com/go-ole/go-ole)) = 1.2.6 # github.com/go-task/slim-sprig : MIT Provides: bundled(golang(github.com/go-task/slim-sprig)) = 348f09d # github.com/gobwas/glob : MIT @@ -121,11 +117,13 @@ Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.0.9 # github.com/lib/pq : MIT Provides: bundled(golang(github.com/lib/pq)) = 1.10.3 # github.com/lucas-clemente/quic-go : MIT -Provides: bundled(golang(github.com/lucas-clemente/quic-go)) = 0.24.0 +Provides: bundled(golang(github.com/lucas-clemente/quic-go)) = 0.25.0 # github.com/marten-seemann/qtls-go1-16 : BSD Provides: bundled(golang(github.com/marten-seemann/qtls-go1-16)) = 0.1.4 # github.com/marten-seemann/qtls-go1-17 : BSD Provides: bundled(golang(github.com/marten-seemann/qtls-go1-17)) = 0.1.0 +# github.com/marten-seemann/qtls-go1-18 : BSD +Provides: bundled(golang(github.com/marten-seemann/qtls-go1-18)) = 0.1.0-beta.1 # github.com/maruel/panicparse : ASL 2.0 Provides: bundled(golang(github.com/maruel/panicparse)) = 1.6.1 # github.com/matttproud/golang_protobuf_extensions : ASL 2.0 @@ -146,8 +144,12 @@ Provides: bundled(golang(github.com/oschwald/geoip2-golang)) = 1.5.0 Provides: bundled(golang(github.com/oschwald/maxminddb-golang)) = 1.8.0 # github.com/petermattis/goid : ASL 2.0 Provides: bundled(golang(github.com/petermattis/goid)) = b0b1615 +# github.com/pierrec/lz4 : BSD +Provides: bundled(golang(github.com/pierrec/lz4/v4)) = 4.1.13 # github.com/pkg/errors : BSD Provides: bundled(golang(github.com/pkg/errors)) = 0.9.1 +# github.com/power-devops/perfstat : MIT +Provides: bundled(golang(github.com/power-devops/perfstat)) = 5aafc22 # github.com/prometheus/client_golang : ASL 2.0 Provides: bundled(golang(github.com/prometheus/client_golang)) = 1.11.0 # github.com/prometheus/client_model : ASL 2.0 @@ -163,7 +165,7 @@ Provides: bundled(golang(github.com/russross/blackfriday/v2)) = 2.1.0 # github.com/sasha-s/go-deadlock : ASL 2.0 Provides: bundled(golang(github.com/sasha-s/go-deadlock)) = 0.3.1 # github.com/shirou/gopsutil : BSD -Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.21.8 +Provides: bundled(golang(github.com/shirou/gopsutil/v3)) = 3.21.12 # github.com/syncthing/notify : MIT Provides: bundled(golang(github.com/syncthing/notify)) = c6b7342 # github.com/syndtr/goleveldb : BSD @@ -174,6 +176,8 @@ Provides: bundled(golang(github.com/thejerf/suture/v4)) = 4.0.1 Provides: bundled(golang(github.com/urfave/cli)) = 1.22.5 # github.com/vitrun/qart : ASL 2.0 and BSD Provides: bundled(golang(github.com/vitrun/qart)) = bf64b92 +# github.com/yusufpapurcu/wmi : MIT +Provides: bundled(golang(github.com/yusufpapurcu/wmi)) = 1.2.2 # golang.org/x/crypto : BSD Provides: bundled(golang(golang.org/x/crypto)) = 089bfa5 # golang.org/x/mod : BSD @@ -181,7 +185,7 @@ Provides: bundled(golang(golang.org/x/mod)) = 0.5.1 # golang.org/x/net : BSD Provides: bundled(golang(golang.org/x/net)) = 3ad01bb # golang.org/x/sys : BSD -Provides: bundled(golang(golang.org/x/sys)) = 92d5a99 +Provides: bundled(golang(golang.org/x/sys)) = 97ac67d # golang.org/x/text: BSD Provides: bundled(golang(golang.org/x/text)) = 0.3.7 # golang.org/x/time : BSD From 9ccb27b2633a9bc890300994bb2238dd48a18afe Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 23 Apr 2022 23:46:18 +0200 Subject: [PATCH 14/15] Update to version 1.19.2; Fixes RHBZ#2072314 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8276915..f9dac2f 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,4 @@ /syncthing-source-v1.18.5.tar.gz /syncthing-source-v1.18.6.tar.gz /syncthing-source-v1.19.1.tar.gz +/syncthing-source-v1.19.2.tar.gz diff --git a/sources b/sources index c23735d..286fce4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.19.1.tar.gz) = 6e87ac43bbdaa9b19f7c62bde63a37ef4a3c2315305333078bd24cebd0f02bbe9432c7b5e463bac220f26e221ec24c213c383b2aa31ba1a6fb3ed06d1013f26e +SHA512 (syncthing-source-v1.19.2.tar.gz) = 3e7e188a5aadbabf97c9925039b1d81bac7da2541f7a1bf61e55cf760696bc878789da8707b3495366c8df5f6673267ed309c049d352deeabd5ee309ec85cb95 diff --git a/syncthing.spec b/syncthing.spec index 6256f56..2377bba 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.19.1 +%global basever 1.19.2 #%%global rcnum 0 Name: syncthing @@ -171,7 +171,7 @@ Provides: bundled(golang(github.com/syncthing/notify)) = c6b7342 # github.com/syndtr/goleveldb : BSD Provides: bundled(golang(github.com/syndtr/goleveldb)) = d9e9293 # github.com/thejerf/suture : MIT -Provides: bundled(golang(github.com/thejerf/suture/v4)) = 4.0.1 +Provides: bundled(golang(github.com/thejerf/suture/v4)) = 4.0.2 # github.com/urfave/cli : MIT Provides: bundled(golang(github.com/urfave/cli)) = 1.22.5 # github.com/vitrun/qart : ASL 2.0 and BSD From 0eef08b6709989392b022d7069df5add876b04e5 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 18 May 2022 12:19:02 +0200 Subject: [PATCH 15/15] Update to version 1.20.1; Fixes RHBZ#2081813 --- .gitignore | 1 + sources | 2 +- syncthing.spec | 12 ++++++------ 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index f9dac2f..d5df3c6 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,4 @@ /syncthing-source-v1.18.6.tar.gz /syncthing-source-v1.19.1.tar.gz /syncthing-source-v1.19.2.tar.gz +/syncthing-source-v1.20.1.tar.gz diff --git a/sources b/sources index 286fce4..2ea52d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v1.19.2.tar.gz) = 3e7e188a5aadbabf97c9925039b1d81bac7da2541f7a1bf61e55cf760696bc878789da8707b3495366c8df5f6673267ed309c049d352deeabd5ee309ec85cb95 +SHA512 (syncthing-source-v1.20.1.tar.gz) = 7b365b295862f1cac41a9f33b389d7ac6c814b6ea14b8a964f4ecbfd15f1207abd26c53efbe5779aaad9b4b256e594f5f6f59ecf911ddfc6eb129295ba11646c diff --git a/syncthing.spec b/syncthing.spec index 2377bba..e44a0fa 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,6 +1,6 @@ %bcond_with devel -%global basever 1.19.2 +%global basever 1.20.1 #%%global rcnum 0 Name: syncthing @@ -117,13 +117,13 @@ Provides: bundled(golang(github.com/klauspost/cpuid/v2)) = 2.0.9 # github.com/lib/pq : MIT Provides: bundled(golang(github.com/lib/pq)) = 1.10.3 # github.com/lucas-clemente/quic-go : MIT -Provides: bundled(golang(github.com/lucas-clemente/quic-go)) = 0.25.0 +Provides: bundled(golang(github.com/lucas-clemente/quic-go)) = 0.27.0 # github.com/marten-seemann/qtls-go1-16 : BSD -Provides: bundled(golang(github.com/marten-seemann/qtls-go1-16)) = 0.1.4 +Provides: bundled(golang(github.com/marten-seemann/qtls-go1-16)) = 0.1.5 # github.com/marten-seemann/qtls-go1-17 : BSD -Provides: bundled(golang(github.com/marten-seemann/qtls-go1-17)) = 0.1.0 +Provides: bundled(golang(github.com/marten-seemann/qtls-go1-17)) = 0.1.1 # github.com/marten-seemann/qtls-go1-18 : BSD -Provides: bundled(golang(github.com/marten-seemann/qtls-go1-18)) = 0.1.0-beta.1 +Provides: bundled(golang(github.com/marten-seemann/qtls-go1-18)) = 0.1.1 # github.com/maruel/panicparse : ASL 2.0 Provides: bundled(golang(github.com/maruel/panicparse)) = 1.6.1 # github.com/matttproud/golang_protobuf_extensions : ASL 2.0 @@ -191,7 +191,7 @@ Provides: bundled(golang(golang.org/x/text)) = 0.3.7 # golang.org/x/time : BSD Provides: bundled(golang(golang.org/x/time)) = 1f47c86 # golang.org/x/tools : BSD -Provides: bundled(golang(golang.org/x/tools)) = 0.1.6 +Provides: bundled(golang(golang.org/x/tools)) = 0.1.7 # golang.org/x/xerrors : BSD Provides: bundled(golang(golang.org/x/xerrors)) = 5ec99f8 # google.golang.org/protobuf : BSD