Accepting request 399536 from home:nemysis:branches:games

Please accept these changes.

OBS-URL: https://build.opensuse.org/request/show/399536
OBS-URL: https://build.opensuse.org/package/show/games/asteroid?expand=0&rev=8
This commit is contained in:
Ferdinand Thiessen 2016-06-01 22:59:49 +00:00 committed by Git OBS Bridge
parent 540ba6cba6
commit dc7732ca2b
6 changed files with 20 additions and 8 deletions

View File

@ -3,7 +3,7 @@
<service name="tar_scm" mode="disabled">
<param name="url">git://github.com/chazomaticus/asteroid.git</param>
<param name="scm">git</param>
<param name="version">1.2.1+git-4efc7fc</param>
<param name="version">1.2.1+git-64869df</param>
<param name="changesgenerate">enable</param>
</service>

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jun 1 17:37:33 UTC 2016 - nemysis@openSUSE.org
* Update for gtk3 (and gtk2)
* Fix gtk3 incompatibilities
* Fix GTK check in code
* Update to gtk3
- Recreate tarball, new 64869df commit
- Remove BuildRequires, changed by Upstream for gtk2-devel
- Add BuildRequires, changed by Upstream for gtk3-devel
-------------------------------------------------------------------
Sun May 29 21:00:51 UTC 2016 - nemysis@openSUSE.org

View File

@ -16,7 +16,7 @@
#
%global commit 4efc7fc0a1246f023d6f96b94081678e302ab430
%global commit 64869dfe745800f34f1c68248ba2e350dc95a592
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: asteroid
@ -26,13 +26,13 @@ Summary: Modern version of the classic arcade Game
License: GPL-3.0
Group: Amusements/Games/Action/Arcade
Url: https://chazomaticus.github.io/asteroid/
Source0: %{name}-%{version}+git-4efc7fc.tar.bz2
Source0: %{name}-%{version}+git-64869df.tar.bz2
Source1: generate-service-file.sh
BuildRequires: cmake
BuildRequires: fdupes
BuildRequires: freeglut-devel
BuildRequires: gcc-c++
BuildRequires: gtk2-devel
BuildRequires: gtk3-devel
BuildRequires: hicolor-icon-theme
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(SDL_mixer)

View File

@ -1,6 +1,6 @@
#!/bin/sh
commit=4efc7fc0a1246f023d6f96b94081678e302ab430
commit=64869dfe745800f34f1c68248ba2e350dc95a592
shortcommit=$(c=${commit}; echo ${c:0:7})
version=1.2.1+git