Update to 3.11.3
This commit is contained in:
parent
12a08760f7
commit
7930e4199a
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/gnome-calculator-3.10.0.tar.xz
|
||||
/gnome-calculator-3.10.1.tar.xz
|
||||
/gnome-calculator-3.10.2.tar.xz
|
||||
/gnome-calculator-3.11.3.tar.xz
|
||||
|
@ -1,26 +0,0 @@
|
||||
From 74808190cf41000ff4d879ad66f51344db5ab5d3 Mon Sep 17 00:00:00 2001
|
||||
From: Richard Hughes <richard@hughsie.com>
|
||||
Date: Mon, 11 Nov 2013 13:15:46 +0000
|
||||
Subject: [PATCH] Fixed Dutch translation
|
||||
|
||||
This was preventing validation of the desktop file.
|
||||
---
|
||||
po/nl.po | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/po/nl.po b/po/nl.po
|
||||
index a65de1b..f3265ab 100644
|
||||
--- a/po/nl.po
|
||||
+++ b/po/nl.po
|
||||
@@ -472,7 +472,7 @@ msgstr "Rekenkundige, wetenschappelijke of financiële berekeningen uitvoeren"
|
||||
msgid "calculation;arithmetic;scientific;financial;"
|
||||
msgstr ""
|
||||
"calculation;arithmetic;scientific;financial;rekenkundig;wetenschappelijk;"
|
||||
-"financieel"
|
||||
+"financieel;"
|
||||
|
||||
#: ../data/org.gnome.calculator.gschema.xml.in.h:1
|
||||
msgid "Accuracy value"
|
||||
--
|
||||
1.8.3.1
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: gnome-calculator
|
||||
Version: 3.10.2
|
||||
Version: 3.11.3
|
||||
Release: 1%{?dist}
|
||||
Summary: A desktop calculator
|
||||
|
||||
@ -7,9 +7,7 @@ Group: Applications/System
|
||||
License: GPLv2+
|
||||
URL: http://live.gnome.org/Gcalctool
|
||||
#VCS: git:git://git.gnome.org/gcalctool
|
||||
Source0: http://download.gnome.org/sources/%{name}/3.10/%{name}-%{version}.tar.xz
|
||||
|
||||
Patch0: 0001-Fixed-Dutch-translation.patch
|
||||
Source0: http://download.gnome.org/sources/%{name}/3.11/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gtk3-devel
|
||||
@ -36,7 +34,6 @@ to do its arithmetic to give a high degree of accuracy.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .fix-dutch-translation
|
||||
|
||||
|
||||
%build
|
||||
@ -74,6 +71,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 3.11.3-1
|
||||
- Update to 3.11.3
|
||||
|
||||
* Thu Nov 14 2013 Richard Hughes <rhughes@redhat.com> - 3.10.2-1
|
||||
- Update to 3.10.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user