Update to 43.alpha0
This commit is contained in:
parent
7dad3d0d8c
commit
39d1325ac2
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/gnome-text-editor-42.0.tar.xz
|
||||
/gnome-text-editor-42.1.tar.xz
|
||||
/gnome-text-editor-42.2.tar.xz
|
||||
/gnome-text-editor-43.alpha0.tar.xz
|
||||
|
@ -6,13 +6,13 @@
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: gnome-text-editor
|
||||
Version: 42.2
|
||||
Version: 43~alpha0
|
||||
Release: 1%{?dist}
|
||||
Summary: A simple text editor for the GNOME desktop
|
||||
|
||||
License: GPLv3+
|
||||
URL: https://gitlab.gnome.org/GNOME/gnome-text-editor
|
||||
Source0: https://download.gnome.org/sources/%{name}/42/%{name}-%{tarball_version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/43/%{name}-%{tarball_version}.tar.xz
|
||||
|
||||
BuildRequires: pkgconfig(enchant-2) >= %{enchant_version}
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib2_version}
|
||||
@ -20,6 +20,7 @@ BuildRequires: pkgconfig(gtk4) >= %{gtk4_version}
|
||||
BuildRequires: pkgconfig(gtksourceview-5) >= %{gtksourceview_version}
|
||||
BuildRequires: pkgconfig(icu-uc)
|
||||
BuildRequires: pkgconfig(libadwaita-1)
|
||||
BuildRequires: pkgconfig(libpcre)
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gcc
|
||||
BuildRequires: itstool
|
||||
@ -72,6 +73,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.TextEditor.
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 19 2022 Kalev Lember <klember@redhat.com> - 43~alpha0-1
|
||||
- Update to 43.alpha0
|
||||
|
||||
* Tue Jun 14 2022 David King <amigadave@amigadave.com> - 42.2-1
|
||||
- Update to 42.2 (#2096085)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-text-editor-42.2.tar.xz) = 4373b048118c7a4253fe99a6ec6091c054154399d34e5a33f933d535f0e6c659023603e08e1cbcddb972d6385632b2b9351455eaa1398dcd7c50b3b4562400ae
|
||||
SHA512 (gnome-text-editor-43.alpha0.tar.xz) = 0efea77b646602d2e281f30769489c8f7d96cb77e382c586fac71b423fc692aa1fa17de8592755a0f2274a3c46a43833e4676a89e86be17d294cb3783b52991c
|
||||
|
Loading…
Reference in New Issue
Block a user