Accepting request 92899 from home:dimstar:branches:GNOME:Factory

Update to 3.3.0

OBS-URL: https://build.opensuse.org/request/show/92899
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/aisleriot?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2011-11-28 08:28:30 +00:00 committed by Git OBS Bridge
parent 60def68a4a
commit 6f44774f96
4 changed files with 32 additions and 31 deletions

View File

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

3
aisleriot-3.3.0.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Nov 21 16:37:03 UTC 2011 - dimstar@opensuse.org
- Update to version 3.3.0:
+ Change card theme format
+ Many game fixes
+ Updated translations.
- Drop aisleriot-automagic-guile.patch: fixed upstream.
- Remove gnome-common BuildRequires and call to gnome-autogen.sh as
we don't carry any patch requiring this anymore.
-------------------------------------------------------------------
Tue Nov 15 10:09:11 UTC 2011 - vuntz@opensuse.org

View File

@ -18,21 +18,17 @@
Name: aisleriot
Version: 3.2.2
Version: 3.3.0
Release: 1
# FIXME: the %%{_datadir}/help/$locale/ files should be found by %%find_lang
License: GPLv3+
Summary: Solitaire Card Games for GNOME
Url: http://www.gnome.org
Group: Amusements/Games/Board/Card
Source0: http://download.gnome.org/sources/aisleriot/3.2/%{name}-%{version}.tar.bz2
Source0: http://download.gnome.org/sources/aisleriot/3.3/%{name}-%{version}.tar.bz2
# We add the 256x256 png icon for freecell from gnome-games version 2.91.3
# tarball manually until upstream solves bgo#657280
Source1: gnome-freecell.png
# PATCH-FIX-UPSTREAM aisleriot-automagic-guile.patch bgo#658159 vuntz@opensuse.org -- Automatically detect version of guile
Patch1: aisleriot-automagic-guile.patch
# needed by patch1
BuildRequires: gnome-common
BuildRequires: guile-devel
BuildRequires: intltool
BuildRequires: itstool
@ -73,18 +69,12 @@ This package provides extra themes for Aisleriot.
%lang_package
%prep
%setup -q
%if 0%{?suse_version} > 1140
%patch1 -p1
%endif
%build
%if 0%{?suse_version} > 1140
# needed by patch1
NOCONFIGURE=1 gnome-autogen.sh
%endif
%configure \
--disable-schemas-install \
--disable-static
--disable-static \
--with-guile=auto
make %{?_smp_mflags}
%install
@ -142,23 +132,23 @@ sort -u %{name}.help-lang.tmp | grep -v "^%%lang(C)" >> %{name}.help-lang
%{_datadir}/icons/hicolor/*/apps/gnome-freecell.*
%{_mandir}/man?/sol.*
# Exclude files that are in themes
%exclude %{_datadir}/aisleriot/cards/anglo.svg
%exclude %{_datadir}/aisleriot/cards/anglo_bitmap.svg
%exclude %{_datadir}/aisleriot/cards/bellot.svg
%exclude %{_datadir}/aisleriot/cards/bonded.svg
%exclude %{_datadir}/aisleriot/cards/dondorf.svg
%exclude %{_datadir}/aisleriot/cards/gnomangelo_bitmap.svg
%exclude %{_datadir}/aisleriot/cards/ornamental.svg
%exclude %{_datadir}/aisleriot/cards/anglo.svgz
%exclude %{_datadir}/aisleriot/cards/anglo_bitmap.svgz
%exclude %{_datadir}/aisleriot/cards/bellot.svgz
%exclude %{_datadir}/aisleriot/cards/bonded.svgz
%exclude %{_datadir}/aisleriot/cards/dondorf.svgz
%exclude %{_datadir}/aisleriot/cards/gnomangelo_bitmap.svgz
%exclude %{_datadir}/aisleriot/cards/ornamental.svgz
%files themes
%defattr(-, root, root)
%{_datadir}/aisleriot/cards/anglo.svg
%{_datadir}/aisleriot/cards/anglo_bitmap.svg
%{_datadir}/aisleriot/cards/bellot.svg
%{_datadir}/aisleriot/cards/bonded.svg
%{_datadir}/aisleriot/cards/dondorf.svg
%{_datadir}/aisleriot/cards/gnomangelo_bitmap.svg
%{_datadir}/aisleriot/cards/ornamental.svg
%{_datadir}/aisleriot/cards/anglo.svgz
%{_datadir}/aisleriot/cards/anglo_bitmap.svgz
%{_datadir}/aisleriot/cards/bellot.svgz
%{_datadir}/aisleriot/cards/bonded.svgz
%{_datadir}/aisleriot/cards/dondorf.svgz
%{_datadir}/aisleriot/cards/gnomangelo_bitmap.svgz
%{_datadir}/aisleriot/cards/ornamental.svgz
%files lang -f aisleriot.lang -f %{name}.help-lang