From b8d5a5d8e5c0f1a00a5dfe7dee52dab8ffa9f38d Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 10 Nov 2015 12:05:34 +0100 Subject: [PATCH] Update to 3.18.1 --- .gitignore | 1 + ...or-in-desktop-file-keywords-Romanian.patch | 26 +++++++++++++++++++ eog.spec | 8 +++++- sources | 2 +- 4 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 0001-Fix-a-syntax-error-in-desktop-file-keywords-Romanian.patch diff --git a/.gitignore b/.gitignore index c9cdcf2..2866a7b 100644 --- a/.gitignore +++ b/.gitignore @@ -85,3 +85,4 @@ eog-2.31.4-20100623git.tar.bz2 /eog-3.17.91.tar.xz /eog-3.17.92.tar.xz /eog-3.18.0.tar.xz +/eog-3.18.1.tar.xz diff --git a/0001-Fix-a-syntax-error-in-desktop-file-keywords-Romanian.patch b/0001-Fix-a-syntax-error-in-desktop-file-keywords-Romanian.patch new file mode 100644 index 0000000..b2c5b88 --- /dev/null +++ b/0001-Fix-a-syntax-error-in-desktop-file-keywords-Romanian.patch @@ -0,0 +1,26 @@ +From 774418ef33bad663fd9699fd33e30fdcbb15f135 Mon Sep 17 00:00:00 2001 +From: Kalev Lember +Date: Tue, 10 Nov 2015 12:04:44 +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 4e36ce1..23576ae 100644 +--- a/po/ro.po ++++ b/po/ro.po +@@ -89,7 +89,7 @@ msgstr "Navighează și rotește imagini" + #: ../data/eog.desktop.in.in.h:4 + msgid "Picture;Slideshow;Graphics;" + msgstr "" +-"Picture;Slideshow;Graphics;Imagine;Fotografie;Grafică;Prezentare;Diapozitive" ++"Picture;Slideshow;Graphics;Imagine;Fotografie;Grafică;Prezentare;Diapozitive;" + + #: ../data/eog-gear-menu.ui.h:1 + msgid "_Open…" +-- +2.5.0 + diff --git a/eog.spec b/eog.spec index 96cac72..d3a21e6 100644 --- a/eog.spec +++ b/eog.spec @@ -7,11 +7,13 @@ Summary: Eye of GNOME image viewer Name: eog -Version: 3.18.0 +Version: 3.18.1 Release: 1%{?dist} URL: https://wiki.gnome.org/Apps/EyeOfGnome #VCS: git:git://git.gnome.org/eog Source: http://download.gnome.org/sources/%{name}/3.18/%{name}-%{version}.tar.xz +# Backported from upstream +Patch0: 0001-Fix-a-syntax-error-in-desktop-file-keywords-Romanian.patch # The GFDL has an "or later version" clause embedded inside the license. # There is no need to add the + here. @@ -74,6 +76,7 @@ the functionality of the installed %{name} package. %prep %setup -q +%patch0 -p1 %build %configure --enable-installed-tests @@ -142,6 +145,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || : %{_datadir}/installed-tests/ %changelog +* Tue Nov 10 2015 Kalev Lember - 3.18.1-1 +- Update to 3.18.1 + * Mon Sep 28 2015 Kalev Lember - 3.18.0-1 - Update to 3.18.0 diff --git a/sources b/sources index 82f6825..2e8709b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -939f44849267c33a9df131e80fcbd0e7 eog-3.18.0.tar.xz +5d10432876f120195cca4a7da9bc095c eog-3.18.1.tar.xz