rpms/xcb-util/devel xcb-util.spec,1.6,1.7

Adam Jackson ajax at fedoraproject.org
Mon Jul 6 15:10:28 UTC 2009


Author: ajax

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

Modified Files:
	xcb-util.spec 
Log Message:
* Mon Jul 06 2009 Adam Jackson <ajax at redhat.com> 0.3.4-2
- Explicitly list DSOs so we're notified of version changes.



Index: xcb-util.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xcb-util/devel/xcb-util.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- xcb-util.spec	11 May 2009 11:11:02 -0000	1.6
+++ xcb-util.spec	6 Jul 2009 15:09:57 -0000	1.7
@@ -1,6 +1,6 @@
 Name:		xcb-util
 Version:	0.3.4
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Convenience libraries sitting on top of libxcb
 
 Group:		System Environment/Libraries
@@ -68,9 +68,15 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc README
-%{_libdir}/*.so.*.*
-%{_libdir}/*.so.?
-
+%{_libdir}/%{name}-atom.so.1*
+%{_libdir}/%{name}-aux.so.0*
+%{_libdir}/%{name}-event.so.1*
+%{_libdir}/%{name}-icccm.so.1*
+%{_libdir}/%{name}-image.so.0*
+%{_libdir}/%{name}-keysyms.so.1*
+%{_libdir}/%{name}-property.so.1*
+%{_libdir}/%{name}-render-util.so.0*
+%{_libdir}/%{name}-reply.so.1*
 
 %files devel
 %defattr(-,root,root,-)
@@ -80,7 +86,10 @@ rm -rf %{buildroot}
 
 
 %changelog
-* Mon May 11 2009 Michal Nowak <mnowak at redhat.com> - 0.3.4-1
+* Mon Jul 06 2009 Adam Jackson <ajax at redhat.com> 0.3.4-2
+- Explicitly list DSOs so we're notified of version changes.
+
+* Sat Jun 13 2009 Michal Nowak <mnowak at redhat.com> - 0.3.4-1
 - 0.3.4; needed for Awesome 3.3
 
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.3-2




More information about the fedora-extras-commits mailing list