Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package unixODBC for openSUSE:Factory checked in at 2021-02-11 12:46:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/unixODBC (Old) and /work/SRC/openSUSE:Factory/.unixODBC.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "unixODBC" Thu Feb 11 12:46:52 2021 rev:39 rq:869575 version:2.3.9 Changes: -------- --- /work/SRC/openSUSE:Factory/unixODBC/unixODBC.changes 2020-09-25 16:21:37.183363645 +0200 +++ /work/SRC/openSUSE:Factory/.unixODBC.new.28504/unixODBC.changes 2021-02-11 12:47:53.929533554 +0100 @@ -1,0 +2,8 @@ +Thu Feb 4 18:45:24 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Fix incorrect permission for documentation files. + Using %attr affects the documentation subdirectory permission. + Instead, the executable bit for doc files will be removed in + the %prep section. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ unixODBC.spec ++++++ --- /var/tmp/diff_new_pack.k8JxdS/_old 2021-02-11 12:47:54.521534416 +0100 +++ /var/tmp/diff_new_pack.k8JxdS/_new 2021-02-11 12:47:54.525534422 +0100 @@ -1,7 +1,7 @@ # # spec file for package unixODBC # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -70,6 +70,8 @@ %patch3 -p1 %patch4 -p1 +chmod -x NEWS README doc/*.html doc/*.gif + %build perl -i -pe 's{^ACLOCAL_AMFLAGS.*}{}' Makefile.am export -n LANG LINGUAS LC_ALL @@ -108,7 +110,7 @@ %files %license COPYING -%attr(644,root,root) %doc AUTHORS ChangeLog NEWS README doc/*.html doc/*.gif +%doc AUTHORS ChangeLog NEWS README doc/*.html doc/*.gif %docdir %{_mandir} %{_mandir}/man1/dltest.1%{?ext_man} %{_mandir}/man1/isql.1%{?ext_man}
