6 Commits

Author SHA256 Message Date
eabf057d2c Accepting request 1306286 from games
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1306286
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lbreakouthd?expand=0&rev=20
2025-09-22 14:39:30 +00:00
3f41af4ce5 - Update to version 1.2
* Use high resolution counter to reduce jittering.
  * Added pseudoset RANDOM20 with 20 random levels.
  * Separate submenu for mouse options.
  * Added default retro theme Classic.
  * Added classic layout for old themes.
  * Switch font colors for classic themes.
  * Tooltips fade in.
  * Added fade out effect.

OBS-URL: https://build.opensuse.org/package/show/games/lbreakouthd?expand=0&rev=38
2025-09-21 08:59:58 +00:00
e05f465adf Accepting request 1279343 from games
OBS-URL: https://build.opensuse.org/request/show/1279343
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lbreakouthd?expand=0&rev=19
2025-05-23 12:31:17 +00:00
5a6207c056 Accepting request 1278151 from home:mnhauke:games
- Update to version 1.1.11
  Bugfix release
  * The last release was no good: I've disabled the custom cursor
    for now, since it broke stuff like the editor.
  * Also a compile issue with newer C versions should be fixed now

OBS-URL: https://build.opensuse.org/request/show/1278151
OBS-URL: https://build.opensuse.org/package/show/games/lbreakouthd?expand=0&rev=36
2025-05-22 18:36:59 +00:00
36af522358 Accepting request 1276844 from games
OBS-URL: https://build.opensuse.org/request/show/1276844
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lbreakouthd?expand=0&rev=18
2025-05-12 16:09:04 +00:00
8d5747ee4a * Update to version 1.1.10.
* Drop use of deprecated %suse_update_desktop_file macro.

OBS-URL: https://build.opensuse.org/package/show/games/lbreakouthd?expand=0&rev=34
2025-05-12 13:02:00 +00:00
4 changed files with 40 additions and 10 deletions

View File

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

3
lbreakouthd-1.2.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Sat Sep 13 17:15:34 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.2
* Use high resolution counter to reduce jittering.
* Added pseudoset RANDOM20 with 20 random levels.
* Separate submenu for mouse options.
* Added default retro theme Classic.
* Added classic layout for old themes.
* Switch font colors for classic themes.
* Tooltips fade in.
* Added fade out effect.
-------------------------------------------------------------------
Sat May 17 14:57:50 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.1.11
Bugfix release
* The last release was no good: I've disabled the custom cursor
for now, since it broke stuff like the editor.
* Also a compile issue with newer C versions should be fixed now
-------------------------------------------------------------------
Sun May 11 19:06:00 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.1.10:
* Added custom cursor.
* Added menu option to enable/disable gamepad.
* Added new levelset Picky by Michael Uplawski.
* Updated levelset JustGoForIt by anonymous.
- Drop use of deprecated %suse_update_desktop_file macro.
-------------------------------------------------------------------
Mon Jul 22 15:30:40 UTC 2024 - Carsten Ziepke <kieltux@gmail.com>

View File

@@ -1,8 +1,8 @@
#
# spec file for package lbreakouthd
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2019-2024, Martin Hauke <mardnh@gmx.de>
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2019-2025, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,19 +18,18 @@
Name: lbreakouthd
Version: 1.1.9
Version: 1.2
Release: 0
Summary: Classic Breakout-Style Game
License: GPL-2.0-or-later
Group: Amusements/Games/Action/Breakout
URL: https://lgames.sourceforge.net/LBreakoutHD/
Source: https://downloads.sourceforge.net/project/lgames/%{name}/%{name}-%{version}.tar.gz
Source: https://sourceforge.net/projects/lgames/files/%{name}/%{name}-%{version}.tar.gz
Source1: https://sourceforge.net/projects/lgames/files/add-ons/lbreakout2/lbreakout2-levelsets-20160512.tar.gz
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: hicolor-icon-theme
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(SDL2_image)
BuildRequires: pkgconfig(SDL2_mixer)
BuildRequires: pkgconfig(SDL2_ttf)
@@ -53,12 +52,11 @@ and must destroy bricks at the top by bouncing balls against them.
%install
%make_install
%suse_update_desktop_file -r -G "Breakout-like Game" %{name} Game ArcadeGame
## install levels
tar -xf %{SOURCE1} -C %{buildroot}%{_datadir}/%{name}/levels
# Remove global hiscores files, not needed after Patch0
# Remove global hiscores files, not needed since version 1.1.2
rm %{buildroot}%{_localstatedir}/games/*
%find_lang %{name}