Accepting request 261581 from GNOME:Factory

1

OBS-URL: https://build.opensuse.org/request/show/261581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aisleriot?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2014-11-18 21:44:51 +00:00 committed by Git OBS Bridge
commit accdfba356
4 changed files with 22 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Nov 14 00:45:41 UTC 2014 - dimstar@opensuse.org
- Drop openSUSE-release BuildRequires: as this package gets a daily
update to represent the build version, aisleriot is being rebuilt
for no reason everyday.
- Hackup configure to fallback to 'opensuse' as release when no
/etc/os-release can be found.
-------------------------------------------------------------------
Thu Nov 13 09:38:41 UTC 2014 - zaitor@opensuse.org
- Update to version 3.14.2:
+ Revert "build: Run configure script with bash".
+ build: Require bash to run configure.
-------------------------------------------------------------------
Mon Oct 13 20:23:03 UTC 2014 - dimstar@opensuse.org

View File

@ -17,7 +17,7 @@
Name: aisleriot
Version: 3.14.1
Version: 3.14.2
Release: 0
Summary: Solitaire Card Games for GNOME
License: GPL-3.0+
@ -30,7 +30,6 @@ BuildRequires: guile-devel
BuildRequires: intltool
BuildRequires: lsb-release
# Needed to get lsb data
BuildRequires: suse-release
BuildRequires: update-desktop-files
BuildRequires: yelp-tools
BuildRequires: pkgconfig(cairo)
@ -65,6 +64,8 @@ This package provides extra themes for Aisleriot.
%setup -q
%build
# Hack up configure. This allows us not having to rely on openSUSE-release, which is a daily changing package
sed -i 's:DISTRO="unknown":DISTRO="opensuse":' configure
%configure \
--disable-schemas-install \
--disable-static \