From cd9ea74660c7e5561afd433405c739484420f31ef8ad7e3e9f6a52d602a8b448 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 8 Dec 2023 14:29:00 +0000 Subject: [PATCH] Accepting request 1132055 from home:yfjiang:branches:GNOME:Factory Add a missing patch from SLE. OBS-URL: https://build.opensuse.org/request/show/1132055 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsigc++2?expand=0&rev=75 --- ...c++2-remove-unnecessary-executable-flag-from-file.patch | 3 +++ libsigc++2.changes | 7 +++++++ libsigc++2.spec | 3 +++ 3 files changed, 13 insertions(+) create mode 100644 libsigc++2-remove-unnecessary-executable-flag-from-file.patch diff --git a/libsigc++2-remove-unnecessary-executable-flag-from-file.patch b/libsigc++2-remove-unnecessary-executable-flag-from-file.patch new file mode 100644 index 0000000..5e50d68 --- /dev/null +++ b/libsigc++2-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/libsigc++2.changes b/libsigc++2.changes index 3dd805e..9275547 100644 --- a/libsigc++2.changes +++ b/libsigc++2.changes @@ -15,6 +15,13 @@ Sun Oct 1 08:15:12 UTC 2023 - Bjørn Lie - Use ldconfig_scriptlets macro for post(un) handling. - Update URL to new home. +------------------------------------------------------------------- +Mon Apr 17 14:23:34 UTC 2023 - qzhao@suse.com + +- Add libsigc++2-remove-unnecessary-executable-flag-from-file.patch: + cancel executable permission for file + /usr/share/doc/packages/libsigc-2_0-0/NEWS(bsc#1209094,bsc#1209140). + ------------------------------------------------------------------- Mon Feb 27 18:07:38 UTC 2023 - Dominique Leuenberger diff --git a/libsigc++2.spec b/libsigc++2.spec index a71807e..abacb3e 100644 --- a/libsigc++2.spec +++ b/libsigc++2.spec @@ -26,6 +26,8 @@ Group: Development/Libraries/C and C++ URL: https://libsigcplusplus.github.io/libsigcplusplus/ Source0: https://download.gnome.org/sources/libsigc++/2.12/%{_name}-%{version}.tar.xz Source99: baselibs.conf +# PATCH-FIX-OPENSUSE libsigc++2-remove-unnecessary-executable-flag-from-file.patch bsc#1209094 bsc#1209140 qzhao@suse.com -- cancel executable permission for file /usr/share/doc/packages/libsigc-2_0-0/NEWS +Patch0: libsigc++2-remove-unnecessary-executable-flag-from-file.patch BuildRequires: gcc-c++ BuildRequires: meson >= 0.54.0 @@ -69,6 +71,7 @@ of use unmatched by other C++ callback libraries. %prep %setup -q -n %{_name}-%{version} +%patch -P 0 -p1 # Remove executable bit in NEWS... chmod -x NEWS