11
0

Accepting request 984884 from GNOME:Next

Update to 0.1.1

OBS-URL: https://build.opensuse.org/request/show/984884
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libglib-testing?expand=0&rev=4
This commit is contained in:
2022-06-27 07:12:06 +00:00
committed by Git OBS Bridge
parent 21f191af30
commit ec73ab64d2
4 changed files with 22 additions and 15 deletions

View File

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

BIN
libglib-testing-0.1.1.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jun 24 12:02:02 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.1.1:
+ Bugs fixed:
- docs: Make the API stability policy a little more mature.
- signal-logger: Dont pass NULL to G_VALUE_LCOPY().
- Fix subproject build with recent meson.
-------------------------------------------------------------------
Sat Sep 5 21:14:27 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libglib-testing
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,17 @@
Name: libglib-testing
Version: 0.1.0
Version: 0.1.1
Release: 0
Summary: GLib test harness and mocking framework
License: LGPL-2.1-or-later
URL: https://gitlab.gnome.org/pwithnall/libglib-testing
Source: %{url}/-/archive/%{version}/%{name}-%{version}.tar.bz2
BuildRequires: meson >= 0.45.0
BuildRequires: pkgconfig(glib-2.0) >= 2.44
BuildRequires: pkgconfig(gio-2.0) >= 2.44
BuildRequires: pkgconfig(gobject-2.0) >= 2.44
BuildRequires: gtk-doc
BuildRequires: meson >= 0.45.0
BuildRequires: pkgconfig(gio-2.0) >= 2.44
BuildRequires: pkgconfig(glib-2.0) >= 2.44
BuildRequires: pkgconfig(gobject-2.0) >= 2.44
%description
libglib-testing is a test library providing test harnesses and mock
@@ -36,17 +36,17 @@ intended to be used by any project which uses GLib and which wants
to write internal unit tests.
%package -n libglib-testing-0-0
Summary: GLib test harness and mocking framework
Summary: GLib test harness and mocking framework
%description -n libglib-testing-0-0
%description -n libglib-testing-0-0
libglib-testing is a test library providing test harnesses and mock
classes which complement the classes provided by GLib. It is
intended to be used by any project which uses GLib and which wants
to write internal unit tests.
%package devel
Summary: GLib test harness and mocking framework
Requires: libglib-testing-0-0 = %{version}
Summary: GLib test harness and mocking framework
Requires: libglib-testing-0-0 = %{version}
%description devel
libglib-testing is a test library providing test harnesses and mock
@@ -67,8 +67,6 @@ to write internal unit tests.
%post -n libglib-testing-0-0 -p /sbin/ldconfig
%postun -n libglib-testing-0-0 -p /sbin/ldconfig
%files -n libglib-testing-0-0
%license COPYING
%doc NEWS README