From 43e9b6f0d23ba90d2450d5fd225d66f96a3e39f681bc12e3719c7981d5ff7123 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 31 May 2013 18:36:51 +0000 Subject: [PATCH] Accepting request 176910 from home:dimstar:branches:GNOME:Factory Update to 3.9.2 OBS-URL: https://build.opensuse.org/request/show/176910 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-calculator?expand=0&rev=10 --- gnome-calculator-3.8.2.tar.xz | 3 --- gnome-calculator-3.9.2.tar.xz | 3 +++ gnome-calculator.changes | 17 +++++++++++++++++ gnome-calculator.spec | 5 ++--- 4 files changed, 22 insertions(+), 6 deletions(-) delete mode 100644 gnome-calculator-3.8.2.tar.xz create mode 100644 gnome-calculator-3.9.2.tar.xz diff --git a/gnome-calculator-3.8.2.tar.xz b/gnome-calculator-3.8.2.tar.xz deleted file mode 100644 index 948fabc..0000000 --- a/gnome-calculator-3.8.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13d67b6dfa2501b883add8adf5470c5fea5eb1f1fa87f84e8ceda069418f1e81 -size 1051348 diff --git a/gnome-calculator-3.9.2.tar.xz b/gnome-calculator-3.9.2.tar.xz new file mode 100644 index 0000000..ea2db07 --- /dev/null +++ b/gnome-calculator-3.9.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dc84cc093c8a4a78bde7906e351e2ac0dc6bbbaf03b5033478849d2a0fa217e +size 1079376 diff --git a/gnome-calculator.changes b/gnome-calculator.changes index f8f9ced..cc5cf5e 100644 --- a/gnome-calculator.changes +++ b/gnome-calculator.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed May 29 06:20:06 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.9.2: + + Improve integer exponentiation & factorization. + + Fix modular exponentiation calculation error. + + Fix consecutive squaring crash. + + Use .ui file for app menu. + + Fix uninitialized variable. + + Workaround for gtk_builder_add_objects_from_resource(). + + Fix .doap and .ui files (set buttons table as toplevel). + + Use gresource for .ui files. + + Fix null pointer dereferrence. + + Fix compiler warnings. + + Fix typo. + + Updated translations. + ------------------------------------------------------------------- Tue May 14 07:12:24 UTC 2013 - dimstar@opensuse.org diff --git a/gnome-calculator.spec b/gnome-calculator.spec index 239e1b3..0f62bce 100644 --- a/gnome-calculator.spec +++ b/gnome-calculator.spec @@ -17,13 +17,13 @@ Name: gnome-calculator -Version: 3.8.2 +Version: 3.9.2 Release: 0 Summary: A GNOME Calculator Application License: GPL-2.0+ Group: Productivity/Scientific/Math Url: http://www.gnome.org -Source: http://download.gnome.org/sources/gnome-calculator/3.8/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-calculator/3.9/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: intltool BuildRequires: translation-update-upstream @@ -76,7 +76,6 @@ rm -rf %{buildroot} %doc %{_datadir}/help/C/%{name} %{_bindir}/* %{_datadir}/applications/*.desktop -%{_datadir}/%{name} %{_datadir}/glib-2.0/schemas/org.gnome.calculator.gschema.xml %doc %{_mandir}/man?/*.*