Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2012-01-20 20:24:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and      /work/SRC/openSUSE:Factory/.mercurial.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mercurial", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes      2011-10-25 
16:16:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2012-01-20 
20:24:41.000000000 +0100
@@ -1,0 +2,35 @@
+Thu Jan 19 20:42:23 UTC 2012 - [email protected]
+
+- update to version 2.0.2
+  * bugfixe release
+- changes in version 2.0
+  Major features
+  * New core graft command (similar to transplant extension)
+  * New largefiles extension
+  Core changes
+  * commit: abort when there are uncommitted subrepos, use the -S
+    option to recurse
+  * help: most commands now have usage examples with help -v
+  * import: add --edit switch
+  * revset: add more keywords for bisection
+  * revert: introduce short option -C for --no-backup
+  * log: add new 'bisect' style that prints the bisection status
+  * hgweb: add a "web/logoimg" setting to customize the web logo
+    image
+  * subrepo: pull revisions on demand when archiving hg subrepos
+  Extension changes
+  * color: add styles for tags
+  * convert: added bookmarks support in filemap
+  * eol: add new eol.fix-trailing-newline setting
+  * eol: eol.only-consistent can now be specified in .hgeol
+  * export: add %m to file format string (first line of the commit
+    message)
+  * mq: make qqueue print current queue name
+  * rebase: add --edit switch
+  * rebase: add --rev option to rebase
+  * rebase: allow rebase on ancestor
+  * share: introduce unshare command
+  * transplant: add --edit option
+  Bugfixes
+
+-------------------------------------------------------------------

Old:
----
  mercurial-1.9.3.tar.gz

New:
----
  mercurial-2.0.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mercurial.spec ++++++
--- /var/tmp/diff_new_pack.IBxvsp/_old  2012-01-20 20:25:09.000000000 +0100
+++ /var/tmp/diff_new_pack.IBxvsp/_new  2012-01-20 20:25:09.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mercurial
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,11 @@
 #
 
 
-
 Name:           mercurial
+Version:        2.0.2
+Release:        0
 Summary:        Scalable Distributed SCM
-Version:        1.9.3
-Release:        4
-License:        GPLv2+
+License:        GPL-2.0+
 Group:          Development/Tools/Version Control
 Url:            http://mercurial.selenic.com/
 Source:         
http://mercurial.selenic.com/release/mercurial-%{version}.tar.gz
@@ -34,6 +33,8 @@
 Patch2:         mercurial-docutils-compat.diff
 # PATCH-FIX-OPENSUSE mercurial-locale-path-fix.patch [email protected] -- 
locales are found in /usr/share/locale
 Patch3:         mercurial-locale-path-fix.patch
+# require rcs for 3-way "merge" command.
+Requires:       rcs
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 %if 0%{?fedora_version} || 0%{?suse_version} || 0%{?rhel_version}
@@ -41,8 +42,6 @@
 %else
 BuildRequires:  python-docutils
 %endif
-# require rcs for 3-way "merge" command.
-Requires:       rcs
 %if 0%{?suse_version}
 BuildRequires:  python-xml
 Requires:       python-xml
@@ -60,9 +59,14 @@
 
 %if 0%{?with_tests}
 Source90:       tests.blacklist
-BuildRequires:  gpg ncurses-devel unzip
-BuildRequires:  bzr git subversion-python
-BuildRequires:  python-Pygments python-openssl
+BuildRequires:  gpg
+BuildRequires:  ncurses-devel
+BuildRequires:  unzip
+BuildRequires:  bzr
+BuildRequires:  git
+BuildRequires:  subversion-python
+BuildRequires:  python-Pygments
+BuildRequires:  python-openssl
 #BuildRequires:  python-pyflakes
 %endif
 
@@ -100,7 +104,7 @@
 install -m0755 contrib/convert-repo %{buildroot}%{_bindir}
 sed -i "1i #!/usr/bin/python" contrib/shrink-revlog.py # Add a she-bang line 
to executable script
 install -m0755 contrib/shrink-revlog.py %{buildroot}%{_bindir}
-install -Dm0644 contrib/bash_completion 
%{buildroot}/etc/bash_completion.d/mercurial.sh
+install -Dm0644 contrib/bash_completion 
%{buildroot}%{_sysconfdir}/bash_completion.d/mercurial.sh
 install -Dm0644 contrib/zsh_completion 
%{buildroot}%{_datadir}/zsh/site-functions/_mercurial
 mkdir -p %{buildroot}%{_datadir}/{x,}emacs/site-lisp
 install -m0644 contrib/*.el %{buildroot}%{_datadir}/emacs/site-lisp
@@ -135,11 +139,11 @@
 %defattr(-, root, root)
 %doc README CONTRIBUTORS COPYING hgweb.cgi contrib/sample.hgrc
 %{_bindir}/*
-/etc/bash_completion.d/*
+%{_sysconfdir}/bash_completion.d/*
 %{_datadir}/zsh/
-%dir /etc/mercurial
-%dir /etc/mercurial/hgrc.d
-%config /etc/mercurial/hgrc.d/*
+%dir %{_sysconfdir}/mercurial
+%dir %{_sysconfdir}/mercurial/hgrc.d
+%config %{_sysconfdir}/mercurial/hgrc.d/*
 %{_datadir}/emacs
 %{_datadir}/xemacs
 %{_mandir}/man1/hg.1*

++++++ mercurial-1.9.3.tar.gz -> mercurial-2.0.2.tar.gz ++++++
++++ 52847 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to