rpms/mercurial/F-8 sources, 1.15, 1.16 mercurial.spec, 1.30, 1.31 .cvsignore, 1.13, 1.14

Neal Becker (nbecker) fedora-extras-commits at redhat.com
Wed Mar 26 01:06:34 UTC 2008


Author: nbecker

Update of /cvs/pkgs/rpms/mercurial/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28531

Modified Files:
	sources mercurial.spec .cvsignore 
Log Message:
Update to 1.0
New subpackages: mercurial-emacs, mercurial-hgk



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mercurial/F-8/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	23 Oct 2007 13:28:36 -0000	1.15
+++ sources	26 Mar 2008 01:05:29 -0000	1.16
@@ -1 +1 @@
-4b295d05336851ab606694e5481ffd40  mercurial-0.9.5.tar.bz2
+9f8dd7fa6f8886f77be9b923f008504c  mercurial-1.0.tar.gz


Index: mercurial.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mercurial/F-8/mercurial.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- mercurial.spec	10 Nov 2007 00:38:08 -0000	1.30
+++ mercurial.spec	26 Mar 2008 01:05:29 -0000	1.31
@@ -1,11 +1,11 @@
 Summary: A fast, lightweight distributed source control management system 
 Name: mercurial
-Version: 0.9.5
-Release: 6%{?dist}
+Version: 1.0
+Release: 1%{?dist}
 License: GPLv2
 Group: Development/Tools
 URL: http://www.selenic.com/mercurial/
-Source0: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.bz2
+Source0: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: python-devel asciidoc xmlto
 Requires: python
@@ -15,6 +15,22 @@
 Mercurial is a fast, lightweight source control management system designed
 for efficient handling of very large distributed projects.
 
+%package emacs
+Summary:	Mercurial version control system support for Emacs
+Group:		Applications/Editors
+Requires:	hg = %{version}-%{release}, emacs-common
+
+%description emacs
+%{summary}.
+
+%package hgk
+Summary:	Hgk interface for mercurial
+Group:		Development/Tools
+Requires:	hg = %{version}-%{release}, tk
+
+%description hgk
+%{summary}.
+
 %prep
 %setup -q
 
@@ -56,9 +72,6 @@
 %doc %attr(644,root,root) %{_mandir}/man?/hg*.gz
 %{_sysconfdir}/bash_completion.d/mercurial.sh
 %{_datadir}/zsh/site-functions/_mercurial
-%{_datadir}/emacs/site-lisp/mercurial.el
-%{_datadir}/xemacs/site-packages/lisp/mercurial.el
-%{_bindir}/hgk
 %{_bindir}/hg-ssh
 %{_bindir}/hg-viz
 %{_bindir}/git-rev-tree
@@ -66,7 +79,26 @@
 %dir %{_sysconfdir}/mercurial
 %dir %{_sysconfdir}/mercurial/hgrc.d
 
+%files emacs
+%{_datadir}/emacs/site-lisp/mercurial.el
+%{_datadir}/xemacs/site-packages/lisp/mercurial.el
+
+%files hgk
+%{_bindir}/hgk
+
+#%check
+#cd tests && python run-tests.py
+
 %changelog
+* Tue Mar 25 2008 Neal Becker <ndbecker2 at gmail.com> - 1.0-1
+- Update to 1.0
+- Disable check for now - 1 test fails
+- Move emacs to separate package
+- Add check
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.9.5-7
+- Autorebuild for GCC 4.3
+
 * Fri Nov  9 2007 Neal Becker <ndbecker2 at gmail.com> - 0.9.5-6
 - rpmlint fixes
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mercurial/F-8/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	23 Oct 2007 13:28:36 -0000	1.13
+++ .cvsignore	26 Mar 2008 01:05:29 -0000	1.14
@@ -1 +1 @@
-mercurial-0.9.5.tar.bz2
+mercurial-1.0.tar.gz




More information about the fedora-extras-commits mailing list