From febd375f600c37de4aa50490741fc814fb1a81f52cf74af55882899e4f36c8c9 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 20 Mar 2023 12:47:16 +0000 Subject: [PATCH] Accepting request 1072714 from GNOME:Next New stable release OBS-URL: https://build.opensuse.org/request/show/1072714 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/d-spy?expand=0&rev=5 --- _service | 2 +- d-spy-1.4.0.obscpio | 3 --- d-spy-1.6.0.obscpio | 3 +++ d-spy.changes | 17 +++++++++++++++++ d-spy.obsinfo | 6 +++--- d-spy.spec | 10 +++++----- 6 files changed, 29 insertions(+), 12 deletions(-) delete mode 100644 d-spy-1.4.0.obscpio create mode 100644 d-spy-1.6.0.obscpio diff --git a/_service b/_service index f9e4a73..2a969b9 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ git https://gitlab.gnome.org/GNOME/d-spy.git - refs/tags/1.4.0 + refs/tags/1.6.0 @PARENT_TAG@+@TAG_OFFSET@ (.*)\+0 \1 diff --git a/d-spy-1.4.0.obscpio b/d-spy-1.4.0.obscpio deleted file mode 100644 index 572bea3..0000000 --- a/d-spy-1.4.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2925c430ff8ae79ea6e2d4c7259846dbc051e7a8471dbab226d711064f3d1d9 -size 634380 diff --git a/d-spy-1.6.0.obscpio b/d-spy-1.6.0.obscpio new file mode 100644 index 0000000..6c4cf57 --- /dev/null +++ b/d-spy-1.6.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df0532eba3fd57e7869e215e7df56d653fe901f0d49451a2a974fe81201f3c60 +size 637964 diff --git a/d-spy.changes b/d-spy.changes index fc04943..dc02c4a 100644 --- a/d-spy.changes +++ b/d-spy.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +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 diff --git a/d-spy.obsinfo b/d-spy.obsinfo index 6dc5022..78df327 100644 --- a/d-spy.obsinfo +++ b/d-spy.obsinfo @@ -1,4 +1,4 @@ name: d-spy -version: 1.4.0 -mtime: 1663445201 -commit: 687dc766770a0938e72fd747308f13a460b5a76f +version: 1.6.0 +mtime: 1679077531 +commit: 9268a01e3fcc7d15c617f4bb57f2fe213bb4d078 diff --git a/d-spy.spec b/d-spy.spec index 8d94623..3591bb6 100644 --- a/d-spy.spec +++ b/d-spy.spec @@ -1,7 +1,7 @@ # # spec file for package d-spy # -# 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 @@ -15,11 +15,12 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %define libname libdspy-1 %define sover 1 Name: d-spy -Version: 1.4.0 +Version: 1.6.0 Release: 0 Summary: A D-Bus explorer for GNOME License: GPL-3.0-or-later AND LGPL-3.0-or-later @@ -48,8 +49,8 @@ Shared library for %{name}. %package devel Summary: Development/header files for %{name} -Requires: %{name} = %{version} Requires: %{libname}-%{sover} = %{version} +Requires: %{name} = %{version} %description devel Development/header files for %{name}. @@ -74,7 +75,7 @@ Development/header files for %{name}. %license COPYING COPYING.lgpl3 %doc NEWS %{_bindir}/%{name} -%{_datadir}/appdata/org.gnome.dspy.appdata.xml +%{_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.devel.svg @@ -90,4 +91,3 @@ Development/header files for %{name}. %{_libdir}/pkgconfig/dspy-1.pc %changelog -