Accepting request 332559 from GNOME:Factory
Update to 3.18.0 (forwarded request 332511 from dimstar) OBS-URL: https://build.opensuse.org/request/show/332559 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-calculator?expand=0&rev=21
This commit is contained in:
commit
fd0f54b083
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f4c6ca7e0eda0dbb7d5cfb85ee9fe3351b1d8bd1bf05ce890939374b95e230a0
|
|
||||||
size 1437060
|
|
3
gnome-calculator-3.18.0.tar.xz
Normal file
3
gnome-calculator-3.18.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:54dc40de68b118c06b443f9d8a56397425434a45dddbb2daba7b720b77b35672
|
||||||
|
size 1352340
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 21 06:29:32 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.18.0:
|
||||||
|
+ Fix: SYD function was returning the wrong value.
|
||||||
|
+ Fix: Fix dialogs sizing for financial functions.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 14 13:05:17 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.17.92:
|
||||||
|
+ Misc build system fixes.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 25 18:28:50 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.17.3:
|
||||||
|
+ Update: Stop using gnome-common.
|
||||||
|
+ Fix: Remove incorrect assertion in search provider.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 12 20:51:05 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.17.2:
|
||||||
|
+ Split many files into an internal convenience library.
|
||||||
|
+ Remove workaround for bgo#737222.
|
||||||
|
+ Updated translations.
|
||||||
|
- Pass --disable-static to configure: we do not have a use for the
|
||||||
|
internal helper library as a static lib.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 12 19:58:01 UTC 2015 - zaitor@opensuse.org
|
Fri Jun 12 19:58:01 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-calculator
|
Name: gnome-calculator
|
||||||
Version: 3.16.2
|
Version: 3.18.0
|
||||||
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.16/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gnome-calculator/3.18/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: intltool >= 0.50
|
BuildRequires: intltool >= 0.50
|
||||||
BuildRequires: mpfr-devel
|
BuildRequires: mpfr-devel
|
||||||
@ -62,11 +62,13 @@ search results from GNOME Calculator.
|
|||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure \
|
||||||
|
--disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
||||||
%suse_update_desktop_file %{name} Calculator
|
%suse_update_desktop_file %{name} Calculator
|
||||||
%find_lang %{name} %{?no_lang_C}
|
%find_lang %{name} %{?no_lang_C}
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
@ -91,6 +93,8 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/appdata/%{name}.appdata.xml
|
%{_datadir}/appdata/%{name}.appdata.xml
|
||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.calculator.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.calculator.gschema.xml
|
||||||
|
%dir %{_libdir}/gnome-calculator/
|
||||||
|
%{_libdir}/gnome-calculator/libcalculator.so
|
||||||
%doc %{_mandir}/man?/*.*
|
%doc %{_mandir}/man?/*.*
|
||||||
|
|
||||||
%files -n gnome-shell-search-provider-gnome-calculator
|
%files -n gnome-shell-search-provider-gnome-calculator
|
||||||
|
Loading…
Reference in New Issue
Block a user