rpms/minirpc/devel minirpc.spec,1.3,1.4

Adam Goode agoode at fedoraproject.org
Sun Oct 5 18:19:30 UTC 2008


Author: agoode

Update of /cvs/extras/rpms/minirpc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23732

Modified Files:
	minirpc.spec 
Log Message:
* Sun Oct  5 2008 Adam Goode <adam at spicenitz.org> - 0.3.2-2
- Add explicit BuildRequires on glib2 >= 2.10



Index: minirpc.spec
===================================================================
RCS file: /cvs/extras/rpms/minirpc/devel/minirpc.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- minirpc.spec	3 Jul 2008 21:59:43 -0000	1.3
+++ minirpc.spec	5 Oct 2008 18:18:59 -0000	1.4
@@ -1,6 +1,6 @@
 Name:		minirpc
 Version:	0.3.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Remote procedure call library for stream-oriented transports
 
 Group:		System Environment/Libraries
@@ -9,7 +9,8 @@
 Source0:	http://minirpc.cs.cmu.edu/download/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	glib2-devel perl /usr/bin/rpcgen doxygen pkgconfig
+BuildRequires:	glib2-devel >= 2.10
+BuildRequires:	perl /usr/bin/rpcgen doxygen pkgconfig
 
 
 %description
@@ -82,6 +83,9 @@
 
 
 %changelog
+* Sun Oct  5 2008 Adam Goode <adam at spicenitz.org> - 0.3.2-2
+- Add explicit BuildRequires on glib2 >= 2.10
+
 * Thu Jul  3 2008 Adam Goode <adam at spicenitz.org> - 0.3.2-1
 - New release
 




More information about the fedora-extras-commits mailing list