forked from pool/gnome-software
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
bd5dc8ce33 | ||
9be1f71f03 | |||
|
3504a86b20 | ||
f7d647fa27 |
4
_service
4
_service
@ -3,11 +3,11 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-software.git</param>
|
||||
<param name="revision">46.4</param>
|
||||
<param name="revision">4927fafc4138571984de0c2b01b7b5b741a4a968</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-software.git</param>
|
||||
<param name="changesrevision">4927fafc4138571984de0c2b01b7b5b741a4a968</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7a6e408b197399b9fd4320573134bf1ffa765b90e841103652e150b4477c2ba
|
||||
size 20209165
|
3
gnome-software-47.0+23.obscpio
Normal file
3
gnome-software-47.0+23.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd1a4719026b3864ae41b8e51de16c09e44a430cf6e04fdfe8f532b9ceff6a09
|
||||
size 22046221
|
@ -1,3 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 17:31:05 UTC 2024 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 47.0+23:
|
||||
* gs-details-page: Don't override the "page_failed" AdwStatusPage
|
||||
title
|
||||
* Add initial Indonesian translation of help
|
||||
* plugins: appstream: make refine found flag local to app loop
|
||||
* plugins: appstream: abort refine_from_id if there are no
|
||||
components
|
||||
* plugins: appstream: fix comment
|
||||
* plugins: don't make core plugins depend on non-core ones
|
||||
* Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 19:25:24 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Pass hardcoded_curated=true and Ddefault_featured_apps=true to
|
||||
meson configure until we decide if we should ship our own or not.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 15 14:10:04 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 47.0:
|
||||
+ Do not install example featured software lists by default.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 14 18:04:34 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.rc:
|
||||
+ Update help pages and add some translations of them
|
||||
+ Correct tooltips of review voting buttons
|
||||
+ Lower power consumption when certain pages are not visible
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 16:32:27 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.beta:
|
||||
+ Shorten text in some notifications
|
||||
+ Fix Orca not reading the contents in Preferences dialog
|
||||
+ Enhance behavior of a review row
|
||||
+ Added plugin to ease installation of DKMS and akmods key with
|
||||
enabled Secure Boot
|
||||
+ Updated translations.
|
||||
- Changes from version 47.alpha:
|
||||
+ Fix a crash when updating apps when built with Mogwai
|
||||
+ Fix a crash when installing flatpak application
|
||||
+ Correct desktop/mobile hardware support detection
|
||||
+ Correct state of Fedora upgrade
|
||||
+ Several fixes in historical updates for rpm-ostree
|
||||
+ Fix a crash when no appstream data is found
|
||||
+ Correct app safety calculation
|
||||
+ Correct Flatpak system and user apps recognition
|
||||
+ Slightly speed-up rpm-ostree metadata refresh
|
||||
+ Show "Install All" button only for codecs
|
||||
+ Prefer vendor name from os release in app origin
|
||||
+ Make more jobs asynchronous
|
||||
+ Port to recent Adwaita widgets
|
||||
+ Updated translations.
|
||||
- Add itstool BuildRequires: New dependency.
|
||||
- Bump gs_plugin_api define to 21 following upstream changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 12:23:05 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 46.5:
|
||||
+ Reduce power usage when the main window is closed.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 11 13:18:08 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gnome-software
|
||||
version: 46.4
|
||||
mtime: 1722585340
|
||||
commit: b68195fda2b4c28e64e87cc6ffbf66b117952d9c
|
||||
version: 47.0+23
|
||||
mtime: 1727414441
|
||||
commit: 4927fafc4138571984de0c2b01b7b5b741a4a968
|
||||
|
@ -16,11 +16,11 @@
|
||||
#
|
||||
|
||||
|
||||
%define gs_plugin_api 20
|
||||
%define gs_plugin_api 21
|
||||
%bcond_with profiling
|
||||
|
||||
Name: gnome-software
|
||||
Version: 46.4
|
||||
Version: 47.0+23
|
||||
Release: 0
|
||||
Summary: GNOME Software Store
|
||||
License: GPL-2.0-or-later
|
||||
@ -34,6 +34,7 @@ Patch0: gnome-software-launch-gpk-update-viewer-for-updates.patch
|
||||
Patch1: gnome-software-disable-offline-update.patch
|
||||
%endif
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: itstool
|
||||
BuildRequires: meson >= 0.58.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: suse-xsl-stylesheets
|
||||
@ -107,6 +108,8 @@ the GNOME software store.
|
||||
-D soup2=false \
|
||||
-D sysprof=%{?with_profiling:enabled}%{!?with_profiling:disabled} \
|
||||
-D opensuse-distro-upgrade=true \
|
||||
-D hardcoded_curated=true \
|
||||
-D default_featured_apps=true \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user