Update to 4.7.1
This commit is contained in:
parent
6a7b75aec1
commit
cee64cd9fd
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
|||||||
/gtk-4.6.2.tar.xz
|
/gtk-4.6.2.tar.xz
|
||||||
/gtk-4.6.3.tar.xz
|
/gtk-4.6.3.tar.xz
|
||||||
/gtk-4.7.0.tar.xz
|
/gtk-4.7.0.tar.xz
|
||||||
|
/gtk-4.7.1.tar.xz
|
||||||
|
10
gtk4.spec
10
gtk4.spec
@ -6,7 +6,7 @@
|
|||||||
%global pango_version 1.50.0
|
%global pango_version 1.50.0
|
||||||
%global cairo_version 1.14.0
|
%global cairo_version 1.14.0
|
||||||
%global gdk_pixbuf_version 2.30.0
|
%global gdk_pixbuf_version 2.30.0
|
||||||
%global wayland_protocols_version 1.23
|
%global wayland_protocols_version 1.25
|
||||||
%global wayland_version 1.20.0
|
%global wayland_version 1.20.0
|
||||||
%global epoxy_version 1.4
|
%global epoxy_version 1.4
|
||||||
|
|
||||||
@ -16,7 +16,7 @@
|
|||||||
%global __provides_exclude_from ^%{_libdir}/gtk-4.0
|
%global __provides_exclude_from ^%{_libdir}/gtk-4.0
|
||||||
|
|
||||||
Name: gtk4
|
Name: gtk4
|
||||||
Version: 4.7.0
|
Version: 4.7.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: GTK graphical user interface library
|
Summary: GTK graphical user interface library
|
||||||
|
|
||||||
@ -143,7 +143,6 @@ export CFLAGS='-fno-strict-aliasing -DG_DISABLE_CAST_CHECKS -DG_DISABLE_ASSERT %
|
|||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
%find_lang gtk40
|
%find_lang gtk40
|
||||||
%find_lang gtk40-properties
|
|
||||||
|
|
||||||
%if !0%{?with_broadway}
|
%if !0%{?with_broadway}
|
||||||
rm $RPM_BUILD_ROOT%{_mandir}/man1/gtk4-broadwayd.1*
|
rm $RPM_BUILD_ROOT%{_mandir}/man1/gtk4-broadwayd.1*
|
||||||
@ -180,7 +179,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
|||||||
%{_mandir}/man1/gtk4-broadwayd.1*
|
%{_mandir}/man1/gtk4-broadwayd.1*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files devel -f gtk40-properties.lang
|
%files devel
|
||||||
%{_libdir}/libgtk-4.so
|
%{_libdir}/libgtk-4.so
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
@ -232,6 +231,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
|||||||
%{_mandir}/man1/gtk4-widget-factory.1*
|
%{_mandir}/man1/gtk4-widget-factory.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 15 2022 Kalev Lember <klember@redhat.com> - 4.7.1-1
|
||||||
|
- Update to 4.7.1
|
||||||
|
|
||||||
* Mon May 09 2022 David King <amigadave@amigadave.com> - 4.7.0-1
|
* Mon May 09 2022 David King <amigadave@amigadave.com> - 4.7.0-1
|
||||||
- Update to 4.7.0
|
- Update to 4.7.0
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gtk-4.7.0.tar.xz) = ba7cae70c06f6d89e8c320b4cecff231afb01bd1898b57e12d55e5290122536e823b11861d30d46caf770ee0714d2f49af53a25bb2f1134bfca627a590d6f02e
|
SHA512 (gtk-4.7.1.tar.xz) = 4fa2b0ac083522fca68507568c10fc64742514c0a0dfc5e0f602b43cfec7389e8457ce2d97e9cccf8b564139863d6df2816e0e8191b001b58a0126c4eba5aa1a
|
||||||
|
Loading…
Reference in New Issue
Block a user