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 1/3] 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/ From 66f0b551d5f569969540c667f8b8a60d10150b15ba3f38c1108e12dbbb2e083a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 16 Mar 2023 12:36:05 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=237 --- gobjectintrospection.attr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gobjectintrospection.attr b/gobjectintrospection.attr index 54ffafd..68fdf72 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$|^%{_bindir}/|\\.(gresource|py|js|so)$ +%__gobjectintrospection_path ^%{_libdir}/.*\\.typelib$|^%{_bindir}/|\\.(gresource|py|js)$|\\.so[^/]*$ %__gobjectintrospection_exclude_path ^/usr/share/doc/packages/ From 386255308317a71ad0255470056a4a31107c7374662ae59ce5fb9531bc159dcb Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 17 Mar 2023 06:50:44 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=238 --- gobjectintrospection.attr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gobjectintrospection.attr b/gobjectintrospection.attr index 68fdf72..e20327e 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$|^%{_bindir}/|\\.(gresource|py|js)$|\\.so[^/]*$ +%__gobjectintrospection_path ^%{_libdir}/.*\\.typelib$|^%{_bindir}/|\\.(gresource|py|js|so|so\\.[^/]*)$ %__gobjectintrospection_exclude_path ^/usr/share/doc/packages/