Update to 3.13.2
This commit is contained in:
parent
f69e9bb945
commit
ae3852a95e
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
|||||||
/gnome-calculator-3.11.92.tar.xz
|
/gnome-calculator-3.11.92.tar.xz
|
||||||
/gnome-calculator-3.12.0.tar.xz
|
/gnome-calculator-3.12.0.tar.xz
|
||||||
/gnome-calculator-3.12.1.tar.xz
|
/gnome-calculator-3.12.1.tar.xz
|
||||||
|
/gnome-calculator-3.13.2.tar.xz
|
||||||
|
25
0001-Fix-a-syntax-error-in-Khmer-translation.patch
Normal file
25
0001-Fix-a-syntax-error-in-Khmer-translation.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
From 51dedbfcf0a90101f2758d6fc4239cdb53716d9f Mon Sep 17 00:00:00 2001
|
||||||
|
From: Kalev Lember <kalevlember@gmail.com>
|
||||||
|
Date: Wed, 28 May 2014 23:51:46 +0200
|
||||||
|
Subject: [PATCH] Fix a syntax error in Khmer translation
|
||||||
|
|
||||||
|
---
|
||||||
|
po/km.po | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/po/km.po b/po/km.po
|
||||||
|
index 6b2a42b..7407dcd 100644
|
||||||
|
--- a/po/km.po
|
||||||
|
+++ b/po/km.po
|
||||||
|
@@ -418,7 +418,7 @@ msgstr "អនុវត្តការគណនាគណិតវិទ
|
||||||
|
#: ../data/gnome-calculator.desktop.in.h:3
|
||||||
|
#| msgid "Perform arithmetic, scientific or financial calculations"
|
||||||
|
msgid "calculation;arithmetic;scientific;financial;"
|
||||||
|
-msgstr "អនុវត្ត; ការគណនាគណិតវិទ្យា; វិទ្យាសាស្ត្រ; ហិរញ្ញវត្ថុ"
|
||||||
|
+msgstr "អនុវត្ត; ការគណនាគណិតវិទ្យា; វិទ្យាសាស្ត្រ; ហិរញ្ញវត្ថុ;"
|
||||||
|
|
||||||
|
#: ../data/gnome-calculator.appdata.xml.in.h:1
|
||||||
|
#| msgid "Calculator"
|
||||||
|
--
|
||||||
|
1.9.3
|
||||||
|
|
@ -1,5 +1,5 @@
|
|||||||
Name: gnome-calculator
|
Name: gnome-calculator
|
||||||
Version: 3.12.1
|
Version: 3.13.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A desktop calculator
|
Summary: A desktop calculator
|
||||||
|
|
||||||
@ -7,7 +7,9 @@ Group: Applications/System
|
|||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://live.gnome.org/Gcalctool
|
URL: http://live.gnome.org/Gcalctool
|
||||||
#VCS: git:git://git.gnome.org/gcalctool
|
#VCS: git:git://git.gnome.org/gcalctool
|
||||||
Source0: http://download.gnome.org/sources/%{name}/3.12/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{name}/3.13/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
Patch0: 0001-Fix-a-syntax-error-in-Khmer-translation.patch
|
||||||
|
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
@ -35,6 +37,7 @@ to do its arithmetic to give a high degree of accuracy.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -72,6 +75,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.2-1
|
||||||
|
- Update to 3.13.2
|
||||||
|
|
||||||
* Thu Apr 10 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
|
* Thu Apr 10 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
|
||||||
- Update to 3.12.1
|
- Update to 3.12.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user