Accepting request 795234 from GNOME:Factory
Scripted push of project GNOME:Next (forwarded request 795087 from iznogood) OBS-URL: https://build.opensuse.org/request/show/795234 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgnome-games-support?expand=0&rev=11
This commit is contained in:
commit
213999fba5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8a6ae569868abb4e90cf48e505dff527a635cb21a4af33039379860b3ad6bfe
|
||||
size 336708
|
3
libgnome-games-support-1.6.1.tar.xz
Normal file
3
libgnome-games-support-1.6.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb686af62e24dc33f26c581aa019fcdf3605787dd76cb59ac99a8a34d1b808bf
|
||||
size 44012
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 26 21:08:35 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.6.1:
|
||||
+ Always show category in scores dialog.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 6 10:54:42 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.6.0.1:
|
||||
+ Updated translations.
|
||||
- Changes from version 1.5.59:
|
||||
+ Replace autotools buildsystem with meson.
|
||||
- Switch to meson buildsystem following upstream changes. Add
|
||||
meson BuildRequires and macros. Also add a check section, and run
|
||||
meson_test.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 25 14:16:24 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libgnome-games-support
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,15 +19,16 @@
|
||||
%define sover 3
|
||||
|
||||
Name: libgnome-games-support
|
||||
Version: 1.4.4
|
||||
Version: 1.6.1
|
||||
Release: 0
|
||||
Summary: Internal support library for GNOME games
|
||||
License: LGPL-3.0-or-later
|
||||
Group: Development/Libraries/GNOME
|
||||
URL: https://git.gnome.org/browse/libgnome-games-support/
|
||||
Source0: https://download.gnome.org/sources/libgnome-games-support/1.4/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/libgnome-games-support/1.6/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: intltool >= 0.50.2
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: vala >= 0.40
|
||||
BuildRequires: pkgconfig(gee-0.8)
|
||||
@ -64,22 +65,24 @@ with the major version number. The ABI is unstable.
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%meson_install
|
||||
%find_lang %{name}
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%post -n libgnome-games-support-1-%{sover} -p /sbin/ldconfig
|
||||
%postun -n libgnome-games-support-1-%{sover} -p /sbin/ldconfig
|
||||
|
||||
%files -n libgnome-games-support-1-%{sover}
|
||||
%license COPYING.LESSER
|
||||
%license COPYING COPYING.LESSER
|
||||
%{_libdir}/libgnome-games-support-1.so.%{sover}*
|
||||
|
||||
%files devel
|
||||
|
Loading…
Reference in New Issue
Block a user