Accepting request 795191 from GNOME:Factory

Scripted push of project GNOME:Next (forwarded request 795036 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/795191
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-calculator?expand=0&rev=45
This commit is contained in:
Dominique Leuenberger 2020-04-23 16:26:29 +00:00 committed by Git OBS Bridge
commit dc565abd9e
4 changed files with 69 additions and 18 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4d5348c2fbf01d040a2cb5e84de812c503911e1ea498a83e7eefff52c4417051
size 965520

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2e830f9c9856fad65dad1d6c0ae6abad0f0b496c9984ac005315c5cc4220db3
size 983532

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Sun Mar 8 14:01:07 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.36.0:
+ Fixed broken markup in UI translations.
+ Updated translations.
-------------------------------------------------------------------
Sat Feb 29 22:51:51 UTC 2020 - mgorse@suse.com
- Update to version 3.35.92:
+ doc: Don't pass --fatal-warnings to valadoc.
+ Removed obsolete keyboard shortcut.
+ help: Update icon for 3.36.
+ Updated translations.
-------------------------------------------------------------------
Wed Feb 12 16:36:59 CET 2020 - dimstar@opensuse.org
- Update to version 3.35.90:
+ Drop padding around the display.
+ Updated Keyboard Shortcuts.
+ Handle Escape and Enter correctly with completion.
+ Added F10 for primary menu shortcut.
+ Added Rack Units to the conversions.
+ Fixed freeze on calculating atan(+/-i).
+ Fixed mode shortcuts by removing blocking mnemonics.
+ Implemented result history browsing using alt left/right.
- Changes from version 3.35.2:
+ List possible modes in commandline help.
+ Add square feet unit.
+ Base conversion display selectable.
+ Updated translations.
- Split out new library into libgci-1-0_0_0 subpackage.
-------------------------------------------------------------------
Mon Oct 7 07:45:36 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package gnome-calculator
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,19 +16,20 @@
#
%define sover 1-0_0_0
%define sover 2-1_0_1
%define gcisover 1-0_0_0
Name: gnome-calculator
Version: 3.34.1
Version: 3.36.0
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.34/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/gnome-calculator/3.36/%{name}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: meson
BuildRequires: meson >= 0.50.0
BuildRequires: mpc-devel
BuildRequires: mpfr-devel
BuildRequires: pkgconfig
@ -63,13 +64,21 @@ Summary: Shared library for %{name}
Group: System/Libraries
%description -n libgcalc-%{sover}
This package contains the shared library for %{name}.
GNOME Calculator Library
%package -n libgci-%{gcisover}
Summary: GNOME Calculator Library GTK Interface
Group: System/Libraries
%description -n libgci-%{gcisover}
This package contains a shared library for %{name}.
%package devel
Summary: Development files for %{name}
Group: Development/Libraries/GNOME
Requires: %{name} = %{version}
Requires: libgcalc-%{sover} = %{version}
Requires: libgci-%{gcisover} = %{version}
%description devel
The %{name}-devel package contains libraries and header files for
@ -95,6 +104,8 @@ translation-update-upstream
%post -n libgcalc-%{sover} -p /sbin/ldconfig
%postun -n libgcalc-%{sover} -p /sbin/ldconfig
%post -n libgci-%{gcisover} -p /sbin/ldconfig
%postun -n libgci-%{gcisover} -p /sbin/ldconfig
%files
%license COPYING
@ -117,20 +128,25 @@ translation-update-upstream
%{_libexecdir}/gnome-calculator-search-provider
%files -n libgcalc-%{sover}
%{_libdir}/libgcalc-1.so.*
%{_libdir}/libgcalc-2.so.*
%files -n libgci-%{gcisover}
%{_libdir}/libgci-1.so.*
%files devel
%dir %{_includedir}/gcalc-1
%dir %{_includedir}/gcalc-1/gcalc
%{_includedir}/gcalc-1/gcalc/gcalc.h
%{_libdir}/libgcalc-1.so
%{_libdir}/pkgconfig/gcalc-1.pc
%{_includedir}/gcalc-2/
%{_includedir}/gci-2/
%{_libdir}/libgcalc-2.so
%{_libdir}/pkgconfig/gcalc-2.pc
%{_libdir}/pkgconfig/gci-1.pc
%{_libdir}/libgci-1.so
%dir %{_datadir}/gir-1.0
%{_datadir}/gir-1.0/GCalc-1.gir
%{_datadir}/gir-1.0/GCalc-2.gir
%{_datadir}/gir-1.0/GCi-1.gir
%dir %{_datadir}/vala
%dir %{_datadir}/vala/vapi
%{_datadir}/vala/vapi/gcalc-1.deps
%{_datadir}/vala/vapi/gcalc-1.vapi
%{_datadir}/vala/vapi/gcalc-2.*
%{_datadir}/vala/vapi/gci-1.*
%files lang -f %{name}.lang