Update to 3.18.1
This commit is contained in:
parent
773ad2504c
commit
b8d5a5d8e5
1
.gitignore
vendored
1
.gitignore
vendored
@ -85,3 +85,4 @@ eog-2.31.4-20100623git.tar.bz2
|
|||||||
/eog-3.17.91.tar.xz
|
/eog-3.17.91.tar.xz
|
||||||
/eog-3.17.92.tar.xz
|
/eog-3.17.92.tar.xz
|
||||||
/eog-3.18.0.tar.xz
|
/eog-3.18.0.tar.xz
|
||||||
|
/eog-3.18.1.tar.xz
|
||||||
|
@ -0,0 +1,26 @@
|
|||||||
|
From 774418ef33bad663fd9699fd33e30fdcbb15f135 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Kalev Lember <klember@redhat.com>
|
||||||
|
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
|
||||||
|
|
8
eog.spec
8
eog.spec
@ -7,11 +7,13 @@
|
|||||||
|
|
||||||
Summary: Eye of GNOME image viewer
|
Summary: Eye of GNOME image viewer
|
||||||
Name: eog
|
Name: eog
|
||||||
Version: 3.18.0
|
Version: 3.18.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: https://wiki.gnome.org/Apps/EyeOfGnome
|
URL: https://wiki.gnome.org/Apps/EyeOfGnome
|
||||||
#VCS: git:git://git.gnome.org/eog
|
#VCS: git:git://git.gnome.org/eog
|
||||||
Source: http://download.gnome.org/sources/%{name}/3.18/%{name}-%{version}.tar.xz
|
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.
|
# The GFDL has an "or later version" clause embedded inside the license.
|
||||||
# There is no need to add the + here.
|
# There is no need to add the + here.
|
||||||
@ -74,6 +76,7 @@ the functionality of the installed %{name} package.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-installed-tests
|
%configure --enable-installed-tests
|
||||||
@ -142,6 +145,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
|
|||||||
%{_datadir}/installed-tests/
|
%{_datadir}/installed-tests/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 10 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
|
||||||
|
- Update to 3.18.1
|
||||||
|
|
||||||
* Mon Sep 28 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
|
* Mon Sep 28 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
|
||||||
- Update to 3.18.0
|
- Update to 3.18.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user