[gnome-calculator] Update to 3.13.3

Kalev Lember kalev at fedoraproject.org
Thu Jul 17 09:00:37 UTC 2014


commit 0b5e1806a0ea88162f260b102b2e6bc0e0f8d7c5
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Thu Jul 17 10:54:57 2014 +0200

    Update to 3.13.3

 .gitignore                                         |    1 +
 0001-Fix-a-syntax-error-in-Khmer-translation.patch |   25 --------------------
 gnome-calculator.spec                              |   15 ++++++++----
 sources                                            |    2 +-
 4 files changed, 12 insertions(+), 31 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a9ff0c2..cb28a6b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/gnome-calculator.spec b/gnome-calculator.spec
index 72db2f4..47aa82b 100644
--- a/gnome-calculator.spec
+++ b/gnome-calculator.spec
@@ -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 at 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 at lists.fedoraproject.org> - 3.13.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 1d63ab3..80a6f55 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b947bb69c28a4111e1792adcdd03331d  gnome-calculator-3.13.2.tar.xz
+80a95228db9d77ea9662f332c5a929eb  gnome-calculator-3.13.3.tar.xz


More information about the scm-commits mailing list