Compare commits
No commits in common. "c8s" and "c9s" have entirely different histories.
30
.gitignore
vendored
30
.gitignore
vendored
@ -1,2 +1,30 @@
|
||||
SOURCES/gnome-characters-3.28.2.tar.xz
|
||||
/gnome-characters-3.15.92.tar.xz
|
||||
/gnome-characters-3.16.0.tar.xz
|
||||
/gnome-characters-3.16.1.tar.xz
|
||||
/gnome-characters-3.16.2.tar.xz
|
||||
/gnome-characters-3.17.4.1.tar.xz
|
||||
/gnome-characters-3.17.90.tar.xz
|
||||
/gnome-characters-3.17.91.tar.xz
|
||||
/gnome-characters-3.18.0.tar.xz
|
||||
/gnome-characters-3.18.1.tar.xz
|
||||
/gnome-characters-3.19.3.tar.xz
|
||||
/gnome-characters-3.19.90.tar.xz
|
||||
/gnome-characters-3.19.92.tar.xz
|
||||
/gnome-characters-3.20.0.tar.xz
|
||||
/gnome-characters-3.20.1.tar.xz
|
||||
/gnome-characters-3.21.91.1.tar.xz
|
||||
/gnome-characters-3.22.0.tar.xz
|
||||
/gnome-characters-3.24.0.tar.xz
|
||||
/gnome-characters-3.25.92.tar.xz
|
||||
/gnome-characters-3.26.1.tar.xz
|
||||
/gnome-characters-3.26.2.tar.xz
|
||||
/gnome-characters-3.27.92.tar.xz
|
||||
/gnome-characters-3.28.0.tar.xz
|
||||
/gnome-characters-3.28.2.tar.xz
|
||||
/gnome-characters-3.29.91.tar.xz
|
||||
/gnome-characters-3.30.0.tar.xz
|
||||
/gnome-characters-3.32.0.tar.xz
|
||||
/gnome-characters-3.32.1.tar.xz
|
||||
/gnome-characters-3.34.0.tar.xz
|
||||
/gnome-characters-40.beta.tar.xz
|
||||
/gnome-characters-40.0.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-8
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
||||
|
@ -1,25 +1,32 @@
|
||||
%global appname org.gnome.Characters
|
||||
|
||||
%global gjs_version 1.50
|
||||
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: gnome-characters
|
||||
Version: 3.28.2
|
||||
Release: 1%{?dist}
|
||||
Version: 40.0
|
||||
Release: 3%{?dist}
|
||||
Summary: Character map application for GNOME
|
||||
# Files from gtk-js-app are licensed under 3-clause BSD.
|
||||
# Other files are GPL 2.0 or later.
|
||||
License: BSD and GPLv2+
|
||||
URL: https://wiki.gnome.org/Design/Apps/CharacterMap
|
||||
Source0: https://download.gnome.org/sources/gnome-characters/3.28/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gnome-characters/40/%{name}-%{tarball_version}.tar.xz
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
# This package uses GtkWidget template, which was added in Gjs 1.43.3.
|
||||
BuildRequires: gjs-devel >= 1.43.3
|
||||
BuildRequires: gjs-devel >= %{gjs_version}
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: libhandy1-devel
|
||||
BuildRequires: libunistring-devel
|
||||
BuildRequires: meson
|
||||
Requires: gjs >= 1.43.3
|
||||
|
||||
Requires: gjs >= %{gjs_version}
|
||||
Requires: gnome-desktop3
|
||||
Requires: libhandy1
|
||||
|
||||
%description
|
||||
Characters is a simple utility application to find and insert unusual
|
||||
@ -27,7 +34,7 @@ characters.
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
%autosetup -p1 -n %{name}-%{tarball_version}
|
||||
|
||||
|
||||
%build
|
||||
@ -52,15 +59,80 @@ desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{appname}.deskto
|
||||
%{_datadir}/applications/%{appname}.desktop
|
||||
%{_datadir}/dbus-1/services/%{appname}.service
|
||||
%{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}.png
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}-symbolic.svg
|
||||
%{_datadir}/%{appname}
|
||||
%{_datadir}/gnome-shell/search-providers/%{appname}.search-provider.ini
|
||||
%{_datadir}/icons/hicolor/scalable/apps/%{appname}.svg
|
||||
%{_datadir}/icons/hicolor/symbolic/apps/%{appname}-symbolic.svg
|
||||
%{_datadir}/metainfo/%{appname}.appdata.xml
|
||||
%{_libdir}/%{appname}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-3
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-2
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Mon Mar 22 2021 Kalev Lember <klember@redhat.com> - 40.0-1
|
||||
- Update to 40.0
|
||||
|
||||
* Thu Feb 18 2021 Kalev Lember <klember@redhat.com> - 40~beta-1
|
||||
- Update to 40.beta
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.34.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.34.0-4
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.34.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Mon Mar 09 2020 Kalev Lember <klember@redhat.com> - 3.34.0-2
|
||||
- Rebuild
|
||||
|
||||
* Thu Feb 27 2020 Kalev Lember <klember@redhat.com> - 3.34.0-1
|
||||
- Update to 3.34.0
|
||||
|
||||
* Wed Feb 26 2020 Bastien Nocera <bnocera@redhat.com> - 3.32.1-5
|
||||
+ gnome-characters-3.32.1-5
|
||||
- Fix use of removed functions
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 3.32.1-2
|
||||
- Rebuild with Meson fix for #1699099
|
||||
|
||||
* Mon Apr 08 2019 Kalev Lember <klember@redhat.com> - 3.32.1-1
|
||||
- Update to 3.32.1
|
||||
|
||||
* Wed Mar 20 2019 Matthias Clasen <mclasen@redhat.com> - 3.32.0-2
|
||||
- Add a missing runtime dep. This was causing the
|
||||
flatpak build to miss gnome-desktop3, which is
|
||||
used by introspection
|
||||
|
||||
* Fri Mar 15 2019 Kalev Lember <klember@redhat.com> - 3.32.0-1
|
||||
- Update to 3.32.0
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.30.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Tue Oct 09 2018 Kalev Lember <klember@redhat.com> - 3.30.0-1
|
||||
- Update to 3.30.0
|
||||
|
||||
* Thu Sep 06 2018 Kalev Lember <klember@redhat.com> - 3.29.91-1
|
||||
- Update to 3.29.91
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Tue May 08 2018 Kalev Lember <klember@redhat.com> - 3.28.2-1
|
||||
- Update to 3.28.2
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-characters-3.28.2.tar.xz) = 8a6b88322a3de201bd951a4d3f8bafc2020cc6147a283bf78279c11d28767e20c1b6ba2ec3225826a54a5d36f17b8601c71fd6bfbef1a2901f69698fd2fe39fa
|
||||
SHA512 (gnome-characters-40.0.tar.xz) = cefc4b62b20351739510c901661e94217df4bd6a5b6a2c2f439b80ac31adfd6ba90098bbc9a3169c501d8ada9b54ee615c83ceade2639af440e86e29bce7ee8e
|
||||
|
Loading…
Reference in New Issue
Block a user