From 7fb58db29bdb80968e315d77fff2c83c053ab3f6fd6b6b080f9ea9d3facc6c3f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 19 Mar 2015 14:33:04 +0000 Subject: [PATCH] Accepting request 291466 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/291466 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-calculator?expand=0&rev=36 --- gnome-calculator-3.14.1.tar.xz | 3 --- gnome-calculator-3.15.91.tar.xz | 3 +++ gnome-calculator.changes | 46 +++++++++++++++++++++++++++++++++ gnome-calculator.spec | 9 ++++--- 4 files changed, 54 insertions(+), 7 deletions(-) delete mode 100644 gnome-calculator-3.14.1.tar.xz create mode 100644 gnome-calculator-3.15.91.tar.xz diff --git a/gnome-calculator-3.14.1.tar.xz b/gnome-calculator-3.14.1.tar.xz deleted file mode 100644 index cfaa626..0000000 --- a/gnome-calculator-3.14.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99cb2451d67d51486c0f54497dd26c0e57d0d984866ddf8678a62ba195fed140 -size 1302628 diff --git a/gnome-calculator-3.15.91.tar.xz b/gnome-calculator-3.15.91.tar.xz new file mode 100644 index 0000000..508d735 --- /dev/null +++ b/gnome-calculator-3.15.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a1d99d56ef7cd511a664f9466d6fb04994d5db5a4e8fb88554c6cb10895abbe +size 1422656 diff --git a/gnome-calculator.changes b/gnome-calculator.changes index 011c815..8e7ff36 100644 --- a/gnome-calculator.changes +++ b/gnome-calculator.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Tue Mar 3 08:42:16 UTC 2015 - dimstar@opensuse.org + +- Update to version 3.15.91: + + Remove red color from clear button. + + Update "Powers" page in documentation. + + Updated translations. + +------------------------------------------------------------------- +Sat Jan 24 06:32:47 UTC 2015 - badshah400@gmail.com + +- Update to versin 3.15.4: + + New: + - Keyboard mode. + - MPFR back-end. + - Digital Storage conversion. + + Update: + - Switch to GPLv3+ license. + - Case-insensitive conversion units. + - Don't copy thousand separators to clipboard. + + Fix: + - Use HTTPS for downloading exchange rates. + - Repeated entries in history view. + - Padding in UI buttons. + - Style history view boarder. + - Sort currencies based on locale. + - Deprecated use-stock property. + - Download missing exchange rates on first launch. + - Missing buildtime dependency. + - gtksourceview binding change. + + Updated translations. +- Add mpfr-devel to BuildRequires. +- Update License tag in specfile. + +------------------------------------------------------------------- +Thu Dec 4 00:44:10 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.15.1: + + New: + - Colored buttons. + - History view. + + Update: + - Update to latest GtkSourceView API. + - Support upcoming Vala 0.27. + - Increase search provider timeout. + ------------------------------------------------------------------- Thu Nov 13 17:53:09 UTC 2014 - zaitor@opensuse.org diff --git a/gnome-calculator.spec b/gnome-calculator.spec index 918ab22..851c41d 100644 --- a/gnome-calculator.spec +++ b/gnome-calculator.spec @@ -1,7 +1,7 @@ # # spec file for package gnome-calculator # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,16 @@ Name: gnome-calculator -Version: 3.14.1 +Version: 3.15.91 Release: 0 Summary: A GNOME Calculator Application -License: GPL-2.0+ +License: GPL-3.0+ Group: Productivity/Scientific/Math Url: http://www.gnome.org -Source: http://download.gnome.org/sources/gnome-calculator/3.14/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-calculator/3.15/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: intltool >= 0.50 +BuildRequires: mpfr-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: yelp-tools