Accepting request 1111753 from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/1111753
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/d-spy?expand=0&rev=7
This commit is contained in:
Bjørn Lie 2023-09-18 06:45:52 +00:00 committed by Git OBS Bridge
parent febd375f60
commit eb425836ef
6 changed files with 25 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.6.0</param>
<param name="revision">refs/tags/1.8.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:df0532eba3fd57e7869e215e7df56d653fe901f0d49451a2a974fe81201f3c60
size 637964

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

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Sep 17 10:00:06 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Package the new translations, add lang_package macros.
-------------------------------------------------------------------
Sun Sep 17 01:51:03 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
- 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 <bjorn.lie@gmail.com>

View File

@ -1,4 +1,4 @@
name: d-spy
version: 1.6.0
mtime: 1679077531
commit: 9268a01e3fcc7d15c617f4bb57f2fe213bb4d078
version: 1.8.0
mtime: 1694906377
commit: 406791d9ac384e446ae453a6046e272dfc7c4b4a

View File

@ -20,7 +20,7 @@
%define sover 1
Name: d-spy
Version: 1.6.0
Version: 1.8.0
Release: 0
Summary: A D-Bus explorer for GNOME
License: GPL-3.0-or-later AND LGPL-3.0-or-later
@ -55,6 +55,8 @@ Requires: %{name} = %{version}
%description devel
Development/header files for %{name}.
%lang_package
%prep
%autosetup -p1
@ -65,6 +67,7 @@ Development/header files for %{name}.
%install
%meson_install
%find_lang %{name} %{?no_lang_C}
%check
%meson_test
@ -90,4 +93,6 @@ Development/header files for %{name}.
%{_libdir}/%{libname}.so
%{_libdir}/pkgconfig/dspy-1.pc
%files lang -f %{name}.lang
%changelog