Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 46100a0e6f | |||
| a37d275164 |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-mines.git</param>
|
||||
<param name="revision">48.1</param>
|
||||
<param name="revision">49.0.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f49f3f159827c66db60a5dd2fef146d183b270d6afb826326c2285d5201f133
|
||||
size 2058764
|
||||
3
gnome-mines-49.0.1.obscpio
Normal file
3
gnome-mines-49.0.1.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23a2db6fc4524bd64fa424b2f576f45856e4773936ef157030fab1855fe4b6e0
|
||||
size 2346508
|
||||
@@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 16 07:22:32 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 49.0.1:
|
||||
+ Update libgnome-games
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 15 06:40:48 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 49.0:
|
||||
+ Update libgnome-games
|
||||
+ Updated translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 11:59:03 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 49.rc:
|
||||
+ Updated screenshot
|
||||
+ Use libgnome-games as subproject
|
||||
+ Unparent minefield view aspect frame
|
||||
- Drop pkgconfig(libgnome-games-support-2) BuildRequires: no longer
|
||||
needed, as gnome-games-support became a copylib.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 11:38:18 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 49.beta:
|
||||
* Added new theme
|
||||
* Replaced timer icon
|
||||
* Use libadwaita and support dark theme
|
||||
* Use custom modulon instead of standard operator
|
||||
* Fix invalid cast after libadwaita port
|
||||
* Fix about dialog, fix help url
|
||||
* Fix broken resizing
|
||||
* Port to AdwShortcutsDialog
|
||||
* Use new score dialog
|
||||
+ Updated translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 12 18:49:56 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: gnome-mines
|
||||
version: 48.1
|
||||
mtime: 1744477857
|
||||
commit: 2f802293a3ee0bf591eae938bb768d9ec6f07a23
|
||||
version: 49.0.1
|
||||
mtime: 1757998207
|
||||
commit: 48fcd1619d84c845f9075a12058195dd5c458bbe
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-mines
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnome-mines
|
||||
Version: 48.1
|
||||
Version: 49.0.1
|
||||
Release: 0
|
||||
Summary: Minesweeper Game for GNOME
|
||||
License: GPL-3.0-or-later
|
||||
@@ -35,8 +35,7 @@ BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(gee-0.8)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.40.0
|
||||
BuildRequires: pkgconfig(gtk4)
|
||||
BuildRequires: pkgconfig(libadwaita-1)
|
||||
BuildRequires: pkgconfig(libgnome-games-support-2)
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.8.alpha
|
||||
BuildRequires: pkgconfig(librsvg-2.0) >= 2.32.0
|
||||
BuildRequires: pkgconfig(vapigen)
|
||||
|
||||
@@ -56,6 +55,7 @@ mines while receiving clues for the location of the mines.
|
||||
%install
|
||||
%meson_install
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%find_lang gnome-mines_libgnome-games-support %{?no_lang_C}
|
||||
%fdupes %{buildroot}%{_datadir}
|
||||
|
||||
%check
|
||||
@@ -74,6 +74,6 @@ mines while receiving clues for the location of the mines.
|
||||
%{_datadir}/metainfo/org.gnome.Mines.metainfo.xml
|
||||
%{_datadir}/dbus-1/services/org.gnome.Mines.service
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
%files lang -f %{name}.lang -f gnome-mines_libgnome-games-support.lang
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user