Wayland 1.7.0
This commit is contained in:
parent
81cdee9085
commit
7ea3f471dd
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
||||
/wayland-1.5.0.tar.xz
|
||||
/wayland-1.5.91.tar.xz
|
||||
/wayland-1.6.0.tar.xz
|
||||
/wayland-1.7.0.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
d34c141c975084e4fb668e77b38f840e wayland-1.6.0.tar.xz
|
||||
6f46ac47c3a18c6503a40b5fa58a1066 wayland-1.7.0.tar.xz
|
||||
|
@ -1,7 +1,7 @@
|
||||
#global gitdate 20130515
|
||||
|
||||
Name: wayland
|
||||
Version: 1.6.0
|
||||
Version: 1.7.0
|
||||
Release: 1%{?gitdate:.%{gitdate}}%{?dist}
|
||||
Summary: Wayland Compositor Infrastructure
|
||||
|
||||
@ -22,6 +22,8 @@ BuildRequires: pkgconfig(libffi)
|
||||
BuildRequires: expat-devel
|
||||
BuildRequires: libxslt
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: xmlto
|
||||
BuildRequires: graphviz
|
||||
|
||||
Provides: %{name}-common = %{version}-%{release}
|
||||
Obsoletes: %{name}-common < 0.85.0
|
||||
@ -169,6 +171,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/wayland-server.pc
|
||||
|
||||
%changelog
|
||||
* Tue Feb 17 2015 Richard Hughes <rhughes@redhat.com> - 1.7.0-1
|
||||
- Wayland 1.7.0
|
||||
|
||||
* Fri Sep 19 2014 Kalev Lember <kalevlember@gmail.com> - 1.6.0-1
|
||||
- Update to 1.6.0
|
||||
- Remove lib64 rpaths
|
||||
|
Loading…
Reference in New Issue
Block a user