From d8ec097df9bd7718053406d09e219c81a30999be0bd3116f7a69c487216b3612 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 6 Dec 2023 09:53:52 +0000 Subject: [PATCH] Accepting request 1131269 from home:yfjiang:branches:GNOME:Factory Add a missing patch from Leap/SLE. OBS-URL: https://build.opensuse.org/request/show/1131269 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/atkmm1_6?expand=0&rev=13 --- ...1_6-remove-unnecessary-executable-flag-from-file.patch | 3 +++ atkmm1_6.changes | 8 ++++++++ atkmm1_6.spec | 4 +++- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 atkmm1_6-remove-unnecessary-executable-flag-from-file.patch 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