Update to 3.13.3
This commit is contained in:
parent
640f03d893
commit
0b5e1806a0
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
||||
/gnome-calculator-3.12.0.tar.xz
|
||||
/gnome-calculator-3.12.1.tar.xz
|
||||
/gnome-calculator-3.13.2.tar.xz
|
||||
/gnome-calculator-3.13.3.tar.xz
|
||||
|
@ -1,25 +0,0 @@
|
||||
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,6 +1,6 @@
|
||||
Name: gnome-calculator
|
||||
Version: 3.13.2
|
||||
Release: 2%{?dist}
|
||||
Version: 3.13.3
|
||||
Release: 1%{?dist}
|
||||
Summary: A desktop calculator
|
||||
|
||||
Group: Applications/System
|
||||
@ -9,8 +9,6 @@ URL: http://live.gnome.org/Gcalctool
|
||||
#VCS: git:git://git.gnome.org/gcalctool
|
||||
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
|
||||
BuildRequires: libsoup-devel
|
||||
@ -37,7 +35,6 @@ to do its arithmetic to give a high degree of accuracy.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
|
||||
%build
|
||||
@ -67,14 +64,22 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%doc COPYING NEWS
|
||||
%{_bindir}/gcalccmd
|
||||
%{_bindir}/gnome-calculator
|
||||
%{_libexecdir}/gnome-calculator-search-provider
|
||||
%{_datadir}/appdata/
|
||||
%{_datadir}/applications/gnome-calculator.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.Calculator.SearchProvider.service
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.calculator.gschema.xml
|
||||
%{_datadir}/gnome-shell/
|
||||
%doc %{_mandir}/man1/gnome-calculator.1.gz
|
||||
%doc %{_mandir}/man1/gcalccmd.1.gz
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 17 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.3-1
|
||||
- Update to 3.13.3
|
||||
- Drop an upstreamed patch
|
||||
- Include new gnome-shell search provider
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user