From 669aaef3c88bbd445f6ef1e4361e2c3b94510d7842cb656d954734c6e73a0a46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 30 Sep 2024 07:37:23 +0000 Subject: [PATCH] Scripted push of GNOME 47 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/d-spy?expand=0&rev=11 --- .gitattributes | 23 +++++++++++ .gitignore | 1 + _service | 20 +++++++++ d-spy-1.10.0.obscpio | 3 ++ d-spy-47.0.obscpio | 3 ++ d-spy.changes | 78 +++++++++++++++++++++++++++++++++++ d-spy.obsinfo | 4 ++ d-spy.spec | 97 ++++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 229 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 _service create mode 100644 d-spy-1.10.0.obscpio create mode 100644 d-spy-47.0.obscpio create mode 100644 d-spy.changes create mode 100644 d-spy.obsinfo create mode 100644 d-spy.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..22e654c --- /dev/null +++ b/_service @@ -0,0 +1,20 @@ + + + + git + https://gitlab.gnome.org/GNOME/d-spy.git + 47.0 + @PARENT_TAG@+@TAG_OFFSET@ + (.*)\+0 + \1 + + + + + *.tar + xz + + + + diff --git a/d-spy-1.10.0.obscpio b/d-spy-1.10.0.obscpio new file mode 100644 index 0000000..f226265 --- /dev/null +++ b/d-spy-1.10.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9065fcd22d615662281333bf558f46eb472d2799e78c26d335e5a0317d0fe044 +size 794124 diff --git a/d-spy-47.0.obscpio b/d-spy-47.0.obscpio new file mode 100644 index 0000000..51d2d08 --- /dev/null +++ b/d-spy-47.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d55d7d405536677c9883eafbcbfb679ffdda3800eae4e87467854d3a270a0596 +size 860684 diff --git a/d-spy.changes b/d-spy.changes new file mode 100644 index 0000000..b599867 --- /dev/null +++ b/d-spy.changes @@ -0,0 +1,78 @@ +------------------------------------------------------------------- +Sun Sep 15 12:29:17 UTC 2024 - Bjørn Lie + +- Update to version 47.0: + + Set legacy icon for window + + Updated translations. +- Changes from version 47.alpha: + + Transition to GNOME release numbering + + Build changes to accomidate bundling from Builder + + Updated translations. + +------------------------------------------------------------------- +Sat Mar 16 09:21:10 UTC 2024 - Dominique Leuenberger + +- Update to version 1.10.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 4 08:39:06 UTC 2024 - Dominique Leuenberger + +- Update to version 1.9.1: + + Appdata and screenshot updates. + + Updated translations. + +------------------------------------------------------------------- +Tue Jan 16 07:34:46 UTC 2024 - Dominique Leuenberger + +- Update to version 1.9.0: + + Various styling improvements to match GNOME HIG. + + Various tooltips, mnemonics, and shortcuts were added. + +------------------------------------------------------------------- +Sun Sep 17 10:00:06 UTC 2023 - Bjørn Lie + +- Package the new translations, add lang_package macros. + +------------------------------------------------------------------- +Sun Sep 17 01:51:03 UTC 2023 - Luciano Santos + +- Update to version 1.8.0: + + Fixes to support translations properly. + + Fixes in introspection path generation. + +------------------------------------------------------------------- +Fri Mar 17 18:29:34 UTC 2023 - Bjørn Lie + +- Update to version 1.6.0: + + No changes since 1.5.0 (44.beta). + +------------------------------------------------------------------- +Thu Feb 23 14:30:55 UTC 2023 - Bjørn Lie + +- Update to version 1.5.0: + + Use AdwAboutDialog. + + Install appdata into proper metadata directory. + + Add spacing around textviews for properties/methods. + + Sort object-paths, methods, properties, and signals + lexicographically. + + Allow creating a new window from the primary menu. + +------------------------------------------------------------------- +Sun Sep 18 09:31:33 UTC 2022 - Bjørn Lie + +- Update to version 1.4.0: + + This release fixes the project name to match the + infrastructure. + +------------------------------------------------------------------- +Sun Jul 17 20:26:35 UTC 2022 - Bjørn Lie + +- Update to version 1.2.1: + + Just a few small UI updates and build system fixes in this + release. + +------------------------------------------------------------------- +Sun Mar 20 11:48:02 UTC 2022 - Bjørn Lie + +- Initial packaging for openSUSE. diff --git a/d-spy.obsinfo b/d-spy.obsinfo new file mode 100644 index 0000000..613ca0b --- /dev/null +++ b/d-spy.obsinfo @@ -0,0 +1,4 @@ +name: d-spy +version: 47.0 +mtime: 1726280535 +commit: 0d30e4abb14dbeeb352494bc09b5ec01a12728da diff --git a/d-spy.spec b/d-spy.spec new file mode 100644 index 0000000..9d834f7 --- /dev/null +++ b/d-spy.spec @@ -0,0 +1,97 @@ +# +# spec file for package d-spy +# +# Copyright (c) 2024 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%define libname libdspy-1 +%define sover 1 + +Name: d-spy +Version: 47.0 +Release: 0 +Summary: A D-Bus explorer for GNOME +License: GPL-3.0-or-later AND LGPL-3.0-or-later +URL: https://gitlab.gnome.org/GNOME/d-spy +Source: %{name}-%{version}.tar.xz + +# appstream-glib BR disabled until upstream fixes the metadata test +# BuildRequires: appstream-glib +BuildRequires: desktop-file-utils +BuildRequires: c_compiler +BuildRequires: libxml2-tools +BuildRequires: meson >= 0.56.0 +BuildRequires: pkgconfig +BuildRequires: pkgconfig(gio-2.0) >= 2.68 +BuildRequires: pkgconfig(gtk4) >= 4.6 +BuildRequires: pkgconfig(libadwaita-1) >= 1.0 + +%description +D-Spy is a simple tool to explore D-Bus connections. + +%package -n %{libname}-%{sover} +Summary: Shared library for %{name} + +%description -n %{libname}-%{sover} +Shared library for %{name}. + +%package devel +Summary: Development/header files for %{name} +Requires: %{libname}-%{sover} = %{version} +Requires: %{name} = %{version} + +%description devel +Development/header files for %{name}. + +%lang_package + +%prep +%autosetup -p1 + +%build +%meson \ + %{nil} +%meson_build + +%install +%meson_install +%find_lang %{name} %{?no_lang_C} + +%check +%meson_test + +%ldconfig_scriptlets -n %{libname}-%{sover} + +%files +%license COPYING COPYING.lgpl3 +%doc NEWS +%{_bindir}/%{name} +%{_datadir}/metainfo/org.gnome.dspy.appdata.xml +%{_datadir}/applications/org.gnome.dspy.desktop +%{_datadir}/glib-2.0/schemas/org.gnome.dspy.gschema.xml +%{_datadir}/icons/hicolor/scalable/apps/org.gnome.dspy.svg +%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.dspy-symbolic.svg + +%files -n %{libname}-%{sover} +%{_libdir}/%{libname}.so.* + +%files devel +%{_includedir}/dspy-%{sover} +%{_libdir}/%{libname}.so +%{_libdir}/pkgconfig/dspy-1.pc + +%files lang -f %{name}.lang + +%changelog