diff --git a/atkmm1_6-remove-unnecessary-executable-flag-from-file.patch b/atkmm1_6-remove-unnecessary-executable-flag-from-file.patch new file mode 100644 index 0000000..5e50d68 --- /dev/null +++ b/atkmm1_6-remove-unnecessary-executable-flag-from-file.patch @@ -0,0 +1,3 @@ +diff --git a/NEWS b/NEWS +old mode 100755 +new mode 100644 diff --git a/atkmm1_6.changes b/atkmm1_6.changes index 93ebe4d..6918089 100644 --- a/atkmm1_6.changes +++ b/atkmm1_6.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Apr 17 14:23:34 UTC 2023 - qzhao@suse.com + +- Add atkmm1_6-remove-unnecessary-executable-flag-from-file.patch: + cancel executable permission for file + /usr/share/doc/packages/libatkmm-1_6-1/NEWS + (bsc#1209094, bsc#1209139). + ------------------------------------------------------------------- Thu Aug 11 07:38:46 UTC 2022 - Bjørn Lie diff --git a/atkmm1_6.spec b/atkmm1_6.spec index 1d8331b..ca0438f 100644 --- a/atkmm1_6.spec +++ b/atkmm1_6.spec @@ -1,7 +1,7 @@ # # spec file for package atkmm1_6 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,6 +27,8 @@ Group: Development/Libraries/C and C++ URL: http://www.gtkmm.org/ Source: https://download.gnome.org/sources/atkmm/2.28/%{_name}-%{version}.tar.xz Source99: baselibs.conf +# PATCH-FIX-OPENSUSE atkmm1_6-remove-unnecessary-executable-flag-from-file.patch bsc#1209094 bsc#1209139 qzhao@suse.com -- cancel executable permission for file /usr/share/doc/packages/libatkmm-1_6-1/NEWS +Patch0: atkmm1_6-remove-unnecessary-executable-flag-from-file.patch BuildRequires: c++_compiler BuildRequires: doxygen