Accepting request 989751 from GNOME:Next

New upstream release

OBS-URL: https://build.opensuse.org/request/show/989751
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/d-spy?expand=0&rev=2
This commit is contained in:
Frederic Crozat 2022-07-21 13:05:39 +00:00 committed by Git OBS Bridge
parent 5e83926e66
commit 968d8a92b9
6 changed files with 16 additions and 8 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.2.0</param>
<param name="revision">refs/tags/1.2.1</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:03a4d57215d8ad729ca6e139878a120fefbc97f5216e7175160babf53bf4d465
size 790028

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jul 17 20:26:35 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <bjorn.lie@gmail.com>

View File

@ -1,4 +1,4 @@
name: d-spy
version: 1.2.0
mtime: 1647646412
commit: 97f1bae72738c195b8592f6c6101a8853f1bcd7d
version: 1.2.1
mtime: 1657572644
commit: 4daf6fbf18017707b415958461ef128b200de859

View File

@ -19,7 +19,7 @@
%define sover 1
Name: d-spy
Version: 1.2.0
Version: 1.2.1
Release: 0
Summary: A D-Bus explorer for GNOME
License: GPL-3.0-or-later AND LGPL-3.0-or-later
@ -87,6 +87,7 @@ Development/header files for %{name}.
%files devel
%{_includedir}/dspy-%{sover}
%{_libdir}/%{libname}.so
%{_libdir}/pkgconfig/dspy-1.pc
%changelog