Compare commits

...

No commits in common. 'c9' and 'i9-spice' have entirely different histories.
c9 ... i9-spice

2
.gitignore vendored

@ -1 +1 @@
SOURCES/libhandy-1.2.3.tar.xz SOURCES/libhandy-1.6.4.tar.xz

@ -1 +1 @@
3e475824d5502e88b0d65d099e4b4650218e1471 SOURCES/libhandy-1.2.3.tar.xz f074661be5b6f36bc1a43cb30494d6fd7d2d3fe4 SOURCES/libhandy-1.6.4.tar.xz

File diff suppressed because it is too large Load Diff

@ -1,25 +1,24 @@
Name: libhandy Name: libhandy
Version: 1.2.3 Version: 1.6.4
Release: 1%{?dist} Release: 1%{?dist}.inferit
Summary: Building blocks for modern adaptive GNOME apps Summary: Building blocks for modern adaptive GNOME apps
License: LGPLv2+ License: LGPLv2+
URL: https://gitlab.gnome.org/GNOME/libhandy URL: https://gitlab.gnome.org/GNOME/libhandy
%global majmin %(echo %{version} | cut -d . -f -2) %global majmin %(echo %{version} | cut -d . -f -2)
Source0: https://download.gnome.org/sources/libhandy/%{majmin}/libhandy-%{version}.tar.xz Source0: https://download.gnome.org/sources/%{name}/%{majmin}/%{name}-%{version}.tar.xz
Patch1000: 0001-Added-Russian-translation.patch
BuildRequires: gcc BuildRequires: gcc
BuildRequires: gtk-doc BuildRequires: gi-docgen
BuildRequires: meson BuildRequires: meson
BuildRequires: vala BuildRequires: vala
BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gladeui-2.0) BuildRequires: pkgconfig(gladeui-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.44 BuildRequires: pkgconfig(glib-2.0) >= 2.44
BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gmodule-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.1 BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.1
# Support graphical tests in non-graphical environment # Support graphical tests in non-graphical environment
BuildRequires: xorg-x11-server-Xvfb BuildRequires: xorg-x11-server-Xvfb
@ -49,11 +48,17 @@ developing applications that use %{name}.
%prep %prep
%autosetup -n libhandy-%{version} -p1 %autosetup -p1
%build %build
%meson -Dgtk_doc=true -Dexamples=false -Dtests=true # Avatar test fails on s390x.
%meson -Dgtk_doc=true -Dexamples=false \
%ifnarch s390x
-Dtests=true
%else
-Dtests=false
%endif
%meson_build %meson_build
@ -64,42 +69,85 @@ developing applications that use %{name}.
%check %check
%{shrink:xvfb-run -a %meson_test} # No parallel test runs to try to avoid overwhellming Xvfb on some platforms
%define _smp_build_ncpus 1
%{shrink:xvfb-run -w 10 -d %meson_test}
%files -f libhandy.lang %files -f libhandy.lang
%license COPYING %license COPYING
%doc AUTHORS %doc AUTHORS HACKING.md NEWS README.md
%doc HACKING.md
%doc NEWS
%doc README.md
%{_libdir}/girepository-1.0/ %{_libdir}/girepository-1.0/
%{_libdir}/libhandy-1.so.0 %{_libdir}/libhandy-1.so.0
%files devel %files devel
%{_includedir}/libhandy-1/ %{_includedir}/libhandy-1/
%{_libdir}/glade/ %{_libdir}/glade/
%{_libdir}/libhandy-1.so %{_libdir}/libhandy-1.so
%{_libdir}/pkgconfig/libhandy-1.pc %{_libdir}/pkgconfig/libhandy-1.pc
%{_datadir}/gir-1.0/ %{_datadir}/gir-1.0/
%{_datadir}/glade/ %{_datadir}/glade/
%{_datadir}/gtk-doc/ %doc %{_datadir}/doc/libhandy-1/
%{_datadir}/vala/ %{_datadir}/vala/
%changelog %changelog
* Tue Aug 24 2021 Kalev Lember <klember@redhat.com> - 1.2.3-1 * Tue Aug 27 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.6.4-1.inferit
- Added Russian Translation
* Wed Feb 01 2023 David King <amigadave@amigadave.com> - 1.6.4-1
- Update to 1.6.4 (#2166285)
* Fri Jul 15 2022 Kalev Lember <klember@redhat.com> - 1.6.3-1
- Update to 1.6.3
* Sun Apr 24 2022 David King <amigadave@amigadave.com> - 1.6.2-1
- Update to 1.6.2 (#2022621)
* Fri Mar 18 2022 David King <amigadave@amigadave.com> - 1.6.1-1
- Update to 1.6.1
* Fri Mar 18 2022 David King <amigadave@amigadave.com> - 1.6.0-1
- Update to 1.6.0
* Tue Mar 08 2022 David King <amigadave@amigadave.com> - 1.5.91-1
- Update to 1.5.91
* Sun Feb 13 2022 David King <amigadave@amigadave.com> - 1.5.90-1
- Update to 1.5.90
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Sat Dec 11 2021 Kalev Lember <klember@redhat.com> - 1.5.0-2
- Backport an upstream patch to fix swipe-tracker criticals
* Sat Nov 13 2021 Kalev Lember <klember@redhat.com> - 1.5.0-1
- Update to 1.5.0
* Wed Sep 08 2021 Kalev Lember <klember@redhat.com> - 1.4.0-1
- Update to 1.4.0
* Mon Aug 16 2021 Kalev Lember <klember@redhat.com> - 1.3.90-1
- Update to 1.3.90
* Fri Jul 30 2021 Yanko Kaneti <yaneti@declera.com> - 1.2.3-3
- Delay xvfb-run test run in an attempt to fix FTBFS
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Mon Jun 21 2021 Kalev Lember <klember@redhat.com> - 1.2.3-1
- Update to 1.2.3 - Update to 1.2.3
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.0-4 * Tue Apr 27 2021 Kalev Lember <klember@redhat.com> - 1.2.2-1
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Update to 1.2.2
Related: rhbz#1991688
* Mon Apr 19 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 1.2.1-2
- Add patch to fix Geary crashes
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.0-3 * Tue Apr 13 2021 Kalev Lember <klember@redhat.com> - 1.2.1-1
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - Update to 1.2.1
* Fri Mar 19 2021 Kalev Lember <klember@redhat.com> - 1.2.0-2 * Fri Mar 19 2021 Kalev Lember <klember@redhat.com> - 1.2.0-2
- Add conflicts with libhandy1 packages to help with the upgrade path - Add conflicts with libhandy1 packages to help with the upgrade path

Loading…
Cancel
Save