SHA256
1
0
forked from pool/d-spy

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
This commit is contained in:
Dominique Leuenberger 2023-03-20 12:47:16 +00:00 committed by Git OBS Bridge
parent 6abf93c92e
commit febd375f60
6 changed files with 29 additions and 12 deletions

View File

@ -3,7 +3,7 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/d-spy.git</param>
<param name="revision">refs/tags/1.4.0</param>
<param name="revision">refs/tags/1.6.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c2925c430ff8ae79ea6e2d4c7259846dbc051e7a8471dbab226d711064f3d1d9
size 634380

3
d-spy-1.6.0.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df0532eba3fd57e7869e215e7df56d653fe901f0d49451a2a974fe81201f3c60
size 637964

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Mar 17 18:29:34 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <bjorn.lie@gmail.com>
- 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 <bjorn.lie@gmail.com>

View File

@ -1,4 +1,4 @@
name: d-spy
version: 1.4.0
mtime: 1663445201
commit: 687dc766770a0938e72fd747308f13a460b5a76f
version: 1.6.0
mtime: 1679077531
commit: 9268a01e3fcc7d15c617f4bb57f2fe213bb4d078

View File

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