Update to 3.16.0
This commit is contained in:
parent
bbe7e14722
commit
d2b432ab82
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
||||
/gnome-calculator-3.15.1.tar.xz
|
||||
/gnome-calculator-3.15.4.tar.xz
|
||||
/gnome-calculator-3.15.91.tar.xz
|
||||
/gnome-calculator-3.16.0.tar.xz
|
||||
|
@ -0,0 +1,26 @@
|
||||
From f3fbfcc422e342186c009147c1771ef3b1e16383 Mon Sep 17 00:00:00 2001
|
||||
From: Kalev Lember <kalevlember@gmail.com>
|
||||
Date: Mon, 23 Mar 2015 10:46:38 +0100
|
||||
Subject: [PATCH] Fix a syntax error in desktop file keywords Bosnian
|
||||
translation
|
||||
|
||||
---
|
||||
po/bs.po | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/po/bs.po b/po/bs.po
|
||||
index 8ecd95c..6a66413 100644
|
||||
--- a/po/bs.po
|
||||
+++ b/po/bs.po
|
||||
@@ -423,7 +423,7 @@ msgstr "Obavi aritmetičke, naučne ili finansijske proračune"
|
||||
|
||||
#: ../data/gnome-calculator.desktop.in.h:3
|
||||
msgid "calculation;arithmetic;scientific;financial;"
|
||||
-msgstr "raču;aritmetika;naučni;finansijski"
|
||||
+msgstr "raču;aritmetika;naučni;finansijski;"
|
||||
|
||||
#: ../data/gnome-calculator.appdata.xml.in.h:1
|
||||
msgid "GNOME Calculator"
|
||||
--
|
||||
2.3.3
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: gnome-calculator
|
||||
Version: 3.15.91
|
||||
Version: 3.16.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A desktop calculator
|
||||
|
||||
@ -7,7 +7,8 @@ Group: Applications/System
|
||||
License: GPLv3+
|
||||
URL: https://wiki.gnome.org/Apps/Calculator
|
||||
#VCS: git:git://git.gnome.org/gcalctool
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.15/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.16/%{name}-%{version}.tar.xz
|
||||
Patch0: 0001-Fix-a-syntax-error-in-desktop-file-keywords-Bosnian-.patch
|
||||
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
@ -32,6 +33,7 @@ to do its arithmetic to give a high degree of accuracy.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
|
||||
%build
|
||||
@ -74,6 +76,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
|
||||
- Update to 3.16.0
|
||||
|
||||
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91-1
|
||||
- Update to 3.15.91
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user