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
This commit is contained in:
Dominique Leuenberger 2023-12-08 14:29:00 +00:00 committed by Git OBS Bridge
parent a056e73ad3
commit cd9ea74660
3 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,3 @@
diff --git a/NEWS b/NEWS
old mode 100755
new mode 100644

View File

@ -15,6 +15,13 @@ Sun Oct 1 08:15:12 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <dimstar@opensuse.org>

View File

@ -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