Update to 3.15.92

This commit is contained in:
Kalev Lember 2015-03-17 15:41:59 +01:00
parent 3e3a5b57d1
commit 2f9bfab989
4 changed files with 9 additions and 31 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/dconf-editor-3.15.91.tar.xz
/dconf-editor-3.15.92.tar.xz

View File

@ -1,26 +0,0 @@
From 4ef6f66673e45ca62aa0ef6a68ba1cb69e0fb01b Mon Sep 17 00:00:00 2001
From: David King <amigadave@amigadave.com>
Date: Tue, 3 Mar 2015 08:35:12 +0000
Subject: [PATCH] Update AppData screenshot URL
https://bugzilla.gnome.org/show_bug.cgi?id=745501
---
editor/ca.desrt.dconf-editor.appdata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/editor/ca.desrt.dconf-editor.appdata.xml b/editor/ca.desrt.dconf-editor.appdata.xml
index f1ce2f0..c4ac9f2 100644
--- a/editor/ca.desrt.dconf-editor.appdata.xml
+++ b/editor/ca.desrt.dconf-editor.appdata.xml
@@ -12,7 +12,7 @@
</p>
</description>
<screenshots>
- <screenshot type="default" width="640" height="360">https://git.gnome.org/browse/dconf/plain/editor/screenshot.png</screenshot>
+ <screenshot type="default" width="640" height="360">https://git.gnome.org/browse/dconf-editor/plain/editor/screenshot.png</screenshot>
</screenshots>
<url type="homepage">https://wiki.gnome.org/Projects/dconf</url>
</application>
--
2.3.1

View File

@ -1,12 +1,11 @@
Name: dconf-editor
Version: 3.15.91
Release: 3%{?dist}
Version: 3.15.92
Release: 1%{?dist}
Summary: Configuration editor for dconf
License: LGPLv2+
URL: https://wiki.gnome.org/Projects/dconf
Source0: https://download.gnome.org/sources/dconf-editor/3.15/dconf-editor-%{version}.tar.xz
Patch0: dconf-editor-appdata-screenshot-url.patch
BuildRequires: /usr/bin/appstream-util
BuildRequires: desktop-file-utils
@ -23,7 +22,6 @@ Graphical tool for editing the dconf configuration database.
%prep
%setup -q
%patch0 -p1
%build
%configure
@ -65,8 +63,13 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
%{_datadir}/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml
%{_datadir}/icons/hicolor/*/apps/dconf-editor.png
%{_datadir}/icons/HighContrast/
%{_mandir}/man1/dconf-editor.1*
%changelog
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-1
- Update to 3.15.92
- Ship the man page
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91-3
- Fix unowned HighContrast icon theme directories (#1197898)

View File

@ -1 +1 @@
b0e64b540891df062cebf8229b425a46 dconf-editor-3.15.91.tar.xz
8a8eab7d25ee5a843123ea1029e5ee0f dconf-editor-3.15.92.tar.xz