Update to 43.rc
- Switch to libsoup3
This commit is contained in:
parent
dd31a94e41
commit
ca888e5103
1
.gitignore
vendored
1
.gitignore
vendored
@ -104,3 +104,4 @@
|
||||
/gnome-calculator-42.1.tar.xz
|
||||
/gnome-calculator-42.2.tar.xz
|
||||
/gnome-calculator-43.alpha.tar.xz
|
||||
/gnome-calculator-43.rc.tar.xz
|
||||
|
@ -1,11 +1,11 @@
|
||||
%global gtksourceview_version 5.3.0
|
||||
%global libadwaita_version 1.0.0
|
||||
%global libadwaita_version 1.2~alpha
|
||||
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: gnome-calculator
|
||||
Version: 43~alpha
|
||||
Release: 2%{?dist}
|
||||
Version: 43~rc
|
||||
Release: 1%{?dist}
|
||||
Summary: A desktop calculator
|
||||
|
||||
License: GPLv3+
|
||||
@ -23,7 +23,7 @@ BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gtk4)
|
||||
BuildRequires: pkgconfig(gtksourceview-5) >= %{gtksourceview_version}
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= %{libadwaita_version}
|
||||
BuildRequires: pkgconfig(libsoup-2.4)
|
||||
BuildRequires: pkgconfig(libsoup-3.0)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: vala
|
||||
BuildRequires: /usr/bin/appstream-util
|
||||
@ -105,6 +105,10 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.Calculator
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 06 2022 Kalev Lember <klember@redhat.com> - 43~rc-1
|
||||
- Update to 43.rc
|
||||
- Switch to libsoup3
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 43~alpha-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-calculator-43.alpha.tar.xz) = e0ef163f07448ced55c8fa188af7b4bff67f8fc2cc08ea307654b517cc0a2a1a656c5f3b7f4909d0a04d873d08a6a96349efe4f0bf28876c6bb9b23abd0d964c
|
||||
SHA512 (gnome-calculator-43.rc.tar.xz) = fe9476dca1c7d4fb0f1cd35e8649f8f5495b45957d97be9939af97ca9135c10765e942a4f0475576d6f16e7f683442d31c8dc05477a98e3035763688d81835c1
|
||||
|
Loading…
Reference in New Issue
Block a user