rpms/mercurial/F-9 .cvsignore,1.17,1.18 mercurial.spec,1.47,1.48

Neal Becker nbecker at fedoraproject.org
Mon Dec 1 17:33:11 UTC 2008


Author: nbecker

Update of /cvs/pkgs/rpms/mercurial/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5089

Modified Files:
	.cvsignore mercurial.spec 
Log Message:
bump tag


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mercurial/F-9/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- .cvsignore	15 Jun 2008 14:55:25 -0000	1.17
+++ .cvsignore	1 Dec 2008 17:32:40 -0000	1.18
@@ -1 +1 @@
-mercurial-1.0.1.tar.gz
+mercurial-1.0.2.tar.gz


Index: mercurial.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mercurial/F-9/mercurial.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- mercurial.spec	25 Aug 2008 11:55:28 -0000	1.47
+++ mercurial.spec	1 Dec 2008 17:32:40 -0000	1.48
@@ -3,14 +3,14 @@
 Summary: A fast, lightweight distributed source control management system 
 Name: mercurial
 Version: 1.0.2
-Release: 1%{?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 python-devel asciidoc xmlto
+BuildRequires: python python-devel
 BuildRequires: emacs emacs-el pkgconfig
 Requires: python
 Provides: hg = %{version}-%{release}
@@ -84,7 +84,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-python setup.py install -O1 --root $RPM_BUILD_ROOT --prefix %{_prefix} --record=%{name}.files
+%{__python} setup.py install -O1 --root $RPM_BUILD_ROOT --prefix %{_prefix} --record=%{name}.files
 make install-doc DESTDIR=$RPM_BUILD_ROOT MANDIR=%{_mandir}
 
 grep -v 'hgk.py*' < %{name}.files > %{name}-base.files
@@ -163,9 +163,19 @@
 %{_sysconfdir}/mercurial/hgrc.d/hgk.rc
 
 #%%check
-#cd tests && python run-tests.py
+#cd tests && %{__python} run-tests.py
 
 %changelog
+* Mon Dec  1 2008 Neal Becker <ndbecker2 at gmail.com> - 1.0.2-4
+- Bump tag
+
+* Mon Dec  1 2008 Neal Becker <ndbecker2 at gmail.com> - 1.0.2-3
+- Remove BR asciidoc
+- Use macro for python executable
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 1.0.2-2
+- Rebuild for Python 2.6
+
 * Fri Aug 15 2008 Neal Becker <ndbecker2 at gmail.com> - 1.0.2-1
 - Update to 1.0.2
 




More information about the fedora-extras-commits mailing list