Update to 42.alpha
This commit is contained in:
parent
097b555dfb
commit
5d228427f4
1
.gitignore
vendored
1
.gitignore
vendored
@ -97,3 +97,4 @@
|
||||
/gnome-calculator-41.rc.tar.xz
|
||||
/gnome-calculator-41.0.tar.xz
|
||||
/gnome-calculator-41.1.tar.xz
|
||||
/gnome-calculator-42.alpha.tar.xz
|
||||
|
@ -1,31 +1,37 @@
|
||||
%global gtksourceview_version 5.3.0
|
||||
%global libadwaita_version 1.0.0
|
||||
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: gnome-calculator
|
||||
Version: 41.1
|
||||
Version: 42~alpha
|
||||
Release: 1%{?dist}
|
||||
Summary: A desktop calculator
|
||||
|
||||
License: GPLv3+
|
||||
URL: https://wiki.gnome.org/Apps/Calculator
|
||||
Source0: https://download.gnome.org/sources/%{name}/41/%{name}-%{tarball_version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/42/%{name}-%{tarball_version}.tar.xz
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
BuildRequires: itstool
|
||||
BuildRequires: libmpc-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: libvala-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: mpfr-devel
|
||||
BuildRequires: pkgconfig(gee-0.8)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(gtksourceview-4)
|
||||
BuildRequires: pkgconfig(libhandy-1)
|
||||
BuildRequires: pkgconfig(gtk4)
|
||||
BuildRequires: pkgconfig(gtksourceview-5) >= %{gtksourceview_version}
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= %{libadwaita_version}
|
||||
BuildRequires: pkgconfig(libsoup-2.4)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: vala
|
||||
BuildRequires: /usr/bin/appstream-util
|
||||
|
||||
Requires: gtksourceview5%{?_isa} >= %{gtksourceview_version}
|
||||
Requires: libadwaita%{?_isa} >= %{libadwaita_version}
|
||||
|
||||
%description
|
||||
gnome-calculator is a powerful graphical calculator with financial,
|
||||
logical and scientific modes. It uses a multiple precision package
|
||||
@ -100,6 +106,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.Calculator
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 11 2022 David King <amigadave@amigadave.com> - 42~alpha-1
|
||||
- Update to 42.alpha
|
||||
|
||||
* Tue Dec 07 2021 Kalev Lember <klember@redhat.com> - 41.1-1
|
||||
- Update to 41.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-calculator-41.1.tar.xz) = fc0d5c0744c52cd68f076afa29e3028f4998fe04e2e253d267b0350514ebae72172e90a345db69bc13d4ead2c7679416529d7192a34cfd970c7b2773870b9604
|
||||
SHA512 (gnome-calculator-42.alpha.tar.xz) = 6e611eed4b6201be6cb3ae413864a7bb37e5312365478d29f001383b723e83b095e29dc86429be6ca4fc56aa7bf7707e020d877b0dc47e0fc297325a9426cd19
|
||||
|
Loading…
Reference in New Issue
Block a user