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
|
||||
|
||||
|
@ -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.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: fillets-ng
|
||||
BuildRequires: SDL_image-devel SDL_mixer-devel fribidi-devel gcc-c++ lua-devel pkgconfig update-desktop-files
|
||||
%if 0%{?suse_version} >= 1020
|
||||
@ -20,14 +28,13 @@ BuildRequires: SDL_ttf
|
||||
License: GPL v2 or later
|
||||
Group: Amusements/Games/Action/Arcade
|
||||
Summary: Fish Fillets--Next Generation
|
||||
Version: 0.8.0
|
||||
Version: 0.8.1
|
||||
Release: 1
|
||||
Url: http://fillets.sourceforge.net
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Source1: %name.desktop
|
||||
Source2: %name.png
|
||||
Patch: %name-0.7.4.diff
|
||||
Patch1: fillets-ng-0.8.0-undeclared.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: fillets-ng-data = %version
|
||||
|
||||
@ -50,7 +57,6 @@ Authors:
|
||||
%prep
|
||||
%setup -q
|
||||
%patch
|
||||
%patch1
|
||||
|
||||
%build
|
||||
%{suse_update_config}
|
||||
@ -73,14 +79,19 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog README COPYING NEWS TODO
|
||||
%defattr(644,root,root,755)
|
||||
%{_mandir}/man6/*
|
||||
%defattr(755,root,root,755)
|
||||
%{_prefix}/games/fillets
|
||||
%{_datadir}/applications/%name.desktop
|
||||
%{_datadir}/pixmaps/%name.png
|
||||
|
||||
%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
|
||||
- update to 0.8.0:
|
||||
+ Undo (on key '-')
|
||||
@ -112,7 +123,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
- update to 0.7.3
|
||||
- require fribidi
|
||||
- add -ldl to LDFLAGS
|
||||
* Fri Sep 09 2005 ro@suse.de
|
||||
* Thu Sep 08 2005 ro@suse.de
|
||||
- fix configure to find liblua
|
||||
* Wed Jul 20 2005 anicka@suse.cz
|
||||
- update to 0.7.1
|
||||
|
Loading…
Reference in New Issue
Block a user