Update to 3.17.2
This commit is contained in:
parent
d2b432ab82
commit
3ac98328eb
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@
|
|||||||
/gnome-calculator-3.15.4.tar.xz
|
/gnome-calculator-3.15.4.tar.xz
|
||||||
/gnome-calculator-3.15.91.tar.xz
|
/gnome-calculator-3.15.91.tar.xz
|
||||||
/gnome-calculator-3.16.0.tar.xz
|
/gnome-calculator-3.16.0.tar.xz
|
||||||
|
/gnome-calculator-3.17.2.tar.xz
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
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
|
Name: gnome-calculator
|
||||||
Version: 3.16.0
|
Version: 3.17.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A desktop calculator
|
Summary: A desktop calculator
|
||||||
|
|
||||||
@ -7,8 +7,7 @@ Group: Applications/System
|
|||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://wiki.gnome.org/Apps/Calculator
|
URL: https://wiki.gnome.org/Apps/Calculator
|
||||||
#VCS: git:git://git.gnome.org/gcalctool
|
#VCS: git:git://git.gnome.org/gcalctool
|
||||||
Source0: https://download.gnome.org/sources/%{name}/3.16/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/3.17/%{name}-%{version}.tar.xz
|
||||||
Patch0: 0001-Fix-a-syntax-error-in-desktop-file-keywords-Bosnian-.patch
|
|
||||||
|
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
@ -33,16 +32,16 @@ to do its arithmetic to give a high degree of accuracy.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot} INSTALL="install -p"
|
make install DESTDIR=%{buildroot} INSTALL="install -p"
|
||||||
|
find %{buildroot} -name '*.la' -delete
|
||||||
%find_lang %{name} --with-gnome --all-name
|
%find_lang %{name} --with-gnome --all-name
|
||||||
|
|
||||||
|
|
||||||
@ -65,6 +64,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
%doc COPYING NEWS
|
%doc COPYING NEWS
|
||||||
%{_bindir}/gcalccmd
|
%{_bindir}/gcalccmd
|
||||||
%{_bindir}/gnome-calculator
|
%{_bindir}/gnome-calculator
|
||||||
|
%{_libdir}/gnome-calculator/
|
||||||
%{_libexecdir}/gnome-calculator-search-provider
|
%{_libexecdir}/gnome-calculator-search-provider
|
||||||
%{_datadir}/appdata/gnome-calculator.appdata.xml
|
%{_datadir}/appdata/gnome-calculator.appdata.xml
|
||||||
%{_datadir}/applications/gnome-calculator.desktop
|
%{_datadir}/applications/gnome-calculator.desktop
|
||||||
@ -76,6 +76,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 31 2015 Kalev Lember <kalevlember@gmail.com> - 3.17.2-1
|
||||||
|
- Update to 3.17.2
|
||||||
|
|
||||||
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
|
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
|
||||||
- Update to 3.16.0
|
- Update to 3.16.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user