diff --git a/.gitignore b/.gitignore index 2c8f0db..d3a98ea 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /gnome-calculator-3.15.4.tar.xz /gnome-calculator-3.15.91.tar.xz /gnome-calculator-3.16.0.tar.xz +/gnome-calculator-3.17.2.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 deleted file mode 100644 index 98b4cbf..0000000 --- a/0001-Fix-a-syntax-error-in-desktop-file-keywords-Bosnian-.patch +++ /dev/null @@ -1,26 +0,0 @@ -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 6f9c14c..adb0a62 100644 --- a/gnome-calculator.spec +++ b/gnome-calculator.spec @@ -1,5 +1,5 @@ Name: gnome-calculator -Version: 3.16.0 +Version: 3.17.2 Release: 1%{?dist} Summary: A desktop calculator @@ -7,8 +7,7 @@ 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.16/%{name}-%{version}.tar.xz -Patch0: 0001-Fix-a-syntax-error-in-desktop-file-keywords-Bosnian-.patch +Source0: https://download.gnome.org/sources/%{name}/3.17/%{name}-%{version}.tar.xz BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gtk+-3.0) @@ -33,16 +32,16 @@ to do its arithmetic to give a high degree of accuracy. %prep %setup -q -%patch0 -p1 %build -%configure +%configure --disable-static make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} INSTALL="install -p" +find %{buildroot} -name '*.la' -delete %find_lang %{name} --with-gnome --all-name @@ -65,6 +64,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %doc COPYING NEWS %{_bindir}/gcalccmd %{_bindir}/gnome-calculator +%{_libdir}/gnome-calculator/ %{_libexecdir}/gnome-calculator-search-provider %{_datadir}/appdata/gnome-calculator.appdata.xml %{_datadir}/applications/gnome-calculator.desktop @@ -76,6 +76,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %changelog +* Sun May 31 2015 Kalev Lember - 3.17.2-1 +- Update to 3.17.2 + * Mon Mar 23 2015 Kalev Lember - 3.16.0-1 - Update to 3.16.0 diff --git a/sources b/sources index c265a9c..4fe4a2f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bea1e229695e5afb1a85d9fa81b668c8 gnome-calculator-3.16.0.tar.xz +5d5aacfc5e77c9aa3e3fce46899170f1 gnome-calculator-3.17.2.tar.xz