Update to 2.0.0
This commit is contained in:
@@ -33,3 +33,4 @@
|
|||||||
/weston-1.11.93.tar.xz
|
/weston-1.11.93.tar.xz
|
||||||
/weston-1.11.94.tar.xz
|
/weston-1.11.94.tar.xz
|
||||||
/weston-1.12.0.tar.xz
|
/weston-1.12.0.tar.xz
|
||||||
|
/weston-2.0.0.tar.xz
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
310af6d7f8ba03c3418cec8ad72ea748 weston-1.12.0.tar.xz
|
SHA512 (weston-2.0.0.tar.xz) = 085a0ba278932d41b50edd6e89db5df31cd6a1179c6cfe9a8ac5ac64e63b25cfc3da1ad8c587259273c3812593029b803867195e2d82b12b5cdd2588ac59acc6
|
||||||
|
|||||||
+21
-18
@@ -1,6 +1,6 @@
|
|||||||
Name: weston
|
Name: weston
|
||||||
Version: 1.12.0
|
Version: 2.0.0
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Reference compositor for Wayland
|
Summary: Reference compositor for Wayland
|
||||||
|
|
||||||
License: BSD and CC-BY-SA
|
License: BSD and CC-BY-SA
|
||||||
@@ -134,28 +134,31 @@ find %{buildroot} -name \*.la -delete
|
|||||||
|
|
||||||
%files libs
|
%files libs
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%dir %{_libdir}/libweston-1
|
%dir %{_libdir}/libweston-2
|
||||||
%{_libdir}/libweston-1/drm-backend.so
|
%{_libdir}/libweston-2/drm-backend.so
|
||||||
%{_libdir}/libweston-1/fbdev-backend.so
|
%{_libdir}/libweston-2/fbdev-backend.so
|
||||||
%{_libdir}/libweston-1/gl-renderer.so
|
%{_libdir}/libweston-2/gl-renderer.so
|
||||||
%{_libdir}/libweston-1/headless-backend.so
|
%{_libdir}/libweston-2/headless-backend.so
|
||||||
%{_libdir}/libweston-1/rdp-backend.so
|
%{_libdir}/libweston-2/rdp-backend.so
|
||||||
%{_libdir}/libweston-1/wayland-backend.so
|
%{_libdir}/libweston-2/wayland-backend.so
|
||||||
%{_libdir}/libweston-1/x11-backend.so
|
%{_libdir}/libweston-2/x11-backend.so
|
||||||
%{_libdir}/libweston-1/xwayland.so
|
%{_libdir}/libweston-2/xwayland.so
|
||||||
%{_libdir}/libweston-1.so.0*
|
%{_libdir}/libweston-2.so.0*
|
||||||
%{_libdir}/libweston-desktop-1.so.0*
|
%{_libdir}/libweston-desktop-2.so.0*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/libweston-1/
|
%{_includedir}/libweston-2/
|
||||||
%{_includedir}/weston/
|
%{_includedir}/weston/
|
||||||
%{_libdir}/pkgconfig/libweston-1.pc
|
%{_libdir}/pkgconfig/libweston-2.pc
|
||||||
%{_libdir}/pkgconfig/libweston-desktop-1.pc
|
%{_libdir}/pkgconfig/libweston-desktop-2.pc
|
||||||
%{_libdir}/pkgconfig/weston.pc
|
%{_libdir}/pkgconfig/weston.pc
|
||||||
%{_libdir}/libweston-1.so
|
%{_libdir}/libweston-2.so
|
||||||
%{_libdir}/libweston-desktop-1.so
|
%{_libdir}/libweston-desktop-2.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 21 2017 Kalev Lember <klember@redhat.com> - 2.0.0-1
|
||||||
|
- Update to 2.0.0
|
||||||
|
|
||||||
* Tue Mar 21 2017 Simone Caronni <negativo17@gmail.com> - 1.12.0-6
|
* Tue Mar 21 2017 Simone Caronni <negativo17@gmail.com> - 1.12.0-6
|
||||||
- Build requirement compat-freerdp12 has been renamed to freerdp1.2.
|
- Build requirement compat-freerdp12 has been renamed to freerdp1.2.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user