Update to 42.beta
This commit is contained in:
parent
94d87b1fce
commit
846560c9d6
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@
|
|||||||
/gnome-characters-40.0.tar.xz
|
/gnome-characters-40.0.tar.xz
|
||||||
/gnome-characters-41.0.tar.xz
|
/gnome-characters-41.0.tar.xz
|
||||||
/gnome-characters-42.alpha.tar.xz
|
/gnome-characters-42.alpha.tar.xz
|
||||||
|
/gnome-characters-42.beta.tar.xz
|
||||||
|
@ -1,13 +1,14 @@
|
|||||||
%global appname org.gnome.Characters
|
%global appname org.gnome.Characters
|
||||||
|
|
||||||
%global gjs_version 1.50
|
%global gjs_version 1.50
|
||||||
|
%global gtk4_version 4.6
|
||||||
%global libadwaita_version 1.0.0
|
%global libadwaita_version 1.0.0
|
||||||
|
|
||||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||||
|
|
||||||
Name: gnome-characters
|
Name: gnome-characters
|
||||||
Version: 42~alpha
|
Version: 42~beta
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Character map application for GNOME
|
Summary: Character map application for GNOME
|
||||||
# Files from gtk-js-app are licensed under 3-clause BSD.
|
# Files from gtk-js-app are licensed under 3-clause BSD.
|
||||||
# Other files are GPL 2.0 or later.
|
# Other files are GPL 2.0 or later.
|
||||||
@ -22,11 +23,12 @@ BuildRequires: libappstream-glib
|
|||||||
BuildRequires: libunistring-devel
|
BuildRequires: libunistring-devel
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig(gjs-1.0) >= %{gjs_version}
|
BuildRequires: pkgconfig(gjs-1.0) >= %{gjs_version}
|
||||||
BuildRequires: pkgconfig(gtk4)
|
BuildRequires: pkgconfig(gtk4) >= %{gtk4_version}
|
||||||
BuildRequires: pkgconfig(libadwaita-1) >= %{libadwaita_version}
|
BuildRequires: pkgconfig(libadwaita-1) >= %{libadwaita_version}
|
||||||
|
|
||||||
Requires: gjs >= %{gjs_version}
|
Requires: gjs >= %{gjs_version}
|
||||||
Requires: gnome-desktop4%{_isa}
|
Requires: gnome-desktop4%{_isa}
|
||||||
|
Requires: gtk4%{_isa} >= %{gtk4_version}
|
||||||
Requires: libadwaita%{?_isa} >= %{libadwaita_version}
|
Requires: libadwaita%{?_isa} >= %{libadwaita_version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -56,7 +58,6 @@ desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{appname}.deskto
|
|||||||
%doc NEWS README.md
|
%doc NEWS README.md
|
||||||
%license COPYING COPYINGv2
|
%license COPYING COPYINGv2
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/dbus-1/services/%{appname}.BackgroundService.service
|
|
||||||
%{_datadir}/applications/%{appname}.desktop
|
%{_datadir}/applications/%{appname}.desktop
|
||||||
%{_datadir}/dbus-1/services/%{appname}.service
|
%{_datadir}/dbus-1/services/%{appname}.service
|
||||||
%{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml
|
%{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml
|
||||||
@ -69,6 +70,9 @@ desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{appname}.deskto
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 14 2022 David King <amigadave@amigadave.com> - 42~beta-1
|
||||||
|
- Update to 42.beta
|
||||||
|
|
||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 42~alpha-2
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 42~alpha-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gnome-characters-42.alpha.tar.xz) = f72e67808a5ea53e42fc2185470e66b8e0450d506f0e6b6aeea45d4779c38909eda424f7a217953a8e0b92c8c55de56fa7f91359e671ca2f67bc0c57798626c6
|
SHA512 (gnome-characters-42.beta.tar.xz) = aaee9ca4061ecb36069c8fac3e72750c0190cce04404621d763fe619427f29b2ad0cbd491fcdaead123821d80d6ead8f0cc299f5b5da185ecddc6b1b69d27a2b
|
||||||
|
Loading…
Reference in New Issue
Block a user