diff --git a/.gitignore b/.gitignore index 499d943..77d703b 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /syncthing-source-v0.14.49.tar.gz /syncthing-source-v0.14.50.tar.gz /syncthing-source-v0.14.51.tar.gz +/syncthing-source-v0.14.52.tar.gz diff --git a/sources b/sources index d2d543f..7f67eb6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (syncthing-source-v0.14.51.tar.gz) = 3b28d45cbd01809dfa425f650fec370df349684f2007516a689fb5fb95bbb915913289410eec7c7f06998edf3c3d5b9754224624650c862d15a114e2aae8b691 +SHA512 (syncthing-source-v0.14.52.tar.gz) = 1c832fc47ebe06d1ec90cffb904734ed68e468876907be815da20c77037046f57143f455763572013f4de249cb4c14e5a395c8febf1d3ea29c8754352cba05eb diff --git a/syncthing.rpmlintrc b/syncthing.rpmlintrc new file mode 100644 index 0000000..3e9a54e --- /dev/null +++ b/syncthing.rpmlintrc @@ -0,0 +1,5 @@ +# don't care about manpages +addFilter("W: no-manual-page-for-binary *") + +# this is expected for golang packages +addFilter("W: hidden-file-or-dir /usr/share/gocode/src/github.com/syncthing/syncthing/.goipath*") diff --git a/syncthing.spec b/syncthing.spec index de2a8a6..673c0f3 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -1,9 +1,9 @@ %global goipath github.com/syncthing/syncthing -%global tag v0.14.51 +%global tag v0.14.52 Name: syncthing Summary: Continuous File Synchronization -Version: 0.14.51 +Version: 0.14.52 Release: 1%{?dist} %gometa @@ -11,9 +11,9 @@ Release: 1%{?dist} # syncthing (MPLv2.0) bundles # - angular (MIT), # - bootstrap (MIT), -# - font-awesome (MIT/OFL), and +# - ForkAwesome (MIT/OFL/CC-BY 3.0), and # - moment (MIT) -License: MPLv2.0 and MIT and OFL +License: MPLv2.0 and MIT and OFL and CC-BY URL: https://syncthing.net Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-source-v%{version}.tar.gz @@ -72,7 +72,7 @@ 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(font-awesome) = 5.0.13 +Provides: bundled(ForkAwesome) = 1.1.2 Provides: bundled(jquery) = 2.2.2 Provides: bundled(jquery-fancytree) = 2.28.1 Provides: bundled(jquery-ui) = 1.12.1 @@ -317,6 +317,9 @@ export GOPATH=$(pwd)/_build:%{gopath} %changelog +* 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.