Update to 3.42.0
- Include translations
This commit is contained in:
parent
b15c246e8f
commit
a7f469cf7f
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,3 +37,4 @@
|
|||||||
/libdazzle-3.37.1.tar.xz
|
/libdazzle-3.37.1.tar.xz
|
||||||
/libdazzle-3.38.0.tar.xz
|
/libdazzle-3.38.0.tar.xz
|
||||||
/libdazzle-3.40.0.tar.xz
|
/libdazzle-3.40.0.tar.xz
|
||||||
|
/libdazzle-3.42.0.tar.xz
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
%global gtk3_version 3.24.0
|
%global gtk3_version 3.24.0
|
||||||
|
|
||||||
Name: libdazzle
|
Name: libdazzle
|
||||||
Version: 3.40.0
|
Version: 3.42.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Experimental new features for GTK+ and GLib
|
Summary: Experimental new features for GTK+ and GLib
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://gitlab.gnome.org/GNOME/libdazzle
|
URL: https://gitlab.gnome.org/GNOME/libdazzle
|
||||||
Source0: https://download.gnome.org/sources/%{name}/3.40/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/3.42/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
@ -55,12 +55,14 @@ developing applications that use %{name}.
|
|||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
|
%find_lang libdazzle-1.0
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
xvfb-run -w 10 eval "%meson_test"
|
xvfb-run -w 10 eval "%meson_test"
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files -f libdazzle-1.0.lang
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS NEWS README.md
|
%doc AUTHORS NEWS README.md
|
||||||
%{_bindir}/dazzle-list-counters
|
%{_bindir}/dazzle-list-counters
|
||||||
@ -84,6 +86,10 @@ xvfb-run -w 10 eval "%meson_test"
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 08 2021 Kalev Lember <klember@redhat.com> - 3.42.0-1
|
||||||
|
- Update to 3.42.0
|
||||||
|
- Include translations
|
||||||
|
|
||||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.40.0-2
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.40.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libdazzle-3.40.0.tar.xz) = 23bf0a176fb847ee46a22a96594e9ed60921f104875fd102375445f364b552167778a56dd4929a18b2a7bee1144fd5e07d5cadac3355ac4877cd56838cb5deb2
|
SHA512 (libdazzle-3.42.0.tar.xz) = db6ac54deba034627726747b8c15472aa2f640617473825698e23ca6527d5b69e9103dd82141e82b7dd7fa8bd57eadf054cdd300d46e1b65ced0fffcbc55a301
|
||||||
|
Loading…
Reference in New Issue
Block a user