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
This commit is contained in:
parent
c0fd0c8bf5
commit
43e9b6f0d2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:13d67b6dfa2501b883add8adf5470c5fea5eb1f1fa87f84e8ceda069418f1e81
|
|
||||||
size 1051348
|
|
3
gnome-calculator-3.9.2.tar.xz
Normal file
3
gnome-calculator-3.9.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1dc84cc093c8a4a78bde7906e351e2ac0dc6bbbaf03b5033478849d2a0fa217e
|
||||||
|
size 1079376
|
@ -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
|
Tue May 14 07:12:24 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-calculator
|
Name: gnome-calculator
|
||||||
Version: 3.8.2
|
Version: 3.9.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A GNOME Calculator Application
|
Summary: A GNOME Calculator Application
|
||||||
License: GPL-2.0+
|
License: GPL-2.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.8/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gnome-calculator/3.9/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
@ -76,7 +76,6 @@ rm -rf %{buildroot}
|
|||||||
%doc %{_datadir}/help/C/%{name}
|
%doc %{_datadir}/help/C/%{name}
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
%{_datadir}/%{name}
|
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.calculator.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.calculator.gschema.xml
|
||||||
%doc %{_mandir}/man?/*.*
|
%doc %{_mandir}/man?/*.*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user