SHA256
1
0
forked from pool/lightsoff

7 Commits

Author SHA256 Message Date
c3fac0f3e5 Accepting request 1269677 from GNOME:Factory
- Update to version 48.1:
  + Don't create window in startup phase.
  + Don't set prgname. (forwarded request 1268809 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1269677
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lightsoff?expand=0&rev=34
2025-04-17 14:06:34 +00:00
3185319f80 Accepting request 1268809 from GNOME:Next
- Update to version 48.1:
  + Don't create window in startup phase.
  + Don't set prgname.

OBS-URL: https://build.opensuse.org/request/show/1268809
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/lightsoff?expand=0&rev=77
2025-04-15 15:25:43 +00:00
da3342797e Accepting request 1253721 from GNOME:Factory
New stable rel (forwarded request 1253478 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1253721
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lightsoff?expand=0&rev=33
2025-03-18 16:38:50 +00:00
7012b0a115 Accepting request 1253478 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/1253478
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/lightsoff?expand=0&rev=75
2025-03-17 10:43:59 +00:00
c7bd6daafa Accepting request 1249761 from GNOME:Next
Scripted push of GNOME:Next, RC release

OBS-URL: https://build.opensuse.org/request/show/1249761
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/lightsoff?expand=0&rev=74
2025-03-06 13:58:12 +00:00
0ccb568631 Accepting request 1203598 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1203598
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lightsoff?expand=0&rev=32
2024-09-26 16:52:35 +00:00
46ea495c12 Accepting request 1203481 from GNOME:Next
Scripted push of GNOME 47

OBS-URL: https://build.opensuse.org/request/show/1203481
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/lightsoff?expand=0&rev=72
2024-09-25 13:45:31 +00:00
6 changed files with 63 additions and 27 deletions

View File

@@ -3,7 +3,7 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/lightsoff.git</param>
<param name="revision">46.0</param>
<param name="revision">48.1</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

View File

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

3
lightsoff-48.1.obscpio Normal file
View File

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

View File

@@ -1,3 +1,49 @@
-------------------------------------------------------------------
Sat Apr 12 18:48:37 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 48.1:
+ Don't create window in startup phase.
+ Don't set prgname.
-------------------------------------------------------------------
Sun Mar 16 09:31:44 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 48.0:
+ Updated translations.
-------------------------------------------------------------------
Sat Mar 1 21:31:18 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 48.rc:
+ UI improvements
+ Updated translations.
-------------------------------------------------------------------
Sun Feb 23 14:24:34 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Change spec file to use modern BuildSystem: meson with automatic
build dependency detection.
- Drop all BuildRequires now autogenerated by meson_buildrequires
macro.
-------------------------------------------------------------------
Fri Jan 10 20:25:05 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 48.alpha:
+ Migrated to GTK4
+ Updated translations.
- Replace pkgconfig(gtk+-3.0) with pkgconfig(gtk4) BuildRequires
following upstreams port.
- Add desktop-file-utils BuildRequires and check section where we
verify the desktop file.
- Drop obsolete and unused update-desktop-files BuildRequires.
-------------------------------------------------------------------
Mon Aug 19 11:34:11 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire gettext-devel instead of gettext: allow OBS to
shortcut through gettext-runtime-mini.
-------------------------------------------------------------------
Sun Mar 17 09:25:25 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -1,4 +1,4 @@
name: lightsoff
version: 46.0
mtime: 1710617863
commit: b383e33570b957b823036b0d7813d4d9d70c1aa8
version: 48.1
mtime: 1744478496
commit: 78d8537f1bfcf1584e9ce78d933288aa4e33f273

View File

@@ -1,7 +1,7 @@
#
# spec file for package lightsoff
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,26 +17,21 @@
Name: lightsoff
Version: 46.0
Version: 48.1
Release: 0
Summary: Lights Out Game for GNOME
License: GPL-2.0-or-later
Group: Amusements/Games/Board/Other
URL: https://wiki.gnome.org/Apps/Lightsoff
Source0: %{name}-%{version}.tar.zst
BuildSystem: meson
BuildRequires: AppStream
BuildRequires: desktop-file-utils
BuildRequires: fdupes
BuildRequires: gettext >= 0.19.8
BuildRequires: itstool
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: vala >= 0.22.0
BuildRequires: yelp-tools
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.38.0
BuildRequires: pkgconfig(gmodule-2.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24
BuildRequires: pkgconfig(librsvg-2.0) >= 2.32.0
Obsoletes: %{name}-doc <= 3.28.0
%description
@@ -46,15 +41,11 @@ adjacent tiles.
%lang_package
%prep
%autosetup
%generate_buildrequires
%meson_buildrequires
%build
%meson
%meson_build
%install -a
%install
%meson_install
%find_lang %{name} %{?no_lang_C}
%fdupes %{buildroot}%{_datadir}
@@ -63,12 +54,11 @@ adjacent tiles.
%doc NEWS
%doc %{_datadir}/help/C/%{name}/
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/org.gnome.LightsOff.desktop
%{_datadir}/dbus-1/services/org.gnome.LightsOff.service
%{_datadir}/glib-2.0/schemas/org.gnome.LightsOff.gschema.xml
%{_datadir}/icons/hicolor/*/apps/org.gnome.LightsOff*
%{_datadir}/metainfo/org.gnome.LightsOff.appdata.xml
%{_datadir}/metainfo/org.gnome.LightsOff.metainfo.xml
%{_mandir}/man6/lightsoff.6%{?ext_man}
%files lang -f %{name}.lang