Update to 3.33.4
This commit is contained in:
parent
6c2e23539d
commit
0a254ce726
1
.gitignore
vendored
1
.gitignore
vendored
@ -148,3 +148,4 @@ gnome-desktop-2.90.4.tar.bz2
|
|||||||
/gnome-desktop-3.33.1.tar.xz
|
/gnome-desktop-3.33.1.tar.xz
|
||||||
/gnome-desktop-3.33.2.tar.xz
|
/gnome-desktop-3.33.2.tar.xz
|
||||||
/gnome-desktop-3.33.3.tar.xz
|
/gnome-desktop-3.33.3.tar.xz
|
||||||
|
/gnome-desktop-3.33.4.tar.xz
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
%global po_package gnome-desktop-3.0
|
%global po_package gnome-desktop-3.0
|
||||||
|
|
||||||
Name: gnome-desktop3
|
Name: gnome-desktop3
|
||||||
Version: 3.33.3
|
Version: 3.33.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library with common API for various GNOME modules
|
Summary: Library with common API for various GNOME modules
|
||||||
|
|
||||||
@ -28,6 +28,8 @@ BuildRequires: pkgconfig(iso-codes)
|
|||||||
BuildRequires: pkgconfig(libseccomp)
|
BuildRequires: pkgconfig(libseccomp)
|
||||||
BuildRequires: pkgconfig(libudev)
|
BuildRequires: pkgconfig(libudev)
|
||||||
BuildRequires: pkgconfig(xkeyboard-config)
|
BuildRequires: pkgconfig(xkeyboard-config)
|
||||||
|
# For temporary ABI compat
|
||||||
|
BuildRequires: gnome-desktop3
|
||||||
|
|
||||||
%if !0%{?flatpak}
|
%if !0%{?flatpak}
|
||||||
Requires: bubblewrap
|
Requires: bubblewrap
|
||||||
@ -82,6 +84,9 @@ the functionality of the installed %{name} package.
|
|||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
|
# For temporary ABI compat
|
||||||
|
cp -a %{_libdir}/libgnome-desktop-3.so.17{,.*} $RPM_BUILD_ROOT%{_libdir}
|
||||||
|
|
||||||
%find_lang %{po_package} --all-name --with-gnome
|
%find_lang %{po_package} --all-name --with-gnome
|
||||||
|
|
||||||
%files -f %{po_package}.lang
|
%files -f %{po_package}.lang
|
||||||
@ -91,6 +96,7 @@ the functionality of the installed %{name} package.
|
|||||||
%{_libexecdir}/gnome-rr-debug
|
%{_libexecdir}/gnome-rr-debug
|
||||||
# LGPL
|
# LGPL
|
||||||
%{_libdir}/libgnome-desktop-3.so.17{,.*}
|
%{_libdir}/libgnome-desktop-3.so.17{,.*}
|
||||||
|
%{_libdir}/libgnome-desktop-3.so.18{,.*}
|
||||||
%{_libdir}/girepository-1.0/GnomeDesktop-3.0.typelib
|
%{_libdir}/girepository-1.0/GnomeDesktop-3.0.typelib
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -107,6 +113,9 @@ the functionality of the installed %{name} package.
|
|||||||
%{_datadir}/installed-tests
|
%{_datadir}/installed-tests
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 20 2019 Kalev Lember <klember@redhat.com> - 3.33.4-1
|
||||||
|
- Update to 3.33.4
|
||||||
|
|
||||||
* Tue Jun 18 2019 Kalev Lember <klember@redhat.com> - 3.33.3-1
|
* Tue Jun 18 2019 Kalev Lember <klember@redhat.com> - 3.33.3-1
|
||||||
- Update to 3.33.3
|
- Update to 3.33.3
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gnome-desktop-3.33.3.tar.xz) = 7175f54b6db59f5f832258b24e2e3ec5a6b218a450a7f81db6bbdce6f215e4c067062d433b6c37260949482ac83aab801bf550138a2fd97eba425438bbf0a011
|
SHA512 (gnome-desktop-3.33.4.tar.xz) = e1acb9ceaaa0b1293d9e59dec3c5a0801f78ecfd7224dea822060dac82ff703113bfd9283421172cfd13e90526c51e5cfb14db8c2cea98f22a5018b0af6b7ebf
|
||||||
|
Loading…
Reference in New Issue
Block a user