From f2c3af43290f4375a792f63590c3c5823e001a7f8e4cb855266699e33d13e74b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 15 Mar 2023 14:27:15 +0000 Subject: [PATCH] Accepting request 1072105 from home:dimstar:Factory OBS-URL: https://build.opensuse.org/request/show/1072105 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=236 --- gobject-introspection.changes | 7 +++++++ gobject-introspection.spec | 2 +- gobjectintrospection.attr | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/gobject-introspection.changes b/gobject-introspection.changes index 3d108ba..8b2a0e0 100644 --- a/gobject-introspection.changes +++ b/gobject-introspection.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 15 10:28:17 UTC 2023 - Dominique Leuenberger + +- Update path regex used in gobjectintrospection.attr: the old one + was not sufficiently escaped, which resulted in many more files + being scanned than needed. + ------------------------------------------------------------------- Thu Sep 22 17:02:33 UTC 2022 - Stephan Kulow diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 7ce02aa..7c3bfc0 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -1,7 +1,7 @@ # # spec file for package gobject-introspection # -# 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 diff --git a/gobjectintrospection.attr b/gobjectintrospection.attr index d8e60b3..54ffafd 100644 --- a/gobjectintrospection.attr +++ b/gobjectintrospection.attr @@ -1,4 +1,4 @@ %__gobjectintrospection_provides %{_rpmconfigdir}/gi-find-deps.sh -P %__gobjectintrospection_requires %{_rpmconfigdir}/gi-find-deps.sh -R -%__gobjectintrospection_path ^(%{_libdir}/.*\.typelib)|(.*\.gresource)|(.*\.py)|(.*\.js)|(.*\.so)|(%{_bindir}/.*)$ +%__gobjectintrospection_path ^%{_libdir}/.*\\.typelib$|^%{_bindir}/|\\.(gresource|py|js|so)$ %__gobjectintrospection_exclude_path ^/usr/share/doc/packages/