From 2f9bfab98990e44f8805de9f02e055e73b5e639e Mon Sep 17 00:00:00 2001
From: Kalev Lember
Date: Tue, 17 Mar 2015 15:41:59 +0100
Subject: [PATCH] Update to 3.15.92
---
.gitignore | 1 +
dconf-editor-appdata-screenshot-url.patch | 26 -----------------------
dconf-editor.spec | 11 ++++++----
sources | 2 +-
4 files changed, 9 insertions(+), 31 deletions(-)
delete mode 100644 dconf-editor-appdata-screenshot-url.patch
diff --git a/.gitignore b/.gitignore
index 65255cb..b58eb4c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/dconf-editor-3.15.91.tar.xz
+/dconf-editor-3.15.92.tar.xz
diff --git a/dconf-editor-appdata-screenshot-url.patch b/dconf-editor-appdata-screenshot-url.patch
deleted file mode 100644
index 2adae9f..0000000
--- a/dconf-editor-appdata-screenshot-url.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 4ef6f66673e45ca62aa0ef6a68ba1cb69e0fb01b Mon Sep 17 00:00:00 2001
-From: David King
-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 @@
-
-
-
-- https://git.gnome.org/browse/dconf/plain/editor/screenshot.png
-+ https://git.gnome.org/browse/dconf-editor/plain/editor/screenshot.png
-
- https://wiki.gnome.org/Projects/dconf
-
---
-2.3.1
-
diff --git a/dconf-editor.spec b/dconf-editor.spec
index dd85ec4..f144bfd 100644
--- a/dconf-editor.spec
+++ b/dconf-editor.spec
@@ -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 - 3.15.92-1
+- Update to 3.15.92
+- Ship the man page
+
* Tue Mar 03 2015 Kalev Lember - 3.15.91-3
- Fix unowned HighContrast icon theme directories (#1197898)
diff --git a/sources b/sources
index ad2f807..6885dec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b0e64b540891df062cebf8229b425a46 dconf-editor-3.15.91.tar.xz
+8a8eab7d25ee5a843123ea1029e5ee0f dconf-editor-3.15.92.tar.xz