Hello community, here is the log from the commit of package mercurial for openSUSE:Factory checked in at 2014-05-09 20:30:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mercurial (Old) and /work/SRC/openSUSE:Factory/.mercurial.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mercurial" Changes: -------- --- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes 2014-03-14 15:16:49.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2014-05-09 20:30:29.000000000 +0200 @@ -1,0 +2,67 @@ +Fri May 2 08:20:05 UTC 2014 - [email protected] + +- update to version 3.0 + * Core features + + cat: support explicit paths in subrepos + + cmdserver: allow starting server without repository + + clone: abort if default destination has no meaningful name (BC) + + clone: put streaming clones in a transaction + + color: add debugcolor command (issue4094) + + color: allow color keywords to be used directly in template + + commands: add -T as alternative to --template + + commands: hg debuginstall checks missing templates (issue4151) + + commit: --edit/-e allows editing commit message supplied through other means + + config: add initial implementation of --edit (with --global and --local flags) + + debuginstall: add Python information to debuginstall output (issue4128) + + demandimport: support HGDEMANDIMPORT=disable to disable demandimport + + hgweb: add metadata to atom and rss feed entries + + http: reuse authentication info after the first failed request (issue3567) + + log: change implementation to use graphlog code + + push: provide a hint when no paths are configured (issue3692) + + require: provide a link to a wiki page as well as suggesting upgrade + + revset: new implementation with incremental evaluation + + revset: try to handle hyphenated symbols if lookup callback is available + + revset: add 'only()' revset + + sshpeer: only print out 'running ssh' messages in debug mode (BC) + + template: add ifcontains template function + + template: add pad function for padding output + + template: add revset() template function + + template: add shortest(node) template function + + template: add flexible -T option + + win32: improve the performance of win32.unlink() over CIFS + * Extension features + + blackbox: log events related to branch cache + + convert: avoid updating tags when there is nothing new + + convert: compare tags from all heads instead of just one + + convert: replace old sha1s in the description + + extensions: mark win32text deprecated + + extensions: remove interhg + + extensions: remove the inotify extension (BC) + + histedit: select the lowest rev when looking for a root in a revset (BC) + + journal: report parsing errors on recover/rollback (issue4172) + + qimport: allow importing URLs + * Fixes + + backout: don't limit ancestry check to a single ancestor + + backout: improve confusing 'cannot backout change on a different branch' abort + + caches: invalidate store caches when lock is taken + + cmdserver: forcibly use L channel to read password input (issue3161) + + cmdserver: reload mq on each runcommand request to avoid corruption + + diff: use second filename for --stat reporting on git patches (issue4221) + + dirstate: report bad subdirectories as match.bad, not just a warning (BC) + + extensions: use normpath to allow trailing '\' on Windows (issue4187) + + fncache: clean up fncache during strips + + largefiles: changed overridelog to work with graphlog + + largefiles: don't prompt when one side of merge was changed but didn't change + + largefiles: remove directories emptied after their files are moved (issue3515) + + parsers: fail fast if Python has wrong minor version (issue4110) + + phases: apply publishing enforcement for "serve" source + + revlog: deal with chunk ranges over 2G on Windows (issue4215) + + setup.py: fix C extension compilation issue with OS X 10.9 and Xcode 5.1 + + subrepo: check return code for git push (issue4223) + * Experimental features + + bundle2: experimental support for bundle2 + + merge: experimental implementation of bid merge + + merge: tell when .ancestor picks one of multiple common ancestors heads +- removed mercurial-sle10-inotify-fixes.diff as upstream removed inotify extension + +------------------------------------------------------------------- Old: ---- mercurial-2.9.1.tar.gz mercurial-sle10-inotify-fixes.diff New: ---- mercurial-3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mercurial.spec ++++++ --- /var/tmp/diff_new_pack.EV341t/_old 2014-05-09 20:30:30.000000000 +0200 +++ /var/tmp/diff_new_pack.EV341t/_new 2014-05-09 20:30:30.000000000 +0200 @@ -17,7 +17,7 @@ Name: mercurial -Version: 2.9.1 +Version: 3.0 Release: 0 Summary: Scalable Distributed SCM License: GPL-2.0+ @@ -27,14 +27,12 @@ Source1: cacerts.rc Source99: rpmlintrc Patch0: mercurial-hgk-path-fix.diff -# PATCH-FIX_SLE mercurial-sle10-inotify-fixes.diff -- -Patch1: mercurial-sle10-inotify-fixes.diff # PATCH-FIX-OPENSUSE mercurial-docutils-compat.diff -- Fix for new docutils options not available on 11.1 and older -Patch2: mercurial-docutils-compat.diff +Patch1: 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 +Patch2: mercurial-locale-path-fix.patch # PATCH-FIX-OPENSUSE mercurial-2.6.3-ssl.diff [email protected] -- fallback to system default ca path -Patch4: mercurial-2.8-ssl.diff +Patch3: mercurial-2.8-ssl.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes BuildRequires: python-devel @@ -78,13 +76,12 @@ %prep %setup -q %patch0 -%patch1 -p1 %if 0%{?suse_version} && 0%{?suse_version} <= 1110 -%patch2 -p0 +%patch1 -p0 %endif -%patch3 -p1 +%patch2 -p1 %if 0%{?suse_version} > 1230 -%patch4 -p1 +%patch3 -p1 %endif chmod 644 hgweb.cgi ++++++ mercurial-2.9.1.tar.gz -> mercurial-3.0.tar.gz ++++++ ++++ 36433 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
