forked from pool/gnome-calculator
Accepting request 795036 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/795036 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-calculator?expand=0&rev=107
This commit is contained in:
parent
3d857813f0
commit
6b202d00cd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4d5348c2fbf01d040a2cb5e84de812c503911e1ea498a83e7eefff52c4417051
|
|
||||||
size 965520
|
|
3
gnome-calculator-3.36.0.tar.xz
Normal file
3
gnome-calculator-3.36.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a2e830f9c9856fad65dad1d6c0ae6abad0f0b496c9984ac005315c5cc4220db3
|
||||||
|
size 983532
|
@ -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>
|
Mon Oct 7 07:45:36 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-calculator
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
Name: gnome-calculator
|
||||||
Version: 3.34.1
|
Version: 3.36.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A GNOME Calculator Application
|
Summary: A GNOME Calculator Application
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
URL: https://wiki.gnome.org/Apps/Calculator
|
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: fdupes
|
||||||
BuildRequires: meson
|
BuildRequires: meson >= 0.50.0
|
||||||
BuildRequires: mpc-devel
|
BuildRequires: mpc-devel
|
||||||
BuildRequires: mpfr-devel
|
BuildRequires: mpfr-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -63,13 +64,21 @@ Summary: Shared library for %{name}
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libgcalc-%{sover}
|
%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
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: libgcalc-%{sover} = %{version}
|
Requires: libgcalc-%{sover} = %{version}
|
||||||
|
Requires: libgci-%{gcisover} = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains libraries and header files for
|
The %{name}-devel package contains libraries and header files for
|
||||||
@ -95,6 +104,8 @@ translation-update-upstream
|
|||||||
|
|
||||||
%post -n libgcalc-%{sover} -p /sbin/ldconfig
|
%post -n libgcalc-%{sover} -p /sbin/ldconfig
|
||||||
%postun -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
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
@ -117,20 +128,25 @@ translation-update-upstream
|
|||||||
%{_libexecdir}/gnome-calculator-search-provider
|
%{_libexecdir}/gnome-calculator-search-provider
|
||||||
|
|
||||||
%files -n libgcalc-%{sover}
|
%files -n libgcalc-%{sover}
|
||||||
%{_libdir}/libgcalc-1.so.*
|
%{_libdir}/libgcalc-2.so.*
|
||||||
|
|
||||||
|
%files -n libgci-%{gcisover}
|
||||||
|
%{_libdir}/libgci-1.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%dir %{_includedir}/gcalc-1
|
%{_includedir}/gcalc-2/
|
||||||
%dir %{_includedir}/gcalc-1/gcalc
|
%{_includedir}/gci-2/
|
||||||
%{_includedir}/gcalc-1/gcalc/gcalc.h
|
%{_libdir}/libgcalc-2.so
|
||||||
%{_libdir}/libgcalc-1.so
|
%{_libdir}/pkgconfig/gcalc-2.pc
|
||||||
%{_libdir}/pkgconfig/gcalc-1.pc
|
%{_libdir}/pkgconfig/gci-1.pc
|
||||||
|
%{_libdir}/libgci-1.so
|
||||||
%dir %{_datadir}/gir-1.0
|
%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
|
||||||
%dir %{_datadir}/vala/vapi
|
%dir %{_datadir}/vala/vapi
|
||||||
%{_datadir}/vala/vapi/gcalc-1.deps
|
%{_datadir}/vala/vapi/gcalc-2.*
|
||||||
%{_datadir}/vala/vapi/gcalc-1.vapi
|
%{_datadir}/vala/vapi/gci-1.*
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user