|
@@ -5,8 +5,8 @@
|
|
|
Summary: A C binding to the X11 protocol
|
|
|
Summary(ja): X11 プロトコルの C による実装
|
|
|
Name: libxcb
|
|
|
-Version: 1.4
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Version: 1.5
|
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
License: MIT
|
|
@@ -23,7 +23,7 @@ BuildRequires: autoconf automake libtool pkgconfig
|
|
|
#BuildRequires: graphviz
|
|
|
BuildRequires: libXau-devel
|
|
|
BuildRequires: libxslt
|
|
|
-BuildRequires: xcb-proto >= 1.5
|
|
|
+BuildRequires: xcb-proto >= 1.6
|
|
|
BuildRequires: xorg-x11-proto-devel
|
|
|
BuildRequires: xorg-x11-util-macros
|
|
|
|
|
@@ -148,6 +148,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
|
+* Mon Mar 08 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5-1
|
|
|
+- new upstream release
|
|
|
+
|
|
|
* Tue Feb 02 2010 Shu KONNO <owa@bg.wakwak.com> 1.4-2
|
|
|
- rebuild with python-2.6
|
|
|
|