rpms/mercurial/F-7 sources, 1.12, 1.13 mercurial.spec, 1.25, 1.26 .cvsignore, 1.12, 1.13

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


Author: nbecker

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

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-7/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	24 Aug 2007 00:00:47 -0000	1.12
+++ sources	26 Mar 2008 01:08:29 -0000	1.13
@@ -1 +1 @@
-2e5ac6ddf434534938d4fc27dc9797c9  mercurial-0.9.4.tar.gz
+9f8dd7fa6f8886f77be9b923f008504c  mercurial-1.0.tar.gz


Index: mercurial.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mercurial/F-7/mercurial.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- mercurial.spec	16 Feb 2008 15:17:27 -0000	1.25
+++ mercurial.spec	26 Mar 2008 01:08:29 -0000	1.26
@@ -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-7/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	24 Aug 2007 00:00:46 -0000	1.12
+++ .cvsignore	26 Mar 2008 01:08:29 -0000	1.13
@@ -1 +1 @@
-mercurial-0.9.4.tar.gz
+mercurial-1.0.tar.gz




More information about the fedora-extras-commits mailing list