Accepting request 695720 from GNOME:Factory
Scripted push of project GNOME:Next (forwarded request 695619 from dimstar) OBS-URL: https://build.opensuse.org/request/show/695720 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-calculator?expand=0&rev=41
This commit is contained in:
commit
3397dc1a58
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec7aac474da1beea07e4d23c227b282ae0270d2488d940bba455b25064657f62
|
||||
size 1070308
|
3
gnome-calculator-3.32.1.tar.xz
Normal file
3
gnome-calculator-3.32.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0dd9db963a3803404b1fc87f619596e839789eba34031de370ffb8f633f42e88
|
||||
size 946504
|
@ -1,3 +1,79 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 10 10:13:46 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.32.1:
|
||||
+ Snap build update.
|
||||
+ Fixed CFA conversion rate.
|
||||
+ Removed copy icon from search provider result.
|
||||
+ Do not assume octal base for binary numbers.
|
||||
+ Use currency name instead of display name for conversion.
|
||||
+ Updated application icon in help.
|
||||
+ Fixed search provider results broken.
|
||||
+ Ignore keypresses while calculating result.
|
||||
+ Only allow entering one decimal point.
|
||||
+ Use meson build compatible with older meson.
|
||||
+ Show thousands separator in unit converter.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 17:14:31 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.32.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 5 10:10:10 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.31.92:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 18 22:14:38 UTC 2019 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.31.91:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 15 00:41:18 UTC 2019 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.31.90:
|
||||
+ Exchange rate update interval preference.
|
||||
+ Updated and fixed appdata.
|
||||
+ Fix for digit transformed into ^ on double *.
|
||||
+ Accept comma and decimal point as decimal separator.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 3 20:50:39 UTC 2019 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.31.3:
|
||||
+ Added Alt+T shortcut for keyboard mode.
|
||||
+ Use US prefix for non-imperial units.
|
||||
+ Updated translations.
|
||||
- Changes from version 3.31.2:
|
||||
+ Readded missing accelerators.
|
||||
+ Use GLib.List.deep_copy() to fix argument type mismatch.
|
||||
+ Write all settings at once using delayed backend.
|
||||
+ Updated translations.
|
||||
- Changes from version 3.31.1:
|
||||
+ Search provider improvements.
|
||||
+ Copy to clipboard from search result.
|
||||
+ Conversion UI improvements.
|
||||
+ Functions and variables popover HIG fixes.
|
||||
+ Port to GtkSourceView 4.
|
||||
+ Remove appmenu.
|
||||
+ Application icon and symbolic icon update.
|
||||
+ Fixed new window shell action.
|
||||
+ Mark 'in' conversion keyword as translatable.
|
||||
+ Support for integer decimals in different bases.
|
||||
+ Mark some untranslatable texts as translatable.
|
||||
+ Use application icon in about and window icon instead of
|
||||
generic icon.
|
||||
- Replace pkgconfig(gtksourceview-3.0) with
|
||||
pkgconfig(gtksourceview-4) BuildRequires following upstreams
|
||||
port.
|
||||
- Add meson_check macro in check section, run tests.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 26 15:09:31 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-calculator
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 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,13 +17,13 @@
|
||||
|
||||
|
||||
Name: gnome-calculator
|
||||
Version: 3.30.1
|
||||
Version: 3.32.1
|
||||
Release: 0
|
||||
Summary: A GNOME Calculator Application
|
||||
License: GPL-3.0-or-later
|
||||
Group: Productivity/Scientific/Math
|
||||
URL: https://wiki.gnome.org/Apps/Calculator
|
||||
Source0: https://download.gnome.org/sources/gnome-calculator/3.30/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gnome-calculator/3.32/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: meson
|
||||
@ -39,7 +39,7 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.40
|
||||
BuildRequires: pkgconfig(gmodule-export-2.0)
|
||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.40
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.3
|
||||
BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.15.1
|
||||
BuildRequires: pkgconfig(gtksourceview-4)
|
||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.42
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
|
||||
@ -59,7 +59,7 @@ search results from GNOME Calculator.
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
translation-update-upstream
|
||||
|
||||
%build
|
||||
@ -71,6 +71,9 @@ translation-update-upstream
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%fdupes %{buildroot}%{_datadir}
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc NEWS
|
||||
@ -80,8 +83,7 @@ translation-update-upstream
|
||||
%{_datadir}/metainfo/org.gnome.Calculator.appdata.xml
|
||||
%{_datadir}/applications/org.gnome.Calculator.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.calculator.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/gnome-calculator.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/gnome-calculator-symbolic.svg
|
||||
%{_datadir}/icons/hicolor/*/apps/org.gnome.Calculator*.svg
|
||||
%{_mandir}/man1/gnome-calculator.1%{?ext_man}
|
||||
%{_mandir}/man1/gcalccmd.1%{?ext_man}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user