This commit is contained in:
parent
621a5ee19a
commit
430252d1f0
@ -1,37 +0,0 @@
|
|||||||
Index: src/gengine/OptionAgent.cpp
|
|
||||||
===================================================================
|
|
||||||
--- src/gengine/OptionAgent.cpp.orig
|
|
||||||
+++ src/gengine/OptionAgent.cpp
|
|
||||||
@@ -25,6 +25,7 @@
|
|
||||||
|
|
||||||
#include <string.h> //strlen
|
|
||||||
#include <locale.h> //setlocale
|
|
||||||
+#include <cstdlib> //getenv
|
|
||||||
|
|
||||||
#ifndef LC_MESSAGES
|
|
||||||
#define LC_MESSAGES LC_CTYPE
|
|
||||||
Index: src/gengine/StringTool.cpp
|
|
||||||
===================================================================
|
|
||||||
--- src/gengine/StringTool.cpp.orig
|
|
||||||
+++ src/gengine/StringTool.cpp
|
|
||||||
@@ -7,7 +7,7 @@
|
|
||||||
* (at your option) any later version.
|
|
||||||
*/
|
|
||||||
#include "StringTool.h"
|
|
||||||
-
|
|
||||||
+#include <stdlib.h>
|
|
||||||
#include <sstream>
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------
|
|
||||||
Index: src/level/Landslip.cpp
|
|
||||||
===================================================================
|
|
||||||
--- src/level/Landslip.cpp.orig
|
|
||||||
+++ src/level/Landslip.cpp
|
|
||||||
@@ -6,6 +6,7 @@
|
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*/
|
|
||||||
+#include <string.h>
|
|
||||||
#include "Landslip.h"
|
|
||||||
|
|
||||||
#include "Rules.h"
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7a456af59687b5af6df5036a53c6698d904899567116882b17272ea9be19f359
|
|
||||||
size 253125
|
|
3
fillets-ng-0.8.1.tar.bz2
Normal file
3
fillets-ng-0.8.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0de9e4f575bb62efc020fe40f0beff1ce21e9fb8fadb30714e740215df726299
|
||||||
|
size 259531
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 23 16:19:42 CET 2009 - anicka@suse.cz
|
||||||
|
|
||||||
|
- update to 0.8.1
|
||||||
|
* Two extra levels (by Stephan Barth and Mirek Olsak).
|
||||||
|
* Added support for translated images (by Leonid Myravjev).
|
||||||
|
* Prevented music restart on undo.
|
||||||
|
* Fixed checking for solvable room before undo saving.
|
||||||
|
* Fixed checking for second dead fish.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 29 20:01:50 CET 2008 - lrupp@suse.de
|
Tue Jan 29 20:01:50 CET 2008 - lrupp@suse.de
|
||||||
|
|
||||||
|
@ -1,15 +1,23 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fillets-ng (Version 0.8.0)
|
# spec file for package fillets-ng (Version 0.8.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: fillets-ng
|
Name: fillets-ng
|
||||||
BuildRequires: SDL_image-devel SDL_mixer-devel fribidi-devel gcc-c++ lua-devel pkgconfig update-desktop-files
|
BuildRequires: SDL_image-devel SDL_mixer-devel fribidi-devel gcc-c++ lua-devel pkgconfig update-desktop-files
|
||||||
%if 0%{?suse_version} >= 1020
|
%if 0%{?suse_version} >= 1020
|
||||||
@ -20,14 +28,13 @@ BuildRequires: SDL_ttf
|
|||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Amusements/Games/Action/Arcade
|
Group: Amusements/Games/Action/Arcade
|
||||||
Summary: Fish Fillets--Next Generation
|
Summary: Fish Fillets--Next Generation
|
||||||
Version: 0.8.0
|
Version: 0.8.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Url: http://fillets.sourceforge.net
|
Url: http://fillets.sourceforge.net
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Source1: %name.desktop
|
Source1: %name.desktop
|
||||||
Source2: %name.png
|
Source2: %name.png
|
||||||
Patch: %name-0.7.4.diff
|
Patch: %name-0.7.4.diff
|
||||||
Patch1: fillets-ng-0.8.0-undeclared.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: fillets-ng-data = %version
|
Requires: fillets-ng-data = %version
|
||||||
|
|
||||||
@ -50,7 +57,6 @@ Authors:
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch
|
%patch
|
||||||
%patch1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{suse_update_config}
|
%{suse_update_config}
|
||||||
@ -73,14 +79,19 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog README COPYING NEWS TODO
|
%doc AUTHORS ChangeLog README COPYING NEWS TODO
|
||||||
%defattr(644,root,root,755)
|
|
||||||
%{_mandir}/man6/*
|
%{_mandir}/man6/*
|
||||||
%defattr(755,root,root,755)
|
|
||||||
%{_prefix}/games/fillets
|
%{_prefix}/games/fillets
|
||||||
%{_datadir}/applications/%name.desktop
|
%{_datadir}/applications/%name.desktop
|
||||||
%{_datadir}/pixmaps/%name.png
|
%{_datadir}/pixmaps/%name.png
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 23 2009 anicka@suse.cz
|
||||||
|
- update to 0.8.1
|
||||||
|
* Two extra levels (by Stephan Barth and Mirek Olsak).
|
||||||
|
* Added support for translated images (by Leonid Myravjev).
|
||||||
|
* Prevented music restart on undo.
|
||||||
|
* Fixed checking for solvable room before undo saving.
|
||||||
|
* Fixed checking for second dead fish.
|
||||||
* Tue Jan 29 2008 lrupp@suse.de
|
* Tue Jan 29 2008 lrupp@suse.de
|
||||||
- update to 0.8.0:
|
- update to 0.8.0:
|
||||||
+ Undo (on key '-')
|
+ Undo (on key '-')
|
||||||
@ -112,7 +123,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- update to 0.7.3
|
- update to 0.7.3
|
||||||
- require fribidi
|
- require fribidi
|
||||||
- add -ldl to LDFLAGS
|
- add -ldl to LDFLAGS
|
||||||
* Fri Sep 09 2005 ro@suse.de
|
* Thu Sep 08 2005 ro@suse.de
|
||||||
- fix configure to find liblua
|
- fix configure to find liblua
|
||||||
* Wed Jul 20 2005 anicka@suse.cz
|
* Wed Jul 20 2005 anicka@suse.cz
|
||||||
- update to 0.7.1
|
- update to 0.7.1
|
||||||
|
Loading…
Reference in New Issue
Block a user