|
|
|
@ -1,14 +1,13 @@
|
|
|
|
|
%global glib2_version 2.57.2
|
|
|
|
|
%global gtk3_version 3.24.0
|
|
|
|
|
%global glib2_version 2.55.0
|
|
|
|
|
|
|
|
|
|
Name: libdazzle
|
|
|
|
|
Version: 3.40.0
|
|
|
|
|
Version: 3.28.5
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Experimental new features for GTK+ and GLib
|
|
|
|
|
|
|
|
|
|
License: GPLv3+
|
|
|
|
|
URL: https://gitlab.gnome.org/GNOME/libdazzle
|
|
|
|
|
Source0: https://download.gnome.org/sources/%{name}/3.40/%{name}-%{version}.tar.xz
|
|
|
|
|
URL: https://git.gnome.org/browse/libdazzle/
|
|
|
|
|
Source0: https://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
|
BuildRequires: meson
|
|
|
|
@ -18,14 +17,14 @@ BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
|
|
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
|
|
|
|
BuildRequires: pkgconfig(gmodule-2.0) >= %{glib2_version}
|
|
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
|
|
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
|
|
|
|
|
|
|
|
# for tests
|
|
|
|
|
BuildRequires: dbus
|
|
|
|
|
BuildRequires: xorg-x11-server-Xvfb
|
|
|
|
|
BuildRequires: words
|
|
|
|
|
|
|
|
|
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
|
|
|
|
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
libdazzle is a collection of fancy features for GLib and Gtk+ that aren't quite
|
|
|
|
@ -37,6 +36,14 @@ development of this project.
|
|
|
|
|
%package devel
|
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1972097
|
|
|
|
|
%ifarch x86_64
|
|
|
|
|
Conflicts: %{name}-devel(x86-32) <= %{version}-%{release}
|
|
|
|
|
%else
|
|
|
|
|
%ifarch i686
|
|
|
|
|
Conflicts: %{name}-devel(x86-64) <= %{version}-%{release}
|
|
|
|
|
%endif
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
@ -57,7 +64,7 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
xvfb-run -w 10 eval "%meson_test"
|
|
|
|
|
dbus-run-session -- xvfb-run -w 10 ninja test %{__ninja_common_opts} -C %{_vpath_builddir}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
@ -84,100 +91,13 @@ xvfb-run -w 10 eval "%meson_test"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.40.0-3
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Wed May 24 2023 Kalev Lember <klember@redhat.com> - 3.28.5-3
|
|
|
|
|
- Add Conflicts for i686/x86_64 devel subpackage
|
|
|
|
|
- Resolves: #1972097
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.40.0-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Mon Mar 22 2021 Kalev Lember <klember@redhat.com> - 3.40.0-1
|
|
|
|
|
- Update to 3.40.0
|
|
|
|
|
- Update upstream URL
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Kalev Lember <klember@redhat.com> - 3.38.0-2
|
|
|
|
|
- Use meson_test macro instead of 'ninja test'
|
|
|
|
|
|
|
|
|
|
* Sat Sep 12 2020 Kalev Lember <klember@redhat.com> - 3.38.0-1
|
|
|
|
|
- Update to 3.38.0
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.37.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jul 20 2020 Kalev Lember <klember@redhat.com> - 3.37.1-1
|
|
|
|
|
- Update to 3.37.1
|
|
|
|
|
|
|
|
|
|
* Fri Mar 06 2020 Kalev Lember <klember@redhat.com> - 3.36.0-1
|
|
|
|
|
- Update to 3.36.0
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.35.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jan 12 2020 Kalev Lember <klember@redhat.com> - 3.35.3-1
|
|
|
|
|
- Update to 3.35.3
|
|
|
|
|
|
|
|
|
|
* Tue Dec 17 2019 Kalev Lember <klember@redhat.com> - 3.35.2-1
|
|
|
|
|
- Update to 3.35.2
|
|
|
|
|
|
|
|
|
|
* Mon Oct 07 2019 Kalev Lember <klember@redhat.com> - 3.34.1-1
|
|
|
|
|
- Update to 3.34.1
|
|
|
|
|
|
|
|
|
|
* Tue Sep 10 2019 Kalev Lember <klember@redhat.com> - 3.34.0-1
|
|
|
|
|
- Update to 3.34.0
|
|
|
|
|
|
|
|
|
|
* Mon Aug 12 2019 Kalev Lember <klember@redhat.com> - 3.33.90-1
|
|
|
|
|
- Update to 3.33.90
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.33.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 25 2019 Kalev Lember <klember@redhat.com> - 3.33.3-1
|
|
|
|
|
- Update to 3.33.3
|
|
|
|
|
|
|
|
|
|
* Thu May 09 2019 Kalev Lember <klember@redhat.com> - 3.33.1-1
|
|
|
|
|
- Update to 3.33.1
|
|
|
|
|
|
|
|
|
|
* Tue May 07 2019 Kalev Lember <klember@redhat.com> - 3.32.2-1
|
|
|
|
|
- Update to 3.32.2
|
|
|
|
|
|
|
|
|
|
* Tue Apr 16 2019 Adam Williamson <awilliam@redhat.com> - 3.32.1-2
|
|
|
|
|
- Rebuild with Meson fix for #1699099
|
|
|
|
|
|
|
|
|
|
* Thu Apr 11 2019 Kalev Lember <klember@redhat.com> - 3.32.1-1
|
|
|
|
|
- Update to 3.32.1
|
|
|
|
|
|
|
|
|
|
* Wed Mar 13 2019 Kalev Lember <klember@redhat.com> - 3.32.0-1
|
|
|
|
|
- Update to 3.32.0
|
|
|
|
|
|
|
|
|
|
* Tue Mar 05 2019 Kalev Lember <klember@redhat.com> - 3.31.92-1
|
|
|
|
|
- Update to 3.31.92
|
|
|
|
|
|
|
|
|
|
* Tue Feb 05 2019 Kalev Lember <klember@redhat.com> - 3.31.90-1
|
|
|
|
|
- Update to 3.31.90
|
|
|
|
|
|
|
|
|
|
* Mon Feb 4 2019 Yanko Kaneti <yaneti@declera.com> - 3.31.4-3
|
|
|
|
|
- Drop dbus-run-session from the tests run
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.31.4-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 10 2019 Kalev Lember <klember@redhat.com> - 3.31.4-1
|
|
|
|
|
- Update to 3.31.4
|
|
|
|
|
|
|
|
|
|
* Tue Oct 09 2018 Kalev Lember <klember@redhat.com> - 3.31.1-1
|
|
|
|
|
- Update to 3.31.1
|
|
|
|
|
|
|
|
|
|
* Sat Sep 29 2018 Kalev Lember <klember@redhat.com> - 3.30.1-1
|
|
|
|
|
- Update to 3.30.1
|
|
|
|
|
|
|
|
|
|
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 3.30.0-2
|
|
|
|
|
- Rebuilt against fixed atk (#1626575)
|
|
|
|
|
|
|
|
|
|
* Thu Sep 06 2018 Kalev Lember <klember@redhat.com> - 3.30.0-1
|
|
|
|
|
- Update to 3.30.0
|
|
|
|
|
|
|
|
|
|
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 3.28.5-2
|
|
|
|
|
- Rebuild with fixed binutils
|
|
|
|
|
* Mon Feb 01 2021 Kalev Lember <klember@redhat.com> - 3.28.5-2
|
|
|
|
|
- Rebuild to ship libdazzle-devel in CRB
|
|
|
|
|
- Resolves: #1919429
|
|
|
|
|
|
|
|
|
|
* Sat Jul 28 2018 Kalev Lember <klember@redhat.com> - 3.28.5-1
|
|
|
|
|
- Update to 3.28.5
|
|
|
|
@ -185,9 +105,6 @@ xvfb-run -w 10 eval "%meson_test"
|
|
|
|
|
* Fri Jul 27 2018 Kalev Lember <klember@redhat.com> - 3.28.4-1
|
|
|
|
|
- Update to 3.28.4
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 26 2018 Kalev Lember <klember@redhat.com> - 3.28.3-1
|
|
|
|
|
- Update to 3.28.3
|
|
|
|
|
|
|
|
|
|