Mailinglist Archive: opensuse-commit (1192 mails)
| < Previous | Next > |
commit mercurial
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 08 Aug 2008 02:10:54 +0200
- Message-id: <20080808001054.E531467816D@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package mercurial
checked in at Fri Aug 8 02:10:54 CEST 2008.
--------
--- mercurial/mercurial.changes 2008-06-30 14:10:00.000000000 +0200
+++ /mounts/work_src_done/STABLE/mercurial/mercurial.changes 2008-08-07
22:44:08.013012000 +0200
@@ -1,0 +2,5 @@
+Thu Aug 7 22:43:24 CEST 2008 - bphilips@xxxxxxx
+
+- enable all the plugins that ship by default: /etc/mercurial/hgrc.d
+
+-------------------------------------------------------------------
New:
----
hgext.rc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mercurial.spec ++++++
--- /var/tmp/diff_new_pack.k18954/_old 2008-08-08 02:09:45.000000000 +0200
+++ /var/tmp/diff_new_pack.k18954/_new 2008-08-08 02:09:45.000000000 +0200
@@ -2,9 +2,16 @@
# spec file for package mercurial (Version 1.0.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@@ -15,13 +22,14 @@
BuildRequires: asciidoc fdupes python-devel sgml-skel xmlto
Summary: Scalable Distributed SCM
Version: 1.0.1
-Release: 15
+Release: 42
License: GPL v2 or later
Group: Development/Tools/Version Control
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://www.selenic.com/mercurial/
Source: %{name}-%{version}.tar.bz2
Source1: hgrc
+Source2: hgext.rc
Patch: mercurial-hgk-path-fix.diff
Patch1: mercurial-git-patch-root-fix.diff
# require rcs for 3-way "merge" command.
@@ -75,9 +83,11 @@
install -c -m 0644 contrib/*.el $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp
mkdir -p $RPM_BUILD_ROOT%{_datadir}/xemacs/site-lisp
install -c -m 0644 contrib/*.el $RPM_BUILD_ROOT%{_datadir}/xemacs/site-lisp
-# install default hgrc
+# install default hgrc and hgext.rc
mkdir -p $RPM_BUILD_ROOT/etc/mercurial
install -c -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/etc/mercurial
+mkdir -p $RPM_BUILD_ROOT/etc/mercurial/hgrc.d
+install -c -m 0644 %{SOURCE2} $RPM_BUILD_ROOT/etc/mercurial/hgrc.d
%fdupes -s $RPM_BUILD_ROOT
%clean
@@ -93,11 +103,15 @@
# FIXME: buggy file
# /etc/bash_completion.d/*
%dir /etc/mercurial
+%dir /etc/mercurial/hgrc.d
%config(noreplace) /etc/mercurial/hgrc
+%config /etc/mercurial/hgrc.d/hgext.rc
%{_datadir}/emacs
%{_datadir}/xemacs
%changelog
+* Fri Aug 08 2008 bphilips@xxxxxxx
+- enable all the plugins that ship by default: /etc/mercurial/hgrc.d
* Mon Jun 30 2008 tiwai@xxxxxxx
- VUL-0: mercurial: Insufficient input validation (bnc#404959)
* Tue Jun 10 2008 tiwai@xxxxxxx
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |