Accepting request 175614 from GNOME:Factory

Update to 3.8.0 (forwarded request 175491 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/175614
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aisleriot?expand=0&rev=23
This commit is contained in:
Stephan Kulow 2013-05-16 07:34:27 +00:00 committed by Git OBS Bridge
commit 0ab736456d
4 changed files with 19 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon May 13 20:03:35 UTC 2013 - dimstar@opensuse.org
- Update to version 3.8.0:
+ Updated translations.
- Replace dummy-release BuildRequires with suse-release: configure
uses /etc/os-release to identify the distribution and do some
sane defaults based on this.
-------------------------------------------------------------------
Tue Mar 5 12:09:46 UTC 2013 - dimstar@opensuse.org
@ -16,7 +25,7 @@ Tue Nov 13 07:46:41 UTC 2012 - dimstar@opensuse.org
Wed Oct 17 17:04:10 UTC 2012 - zaitor@opensuse.org
- Add fdupes buildrequires, and use fdupes macro to get rid of
duplicate help files.
duplicate help files.
-------------------------------------------------------------------
Tue Oct 16 13:34:04 UTC 2012 - dimstar@opensuse.org

View File

@ -17,19 +17,19 @@
Name: aisleriot
Version: 3.7.91
Version: 3.8.0
Release: 0
Summary: Solitaire Card Games for GNOME
License: GPL-3.0+
Group: Amusements/Games/Board/Card
Url: http://www.gnome.org
Source0: http://download.gnome.org/sources/aisleriot/3.7/%{name}-%{version}.tar.xz
Source0: http://download.gnome.org/sources/aisleriot/3.8/%{name}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: guile-devel
BuildRequires: intltool
BuildRequires: lsb-release
# Needed to get lsb data
BuildRequires: dummy-release
BuildRequires: suse-release
BuildRequires: update-desktop-files
BuildRequires: yelp-tools
BuildRequires: pkgconfig(cairo)
@ -83,6 +83,7 @@ make %{?_smp_mflags}
%glib2_gsettings_schema_post
%desktop_database_post
%icon_theme_cache_post
%icon_theme_cache_post HighContrast
%posttrans -f aisleriot.schemas_posttrans
@ -92,6 +93,7 @@ make %{?_smp_mflags}
%glib2_gsettings_schema_postun
%desktop_database_postun
%icon_theme_cache_postun
%icon_theme_cache_postun HighContrast
%files -f aisleriot.schemas_list
%defattr(-, root, root)
@ -117,6 +119,7 @@ make %{?_smp_mflags}
%{_datadir}/glib-2.0/schemas/org.gnome.Patience.WindowState.gschema.xml
%{_datadir}/icons/hicolor/*/apps/gnome-aisleriot.*
%{_datadir}/icons/hicolor/*/apps/gnome-freecell.*
%{_datadir}/icons/HighContrast/
%{_mandir}/man?/sol.*
# Kind of ugly to own the valgrind directory, but the other solutions (a dep on
# valgrind, a subpackage, etc.) are not worth it