rpms/boo/FC-5 boo.spec,1.5,1.6

Paul F. Johnson (pfj) fedora-extras-commits at redhat.com
Wed Dec 20 21:32:45 UTC 2006


Author: pfj

Update of /cvs/extras/rpms/boo/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2536

Modified Files:
	boo.spec 
Log Message:

Doh! 
 	boo.spec 



Index: boo.spec
===================================================================
RCS file: /cvs/extras/rpms/boo/FC-5/boo.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- boo.spec	20 Dec 2006 21:29:08 -0000	1.5
+++ boo.spec	20 Dec 2006 21:32:15 -0000	1.6
@@ -1,4 +1,4 @@
-%if "%{?fedora}" = "5"
+%if "%{?fedora}" == "5"
 %define monodir %{_prefix}/lib
 %else
 %define monodir %{_libdir}
@@ -7,7 +7,7 @@
 Summary: Boo is an OO statically typed language for CLI
 Name: boo
 Version: 0.7.6.2237
-Release: 10%{?dist}
+Release: 11%{?dist}
 License: MIT
 Group: Development/Languages
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -67,7 +67,7 @@
 %{monodir}/pkgconfig/boo.pc
 
 %changelog
-* Wed Dec 20 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.7.6-2237-10
+* Wed Dec 20 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.7.6-2237-11
 - fix for correct libdir
 
 * Thu Sep 14 2006 Paul F. Johnson <paul at all-the-johnsons.co.uk> 0.7.6.2237-9




More information about the scm-commits mailing list