rpms/xcb-proto/devel .cvsignore, 1.4, 1.5 import.log, 1.1, 1.2 sources, 1.4, 1.5 xcb-proto.spec, 1.5, 1.6 xcb-proto-1.2-selinux.patch, 1.1, NONE

Adam Jackson ajax at fedoraproject.org
Wed Dec 17 16:55:14 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/xcb-proto/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11001/devel

Modified Files:
	.cvsignore import.log sources xcb-proto.spec 
Removed Files:
	xcb-proto-1.2-selinux.patch 
Log Message:
xcb-proto 1.3



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xcb-proto/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	10 Sep 2008 21:37:26 -0000	1.4
+++ .cvsignore	17 Dec 2008 16:54:44 -0000	1.5
@@ -1 +1 @@
-xcb-proto-1.2.tar.bz2
+xcb-proto-1.3.tar.bz2


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/xcb-proto/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	10 Sep 2008 21:37:26 -0000	1.1
+++ import.log	17 Dec 2008 16:54:44 -0000	1.2
@@ -1 +1,2 @@
 xcb-proto-1_2-1_fc10:HEAD:xcb-proto-1.2-1.fc10.src.rpm:1221082638
+xcb-proto-1_3-1_fc11:HEAD:xcb-proto-1.3-1.fc11.src.rpm:1229532864


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xcb-proto/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	10 Sep 2008 21:37:26 -0000	1.4
+++ sources	17 Dec 2008 16:54:44 -0000	1.5
@@ -1 +1 @@
-09f912486d8a2353bb4b99ddc28ba3c7  xcb-proto-1.2.tar.bz2
+d9275a714e83ab9c1f9b260c6eff1609  xcb-proto-1.3.tar.bz2


Index: xcb-proto.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xcb-proto/devel/xcb-proto.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xcb-proto.spec	29 Nov 2008 17:35:13 -0000	1.5
+++ xcb-proto.spec	17 Dec 2008 16:54:44 -0000	1.6
@@ -1,9 +1,9 @@
 %define debug_package %{nil}
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
 
 Name:           xcb-proto
-Version:        1.2
-Release:        3%{?dist}
+Version:        1.3
+Release:        1%{?dist}
 Summary:        XCB protocol descriptions
 
 Group:          Development/Libraries
@@ -16,8 +16,6 @@
 BuildRequires:	python
 Requires:       pkgconfig
 
-Patch0:		xcb-proto-1.2-selinux.patch
-
 %description
 XCB is a project to enable efficient language bindings to the X11 protocol.
 This package contains the protocol descriptions themselves.  Language
@@ -26,10 +24,9 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .selinux
 
 %build
-# Bit of a hack to get the pc file in /usr/share, no we can be noarch.
+# Bit of a hack to get the pc file in /usr/share, so we can be noarch.
 %configure --libdir=%{_datadir}
 make %{?_smp_mflags}
 
@@ -47,9 +44,12 @@
 %dir %{_datadir}/xcb/
 %{_datadir}/xcb/*.xsd
 %{_datadir}/xcb/*.xml
-%{python_sitearch}/xcbgen
+%{python_sitelib}/xcbgen
 
 %changelog
+* Wed Dec 17 2008 Adam Jackson <ajax at redhat.com> 1.3-1
+- xcb-proto 1.3
+
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.2-3
 - Rebuild for Python 2.6
 


--- xcb-proto-1.2-selinux.patch DELETED ---




More information about the fedora-extras-commits mailing list