rpms/monotone/FC-4 monotone.spec,1.4,1.5

Roland McGrath (roland) fedora-extras-commits at redhat.com
Mon Aug 22 20:53:22 UTC 2005


Author: roland

Update of /cvs/extras/rpms/monotone/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16379

Modified Files:
	monotone.spec 
Log Message:
Add missing buildrequire on zlib-devel.



Index: monotone.spec
===================================================================
RCS file: /cvs/extras/rpms/monotone/FC-4/monotone.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- monotone.spec	22 Aug 2005 20:46:24 -0000	1.4
+++ monotone.spec	22 Aug 2005 20:53:20 -0000	1.5
@@ -1,6 +1,6 @@
 Name: monotone
 Version: 0.22
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 Summary: A free, distributed version control system
 Group: Development/Tools
@@ -13,6 +13,7 @@
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRequires: zlib-devel
 BuildRequires: boost-devel >= 1.32.0
 BuildRequires: lua
 %if 1
@@ -89,7 +90,7 @@
 %{_datadir}/emacs/site-lisp/monotone*.el*
 
 %changelog
-* Mon Aug 22 2005 Roland McGrath <roland at redhat.com> - 0.22-1
+* Mon Aug 22 2005 Roland McGrath <roland at redhat.com> - 0.22-2
 - Updated for 0.22 release.
 
 * Sun Aug  7 2005 Roland McGrath <roland at redhat.com> - 0.21-3




More information about the scm-commits mailing list