diff --git a/libdazzle-3.38.0.tar.xz b/libdazzle-3.38.0.tar.xz deleted file mode 100644 index d2b63d3..0000000 Binary files a/libdazzle-3.38.0.tar.xz and /dev/null differ diff --git a/libdazzle-3.44.0.tar.xz b/libdazzle-3.44.0.tar.xz new file mode 100644 index 0000000..1f3660b Binary files /dev/null and b/libdazzle-3.44.0.tar.xz differ diff --git a/libdazzle.spec b/libdazzle.spec index abaed0e..582d456 100644 --- a/libdazzle.spec +++ b/libdazzle.spec @@ -1,15 +1,15 @@ Name: libdazzle -Version: 3.38.0 +Version: 3.44.0 Release: 1 Summary: Experimental new features for GTK+ and GLib License: GPLv3+ -URL: https://git.gnome.org/browse/libdazzle/ -Source0: https://download.gnome.org/sources/%{name}/3.38/%{name}-%{version}.tar.xz +URL: https://gitlab.gnome.org/GNOME/libdazzle +Source0: https://download.gnome.org/sources/%{name}/3.42/%{name}-%{version}.tar.xz BuildRequires: gtk-doc meson vala gtk3-devel >= 3.24.0 glib2-devel >= 2.57.2 gobject-introspection-devel # for tests -BuildRequires: xorg-x11-server-Xvfb words +BuildRequires: tigervnc-server-minimal words Requires: glib2 >= 2.57.2 gtk3 >= 3.24.0 @@ -37,25 +37,24 @@ developing applications that use %{name}. %install %meson_install +%find_lang libdazzle-1.0 + %check -xvfb-run -w 10 ninja test %{__ninja_common_opts} -C %{_vpath_builddir} +Xvnc :99 -nolisten tcp & +export DISPLAY=:99 +%meson_test %files %license COPYING %doc AUTHORS NEWS %{_bindir}/dazzle-list-counters %{_libdir}/libdazzle-1.0.so.* -%dir %{_libdir}/girepository-1.0 %{_libdir}/girepository-1.0/Dazzle-1.0.typelib %files devel -%dir %{_datadir}/gir-1.0 %{_datadir}/gir-1.0/Dazzle-1.0.gir -%dir %{_datadir}/gtk-doc -%dir %{_datadir}/gtk-doc/html %{_datadir}/gtk-doc/html/libdazzle -%dir %{_datadir}/vala -%dir %{_datadir}/vala/vapi +%{_datadir}/locale/ %{_datadir}/vala/vapi/libdazzle-1.0.* %{_includedir}/* %{_libdir}/*.so @@ -66,6 +65,9 @@ xvfb-run -w 10 ninja test %{__ninja_common_opts} -C %{_vpath_builddir} %doc CONTRIBUTING.md examples %changelog +* Thu Apr 21 2022 dillon chen - 3.44.0-1 +- Update to 3.44.0 + * Mon Jun 7 2021 weijin deng - 3.38.0-1 - Upgrade to 3.38.0 - Update Version, Source0