rpms/mercurial/devel mercurial.spec,1.64,1.65

Neal Becker nbecker at fedoraproject.org
Mon Feb 23 20:06:51 UTC 2009


Author: nbecker

Update of /cvs/pkgs/rpms/mercurial/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3035

Modified Files:
	mercurial.spec 
Log Message:
fix typo


Index: mercurial.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mercurial/devel/mercurial.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- mercurial.spec	23 Feb 2009 19:53:43 -0000	1.64
+++ mercurial.spec	23 Feb 2009 20:06:21 -0000	1.65
@@ -3,7 +3,7 @@
 Summary: A fast, lightweight distributed source control management system 
 Name: mercurial
 Version: 1.1.2
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2
 Group: Development/Tools
 URL: http://www.selenic.com/mercurial/
@@ -147,8 +147,8 @@
 %{_bindir}/hg-viz
 %{_bindir}/git-rev-tree
 %{_bindir}/mercurial-convert-repo
-%dir {_sysconfdir}/bash_completion.d/
-%dir {_datadir}/zsh/site-functions/
+%dir %{_sysconfdir}/bash_completion.d/
+%dir %{_datadir}/zsh/site-functions/
 %dir %{_sysconfdir}/mercurial
 %dir %{_sysconfdir}/mercurial/hgrc.d
 %config %{_sysconfdir}/mercurial/hgrc.d/mergetools.rc
@@ -170,6 +170,9 @@
 #cd tests && %{__python} run-tests.py
 
 %changelog
+* Mon Feb 23 2009 Neal Becker <ndbecker2 at gmail.com> - 1.1.2-6
+- Fix typo
+
 * Mon Feb 23 2009 Neal Becker <ndbecker2 at gmail.com> - 1.1.2-5
 - Own directories bash_completion.d and zsh/site-functions
   https://bugzilla.redhat.com/show_bug.cgi?id=487015




More information about the fedora-extras-commits mailing list