Update to 3.18.1
This commit is contained in:
parent
c7e2ab81a0
commit
ef5e71dc3b
1
.gitignore
vendored
1
.gitignore
vendored
@ -75,3 +75,4 @@ cheese-2.31.1.tar.bz2
|
||||
/cheese-3.17.91.tar.xz
|
||||
/cheese-3.17.92.tar.xz
|
||||
/cheese-3.18.0.tar.xz
|
||||
/cheese-3.18.1.tar.xz
|
||||
|
@ -1,25 +0,0 @@
|
||||
From d3aa1fd17704e7c748417b7012c259dc1105bdc1 Mon Sep 17 00:00:00 2001
|
||||
From: David King <amigadave@amigadave.com>
|
||||
Date: Tue, 22 Sep 2015 00:21:14 +0100
|
||||
Subject: [PATCH] Fix German desktop file translation
|
||||
|
||||
---
|
||||
po/de.po | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/po/de.po b/po/de.po
|
||||
index 297b78f..3b29440 100644
|
||||
--- a/po/de.po
|
||||
+++ b/po/de.po
|
||||
@@ -241,7 +241,7 @@ msgstr "Cheese Webcam-Automat"
|
||||
|
||||
#: ../data/org.gnome.Cheese.desktop.in.in.h:5
|
||||
msgid "photo;video;webcam;"
|
||||
-msgstr "Foto;Video;Webcam;Kamera"
|
||||
+msgstr "Foto;Video;Webcam;Kamera;"
|
||||
|
||||
#: ../data/org.gnome.Cheese.gschema.xml.h:1
|
||||
msgid "Use a countdown"
|
||||
--
|
||||
2.5.3
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: cheese
|
||||
Epoch: 2
|
||||
Version: 3.18.0
|
||||
Version: 3.18.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Application for taking pictures and movies from a webcam
|
||||
|
||||
@ -9,8 +9,6 @@ License: GPLv2+
|
||||
URL: https://wiki.gnome.org/Apps/Cheese
|
||||
#VCS: git:git://git.gnome.org/cheese
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.18/%{name}-%{version}.tar.xz
|
||||
# Upstream fix for desktop file validation.
|
||||
Patch0: cheese-3.18.0-fix-desktop-translation.patch
|
||||
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: desktop-file-utils
|
||||
@ -79,7 +77,6 @@ for writing applications that require a webcam display widget.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
|
||||
%build
|
||||
@ -163,6 +160,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 13 2015 David King <amigadave@amigadave.com> - 1:3.18.1-1
|
||||
- Update to 3.18.1
|
||||
|
||||
* Tue Sep 22 2015 David King <amigadave@amigadave.com> - 2:3.18.0-1
|
||||
- Update to 3.18.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user