rpms/mercurial/devel mercurial.spec,1.48,1.49

Neal Becker (nbecker) fedora-extras-commits at redhat.com
Sun Jun 15 14:45:23 UTC 2008


Author: nbecker

Update of /cvs/pkgs/rpms/mercurial/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24439

Modified Files:
	mercurial.spec 
Log Message:
fix commented out macro


Index: mercurial.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mercurial/devel/mercurial.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- mercurial.spec	15 Jun 2008 12:52:43 -0000	1.48
+++ mercurial.spec	15 Jun 2008 14:44:25 -0000	1.49
@@ -3,14 +3,14 @@
 Summary: A fast, lightweight distributed source control management system 
 Name: mercurial
 Version: 1.0.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2
 Group: Development/Tools
 URL: http://www.selenic.com/mercurial/
 Source0: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz
 Source1: mercurial-site-start.el
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: python-devel asciidoc xmlto
+BuildRequires: python python-devel asciidoc xmlto
 BuildRequires: emacs emacs-el pkgconfig
 Requires: python
 Provides: hg = %{version}-%{release}
@@ -162,10 +162,13 @@
 %{_libexecdir}/mercurial/
 %{_sysconfdir}/mercurial/hgrc.d/hgk.rc
 
-#%check
+#%%check
 #cd tests && python run-tests.py
 
 %changelog
+* Sun Jun 15 2008 Neal Becker <ndbecker2 at gmail.com> - 1.0.1-4
+- Bitten by expansion of commented out macro (again)
+
 * Sun Jun 15 2008 Neal Becker <ndbecker2 at gmail.com> - 1.0.1-3
 - Add BR pkgconfig
 




More information about the fedora-extras-commits mailing list