Accepting request 730077 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/730077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aisleriot?expand=0&rev=55
This commit is contained in:
Ludwig Nussel 2019-09-13 12:58:02 +00:00 committed by Git OBS Bridge
commit 122dce587d
4 changed files with 19 additions and 9 deletions

View File

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

3
aisleriot-3.22.9.tar.xz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Sep 11 07:27:14 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.22.9:
+ build: Fix ChangeLog rule to work on a git worktree.
+ Updated translations.
- Use modern macros.
- Update URL.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 12 06:14:29 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com> Tue Mar 12 06:14:29 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -17,19 +17,20 @@
Name: aisleriot Name: aisleriot
Version: 3.22.8 Version: 3.22.9
Release: 0 Release: 0
Summary: Solitaire Card Games for GNOME Summary: Solitaire Card Games for GNOME
License: GPL-3.0-or-later License: GPL-3.0-or-later
Group: Amusements/Games/Board/Card Group: Amusements/Games/Board/Card
URL: http://www.gnome.org URL: https://wiki.gnome.org/Apps/Aisleriot
Source0: http://download.gnome.org/sources/aisleriot/3.22/%{name}-%{version}.tar.xz Source0: https://download.gnome.org/sources/aisleriot/3.22/%{name}-%{version}.tar.xz
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: guile-devel BuildRequires: guile-devel
BuildRequires: intltool BuildRequires: intltool
# Needed to get lsb data
BuildRequires: lsb-release BuildRequires: lsb-release
BuildRequires: pkgconfig BuildRequires: pkgconfig
# Needed to get lsb data
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: yelp-tools BuildRequires: yelp-tools
BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(cairo)
@ -57,7 +58,7 @@ This package provides extra themes for Aisleriot.
%lang_package %lang_package
%prep %prep
%setup -q %autosetup -p1
%build %build
# Hack up configure. This allows us not having to rely on openSUSE-release, which is a daily changing package # Hack up configure. This allows us not having to rely on openSUSE-release, which is a daily changing package
@ -70,7 +71,7 @@ sed -i 's:DISTRO="unknown":DISTRO="opensuse":' configure
--with-platform=gtk-only \ --with-platform=gtk-only \
--with-gtk=3.0 \ --with-gtk=3.0 \
%{nil} %{nil}
make %{?_smp_mflags} %make_build
%install %install
%make_install %make_install