Accepting request 360365 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/360365 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-calculator?expand=0&rev=54
This commit is contained in:
parent
9afb3232d4
commit
66aceeaa67
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c376a4a14a3f7946b799b8458ac4cf2694735fc7c20e90cfda29e209439e32ff
|
|
||||||
size 1339496
|
|
3
gnome-calculator-3.19.90.tar.xz
Normal file
3
gnome-calculator-3.19.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4311c6f768c7f727202f774d301419e6b61dc1f8eb87f988a1e342d5529c48bd
|
||||||
|
size 1343544
|
@ -1,3 +1,66 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 16 10:25:33 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.19.90:
|
||||||
|
+ New: Upgrade license for all source files to GPLv3+.
|
||||||
|
+ New: Use Soup instead of GVFS to download the IMF/ECB currency
|
||||||
|
data.
|
||||||
|
+ Fix: Silence a compiler warning.
|
||||||
|
+ Fix: Remove Lithuanian litas from currency list.
|
||||||
|
+ Fix: Fix use of GtkStyleContext for GTK+ 3.20,
|
||||||
|
+ Fix: Clarify license on number.vala.
|
||||||
|
+ Fix: Clarify license on mpfr.vapi.
|
||||||
|
+ Fix: Installed tests: Update expectations.
|
||||||
|
+ Fix: Set the accessible name on the mode chooser.
|
||||||
|
+ Fix: Do not reset second currency on first currency change
|
||||||
|
(bgo#260166).
|
||||||
|
+ Fix: Fix Chinese Yuan symbol (bgo#761075).
|
||||||
|
+ Fix: Add a missing tag to the AppData file.
|
||||||
|
+ Update: Upgrade appdata
|
||||||
|
+ Udated translations.
|
||||||
|
- Add pkgconfig(libsoup-2.4) BuildRequires: new dependency.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 29 03:19:04 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.19.4:
|
||||||
|
+ Migrate MathConverter, MathWindow, HistoryView and HistoryEntry
|
||||||
|
to GtkBuilder template.
|
||||||
|
+ Remove unused -D defines from Makefile.am and configure.vapi
|
||||||
|
for both src/ and lib/.
|
||||||
|
+ Check if base exponent are complex for xpowy() method.
|
||||||
|
+ Prevent infinte loop on some operations with imaginary numbers
|
||||||
|
(bgo#757657).
|
||||||
|
+ e^(-0.5) returned the wrong value (bgo#756960).
|
||||||
|
+ Missing mnemonic bond in Gross Profit Margin dialog.
|
||||||
|
+ Use load_from_resource in the Gtk.CssProvider instead of
|
||||||
|
opening the file manually.
|
||||||
|
+ Use builddir for gresource.xml to satisfy Vala/autotools
|
||||||
|
behaviour (bgo#760679).
|
||||||
|
+ Rename gnome-calculator.doap name tag to GNOME Calculator
|
||||||
|
instead of gnome-calculator.
|
||||||
|
+ Use AM_DISTCHECK_CONFIGURE_FLAGS.
|
||||||
|
+ MathDisplay grabs focus after being shown (bgo#748743).
|
||||||
|
+ math-equation: "No history" message should disappear when
|
||||||
|
appropriate (bgo#759943).
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 29 03:19:02 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.19.2:
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 29 03:19:01 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.19.1:
|
||||||
|
+ Fix: Explicitly link required libraries for gnome-calculator
|
||||||
|
and gcalcmd binaries.
|
||||||
|
+ Updated translations.
|
||||||
|
- Add an explicit pkgconfig(gobject-2.0) BuildRequires as configure
|
||||||
|
checks for it now.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 27 12:19:57 UTC 2016 - zaitor@opensuse.org
|
Wed Jan 27 12:19:57 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-calculator
|
Name: gnome-calculator
|
||||||
Version: 3.18.3
|
Version: 3.19.90
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A GNOME Calculator Application
|
Summary: A GNOME Calculator Application
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
Source: http://download.gnome.org/sources/gnome-calculator/3.18/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gnome-calculator/3.19/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: intltool >= 0.50
|
BuildRequires: intltool >= 0.50
|
||||||
BuildRequires: mpfr-devel
|
BuildRequires: mpfr-devel
|
||||||
@ -31,8 +31,10 @@ BuildRequires: translation-update-upstream
|
|||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= 2.40
|
BuildRequires: pkgconfig(gio-2.0) >= 2.40
|
||||||
|
BuildRequires: pkgconfig(gobject-2.0)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.11.6
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.11.6
|
||||||
BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.15.1
|
BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.15.1
|
||||||
|
BuildRequires: pkgconfig(libsoup-2.4) >= 2.42
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
# gcactool was renamed to gnome-calculator. Last known version was 6.6.2
|
# gcactool was renamed to gnome-calculator. Last known version was 6.6.2
|
||||||
|
Loading…
Reference in New Issue
Block a user