2010-11-15 16:17:33 +00:00
|
|
|
Name: wayland
|
2019-03-21 21:25:25 +00:00
|
|
|
Version: 1.17.0
|
2019-07-27 03:18:43 +00:00
|
|
|
Release: 2%{?dist}
|
2012-02-19 08:22:10 +00:00
|
|
|
Summary: Wayland Compositor Infrastructure
|
2010-11-15 16:17:33 +00:00
|
|
|
|
2012-02-19 08:22:10 +00:00
|
|
|
License: MIT
|
2016-08-17 07:00:41 +00:00
|
|
|
URL: http://wayland.freedesktop.org/
|
2012-09-04 13:38:40 +00:00
|
|
|
Source0: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz
|
2010-11-15 16:17:33 +00:00
|
|
|
|
2018-07-09 17:06:53 +00:00
|
|
|
BuildRequires: gcc
|
2014-09-19 21:35:37 +00:00
|
|
|
BuildRequires: chrpath
|
2016-08-17 07:00:41 +00:00
|
|
|
BuildRequires: docbook-style-xsl
|
2012-10-18 19:14:08 +00:00
|
|
|
BuildRequires: doxygen
|
2010-11-15 16:17:33 +00:00
|
|
|
BuildRequires: expat-devel
|
2016-08-17 07:00:41 +00:00
|
|
|
BuildRequires: graphviz
|
2016-01-20 09:34:44 +00:00
|
|
|
BuildRequires: libxml2-devel
|
2012-04-24 15:54:19 +00:00
|
|
|
BuildRequires: libxslt
|
2016-08-17 07:00:41 +00:00
|
|
|
BuildRequires: pkgconfig(libffi)
|
2015-02-17 12:56:04 +00:00
|
|
|
BuildRequires: xmlto
|
2012-02-19 08:22:10 +00:00
|
|
|
|
2010-11-15 16:17:33 +00:00
|
|
|
%description
|
|
|
|
Wayland is a protocol for a compositor to talk to its clients as well as a C
|
|
|
|
library implementation of that protocol. The compositor can be a standalone
|
|
|
|
display server running on Linux kernel modesetting and evdev input devices,
|
|
|
|
an X application, or a wayland client itself. The clients can be traditional
|
|
|
|
applications, X servers (rootless or fullscreen) or other display servers.
|
|
|
|
|
2016-08-17 06:41:56 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: libwayland-client%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: libwayland-cursor%{?_isa} = %{version}-%{release}
|
2018-02-27 08:44:58 +00:00
|
|
|
Requires: libwayland-egl%{?_isa} = %{version}-%{release}
|
2016-08-17 06:41:56 +00:00
|
|
|
Requires: libwayland-server%{?_isa} = %{version}-%{release}
|
|
|
|
# For upgrade path from F24
|
|
|
|
Provides: libwayland-client-devel = %{version}-%{release}
|
|
|
|
Obsoletes: libwayland-client-devel < 1.11.91
|
|
|
|
Provides: libwayland-cursor-devel = %{version}-%{release}
|
|
|
|
Obsoletes: libwayland-cursor-devel < 1.11.91
|
|
|
|
Provides: libwayland-server-devel = %{version}-%{release}
|
|
|
|
Obsoletes: libwayland-server-devel < 1.11.91
|
2018-02-27 08:44:58 +00:00
|
|
|
# For upgrade path from F27
|
|
|
|
Provides: libwayland-egl-devel = %{version}-%{release}
|
|
|
|
Provides: mesa-libwayland-egl-devel = %{version}-%{release}
|
2018-03-03 08:00:16 +00:00
|
|
|
Provides: mesa-libwayland-egl-devel%{?_isa} = %{version}-%{release}
|
|
|
|
Obsoletes: mesa-libwayland-egl-devel < 18.1.0
|
2016-08-17 06:41:56 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
2010-11-15 16:17:33 +00:00
|
|
|
|
2015-08-21 15:43:29 +00:00
|
|
|
%package doc
|
|
|
|
Summary: Wayland development documentation
|
|
|
|
BuildArch: noarch
|
|
|
|
%description doc
|
|
|
|
Wayland development documentation
|
|
|
|
|
2010-11-15 16:17:33 +00:00
|
|
|
%package -n libwayland-client
|
|
|
|
Summary: Wayland client library
|
|
|
|
%description -n libwayland-client
|
|
|
|
Wayland client library
|
|
|
|
|
2012-09-04 13:38:40 +00:00
|
|
|
%package -n libwayland-cursor
|
|
|
|
Summary: Wayland cursor library
|
|
|
|
%description -n libwayland-cursor
|
|
|
|
Wayland cursor library
|
|
|
|
|
2018-02-27 08:44:58 +00:00
|
|
|
%package -n libwayland-egl
|
|
|
|
Summary: Wayland egl library
|
2018-04-04 21:00:16 +00:00
|
|
|
# For upgrade path from F27
|
|
|
|
Provides: mesa-libwayland-egl = %{version}-%{release}
|
|
|
|
Provides: mesa-libwayland-egl%{?_isa} = %{version}-%{release}
|
|
|
|
Obsoletes: mesa-libwayland-egl < 18.1.0
|
|
|
|
|
2018-02-27 08:44:58 +00:00
|
|
|
%description -n libwayland-egl
|
|
|
|
Wayland egl library
|
|
|
|
|
2010-11-15 16:17:33 +00:00
|
|
|
%package -n libwayland-server
|
|
|
|
Summary: Wayland server library
|
|
|
|
%description -n libwayland-server
|
|
|
|
Wayland server library
|
|
|
|
|
|
|
|
%prep
|
2017-12-12 15:03:36 +00:00
|
|
|
%autosetup -p1
|
2017-02-23 14:08:56 +00:00
|
|
|
|
2010-11-15 16:17:33 +00:00
|
|
|
%build
|
2012-04-24 15:54:19 +00:00
|
|
|
%configure --disable-static --enable-documentation
|
2010-11-15 16:17:33 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
2015-09-22 09:54:16 +00:00
|
|
|
%make_install
|
2010-11-15 16:17:33 +00:00
|
|
|
|
|
|
|
find $RPM_BUILD_ROOT -name \*.la | xargs rm -f
|
|
|
|
|
2014-09-19 21:35:37 +00:00
|
|
|
# Remove lib64 rpaths
|
|
|
|
chrpath -d $RPM_BUILD_ROOT%{_libdir}/libwayland-cursor.so
|
|
|
|
|
2013-12-21 16:31:15 +00:00
|
|
|
%check
|
|
|
|
mkdir -m 700 tests/run
|
2013-12-21 17:28:25 +00:00
|
|
|
XDG_RUNTIME_DIR=$PWD/tests/run make check || \
|
2016-08-31 06:14:07 +00:00
|
|
|
{ rc=$?; cat test-suite.log; exit $rc; }
|
2013-12-21 16:31:15 +00:00
|
|
|
|
2010-11-15 16:17:33 +00:00
|
|
|
%files devel
|
2012-02-19 08:22:10 +00:00
|
|
|
%{_bindir}/wayland-scanner
|
2016-08-17 06:41:56 +00:00
|
|
|
%{_includedir}/wayland-*.h
|
|
|
|
%{_libdir}/pkgconfig/wayland-*.pc
|
|
|
|
%{_libdir}/libwayland-*.so
|
2012-02-19 08:22:10 +00:00
|
|
|
%{_datadir}/aclocal/wayland-scanner.m4
|
2013-11-25 14:01:54 +00:00
|
|
|
%dir %{_datadir}/wayland
|
2013-07-15 10:20:25 +00:00
|
|
|
%{_datadir}/wayland/wayland-scanner.mk
|
2013-11-25 14:01:54 +00:00
|
|
|
%{_datadir}/wayland/wayland.xml
|
2013-12-17 10:14:48 +00:00
|
|
|
%{_datadir}/wayland/wayland.dtd
|
2012-10-18 19:14:08 +00:00
|
|
|
%{_mandir}/man3/*.3*
|
2010-11-15 16:17:33 +00:00
|
|
|
|
2015-08-21 15:43:29 +00:00
|
|
|
%files doc
|
|
|
|
%doc README TODO
|
|
|
|
%{_datadir}/doc/wayland/
|
|
|
|
|
2010-11-15 16:17:33 +00:00
|
|
|
%files -n libwayland-client
|
2016-08-17 07:02:12 +00:00
|
|
|
%license COPYING
|
2010-11-15 16:17:33 +00:00
|
|
|
%{_libdir}/libwayland-client.so.0*
|
|
|
|
|
2012-09-04 13:38:40 +00:00
|
|
|
%files -n libwayland-cursor
|
2016-08-17 07:02:12 +00:00
|
|
|
%license COPYING
|
2012-09-04 13:38:40 +00:00
|
|
|
%{_libdir}/libwayland-cursor.so.0*
|
|
|
|
|
2018-02-27 08:44:58 +00:00
|
|
|
%files -n libwayland-egl
|
|
|
|
%license COPYING
|
|
|
|
%{_libdir}/libwayland-egl.so.1*
|
|
|
|
|
2010-11-15 16:17:33 +00:00
|
|
|
%files -n libwayland-server
|
2016-08-17 07:02:12 +00:00
|
|
|
%license COPYING
|
2010-11-15 16:17:33 +00:00
|
|
|
%{_libdir}/libwayland-server.so.0*
|
|
|
|
|
|
|
|
%changelog
|
2019-07-27 03:18:43 +00:00
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-03-21 21:25:25 +00:00
|
|
|
* Thu Mar 21 2019 Kalev Lember <klember@redhat.com> - 1.17.0-1
|
|
|
|
- Update to 1.17.0
|
|
|
|
|
2019-03-07 10:16:42 +00:00
|
|
|
* Thu Mar 07 2019 Kalev Lember <klember@redhat.com> - 1.16.92-1
|
|
|
|
- Update to 1.16.92
|
|
|
|
|
2019-02-28 20:30:32 +00:00
|
|
|
* Thu Feb 28 2019 Kalev Lember <klember@redhat.com> - 1.16.91-1
|
|
|
|
- Update to 1.16.91
|
|
|
|
|
2019-02-03 11:33:53 +00:00
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-09-11 12:00:37 +00:00
|
|
|
* Tue Sep 11 2018 Kalev Lember <klember@redhat.com> - 1.16.0-1
|
|
|
|
- Update to 1.16.0
|
|
|
|
|
2018-08-13 10:35:40 +00:00
|
|
|
* Mon Aug 13 2018 Kalev Lember <klember@redhat.com> - 1.15.93-1
|
|
|
|
- Update to 1.15.93
|
|
|
|
|
2018-07-31 11:09:15 +00:00
|
|
|
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 1.15.92-2
|
|
|
|
- Rebuild with fixed binutils
|
|
|
|
|
2018-07-29 04:23:56 +00:00
|
|
|
* Sun Jul 29 2018 Kalev Lember <klember@redhat.com> - 1.15.92-1
|
|
|
|
- Update to 1.15.92
|
|
|
|
|
2018-07-14 08:44:11 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-04-09 23:03:07 +00:00
|
|
|
* Mon Apr 09 2018 Kalev Lember <klember@redhat.com> - 1.15.0-1
|
|
|
|
- Update to 1.15.0
|
|
|
|
|
2018-04-04 20:57:33 +00:00
|
|
|
* Wed Apr 04 2018 Kalev Lember <klember@redhat.com> - 1.14.93-2
|
|
|
|
- Make mesa-libwayland-egl obsoleting actually work
|
|
|
|
|
2018-04-03 08:44:00 +00:00
|
|
|
* Tue Apr 03 2018 Kalev Lember <klember@redhat.com> - 1.14.93-1
|
|
|
|
- Update to 1.14.93
|
|
|
|
|
2018-03-20 10:03:28 +00:00
|
|
|
* Tue Mar 20 2018 Kalev Lember <klember@redhat.com> - 1.14.92-1
|
|
|
|
- Update to 1.14.92
|
2018-03-20 10:03:38 +00:00
|
|
|
- Remove F22 upgrade path obsoletes
|
2018-03-20 10:03:28 +00:00
|
|
|
|
2018-03-03 08:00:16 +00:00
|
|
|
* Sat Mar 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.14.91-2
|
|
|
|
- Improve Obsoletes
|
|
|
|
|
2018-02-27 08:30:36 +00:00
|
|
|
* Tue Feb 27 2018 Kalev Lember <klember@redhat.com> - 1.14.91-1
|
|
|
|
- Update to 1.14.91
|
2018-02-27 08:44:58 +00:00
|
|
|
- Add new libwayland-egl subpackage and obsolete mesa-libwayland-egl
|
2018-02-27 09:05:43 +00:00
|
|
|
- Remove ldconfig scriptlets
|
2018-02-27 08:30:36 +00:00
|
|
|
|
2018-02-09 20:46:51 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-12-12 15:03:36 +00:00
|
|
|
* Tue Dec 12 2017 Kalev Lember <klember@redhat.com> - 1.14.0-2
|
|
|
|
- cursor: Fix heap overflows when parsing malicious files (#1522638)
|
|
|
|
|
2017-08-09 07:47:26 +00:00
|
|
|
* Wed Aug 09 2017 Kalev Lember <klember@redhat.com> - 1.14.0-1
|
|
|
|
- Update to 1.14.0
|
|
|
|
|
2017-08-02 18:05:23 +00:00
|
|
|
* Wed Aug 02 2017 Kalev Lember <klember@redhat.com> - 1.13.93-1
|
|
|
|
- Update to 1.13.93
|
|
|
|
|
2017-07-30 16:31:05 +00:00
|
|
|
* Sun Jul 30 2017 Florian Weimer <fweimer@redhat.com> - 1.13.92-2
|
|
|
|
- Rebuild with binutils fix for ppc64le (#1475636)
|
|
|
|
|
2017-07-26 16:24:01 +00:00
|
|
|
* Wed Jul 26 2017 Kalev Lember <klember@redhat.com> - 1.13.92-1
|
|
|
|
- Update to 1.13.92
|
|
|
|
|
2017-07-19 09:44:45 +00:00
|
|
|
* Wed Jul 19 2017 Kalev Lember <klember@redhat.com> - 1.13.91-1
|
|
|
|
- Update to 1.13.91
|
|
|
|
|
2017-06-02 03:05:54 +00:00
|
|
|
* Thu Jun 1 2017 Owen Taylor otaylor@redhat.com> - 1.13.0-2
|
|
|
|
- Add a patch fixing a build error with newer versions of graphviz
|
|
|
|
|
2017-02-22 07:38:16 +00:00
|
|
|
* Wed Feb 22 2017 Kalev Lember <klember@redhat.com> - 1.13.0-1
|
|
|
|
- Update to 1.13.0
|
|
|
|
|
2017-02-11 17:16:11 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.91-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-25 13:03:13 +00:00
|
|
|
* Wed Jan 25 2017 Kalev Lember <klember@redhat.com> - 1.12.91-1
|
|
|
|
- Update to 1.12.91
|
|
|
|
|
2016-09-21 07:58:30 +00:00
|
|
|
* Wed Sep 21 2016 Kalev Lember <klember@redhat.com> - 1.12.0-1
|
|
|
|
- Update to 1.12.0
|
|
|
|
|
2016-09-14 11:12:17 +00:00
|
|
|
* Wed Sep 14 2016 Kalev Lember <klember@redhat.com> - 1.11.94-1
|
|
|
|
- Update to 1.11.94
|
|
|
|
|
2016-09-08 09:18:19 +00:00
|
|
|
* Thu Sep 08 2016 Kalev Lember <klember@redhat.com> - 1.11.93-1
|
|
|
|
- Update to 1.11.93
|
|
|
|
|
2016-08-31 06:08:38 +00:00
|
|
|
* Wed Aug 31 2016 Kalev Lember <klember@redhat.com> - 1.11.92-1
|
|
|
|
- Update to 1.11.92
|
|
|
|
|
2016-08-17 05:59:59 +00:00
|
|
|
* Wed Aug 17 2016 Kalev Lember <klember@redhat.com> - 1.11.91-1
|
|
|
|
- Update to 1.11.91
|
2016-08-17 06:41:56 +00:00
|
|
|
- Simplify -devel subpackage packaging
|
2016-08-17 07:02:12 +00:00
|
|
|
- Include license files in packaging
|
2016-08-17 05:59:59 +00:00
|
|
|
|
2016-06-01 05:20:14 +00:00
|
|
|
* Wed Jun 01 2016 Kalev Lember <klember@redhat.com> - 1.11.0-1
|
|
|
|
- Update to 1.11.0
|
|
|
|
|
2016-05-25 05:05:30 +00:00
|
|
|
* Wed May 25 2016 Kalev Lember <klember@redhat.com> - 1.10.93-1
|
|
|
|
- Update to 1.10.93
|
|
|
|
|
2016-05-18 15:41:09 +00:00
|
|
|
* Wed May 18 2016 Kalev Lember <klember@redhat.com> - 1.10.92-1
|
|
|
|
- Update to 1.10.92
|
|
|
|
|
2016-05-08 19:14:29 +00:00
|
|
|
* Sun May 08 2016 Kalev Lember <klember@redhat.com> - 1.10.91-1
|
|
|
|
- Update to 1.10.91
|
|
|
|
|
2016-02-18 13:20:02 +00:00
|
|
|
* Thu Feb 18 2016 Kalev Lember <klember@redhat.com> - 1.10.0-1
|
|
|
|
- Update to 1.10.0
|
|
|
|
|
2016-02-04 16:36:04 +00:00
|
|
|
* Thu Feb 04 2016 Kalev Lember <klember@redhat.com> - 1.9.92-1
|
|
|
|
- Update to 1.9.92
|
|
|
|
|
2016-01-20 09:22:23 +00:00
|
|
|
* Wed Jan 20 2016 Kalev Lember <klember@redhat.com> - 1.9.91-1
|
|
|
|
- Update to 1.9.91
|
|
|
|
|
2015-09-22 09:53:12 +00:00
|
|
|
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 1.9.0-1
|
|
|
|
- Update to 1.9.0
|
2015-09-22 09:54:16 +00:00
|
|
|
- Use make_install macro
|
2015-09-22 09:53:12 +00:00
|
|
|
|
2015-09-16 14:28:51 +00:00
|
|
|
* Wed Sep 16 2015 Kalev Lember <klember@redhat.com> - 1.8.93-1
|
|
|
|
- Update to 1.8.93
|
|
|
|
|
2015-09-02 07:44:05 +00:00
|
|
|
* Wed Sep 02 2015 Kalev Lember <klember@redhat.com> - 1.8.92-1
|
|
|
|
- Update to 1.8.92
|
|
|
|
|
2015-08-21 15:43:29 +00:00
|
|
|
* Fri Aug 21 2015 Kalev Lember <klember@redhat.com> - 1.8.91-2
|
|
|
|
- Split out wayland-doc subpackage for documentation
|
|
|
|
|
2015-08-21 15:19:36 +00:00
|
|
|
* Fri Aug 21 2015 Kalev Lember <klember@redhat.com> - 1.8.91-1
|
|
|
|
- Update to 1.8.91
|
|
|
|
|
2015-07-20 14:55:05 +00:00
|
|
|
* Mon Jul 20 2015 Adam Jackson <ajax@redhat.com> 1.8.0-1
|
|
|
|
- wayland 1.8.0
|
|
|
|
|
2015-06-19 02:16:46 +00:00
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.92-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-26 16:26:39 +00:00
|
|
|
* Tue May 26 2015 Adam Jackson <ajax@redhat.com> 1.7.92-1
|
|
|
|
- wayland 1.7.92
|
|
|
|
|
2015-02-21 21:23:55 +00:00
|
|
|
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.7.0-2
|
|
|
|
- Rebuilt for Fedora 23 Change
|
|
|
|
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
|
|
|
|
2015-02-17 12:56:04 +00:00
|
|
|
* Tue Feb 17 2015 Richard Hughes <rhughes@redhat.com> - 1.7.0-1
|
|
|
|
- Wayland 1.7.0
|
|
|
|
|
2014-09-19 21:32:59 +00:00
|
|
|
* Fri Sep 19 2014 Kalev Lember <kalevlember@gmail.com> - 1.6.0-1
|
|
|
|
- Update to 1.6.0
|
2014-09-19 21:35:37 +00:00
|
|
|
- Remove lib64 rpaths
|
2014-09-19 21:32:59 +00:00
|
|
|
|
2014-08-22 20:17:35 +00:00
|
|
|
* Fri Aug 22 2014 Kevin Fenzi <kevin@scrye.com> 1.5.91-1
|
|
|
|
- Update to 1.5.90
|
|
|
|
|
2014-08-18 08:20:22 +00:00
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-02 14:14:32 +00:00
|
|
|
* Wed Jul 02 2014 Adam Jackson <ajax@redhat.com> 1.5.0-4
|
|
|
|
- Update protocol: new surface error enums
|
|
|
|
|
2014-06-30 15:30:36 +00:00
|
|
|
* Mon Jun 30 2014 Adam Jackson <ajax@redhat.com> 1.5.0-3
|
|
|
|
- Remove blocking flush patch as it actually introduces deadlocks now
|
|
|
|
|
2014-06-08 04:15:32 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-21 10:28:59 +00:00
|
|
|
* Wed May 21 2014 Richard Hughes <rhughes@redhat.com> - 1.5.0-1
|
|
|
|
- Wayland 1.5.0
|
|
|
|
|
2014-05-13 08:39:37 +00:00
|
|
|
* Tue May 13 2014 Richard Hughes <rhughes@redhat.com> - 1.4.93-1
|
|
|
|
- Wayland 1.4.93
|
|
|
|
|
2014-01-24 11:50:52 +00:00
|
|
|
* Fri Jan 24 2014 Richard Hughes <rhughes@redhat.com> - 1.4.0-1
|
|
|
|
- Wayland 1.4.0
|
|
|
|
|
2014-01-20 08:31:43 +00:00
|
|
|
* Mon Jan 20 2014 Richard Hughes <rhughes@redhat.com> - 1.3.93-1
|
|
|
|
- Wayland 1.3.93
|
|
|
|
|
2013-12-21 16:31:15 +00:00
|
|
|
* Sat Dec 21 2013 Ville Skyttä <ville.skytta@iki.fi> - 1.3.91-2
|
|
|
|
- Call ldconfig in libwayland-cursor %%post* scripts.
|
|
|
|
- Run test suite during build.
|
|
|
|
- Compress snapshot tarballs with xz.
|
|
|
|
|
2013-12-17 10:14:48 +00:00
|
|
|
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 1.3.91-1
|
|
|
|
- Wayland 1.3.91
|
|
|
|
|
2013-11-25 14:01:54 +00:00
|
|
|
* Mon Nov 25 2013 Lubomir Rintel <lkundrak@v3.sk> - 1.3.0-1
|
|
|
|
- Wayland 1.3.0
|
|
|
|
|
2013-10-07 17:47:54 +00:00
|
|
|
* Mon Oct 07 2013 Adam Jackson <ajax@redhat.com> 1.2.0-3
|
|
|
|
- Don't use MSG_DONTWAIT in wl_connection_flush.
|
|
|
|
|
2013-08-04 06:39:52 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-15 10:20:25 +00:00
|
|
|
* Mon Jul 15 2013 Richard Hughes <rhughes@redhat.com> - 1.2.0-1
|
|
|
|
- wayland 1.2.0
|
|
|
|
|
2013-05-15 08:24:11 +00:00
|
|
|
* Wed May 15 2013 Richard Hughes <rhughes@redhat.com> - 1.1.90-0.1.20130515
|
|
|
|
- Update to a git snapshot based on what will become 1.1.90
|
|
|
|
|
2013-04-16 16:01:32 +00:00
|
|
|
* Tue Apr 16 2013 Richard Hughes <rhughes@redhat.com> - 1.1.0-1
|
|
|
|
- wayland 1.1.0
|
|
|
|
|
2013-03-27 17:23:44 +00:00
|
|
|
* Wed Mar 27 2013 Richard Hughes <rhughes@redhat.com> - 1.0.6-1
|
|
|
|
- wayland 1.0.6
|
|
|
|
|
2013-02-21 17:31:52 +00:00
|
|
|
* Thu Feb 21 2013 Adam Jackson <ajax@redhat.com> 1.0.5-1
|
|
|
|
- wayland 1.0.5
|
|
|
|
|
2013-02-15 02:59:42 +00:00
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-02 21:11:05 +00:00
|
|
|
* Wed Jan 02 2013 Adam Jackson <ajax@redhat.com> 1.0.3-1
|
|
|
|
- wayland 1.0.3
|
|
|
|
|
2012-10-23 18:16:23 +00:00
|
|
|
* Tue Oct 23 2012 Adam Jackson <ajax@redhat.com> 1.0.0-1
|
|
|
|
- wayland 1.0
|
|
|
|
|
2012-10-18 19:14:08 +00:00
|
|
|
* Thu Oct 18 2012 Adam Jackson <ajax@redhat.com> 0.99.0-1
|
|
|
|
- wayland 0.99.0
|
|
|
|
|
2012-09-04 13:38:40 +00:00
|
|
|
* Tue Sep 04 2012 Adam Jackson <ajax@redhat.com> 0.95.0-1
|
|
|
|
- wayland 0.95.0 (#843738)
|
|
|
|
|
2012-07-22 03:17:02 +00:00
|
|
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.89.0-2.20120424
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-04-24 15:54:19 +00:00
|
|
|
* Tue Apr 24 2012 Richard Hughes <rhughes@redhat.com> - 0.89.0-1
|
|
|
|
- Update to a git snapshot based on 0.89.0
|
|
|
|
|
2012-02-19 08:22:10 +00:00
|
|
|
* Sat Feb 18 2012 Thorsten Leemhuis <fedora@leemhuis.info> - 0.85.0-1
|
|
|
|
- update to 0.85.0
|
|
|
|
- adjust license, as upstream changed it to MIT
|
|
|
|
- update make-git-snapshot.sh to current locations and scheme
|
|
|
|
- drop common package, not needed anymore
|
|
|
|
- compositor is now in a separate package, hence reduce BuildRequires to what
|
|
|
|
is actually needed (a lot less) and adjust summary
|
|
|
|
- make usage of a git checkout in spec file optional
|
|
|
|
- a %%{?_isa} to requires where it makes sense
|
|
|
|
|
2012-01-14 08:10:23 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-0.6.20101221
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-06 06:26:52 +00:00
|
|
|
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 0.1-0.5.20101221
|
|
|
|
- Rebuild for new libpng
|
|
|
|
|
2011-06-15 11:52:45 +00:00
|
|
|
* Wed Jun 15 2011 Lubomir Rintel <lkundrak@v3.sk> - 0.1-0.4.20101221
|
|
|
|
- Install real compositor binary instead of a libtool wrapper
|
|
|
|
|
2011-02-08 02:09:18 +00:00
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1-0.3.20101221
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-21 20:52:57 +00:00
|
|
|
* Tue Dec 21 2010 Adam Jackson <ajax@redhat.com> 0.1-0.2.20101221
|
|
|
|
- Today's git snap
|
|
|
|
|
|
|
|
* Tue Nov 23 2010 Adam Jackson <ajax@redhat.com> 0.1-0.2.20101123
|
2010-11-23 15:55:09 +00:00
|
|
|
- Today's git snap
|
|
|
|
- Fix udev rule install (#653353)
|
|
|
|
|
2010-11-15 16:17:33 +00:00
|
|
|
* Mon Nov 15 2010 Adam Jackson <ajax@redhat.com> 0.1-0.1.20101111
|
|
|
|
- Initial packaging
|