diff --git a/.gitignore b/.gitignore index ae66811..2c8f0db 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/0001-Fix-a-syntax-error-in-desktop-file-keywords-Bosnian-.patch b/0001-Fix-a-syntax-error-in-desktop-file-keywords-Bosnian-.patch new file mode 100644 index 0000000..98b4cbf --- /dev/null +++ b/0001-Fix-a-syntax-error-in-desktop-file-keywords-Bosnian-.patch @@ -0,0 +1,26 @@ +From f3fbfcc422e342186c009147c1771ef3b1e16383 Mon Sep 17 00:00:00 2001 +From: Kalev Lember +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 + diff --git a/gnome-calculator.spec b/gnome-calculator.spec index 25c819d..6f9c14c 100644 --- a/gnome-calculator.spec +++ b/gnome-calculator.spec @@ -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 - 3.16.0-1 +- Update to 3.16.0 + * Tue Mar 03 2015 Kalev Lember - 3.15.91-1 - Update to 3.15.91 diff --git a/sources b/sources index 70036f3..c265a9c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f85a80ac444ba83ea4cdcd20cf14e816 gnome-calculator-3.15.91.tar.xz +bea1e229695e5afb1a85d9fa81b668c8 gnome-calculator-3.16.0.tar.xz