Update to 43.alpha1
This commit is contained in:
parent
2d72a9bd00
commit
4e37f6f72d
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/gnome-text-editor-42.1.tar.xz
|
||||
/gnome-text-editor-42.2.tar.xz
|
||||
/gnome-text-editor-43.alpha0.tar.xz
|
||||
/gnome-text-editor-43.alpha1.tar.xz
|
||||
|
@ -6,14 +6,15 @@
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: gnome-text-editor
|
||||
Version: 43~alpha0
|
||||
Release: 3%{?dist}
|
||||
Version: 43~alpha1
|
||||
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}/43/%{name}-%{tarball_version}.tar.xz
|
||||
|
||||
BuildRequires: pkgconfig(editorconfig)
|
||||
BuildRequires: pkgconfig(enchant-2) >= %{enchant_version}
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(gtk4) >= %{gtk4_version}
|
||||
@ -73,6 +74,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.TextEditor.
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 09 2022 Kalev Lember <klember@redhat.com> - 43~alpha1-1
|
||||
- Update to 43.alpha1
|
||||
|
||||
* Mon Aug 01 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 43~alpha0-3
|
||||
- Rebuilt for ICU 71.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-text-editor-43.alpha0.tar.xz) = 0efea77b646602d2e281f30769489c8f7d96cb77e382c586fac71b423fc692aa1fa17de8592755a0f2274a3c46a43833e4676a89e86be17d294cb3783b52991c
|
||||
SHA512 (gnome-text-editor-43.alpha1.tar.xz) = d31bf47df5d6883a7b67de3231bae8838812e7b91b5a4bbce738571ab3340401521a58257b2fcea19c4e5986280b43688b3616ff00d4b54d8023fa90bc43b729
|
||||
|
Loading…
Reference in New Issue
Block a user