Update to 3.18.2

This commit is contained in:
Kalev Lember 2015-11-13 13:15:53 +01:00
parent 05416eb67b
commit 555b3bf2a9
4 changed files with 35 additions and 2 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/dconf-editor-3.17.92.tar.xz
/dconf-editor-3.18.0.tar.xz
/dconf-editor-3.18.1.tar.xz
/dconf-editor-3.18.2.tar.xz

View File

@ -0,0 +1,26 @@
From c2fc3b75749aa7a4ec4e13fbf8abbeb8166646cf Mon Sep 17 00:00:00 2001
From: Kalev Lember <klember@redhat.com>
Date: Fri, 13 Nov 2015 13:16:29 +0100
Subject: [PATCH] Fix a syntax error in desktop file keywords Romanian
translation
---
po/ro.po | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/po/ro.po b/po/ro.po
index 9ddcb2b..e0d6070 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -35,7 +35,7 @@ msgstr ""
#: ../editor/ca.desrt.dconf-editor.desktop.in.in.h:3
msgid "settings;configuration;"
-msgstr "settings;configuration;configurări;configurație;setări"
+msgstr "settings;configuration;configurări;configurație;setări;"
#: ../editor/ca.desrt.dconf-editor.gschema.xml.h:1
msgid "The width of the window"
--
2.5.0

View File

@ -1,11 +1,13 @@
Name: dconf-editor
Version: 3.18.1
Version: 3.18.2
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.18/dconf-editor-%{version}.tar.xz
# Backported from upstream
Patch0: 0001-Fix-a-syntax-error-in-desktop-file-keywords-Romanian.patch
BuildRequires: /usr/bin/appstream-util
BuildRequires: desktop-file-utils
@ -22,6 +24,7 @@ Graphical tool for editing the dconf configuration database.
%prep
%setup -q
%patch0 -p1
%build
%configure
@ -62,6 +65,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
%{_mandir}/man1/dconf-editor.1*
%changelog
* Fri Nov 13 2015 Kalev Lember <klember@redhat.com> - 3.18.2-1
- Update to 3.18.2
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
- Update to 3.18.1

View File

@ -1 +1 @@
8ff30290d9c52be54fde9d3ecd73ea31 dconf-editor-3.18.1.tar.xz
9292d9b96b0d9f87f6589a7d1d0ca388 dconf-editor-3.18.2.tar.xz