Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d683ec9866 | |||
| 7a54db29b4 |
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/dconf-editor.git</param>
|
||||
<param name="revision">45.0.1</param>
|
||||
<param name="revision">49.0</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:c9f0c4d3fa46cb82fa68a0fabdf7b3e96fefbf7c367b48056a5a80779a4e80c0
|
||||
size 7207437
|
||||
3
dconf-editor-49.0.obscpio
Normal file
3
dconf-editor-49.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb9cd4c21d4620cfa3e424b59de02f4a495df2baf3663256988011b04fc14092
|
||||
size 7664141
|
||||
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 13 08:26:17 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 49.0:
|
||||
+ Fix validation errors in AppStream metadata.
|
||||
+ Updated translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 3 09:28:24 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 49.rc:
|
||||
+ Fix a crash with GSETTINGS_SCHEMA_DIR, fix build errors with
|
||||
newer versions of Vala, add relocatable schemas for Ptyxis and
|
||||
some ibus engines, and modernize
|
||||
+ AppStream metadata.
|
||||
+ Updated translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 16 17:36:27 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: dconf-editor
|
||||
version: 45.0.1
|
||||
mtime: 1695246121
|
||||
commit: e9e1b3a8d292e0e49d884f5f498534202306af90
|
||||
version: 49.0
|
||||
mtime: 1757736089
|
||||
commit: 05fa116ca9475fab1f5dd102c727492b922b35ee
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package dconf-editor
|
||||
#
|
||||
# Copyright (c) 2024 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: dconf-editor
|
||||
Version: 45.0.1
|
||||
Version: 49.0
|
||||
Release: 0
|
||||
Summary: Graphical editor for the dconf key-based configuration system
|
||||
License: GPL-3.0-or-later
|
||||
@@ -60,14 +60,14 @@ This package provides a graphical editor for the dconf database.
|
||||
%check
|
||||
%meson_test
|
||||
appstream-util validate-relax --nonet \
|
||||
%{buildroot}%{_datadir}/metainfo/ca.desrt.dconf-editor.appdata.xml
|
||||
%{buildroot}%{_datadir}/metainfo/ca.desrt.dconf-editor.metainfo.xml
|
||||
desktop-file-validate \
|
||||
%{buildroot}%{_datadir}/applications/ca.desrt.dconf-editor.desktop
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%{_bindir}/dconf-editor
|
||||
%{_datadir}/metainfo/ca.desrt.dconf-editor.appdata.xml
|
||||
%{_datadir}/metainfo/ca.desrt.dconf-editor.metainfo.xml
|
||||
%{_datadir}/applications/ca.desrt.dconf-editor.desktop
|
||||
%{_datadir}/bash-completion/completions/dconf-editor
|
||||
%{_datadir}/dbus-1/services/ca.desrt.dconf-editor.service
|
||||
|
||||
Reference in New Issue
Block a user