Compare commits
81 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
c8b3f9724d | ||
|
c644b15b62 | ||
|
cdcfe5dc70 | ||
|
2380b6e304 | ||
|
8be221babf | ||
|
88bc641857 | ||
|
6caf91fcc4 | ||
|
b66625051c | ||
|
ba715cfd98 | ||
|
ae5fef1998 | ||
|
546765bb20 | ||
|
7baa8f9f68 | ||
|
2196f4a0ab | ||
|
73e7757c43 | ||
|
e2b3463e80 | ||
|
3a22f1596a | ||
|
53decfe925 | ||
|
eb7f75c133 | ||
|
839b11f255 | ||
|
7825618334 | ||
|
e0a6f1a29f | ||
|
92a5e05d77 | ||
|
65f9203838 | ||
|
a702f8823a | ||
|
8e3ba86432 | ||
|
4188611783 | ||
|
520b3503db | ||
|
1ac4d8ab3c | ||
|
0b1303eadc | ||
|
d897fd1baa | ||
|
a1c41f3a24 | ||
|
2ab9d1208e | ||
|
8c74745e0c | ||
|
9669c51a2d | ||
|
14f1b9f2ba | ||
|
e8bc5f58a7 | ||
|
fcedbc7ea9 | ||
|
8775a7d804 | ||
|
06acc73bb1 | ||
|
85c304e3e3 | ||
|
0755787d69 | ||
|
29e81302c1 | ||
|
86f8aa1028 | ||
|
002cd14f55 | ||
|
ffa02ab557 | ||
|
39405d8f89 | ||
|
daf2108180 | ||
|
d50da9c3dd | ||
|
fd21eb584a | ||
|
af3d96af48 | ||
|
6480bc1a5d | ||
|
b86b62c5fe | ||
|
c852e73f0c | ||
|
ec39eb124b | ||
|
4851902569 | ||
|
8175ce4bba | ||
|
676211561c | ||
|
fbbc4dfc7d | ||
|
e4a389178c | ||
|
d27cfea627 | ||
|
6805d6a0dd | ||
|
679d3b1cf2 | ||
|
7faaa3c306 | ||
|
c04c6e7652 | ||
|
497ae7b060 | ||
|
b7ac8d9dce | ||
|
5964bcdb50 | ||
|
6cc15c502e | ||
|
10f76474da | ||
|
18a849b2a2 | ||
|
16db69a111 | ||
|
e3b7597fbb | ||
|
0499d8c969 | ||
|
aa6ee8d77c | ||
|
93c9741f30 | ||
|
b06bc6483a | ||
|
5c50144be6 | ||
|
a3d232e736 | ||
|
f8bfb03c5a | ||
|
8a6e4c299e | ||
|
3602ae70f2 |
32
.gitignore
vendored
32
.gitignore
vendored
@ -22,3 +22,35 @@
|
||||
/weston-1.8.92.tar.xz
|
||||
/weston-1.8.93.tar.xz
|
||||
/weston-1.9.0.tar.xz
|
||||
/weston-1.9.92.tar.xz
|
||||
/weston-1.10.0.tar.xz
|
||||
/weston-1.10.91.tar.xz
|
||||
/weston-1.10.92.tar.xz
|
||||
/weston-1.10.93.tar.xz
|
||||
/weston-1.11.0.tar.xz
|
||||
/weston-1.11.91.tar.xz
|
||||
/weston-1.11.92.tar.xz
|
||||
/weston-1.11.93.tar.xz
|
||||
/weston-1.11.94.tar.xz
|
||||
/weston-1.12.0.tar.xz
|
||||
/weston-2.0.0.tar.xz
|
||||
/weston-2.99.91.tar.xz
|
||||
/weston-2.99.92.tar.xz
|
||||
/weston-2.99.93.tar.xz
|
||||
/weston-3.0.0.tar.xz
|
||||
/weston-3.0.91.tar.xz
|
||||
/weston-3.0.92.tar.xz
|
||||
/weston-3.0.93.tar.xz
|
||||
/weston-4.0.0.tar.xz
|
||||
/weston-4.0.92.tar.xz
|
||||
/weston-4.0.93.tar.xz
|
||||
/weston-5.0.0.tar.xz
|
||||
/weston-5.0.91.tar.xz
|
||||
/weston-6.0.0.tar.xz
|
||||
/weston-7.0.0.tar.xz
|
||||
/weston-7.0.93.tar.xz
|
||||
/weston-8.0.0.tar.xz
|
||||
/weston-9.0.0.tar.xz
|
||||
/weston-10.0.0.tar.xz
|
||||
/weston-10.0.1.tar.xz
|
||||
/weston-11.0.0.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
66bbba12f546570b4d97f676bc79a28e weston-1.9.0.tar.xz
|
||||
SHA512 (weston-11.0.0.tar.xz) = 71554dc870e9c6832fdfb8f0e8dbcd7ad01c3827041c2f7fe4b7679df33b242fd00e7f0c8728d1aeecc648f8296a9d3fc502a66c91ec662f03086d9a28aab3ea
|
||||
|
405
weston.spec
405
weston.spec
@ -1,55 +1,96 @@
|
||||
%global apiver 11
|
||||
|
||||
Name: weston
|
||||
Version: 1.9.0
|
||||
Version: %{apiver}.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Reference compositor for Wayland
|
||||
Group: User Interface/X
|
||||
|
||||
License: BSD and CC-BY-SA
|
||||
URL: http://wayland.freedesktop.org/
|
||||
Source0: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
|
||||
Source0: https://gitlab.freedesktop.org/wayland/%{name}/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: cairo-devel >= 1.10.0
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: libdrm-devel
|
||||
BuildRequires: libjpeg-turbo-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: librsvg2
|
||||
BuildRequires: libinput-devel >= 0.8
|
||||
BuildRequires: pam-devel
|
||||
# ninja-build is a dependency from meson
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(cairo) >= 1.10.0
|
||||
BuildRequires: pkgconfig(cairo-xcb)
|
||||
BuildRequires: pkgconfig(colord) >= 0.1.27
|
||||
BuildRequires: pkgconfig(dbus-1) >= 1.6
|
||||
BuildRequires: pkgconfig(egl)
|
||||
BuildRequires: pkgconfig(freerdp2)
|
||||
BuildRequires: pkgconfig(gbm) >= 10.2
|
||||
BuildRequires: pkgconfig(glesv2)
|
||||
BuildRequires: pkgconfig(lcms2)
|
||||
BuildRequires: pkgconfig(libdrm) >= 2.4.30
|
||||
BuildRequires: pkgconfig(libevdev)
|
||||
BuildRequires: pkgconfig(libinput) >= 0.8.0
|
||||
BuildRequires: pkgconfig(libpng)
|
||||
BuildRequires: pkgconfig(libsystemd) >= 209
|
||||
BuildRequires: pkgconfig(libudev) >= 136
|
||||
# libunwind available only on selected arches
|
||||
%ifarch %{arm} aarch64 hppa ia64 mips ppc %{power64} %{ix86} x86_64
|
||||
BuildRequires: libunwind-devel
|
||||
%endif
|
||||
BuildRequires: libva-devel
|
||||
BuildRequires: libwayland-client-devel
|
||||
BuildRequires: libwayland-server-devel >= 1.3.0
|
||||
BuildRequires: libwayland-cursor-devel
|
||||
BuildRequires: libwebp-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libXcursor-devel
|
||||
BuildRequires: libxkbcommon-devel >= 0.1.0-8
|
||||
BuildRequires: mesa-libEGL-devel >= 8.1
|
||||
BuildRequires: mesa-libgbm-devel
|
||||
BuildRequires: mesa-libGLES-devel
|
||||
BuildRequires: mesa-libGLU-devel
|
||||
BuildRequires: mesa-libwayland-egl-devel
|
||||
BuildRequires: mtdev-devel
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: pixman-devel
|
||||
BuildRequires: pkgconfig(libva) >= 0.34.0
|
||||
BuildRequires: pkgconfig(libva-drm) >= 0.34.0
|
||||
BuildRequires: pkgconfig(libwebp)
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.6
|
||||
BuildRequires: pkgconfig(mtdev) >= 1.1.0
|
||||
BuildRequires: pkgconfig(pangocairo)
|
||||
BuildRequires: pkgconfig(pixman-1) >= 0.25.2
|
||||
BuildRequires: pkgconfig(wayland-client) >= 1.12.0
|
||||
BuildRequires: pkgconfig(wayland-cursor)
|
||||
BuildRequires: pkgconfig(wayland-egl)
|
||||
BuildRequires: pkgconfig(wayland-protocols) >= 1.24
|
||||
BuildRequires: pkgconfig(wayland-scanner)
|
||||
BuildRequires: pkgconfig(wayland-server)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(x11-xcb)
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
BuildRequires: pkgconfig(xcb-composite)
|
||||
BuildRequires: pkgconfig(xcb-shm)
|
||||
BuildRequires: pkgconfig(xcb-xfixes)
|
||||
BuildRequires: pkgconfig(xcb-xkb)
|
||||
BuildRequires: pkgconfig(xcursor)
|
||||
BuildRequires: pkgconfig(xkbcommon)
|
||||
BuildRequires: pkgconfig(libpipewire-0.2)
|
||||
BuildRequires: poppler-devel
|
||||
BuildRequires: poppler-glib-devel
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: dbus-devel
|
||||
BuildRequires: lcms2-devel
|
||||
BuildRequires: colord-devel
|
||||
BuildRequires: freerdp-devel >= 1.1.0
|
||||
BuildRequires: gstreamer1-devel
|
||||
BuildRequires: gstreamer1-plugins-base-devel
|
||||
BuildRequires: pipewire-devel
|
||||
BuildRequires: libseat-devel
|
||||
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
Requires: mesa-dri-drivers
|
||||
|
||||
%description
|
||||
Weston is the reference wayland compositor that can run on KMS, under X11
|
||||
or under another compositor.
|
||||
|
||||
%package libs
|
||||
Summary: Weston compositor libraries
|
||||
|
||||
%description libs
|
||||
This package contains Weston compositor libraries.
|
||||
|
||||
%package demo
|
||||
Summary: Weston demo program files
|
||||
|
||||
%description demo
|
||||
This package contains Weston demo program files.
|
||||
|
||||
%package devel
|
||||
Summary: Common headers for weston
|
||||
License: MIT
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Common headers for weston
|
||||
|
||||
@ -57,38 +98,36 @@ Common headers for weston
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-static --disable-setuid-install --enable-xwayland \
|
||||
--enable-rdp-compositor
|
||||
make %{?_smp_mflags}
|
||||
# ninja injects -Wl,--no-undefined, which intereferes with LTO, so undo
|
||||
# the setting. Thanks to the SuSE folks for the workaround.
|
||||
export LDFLAGS="%{?build_ldflags} -Wl,-z,undefs"
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%meson_install
|
||||
|
||||
find $RPM_BUILD_ROOT -name \*.la | xargs rm -f
|
||||
%check
|
||||
# may be standalone tests can be done
|
||||
#%%meson_test
|
||||
|
||||
%files
|
||||
%doc README
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%{_bindir}/weston
|
||||
%{_bindir}/weston-info
|
||||
%attr(4755,root,root) %{_bindir}/weston-launch
|
||||
%{_bindir}/weston-debug
|
||||
%{_bindir}/weston-screenshooter
|
||||
%{_bindir}/weston-terminal
|
||||
%{_bindir}/wcap-decode
|
||||
%dir %{_libdir}/weston
|
||||
%{_libdir}/weston/cms-colord.so
|
||||
%{_libdir}/weston/cms-static.so
|
||||
%{_libdir}/weston/desktop-shell.so
|
||||
%{_libdir}/weston/drm-backend.so
|
||||
%{_libdir}/weston/fbdev-backend.so
|
||||
%{_libdir}/weston/headless-backend.so
|
||||
%{_libdir}/weston/rdp-backend.so
|
||||
%{_libdir}/weston/gl-renderer.so
|
||||
%{_libdir}/weston/wayland-backend.so
|
||||
%{_libdir}/weston/x11-backend.so
|
||||
%{_libdir}/weston/xwayland.so
|
||||
%{_libdir}/weston/fullscreen-shell.so
|
||||
%{_libdir}/weston/hmi-controller.so
|
||||
%{_libdir}/weston/ivi-shell.so
|
||||
%{_libdir}/weston/screen-share.so
|
||||
%{_libdir}/weston/systemd-notify.so
|
||||
%{_libdir}/weston/kiosk-shell.so
|
||||
%{_libdir}/weston/libexec_weston.so*
|
||||
%{_libexecdir}/weston-*
|
||||
%{_mandir}/man1/*.1*
|
||||
%{_mandir}/man5/*.5*
|
||||
@ -98,18 +137,274 @@ find $RPM_BUILD_ROOT -name \*.la | xargs rm -f
|
||||
%{_datadir}/weston/wayland.svg
|
||||
%{_datadir}/wayland-sessions/weston.desktop
|
||||
|
||||
%files libs
|
||||
%license COPYING
|
||||
%dir %{_libdir}/libweston-%{apiver}
|
||||
%{_libdir}/libweston-%{apiver}/color-lcms.so
|
||||
%{_libdir}/libweston-%{apiver}/drm-backend.so
|
||||
%{_libdir}/libweston-%{apiver}/gl-renderer.so
|
||||
%{_libdir}/libweston-%{apiver}/headless-backend.so
|
||||
%{_libdir}/libweston-%{apiver}/pipewire-plugin.so
|
||||
%{_libdir}/libweston-%{apiver}/remoting-plugin.so
|
||||
%{_libdir}/libweston-%{apiver}/rdp-backend.so
|
||||
%{_libdir}/libweston-%{apiver}/wayland-backend.so
|
||||
%{_libdir}/libweston-%{apiver}/x11-backend.so
|
||||
%{_libdir}/libweston-%{apiver}/xwayland.so
|
||||
%{_libdir}/libweston-%{apiver}.so.0*
|
||||
|
||||
%files demo
|
||||
%license COPYING
|
||||
%{_bindir}/weston-calibrator
|
||||
%{_bindir}/weston-clickdot
|
||||
%{_bindir}/weston-cliptest
|
||||
%{_bindir}/weston-confine
|
||||
%{_bindir}/weston-dnd
|
||||
%{_bindir}/weston-editor
|
||||
%{_bindir}/weston-eventdemo
|
||||
%{_bindir}/weston-flower
|
||||
%{_bindir}/weston-fullscreen
|
||||
%{_bindir}/weston-image
|
||||
%{_bindir}/weston-multi-resource
|
||||
%{_bindir}/weston-presentation-shm
|
||||
%{_bindir}/weston-resizor
|
||||
%{_bindir}/weston-scaler
|
||||
%{_bindir}/weston-simple-damage
|
||||
%{_bindir}/weston-content_protection
|
||||
%{_bindir}/weston-simple-dmabuf-egl
|
||||
%{_bindir}/weston-simple-dmabuf-feedback
|
||||
%{_bindir}/weston-simple-dmabuf-v4l
|
||||
%{_bindir}/weston-simple-egl
|
||||
%{_bindir}/weston-simple-shm
|
||||
%{_bindir}/weston-simple-touch
|
||||
%{_bindir}/weston-smoke
|
||||
%{_bindir}/weston-stacking
|
||||
%{_bindir}/weston-subsurfaces
|
||||
%{_bindir}/weston-touch-calibrator
|
||||
%{_bindir}/weston-transformed
|
||||
|
||||
%files devel
|
||||
%dir %{_includedir}/weston
|
||||
%{_includedir}/weston/compositor.h
|
||||
%{_includedir}/weston/config-parser.h
|
||||
%{_includedir}/weston/timeline-object.h
|
||||
%{_includedir}/weston/matrix.h
|
||||
%{_includedir}/weston/platform.h
|
||||
%{_includedir}/weston/version.h
|
||||
%{_includedir}/weston/zalloc.h
|
||||
%{_includedir}/libweston-%{apiver}/
|
||||
%{_includedir}/weston/
|
||||
%{_libdir}/pkgconfig/libweston-%{apiver}.pc
|
||||
%{_libdir}/pkgconfig/libweston-desktop-%{apiver}.pc
|
||||
%{_libdir}/pkgconfig/weston.pc
|
||||
%{_libdir}/libweston-%{apiver}.so
|
||||
%{_datadir}/pkgconfig/libweston-%{apiver}-protocols.pc
|
||||
%{_datadir}/libweston-%{apiver}/protocols/
|
||||
|
||||
%changelog
|
||||
* Fri Oct 07 2022 Erico Nunes <ernunes@redhat.com> - 11.0.0-1
|
||||
- Update to 11.0.0
|
||||
- Remove libweston-desktop following upstream.
|
||||
- Remove weston-info, cms-{colord,static}.so following upstream.
|
||||
|
||||
* Mon Aug 15 2022 Simone Caronni <negativo17@gmail.com> - 10.0.1-3
|
||||
- Rebuild for updated FreeRDP.
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 10.0.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Thu Jul 14 2022 Erico Nunes <ernunes@redhat.com> - 10.0.1-1
|
||||
- Update to 10.0.1
|
||||
- Update download URL
|
||||
|
||||
* Tue Apr 12 2022 Erico Nunes <ernunes@redhat.com> - 10.0.0-1
|
||||
- Update to 10.0.0
|
||||
- Remove weston-launch following upstream.
|
||||
- Update shipped libraries.
|
||||
|
||||
* Tue Apr 12 2022 Dave Olsthoorn <daveo@fedoraproject.org> - 9.0.0-1
|
||||
- Update to 9.0.0
|
||||
- Use pipewire compat package for plugin
|
||||
- (ernunes) Rebased from https://src.fedoraproject.org/rpms/weston/pull-request/3
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.0-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.0-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Thu Apr 15 2021 Simone Caronni <negativo17@gmail.com> - 8.0.0-8
|
||||
- Rebuild for updated FreeRDP.
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jul 08 2020 Jeff Law <law@redhat.com> - 8.0.0-5
|
||||
- Fix link flags to work with LTO
|
||||
|
||||
* Fri May 22 2020 Simone Caronni <negativo17@gmail.com> - 8.0.0-4
|
||||
- Rebuild for updated FreeRDP.
|
||||
|
||||
* Tue Feb 18 2020 Gerd Pokorra <gp@zimt.uni-siegen.de> - 8.0.0-3
|
||||
- Add requires mesa-dri-drivers
|
||||
- Work around at some meson build problem in rawhide
|
||||
|
||||
* Fri Feb 07 2020 Simone Caronni <negativo17@gmail.com> - 8.0.0-2
|
||||
- Rebuild for updated FreeRDP.
|
||||
|
||||
* Tue Jan 28 2020 Gerd Pokorra <gp@zimt.uni-siegen.de> - 8.0.0-1
|
||||
- Update to 8.0.0
|
||||
|
||||
* Mon Jan 20 2020 Gerd Pokorra <gp@zimt.uni-siegen.de> - 7.0.93-2
|
||||
- Do the standard meson build with the meson macros
|
||||
|
||||
* Mon Jan 20 2020 Gerd Pokorra <gp@zimt.uni-siegen.de> - 7.0.93-1
|
||||
- Update to RC1 for Weston 8.0 (version 7.0.93)
|
||||
- Remove have_simple_dmabuf_drm_client variable
|
||||
- The executable weston-simple-dmabuf-drm is gone
|
||||
|
||||
* Fri Sep 27 2019 Gerd Pokorra <gp@zimt.uni-siegen.de> - 7.0.0-2
|
||||
- Add and remove the group 'weston-launch' with the package in the post section
|
||||
|
||||
* Thu Sep 12 2019 Gerd Pokorra <gp@zimt.uni-siegen.de> - 7.0.0-1
|
||||
- Update to 7.0.0
|
||||
- Use meson as build system
|
||||
- Use the apivar macro in the version line
|
||||
|
||||
* Wed Sep 04 2019 Takao Fujiwara <tfujiwar@redhat.com> - 6.0.0-3
|
||||
- Add weston-demo sub package to include weston-editor
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Mar 29 2019 Kalev Lember <klember@redhat.com> - 6.0.0-1
|
||||
- Update to 6.0.0
|
||||
|
||||
* Thu Feb 28 2019 Kalev Lember <klember@redhat.com> - 5.0.91-1
|
||||
- Update to 5.0.91
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Tue Sep 11 2018 Kalev Lember <klember@redhat.com> - 5.0.0-1
|
||||
- Update to 5.0.0
|
||||
|
||||
* Mon Aug 13 2018 Kalev Lember <klember@redhat.com> - 4.0.93-1
|
||||
- Update to 4.0.93
|
||||
|
||||
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 4.0.92-2
|
||||
- Rebuild with fixed binutils
|
||||
|
||||
* Sun Jul 29 2018 Kalev Lember <klember@redhat.com> - 4.0.92-1
|
||||
- Update to 4.0.92
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Mon Apr 09 2018 Kalev Lember <klember@redhat.com> - 4.0.0-1
|
||||
- Update to 4.0.0
|
||||
|
||||
* Tue Apr 03 2018 Kalev Lember <klember@redhat.com> - 3.0.93-1
|
||||
- Update to 3.0.93
|
||||
- Remove ldconfig scriptlets
|
||||
- Build with FreeRDP 1.2
|
||||
|
||||
* Tue Mar 20 2018 Kalev Lember <klember@redhat.com> - 3.0.92-1
|
||||
- Update to 3.0.92
|
||||
|
||||
* Tue Feb 27 2018 Kalev Lember <klember@redhat.com> - 3.0.91-1
|
||||
- Update to 3.0.91
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Tue Jan 16 2018 Simone Caronni <negativo17@gmail.com> - 3.0.0-3
|
||||
- Drop FreeRDP 1.2 requirement, use FreeRDP 2.0.
|
||||
|
||||
* Mon Jan 15 2018 Björn Esser <besser82@fedoraproject.org> - 3.0.0-2
|
||||
- Rebuilt for libva.so.2
|
||||
|
||||
* Wed Aug 09 2017 Kalev Lember <klember@redhat.com> - 3.0.0-1
|
||||
- Update to 3.0.0
|
||||
|
||||
* Wed Aug 02 2017 Kalev Lember <klember@redhat.com> - 2.99.93-1
|
||||
- Update to 2.99.93
|
||||
|
||||
* Sun Jul 30 2017 Florian Weimer <fweimer@redhat.com> - 2.99.92-2
|
||||
- Rebuild with binutils fix for ppc64le (#1475636)
|
||||
|
||||
* Wed Jul 26 2017 Kalev Lember <klember@redhat.com> - 2.99.92-1
|
||||
- Update to 2.99.92
|
||||
|
||||
* Wed Jul 19 2017 Kalev Lember <klember@redhat.com> - 2.99.91-1
|
||||
- Update to 2.99.91
|
||||
|
||||
* Thu Jul 13 2017 Adam Jackson <ajax@redhat.com> - 2.0.0-2
|
||||
- Stop BuildRequiring cairo-gl. We install none of the additional demo clients
|
||||
it builds, and it's going away from the cairo package soon.
|
||||
|
||||
* 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
|
||||
- Build requirement compat-freerdp12 has been renamed to freerdp1.2.
|
||||
|
||||
* Tue Mar 07 2017 Simone Caronni <negativo17@gmail.com> - 1.12.0-5
|
||||
- Update build requirements, enable RDP again through FreeRDP 1.2 compatibility
|
||||
package.
|
||||
|
||||
* Sat Mar 04 2017 Rex Dieter <rdieter@fedoraproject.org> - 1.12.0-4
|
||||
- %%build: --disable-silent-rules
|
||||
- fix FTBFS: disable broken rpd support (#1424540)
|
||||
- fix rpaths
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Wed Feb 01 2017 Sandro Mani <manisandro@gmail.com> - 1.12.0-2
|
||||
- Rebuild (libwebp)
|
||||
|
||||
* Wed Sep 21 2016 Kalev Lember <klember@redhat.com> - 1.12.0-1
|
||||
- Update to 1.12.0
|
||||
|
||||
* Wed Sep 14 2016 Kalev Lember <klember@redhat.com> - 1.11.94-1
|
||||
- Update to 1.11.94
|
||||
|
||||
* Thu Sep 08 2016 Kalev Lember <klember@redhat.com> - 1.11.93-1
|
||||
- Update to 1.11.93
|
||||
|
||||
* Wed Aug 31 2016 Kalev Lember <klember@redhat.com> - 1.11.92-1
|
||||
- Update to 1.11.92
|
||||
- Don't set group tags
|
||||
|
||||
* Wed Aug 17 2016 Kalev Lember <klember@redhat.com> - 1.11.91-2
|
||||
- Run ldconfig scripts for the new -libs subpackage
|
||||
|
||||
* Wed Aug 17 2016 Kalev Lember <klember@redhat.com> - 1.11.91-1
|
||||
- Update to 1.11.91
|
||||
- Add a -libs subpackage
|
||||
|
||||
* Wed Jun 01 2016 Kalev Lember <klember@redhat.com> - 1.11.0-1
|
||||
- Update to 1.11.0
|
||||
|
||||
* Wed May 25 2016 Kalev Lember <klember@redhat.com> - 1.10.93-1
|
||||
- Update to 1.10.93
|
||||
|
||||
* Wed May 18 2016 Kalev Lember <klember@redhat.com> - 1.10.92-1
|
||||
- Update to 1.10.92
|
||||
|
||||
* Sun May 08 2016 Kalev Lember <klember@redhat.com> - 1.10.91-1
|
||||
- Update to 1.10.91
|
||||
|
||||
* Fri Apr 22 2016 Adam Williamson <awilliam@redhat.com> - 1.10.0-2
|
||||
- rebuild for changed freerdp sonames
|
||||
|
||||
* Thu Feb 18 2016 Kalev Lember <klember@redhat.com> - 1.10.0-1
|
||||
- Update to 1.10.0
|
||||
|
||||
* Thu Feb 04 2016 Kalev Lember <klember@redhat.com> - 1.9.92-1
|
||||
- Update to 1.9.92
|
||||
|
||||
* Mon Dec 28 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.9.0-3
|
||||
- Rebuilt for libwebp soname bump
|
||||
|
||||
* Fri Nov 20 2015 Kalev Lember <klember@redhat.com> - 1.9.0-2
|
||||
- Rebuilt for freerdp soname bump
|
||||
|
||||
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 1.9.0-1
|
||||
- Update to 1.9.0
|
||||
- Use make_install macro
|
||||
|
Loading…
Reference in New Issue
Block a user