Update to 1.5.90
This commit is contained in:
parent
0c9305379f
commit
2a0f58ff47
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
||||
/wayland-1.4.0.tar.xz
|
||||
/wayland-1.4.93.tar.xz
|
||||
/wayland-1.5.0.tar.xz
|
||||
/wayland-1.5.91.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
1d882776b27329b91d2d500b6d66dd1d wayland-1.5.0.tar.xz
|
||||
6d4c8371aa6dc3f2a69d593aa57d0858 wayland-1.5.91.tar.xz
|
||||
|
10
wayland.spec
10
wayland.spec
@ -1,8 +1,8 @@
|
||||
#global gitdate 20130515
|
||||
|
||||
Name: wayland
|
||||
Version: 1.5.0
|
||||
Release: 5%{?gitdate:.%{gitdate}}%{?dist}
|
||||
Version: 1.5.91
|
||||
Release: 1%{?gitdate:.%{gitdate}}%{?dist}
|
||||
Summary: Wayland Compositor Infrastructure
|
||||
|
||||
Group: User Interface/X
|
||||
@ -15,8 +15,6 @@ Source0: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.x
|
||||
%endif
|
||||
Source1: make-git-snapshot.sh
|
||||
|
||||
Patch1: 0001-protocol-add-wl_surface-errors-enum-for-bad-scale-an.patch
|
||||
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: pkgconfig(libffi)
|
||||
@ -84,7 +82,6 @@ Headers and symlinks for developing wayland server applications.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
autoreconf -v --install
|
||||
@ -168,6 +165,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/wayland-server.pc
|
||||
|
||||
%changelog
|
||||
* Fri Aug 22 2014 Kevin Fenzi <kevin@scrye.com> 1.5.91-1
|
||||
- Update to 1.5.90
|
||||
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user