From ae3852a95edcd5b20adadde15fe844c9d6794404 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 28 May 2014 23:53:39 +0200 Subject: [PATCH] Update to 3.13.2 --- .gitignore | 1 + ...-a-syntax-error-in-Khmer-translation.patch | 25 +++++++++++++++++++ gnome-calculator.spec | 10 ++++++-- sources | 2 +- 4 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 0001-Fix-a-syntax-error-in-Khmer-translation.patch diff --git a/.gitignore b/.gitignore index ded951a..a9ff0c2 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /gnome-calculator-3.11.92.tar.xz /gnome-calculator-3.12.0.tar.xz /gnome-calculator-3.12.1.tar.xz +/gnome-calculator-3.13.2.tar.xz diff --git a/0001-Fix-a-syntax-error-in-Khmer-translation.patch b/0001-Fix-a-syntax-error-in-Khmer-translation.patch new file mode 100644 index 0000000..b4d0e66 --- /dev/null +++ b/0001-Fix-a-syntax-error-in-Khmer-translation.patch @@ -0,0 +1,25 @@ +From 51dedbfcf0a90101f2758d6fc4239cdb53716d9f Mon Sep 17 00:00:00 2001 +From: Kalev Lember +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 + diff --git a/gnome-calculator.spec b/gnome-calculator.spec index df4c3cc..3a28f39 100644 --- a/gnome-calculator.spec +++ b/gnome-calculator.spec @@ -1,5 +1,5 @@ Name: gnome-calculator -Version: 3.12.1 +Version: 3.13.2 Release: 1%{?dist} Summary: A desktop calculator @@ -7,7 +7,9 @@ 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.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: gtk3-devel @@ -35,6 +37,7 @@ to do its arithmetic to give a high degree of accuracy. %prep %setup -q +%patch0 -p1 %build @@ -72,6 +75,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %changelog +* Wed May 28 2014 Kalev Lember - 3.13.2-1 +- Update to 3.13.2 + * Thu Apr 10 2014 Kalev Lember - 3.12.1-1 - Update to 3.12.1 diff --git a/sources b/sources index cac0a03..1d63ab3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fda401b6d19df8c65b295c9d51155d8e gnome-calculator-3.12.1.tar.xz +b947bb69c28a4111e1792adcdd03331d gnome-calculator-3.13.2.tar.xz