commit mercurial for openSUSE:Factory

2020-10-08 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2020-10-08 13:07:55

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new.4249 (New)


Package is "mercurial"

Thu Oct  8 13:07:55 2020 rev:157 rq:839286 version:5.5.2

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2020-09-10 
22:45:37.487689997 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new.4249/mercurial.changes
2020-10-08 13:09:24.255021422 +0200
@@ -1,0 +2,8 @@
+Sat Oct  3 07:10:44 UTC 2020 - Andreas Stieger 
+
+- Mercurial 5.5.2:
+  * fix a crash in the log command
+  * bug fixes in hgdemandimport
+  * stip: with --keep, consider all revs "removed" from the wcp 
+
+---

Old:

  mercurial-5.5.1.tar.gz

New:

  mercurial-5.5.2.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.h08bF3/_old  2020-10-08 13:09:25.875022889 +0200
+++ /var/tmp/diff_new_pack.h08bF3/_new  2020-10-08 13:09:25.883022896 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:5.5.1
+Version:5.5.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0-or-later

++ mercurial-5.5.1.tar.gz -> mercurial-5.5.2.tar.gz ++
/work/SRC/openSUSE:Factory/mercurial/mercurial-5.5.1.tar.gz 
/work/SRC/openSUSE:Factory/.mercurial.new.4249/mercurial-5.5.2.tar.gz differ: 
char 5, line 1




commit mercurial for openSUSE:Factory

2020-09-10 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2020-09-10 22:45:35

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new.4249 (New)


Package is "mercurial"

Thu Sep 10 22:45:35 2020 rev:156 rq:832850 version:5.5.1

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2020-08-06 
17:31:32.593086276 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new.4249/mercurial.changes
2020-09-10 22:45:37.487689997 +0200
@@ -1,0 +2,9 @@
+Thu Sep  3 12:24:59 UTC 2020 - Andrei Dziahel 
+
+- Mercurial 5.5.1:
+  Regularly scheduled bug fix release.
+  
+  * bug fixes
++ keepalive: Do not append _rbuf if _raw_readinto exists (issue6356)
+
+---

Old:

  mercurial-5.5.tar.gz

New:

  mercurial-5.5.1.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.5AYzeW/_old  2020-09-10 22:45:39.387691748 +0200
+++ /var/tmp/diff_new_pack.5AYzeW/_new  2020-09-10 22:45:39.403691762 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:5.5
+Version:5.5.1
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0-or-later

++ mercurial-5.5.tar.gz -> mercurial-5.5.1.tar.gz ++
/work/SRC/openSUSE:Factory/mercurial/mercurial-5.5.tar.gz 
/work/SRC/openSUSE:Factory/.mercurial.new.4249/mercurial-5.5.1.tar.gz differ: 
char 5, line 1




commit mercurial for openSUSE:Factory

2020-08-06 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2020-08-06 17:30:55

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new.3399 (New)


Package is "mercurial"

Thu Aug  6 17:30:55 2020 rev:155 rq:824442 version:5.5

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2020-07-06 
16:17:50.017049448 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new.3399/mercurial.changes
2020-08-06 17:31:32.593086276 +0200
@@ -1,0 +2,55 @@
+Tue Aug  4 11:05:43 UTC 2020 - Andrei Dziahel 
+
+- Mercurial 5.5:
+  This is a regularly-scheduled quarterly feature release
+
+  * New Features
++ clonebundles can be annotated with the expected memory requirements
+  using the `REQUIREDRAM` option. This allows clients to skip bundles 
+  created with large zstd windows and fallback to larger, but less 
+  demanding bundles.
++ The `phabricator` extension now provides more functionality of the 
+  arcanist CLI like changing the status of a differential.
++ Phases processing is much faster, especially for repositories with old 
+  non-public changesets.
+  
+  * New Experimental Features
++ The core of some hg operations have been (and are being) implemented in 
+  rust, for speed. `hg status` on a repository with 300k tracked files 
+  goes from 1.8s to 0.6s for instance. This has currently been tested only 
+  on linux, and does not build on windows. See rust/README.rst in the 
+  mercurial repository for instructions to opt into this.
++ An experimental config `rewrite.empty-successor` was introduced 
+  to control what happens when rewrite operations result 
+  in empty changesets.
+  
+  * Bug Fixes
++ For the case when connected to a TTY, stdout was fixed 
+  to be line-buffered on Python 3 (where it was block-buffered before, 
+  causing the process to seem hanging) and Windows on Python 2 (where it 
+  was unbuffered before).
++ Subversion sources of the convert extension were fixed to work 
+  on Python 3.
++ Subversion sources of the convert extension now interpret the encoding 
+  of URLs like Subversion. Previously, there were situations where 
+  the convert extension recognized a repository as present but Subversion 
+  did not, and vice versa.
++ The empty changeset check of in-memory rebases was fixed to match that 
+  of normal rebases (and that of the commit command).
++ The push command now checks the correct set of outgoing changesets for 
+  obsolete and unstable changesets. Previously, it could happen that the 
+  check prevented pushing changesets which were already on the server.
+  
+  * Backwards Compatibility Changes
++ Mercurial now requires at least Python 2.7.9 or a Python version that 
+  backported modern SSL/TLS features (as defined in PEP 466), and that 
+  Python was compiled against a OpenSSL version supporting TLS 1.1 or 
+  TLS 1.2 (likely this requires the OpenSSL version to be at least 1.0.1).
++ The `hg perfwrite` command from contrib/perf.py was made more flexible 
+  and changed its default behavior. To get the previous behavior, run 
+  `hg perfwrite --nlines=10 --nitems=1 --item='Testing write 
performance' --batch-line`.
++ The absorb extension now preserves changesets with no file changes that 
+  can be created by the commit command (those which change the branch name 
+  compared to the parent and those closing a branch head).
+
+---

Old:

  mercurial-5.4.2.tar.gz

New:

  mercurial-5.5.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.LAh0nw/_old  2020-08-06 17:31:34.233086659 +0200
+++ /var/tmp/diff_new_pack.LAh0nw/_new  2020-08-06 17:31:34.237086660 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:5.4.2
+Version:5.5
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0-or-later

++ mercurial-5.4.2.tar.gz -> mercurial-5.5.tar.gz ++
/work/SRC/openSUSE:Factory/mercurial/mercurial-5.4.2.tar.gz 
/work/SRC/openSUSE:Factory/.mercurial.new.3399/mercurial-5.5.tar.gz differ: 
char 5, line 1




commit mercurial for openSUSE:Factory

2020-07-06 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2020-07-06 16:15:52

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new.3060 (New)


Package is "mercurial"

Mon Jul  6 16:15:52 2020 rev:154 rq:818303 version:5.4.2

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2020-06-08 
23:59:48.520284461 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new.3060/mercurial.changes
2020-07-06 16:17:50.017049448 +0200
@@ -1,0 +2,7 @@
+Thu Jul  2 11:39:24 UTC 2020 - Andreas Stieger 
+
+- Mercurial 5.4.2:
+  * rebase: avoid clobbering wdir() with --dry-run or --confirm
+  * curses: do not initialize LC_ALL to user settings
+
+---
@@ -5 +12,10 @@
-  * upstream release notes not available
+  * graft-state: save --base in graft's state, fixing bug with
+graft --continue
+  * graft: fix --base value to be saved in state file 
+  * dirstate: make sure the dirstate is loaded before the changelog
+  * bash_completion: do not use aliased hg if it sources a script
+  * demandimport: fix compatibility with meta path finders w/o
+find_spec() method
+  * flags: read flag from dirstate/disk for workingcopyctx
+  * fsmonitor: coerce 'clock' variable to byte-string
+  * url: fix a bytes vs str crash in processing proxy headers

Old:

  mercurial-5.4.1.tar.gz

New:

  mercurial-5.4.2.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.mFloE2/_old  2020-07-06 16:17:52.405056785 +0200
+++ /var/tmp/diff_new_pack.mFloE2/_new  2020-07-06 16:17:52.409056797 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:5.4.1
+Version:5.4.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0-or-later

++ mercurial-5.4.1.tar.gz -> mercurial-5.4.2.tar.gz ++
/work/SRC/openSUSE:Factory/mercurial/mercurial-5.4.1.tar.gz 
/work/SRC/openSUSE:Factory/.mercurial.new.3060/mercurial-5.4.2.tar.gz differ: 
char 5, line 1




commit mercurial for openSUSE:Factory

2020-06-08 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2020-06-08 23:57:49

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new.3606 (New)


Package is "mercurial"

Mon Jun  8 23:57:49 2020 rev:153 rq:812062 version:5.4.1

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2020-05-07 
15:06:37.851855277 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new.3606/mercurial.changes
2020-06-08 23:59:48.520284461 +0200
@@ -1,0 +2,6 @@
+Sat Jun  6 08:41:19 UTC 2020 - Andreas Stieger 
+
+- Mercurial 5.4.1:
+  * upstream release notes not available
+
+---

Old:

  mercurial-5.4.tar.gz

New:

  mercurial-5.4.1.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.sEprNn/_old  2020-06-08 23:59:50.108289360 +0200
+++ /var/tmp/diff_new_pack.sEprNn/_new  2020-06-08 23:59:50.108289360 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:5.4
+Version:5.4.1
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0-or-later

++ mercurial-5.4.tar.gz -> mercurial-5.4.1.tar.gz ++
/work/SRC/openSUSE:Factory/mercurial/mercurial-5.4.tar.gz 
/work/SRC/openSUSE:Factory/.mercurial.new.3606/mercurial-5.4.1.tar.gz differ: 
char 5, line 1




commit mercurial for openSUSE:Factory

2020-05-07 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2020-05-07 15:06:32

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new.2738 (New)


Package is "mercurial"

Thu May  7 15:06:32 2020 rev:152 rq:800393 version:5.4

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2020-05-04 
18:32:35.528083160 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new.2738/mercurial.changes
2020-05-07 15:06:37.851855277 +0200
@@ -1,0 +2,33 @@
+Sun May  3 16:40:23 UTC 2020 - Andreas Stieger 
+
+- Mercurial 5.4:
+  * hg purge/hg clean can now delete ignored files instead of
+untracked files, with the new -i flag.
+  * hg pull now has a --confirm flag to prompt before applying
+changes. Config option pull.confirm is also added for that.
+  * hg log now defaults to using an '%' symbol for commits involved
+in unresolved merge conflicts. That includes unresolved
+conflicts caused by e.g. hg update --merge and hg graft. '@'
+still takes precedence, so what used to be marked '@' still is.
+  * hg copy --forget can be used to unmark a file as copied.
+  * The format.revlog-compression configuration entry now accept
+a list. The first available option will be used. for example
+setting::
+[format]
+revlog-compression=zstd, zlib
+Will use zstd compression for new repositories is available,
+and will simply fall back to zlib if not.
+  * hg debugmergestate output is now templated, which may be useful
+e.g. for IDEs that want to help the user resolve merge
+conflicts.
+  * hg copy now supports a --at-rev argument to mark files as
+copied in the specified commit. It only works with --after for
+now (i.e., it's only useful for marking files copied using non-hg
+cp as copied).
+  * Use hg copy --forget --at-rev REV to unmark already committed
+copies.
+  * bug fixes
+  * changes that may affect backwards compatibility
+- there is no canonical upstream signing key, remove
+
+---

Old:

  mercurial-5.3.1.tar.gz
  mercurial-5.3.1.tar.gz.asc
  mercurial.keyring

New:

  mercurial-5.4.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.IrR0Ca/_old  2020-05-07 15:06:38.835857454 +0200
+++ /var/tmp/diff_new_pack.IrR0Ca/_new  2020-05-07 15:06:38.839857463 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:5.3.1
+Version:5.4
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0-or-later
@@ -28,8 +28,6 @@
 URL:https://www.mercurial-scm.org/
 Source: 
https://www.mercurial-scm.org/release/mercurial-%{version}.tar.gz
 Source1:cacerts.rc
-Source2:
https://www.mercurial-scm.org/release/mercurial-%{version}.tar.gz.asc
-Source3:mercurial.keyring
 Source99:   mercurial-rpmlintrc
 Patch0: mercurial-hgk-path-fix.diff
 # PATCH-FIX-OPENSUSE mercurial-docutils-compat.diff -- Fix for new docutils 
options not available on 11.1 and older

++ mercurial-5.3.1.tar.gz -> mercurial-5.4.tar.gz ++
/work/SRC/openSUSE:Factory/mercurial/mercurial-5.3.1.tar.gz 
/work/SRC/openSUSE:Factory/.mercurial.new.2738/mercurial-5.4.tar.gz differ: 
char 5, line 1




commit mercurial for openSUSE:Factory

2020-05-04 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2020-05-04 18:32:18

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new.2738 (New)


Package is "mercurial"

Mon May  4 18:32:18 2020 rev:151 rq:799859 version:5.3.1

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2020-03-23 
12:49:54.32157 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new.2738/mercurial.changes
2020-05-04 18:32:35.528083160 +0200
@@ -1,0 +2,5 @@
+Sun May  3 16:02:41 UTC 2020 - Andreas Stieger 
+
+- fix bash completion script (boo#1170703)
+
+---



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.iqAiDL/_old  2020-05-04 18:32:36.468085065 +0200
+++ /var/tmp/diff_new_pack.iqAiDL/_new  2020-05-04 18:32:36.472085074 +0200
@@ -97,7 +97,7 @@
 
 # Install stuff in contrib
 install -m0755 contrib/hgk %{buildroot}%{_bindir}
-install -Dm0644 contrib/bash_completion 
%{buildroot}%{_datadir}/bash-completion/completions/mercurial.sh
+install -Dm0644 contrib/bash_completion 
%{buildroot}%{_datadir}/bash-completion/completions/hg
 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


++ mercurial-rpmlintrc ++
--- /var/tmp/diff_new_pack.iqAiDL/_old  2020-05-04 18:32:36.528085187 +0200
+++ /var/tmp/diff_new_pack.iqAiDL/_new  2020-05-04 18:32:36.528085187 +0200
@@ -1,2 +1 @@
 addFilter("python-naming-policy-not-applied")
-addFilter("non-conffile-in-etc /etc/bash_completion.d/mercurial.sh")





commit mercurial for openSUSE:Factory

2020-03-23 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2020-03-23 12:49:30

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new.3160 (New)


Package is "mercurial"

Mon Mar 23 12:49:30 2020 rev:150 rq:786761 version:5.3.1

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2020-02-14 
16:23:55.439143411 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new.3160/mercurial.changes
2020-03-23 12:49:54.32157 +0100
@@ -1,0 +2,5 @@
+Thu Mar 19 12:33:21 UTC 2020 - Andreas Stieger 
+
+- Mercurial 5.3.1
+
+---

Old:

  mercurial-5.3.tar.gz
  mercurial-5.3.tar.gz.asc

New:

  mercurial-5.3.1.tar.gz
  mercurial-5.3.1.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.Zx9RJQ/_old  2020-03-23 12:49:56.331932993 +0100
+++ /var/tmp/diff_new_pack.Zx9RJQ/_new  2020-03-23 12:49:56.331932993 +0100
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:5.3
+Version:5.3.1
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0-or-later

++ mercurial-5.3.tar.gz -> mercurial-5.3.1.tar.gz ++
/work/SRC/openSUSE:Factory/mercurial/mercurial-5.3.tar.gz 
/work/SRC/openSUSE:Factory/.mercurial.new.3160/mercurial-5.3.1.tar.gz differ: 
char 5, line 1





commit mercurial for openSUSE:Factory

2020-02-14 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2020-02-14 16:23:51

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new.26092 (New)


Package is "mercurial"

Fri Feb 14 16:23:51 2020 rev:149 rq:773526 version:5.3

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2020-01-10 
18:40:32.683494433 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new.26092/mercurial.changes   
2020-02-14 16:23:55.439143411 +0100
@@ -1,0 +2,11 @@
+Mon Feb 10 10:24:34 UTC 2020 - Andrei Dziahel 
+
+- Mercurial 5.3
+  This is a regularly-scheduled quarterly feature release.
+
+  See release notes at https://www.mercurial-scm.org/wiki/Release5.3
+
+- drop mercurial-4.8-python2-shebang.patch because of switch to Python 3
+- fixed and refreshed mercurial-locale-path-fix.patch
+
+---

Old:

  mercurial-4.8-python2-shebang.patch
  mercurial-5.2.1.tar.gz
  mercurial-5.2.1.tar.gz.asc

New:

  mercurial-5.3.tar.gz
  mercurial-5.3.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.UEDmyy/_old  2020-02-14 16:23:56.083143760 +0100
+++ /var/tmp/diff_new_pack.UEDmyy/_new  2020-02-14 16:23:56.087143763 +0100
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:5.2.1
+Version:5.3
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0-or-later
@@ -36,8 +36,6 @@
 Patch1: mercurial-docutils-compat.diff
 # PATCH-FIX-OPENSUSE mercurial-locale-path-fix.patch sasc...@suse.de -- 
locales are found in /usr/share/locale
 Patch2: mercurial-locale-path-fix.patch
-# PATCH-FIX-OPENSUSE mercurial-4.8-python2-shebang.patch 
devel...@develop7.info sets shebang to python2
-Patch3: mercurial-4.8-python2-shebang.patch
 BuildRequires:  fdupes
 BuildRequires:  python3
 BuildRequires:  python3-devel
@@ -81,7 +79,6 @@
 %patch1
 %endif
 %patch2 -p1
-%patch3
 
 sed -i -e '1s@env @@' contrib/hgk
 

++ mercurial-5.2.1.tar.gz -> mercurial-5.3.tar.gz ++
/work/SRC/openSUSE:Factory/mercurial/mercurial-5.2.1.tar.gz 
/work/SRC/openSUSE:Factory/.mercurial.new.26092/mercurial-5.3.tar.gz differ: 
char 5, line 1

++ mercurial-locale-path-fix.patch ++
--- /var/tmp/diff_new_pack.UEDmyy/_old  2020-02-14 16:23:56.131143787 +0100
+++ /var/tmp/diff_new_pack.UEDmyy/_new  2020-02-14 16:23:56.131143787 +0100
@@ -1,13 +1,11 @@
-Index: mercurial-4.1/mercurial/i18n.py
-===
 mercurial-4.1.orig/mercurial/i18n.py
-+++ mercurial-4.1/mercurial/i18n.py
-@@ -50,7 +50,7 @@ _ugettext = None
+--- a/mercurial/i18n.py
 b/mercurial/i18n.py
+@@ -48,7 +48,7 @@ if (
  
- def setdatapath(datapath):
- datapath = pycompat.fsdecode(datapath)
--localedir = os.path.join(datapath, r'locale')
-+localedir = '/usr/share/locale'
- t = gettextmod.translation(r'hg', localedir, _languages, fallback=True)
- global _ugettext
- try:
+ 
+ datapath = pycompat.fsdecode(resourceutil.datapath)
+-localedir = os.path.join(datapath, 'locale')
++localedir = '/usr/share/locale'
+ t = gettextmod.translation('hg', localedir, _languages, fallback=True)
+ try:
+ _ugettext = t.ugettext





commit mercurial for openSUSE:Factory

2020-01-10 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2020-01-10 18:40:01

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new.6675 (New)


Package is "mercurial"

Fri Jan 10 18:40:01 2020 rev:148 rq:761594 version:5.2.1

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2019-12-11 
12:04:38.372752609 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new.6675/mercurial.changes
2020-01-10 18:40:32.683494433 +0100
@@ -1,0 +2,7 @@
+Fri Jan  3 22:28:39 CET 2020 - Matej Cepl 
+
+- Switch Mercurial to Python 3 (it should be supported already,
+  according to https://www.mercurial-scm.org/wiki/Python3)
+- Fix rpmlint warnings.
+
+---



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.nchNX3/_old  2020-01-10 18:40:33.455494724 +0100
+++ /var/tmp/diff_new_pack.nchNX3/_new  2020-01-10 18:40:33.455494724 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mercurial
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -39,19 +39,17 @@
 # PATCH-FIX-OPENSUSE mercurial-4.8-python2-shebang.patch 
devel...@develop7.info sets shebang to python2
 Patch3: mercurial-4.8-python2-shebang.patch
 BuildRequires:  fdupes
-BuildRequires:  python-devel
-BuildRequires:  python-xml
-Requires:   python-curses
-Requires:   python-openssl
-Requires:   python-xml
-Requires:   python(abi) < 3.0
-Requires:   python(abi) >= 2.7
+BuildRequires:  python3
+BuildRequires:  python3-devel
+BuildRequires:  python3-xml
+Requires:   python3-curses
+Requires:   python3-xml
 Recommends: %{name}-lang
 Provides:   hg = %{version}
 %if 0%{?suse_version} < 1210
 BuildRequires:  docutils
 %else
-BuildRequires:  python-docutils
+BuildRequires:  python3-docutils
 %endif
 %if 0%{?sles_version}
 Requires:   openssl-certs
@@ -64,8 +62,7 @@
 BuildRequires:  git
 BuildRequires:  gpg
 BuildRequires:  ncurses-devel
-BuildRequires:  python-Pygments
-BuildRequires:  python-openssl
+BuildRequires:  python3-Pygments
 BuildRequires:  subversion-python
 BuildRequires:  unzip
 #BuildRequires:  python-pyflakes
@@ -84,24 +81,26 @@
 %patch1
 %endif
 %patch2 -p1
-%patch3 -p0
+%patch3
+
+sed -i -e '1s@env @@' contrib/hgk
 
 chmod 644 hgweb.cgi
 
 %build
-make %{?_smp_mflags} all
+make %{?_smp_mflags} all PYTHON=python3
 
 %install
-make install PREFIX="%{_prefix}" DESTDIR=%{buildroot}
+make install PREFIX="%{_prefix}" DESTDIR=%{buildroot} PYTHON=python3
 
 # Move locales to proper location
 mkdir -p %{buildroot}%{_datadir}/locale
-mv %{buildroot}%{python_sitearch}/mercurial/locale/* 
%{buildroot}%{_datadir}/locale
+mv %{buildroot}%{python3_sitearch}/mercurial/locale/* 
%{buildroot}%{_datadir}/locale
 %find_lang hg
 
 # Install stuff in contrib
 install -m0755 contrib/hgk %{buildroot}%{_bindir}
-install -Dm0644 contrib/bash_completion 
%{buildroot}%{_sysconfdir}/bash_completion.d/mercurial.sh
+install -Dm0644 contrib/bash_completion 
%{buildroot}%{_datadir}/bash-completion/completions/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
@@ -111,7 +110,7 @@
 
 %if 0%{?with_tests}
 %check
-make %{?_smp_mflags} tests TESTFLAGS="-v --blacklist=%{SOURCE90}"
+make %{?_smp_mflags} tests TESTFLAGS="-v --blacklist=%{SOURCE90}" 
PYTHON=python3
 %endif
 
 %files lang -f hg.lang
@@ -120,7 +119,7 @@
 %license COPYING
 %doc README.rst CONTRIBUTORS hgweb.cgi
 %{_bindir}/*
-%{_sysconfdir}/bash_completion.d/*
+%{_datadir}/bash-completion/completions/*
 %{_datadir}/zsh/
 %dir %{_sysconfdir}/mercurial
 %dir %{_sysconfdir}/mercurial/hgrc.d
@@ -131,6 +130,6 @@
 %{_mandir}/man5/hgignore.5%{?ext_man}
 %{_mandir}/man5/hgrc.5%{?ext_man}
 %{_mandir}/man8/hg-ssh.8%{?ext_man}
-%{python_sitearch}/*
+%{python3_sitearch}/*
 
 %changelog






commit mercurial for openSUSE:Factory

2019-12-11 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2019-12-11 12:03:43

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new.4691 (New)


Package is "mercurial"

Wed Dec 11 12:03:43 2019 rev:147 rq:754806 version:5.2.1

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2019-12-02 
11:30:58.410570336 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new.4691/mercurial.changes
2019-12-11 12:04:38.372752609 +0100
@@ -1,0 +2,5 @@
+Fri Dec  6 19:20:49 UTC 2019 - Andreas Stieger 
+
+- Mercurial 5.2.1
+
+---

Old:

  mercurial-5.2.tar.gz
  mercurial-5.2.tar.gz.asc

New:

  mercurial-5.2.1.tar.gz
  mercurial-5.2.1.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.ebFvhh/_old  2019-12-11 12:04:39.264752234 +0100
+++ /var/tmp/diff_new_pack.ebFvhh/_new  2019-12-11 12:04:39.268752232 +0100
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:5.2
+Version:5.2.1
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0-or-later

++ mercurial-5.2.tar.gz -> mercurial-5.2.1.tar.gz ++
/work/SRC/openSUSE:Factory/mercurial/mercurial-5.2.tar.gz 
/work/SRC/openSUSE:Factory/.mercurial.new.4691/mercurial-5.2.1.tar.gz differ: 
char 5, line 1





commit mercurial for openSUSE:Factory

2019-12-02 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2019-12-02 11:28:50

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new.4691 (New)


Package is "mercurial"

Mon Dec  2 11:28:50 2019 rev:146 rq:750627 version:5.2

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2019-10-22 
15:37:05.321146093 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new.4691/mercurial.changes
2019-12-02 11:30:58.410570336 +0100
@@ -1,0 +2,22 @@
+Sun Nov 17 12:14:15 UTC 2019 - Andrei Dziahel 
+
+- Mercurial 5.2
+  This is a regularly-scheduled quarterly feature release.
+  + New Features
+* The amend extension supports the `--currentuser` argument.
+* The amend extension supports the `--close-branch` argument.
+* The amend extension supports the `--secret` argument.
+* The uncommit extension supports the `rewrite.update-timestamp` config 
+  option.
+  + Backwards Compatibility Changes
+* A shell that supports `$(command)` syntax for command substitution is 
+  now required for running the test suite. The test runner normally 
+  uses `sh`, so if that is a shell that doesn't support `$(command)` 
+  syntax, you can override it by setting `$HGTEST_SHELL` or by passing it 
+  to `run-tests.py --shell `.
+* The (experimental) narrow extension's wire protocol changed. If you're 
+  using it, you'll need to make sure to upgrade server and client at the 
+  same time.
+- refreshed mercurial.keyring 
+
+---

Old:

  mercurial-5.1.2.tar.gz
  mercurial-5.1.2.tar.gz.asc

New:

  mercurial-5.2.tar.gz
  mercurial-5.2.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.qAc45v/_old  2019-12-02 11:30:59.066570032 +0100
+++ /var/tmp/diff_new_pack.qAc45v/_new  2019-12-02 11:30:59.066570032 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mercurial
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,12 +20,12 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:5.1.2
+Version:5.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0-or-later
 Group:  Development/Tools/Version Control
-Url:https://www.mercurial-scm.org/
+URL:https://www.mercurial-scm.org/
 Source: 
https://www.mercurial-scm.org/release/mercurial-%{version}.tar.gz
 Source1:cacerts.rc
 Source2:
https://www.mercurial-scm.org/release/mercurial-%{version}.tar.gz.asc

++ mercurial-5.1.2.tar.gz -> mercurial-5.2.tar.gz ++
/work/SRC/openSUSE:Factory/mercurial/mercurial-5.1.2.tar.gz 
/work/SRC/openSUSE:Factory/.mercurial.new.4691/mercurial-5.2.tar.gz differ: 
char 5, line 1

++ mercurial.keyring ++
--- /var/tmp/diff_new_pack.qAc45v/_old  2019-12-02 11:30:59.146569996 +0100
+++ /var/tmp/diff_new_pack.qAc45v/_new  2019-12-02 11:30:59.146569996 +0100
@@ -11,316 +11,53 @@
 PI5sqyx+pFciM3VcHOZGbeTlIYG1m4HljpdzbLEfUc7Hftn3bXRtfEotygesLDq4
 CQFGT0p5iiYpzAwjJ6n0MVpjXPnltHnpkz0z5MxZcm6l2M8NbCcNMDQexf6Akyxj
 uIXh/F4wc8Zo+NIzP1pEDf+E3iyvRN+d3C5I3mybsTYF0alW3jIaUYLR5QARAQAB
-tB9BdWdpZSBGYWNrbGVyIDxyYWZAZHVyaW40Mi5jb20+iEYEEBECAAYFAk+wHjsA
-CgkQywK+sNU5EO88jwCfaW6TsX78CW7YMDedlXYpJbqmPMEAnjhLLf+XJjah2Du/
-Y61v6/o4x8tliEYEEBECAAYFAlEWeQoACgkQ/xiR+AQvd+XgigCcCZKzAaVGdpV6
-reeVU89dG5j/siQAoIePLeYQUDmO2Eey9u53GIkiLSgeiEYEEBECAAYFAlNOqRwA
-CgkQMKrTO5b/pigNiwCgnAIfBlVc/LzlbsAof61LnCn4l+gAnRmhe+IKQAk7gw+X
-/Rh1FJyw8Eh9iEYEEBEIAAYFAlfADK0ACgkQ15pXfQ0A2uNm9QCeJ7CQrkYAgCFp
-Aalc5nce6cKf31kAmQFK7vBR9SyxQ94i/JjWFQgC+kyciQEiBBMBAgAMBQJRGA/e
-BYMHhh+AAAoJEM4j+IhVJ6kr4kIH/1zUuWftSemgphBH6wv2+a32v+8FQIKSmFww
-HwTmTyOsSHDfpRJjdUyJJF6W4Nqnv3kpwbwXO5RSUSn9iBvrKOXhsZpGuT/KQwiw
-lQSCKtSspzb6f7Ko1uk1z8avWaZRhLjtLT70pwRLqFcREnu8IPitjWEBaARmXhJJ
-ZUNKp5d+1wcOMmpEezSneuctbmUxKoQCWP/B2I6pAi1FP7/oDP3FycXCGTDnIDam
-QSrThVOM6PLdOVE4idpivr9hxUDULTX5PS4348i88JMQGkUGcDYZ/1HcMEosdO9q
-3a/lsgOjDQ7A1GMPqIer1K5m2/KYrzEo1xB8cyaAkcqTGNIaSsiJAhwEEAECAAYF
-Ak+wHDEACgkQoCPcMk9ku5LLRA//bAXtI/W/B39Jrpj47zaGx/Dl5IAHNJBCOt/t
-l1YKb5miZ9oeaMKtQjvHHiVMmY37z75O+swCachXIOoT+Y6i/sXXvV+hvuaXEYa8
-T7VTnb3YBjKV1st69MzrHNCoWaHo9fsX2VdYyy+jjfJu8TMPAcsMjmWaPExOtYHo
-FX3JMdJNEtAjjw91Ns/3PToM0u/K8RjIN4zbndc3RLRBpiTkcAlNDnCGfWYgD8YS
-E+V4umshEnWU1tjyQECmxUshyCaAILu+BvBh+l4CPYmVZNBy3mvkV5+RGSP

commit mercurial for openSUSE:Factory

2019-10-22 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2019-10-22 15:37:03

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new.2352 (New)


Package is "mercurial"

Tue Oct 22 15:37:03 2019 rev:145 rq:736467 version:5.1.2

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2019-09-18 
13:07:03.756745146 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new.2352/mercurial.changes
2019-10-22 15:37:05.321146093 +0200
@@ -1,0 +2,11 @@
+Wed Oct  9 11:00:48 UTC 2019 - Andrei Dziahel 
+
+- Mercurial 5.1.2 
+  Regularly scheduled bug fix release.
+
+  * extensions
++ phabricator: don't abort if property writing fails during amending
+  * tests
++ test: allow different result for zstd compression (issue6188)
+
+---

Old:

  mercurial-5.1.1.tar.gz
  mercurial-5.1.1.tar.gz.asc

New:

  mercurial-5.1.2.tar.gz
  mercurial-5.1.2.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.lKitJe/_old  2019-10-22 15:37:05.941146779 +0200
+++ /var/tmp/diff_new_pack.lKitJe/_new  2019-10-22 15:37:05.941146779 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:5.1.1
+Version:5.1.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0-or-later

++ mercurial-5.1.1.tar.gz -> mercurial-5.1.2.tar.gz ++
/work/SRC/openSUSE:Factory/mercurial/mercurial-5.1.1.tar.gz 
/work/SRC/openSUSE:Factory/.mercurial.new.2352/mercurial-5.1.2.tar.gz differ: 
char 5, line 1





commit mercurial for openSUSE:Factory

2019-09-18 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2019-09-18 13:07:01

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new.7948 (New)


Package is "mercurial"

Wed Sep 18 13:07:01 2019 rev:144 rq:731140 version:5.1.1

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2019-08-07 
13:59:23.424854196 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new.7948/mercurial.changes
2019-09-18 13:07:03.756745146 +0200
@@ -1,0 +2,15 @@
+Sun Sep 15 16:49:18 UTC 2019 - Andrei Dziahel 
+
+- Mercurial 5.1.1 
+  Regularly scheduled bug fix release.
+  * commands
++ bookmarks: actual fix for race condition deleting bookmark
+  * core
++ exchange: abort on pushing bookmarks pointing to secret changesets 
(issue6159)
++ python-zstandard: apply big-endian fix (issue6188)
++ fncache: make debugrebuildfncache not fail on broken fncache
+  * tests
++ various test runner fixes
++ fixed use of `tr --delete` for tr(1) portability
+
+---

Old:

  mercurial-5.1.tar.gz
  mercurial-5.1.tar.gz.asc

New:

  mercurial-5.1.1.tar.gz
  mercurial-5.1.1.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.t5XmdM/_old  2019-09-18 13:07:04.388745013 +0200
+++ /var/tmp/diff_new_pack.t5XmdM/_new  2019-09-18 13:07:04.392745012 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:5.1
+Version:5.1.1
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0-or-later

++ mercurial-5.1.tar.gz -> mercurial-5.1.1.tar.gz ++
/work/SRC/openSUSE:Factory/mercurial/mercurial-5.1.tar.gz 
/work/SRC/openSUSE:Factory/.mercurial.new.7948/mercurial-5.1.1.tar.gz differ: 
char 5, line 1





commit mercurial for openSUSE:Factory

2019-08-07 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2019-08-07 13:59:21

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new.9556 (New)


Package is "mercurial"

Wed Aug  7 13:59:21 2019 rev:143 rq:720585 version:5.1

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2019-07-13 
13:58:59.450923797 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new.9556/mercurial.changes
2019-08-07 13:59:23.424854196 +0200
@@ -1,0 +2,67 @@
+Fri Aug  2 10:30:23 UTC 2019 - Andrei Dziahel 
+
+- Mercurial 5.1
+  This is a regularly-scheduled quarterly feature release.
+  * New Features
++ New config `commands.commit.post-status` shows status after successful 
+  commit.
++ `hg root` now has templating support, including support for showing 
+  where a repo share's source is. See `hg help -v root` for details.
++ New `--force-close-branch` flag for `hg commit` to forcibly close branch 
+  from a non-head changeset.
++ The curses-based interface for commands like `hg commit -i` now supports 
+  a range-select mechanism. Select the first line using space like before, 
+  navigate to the last line, and press X (capital x) to set all items in 
+  the range at once. Lowercase x has been added as a synonym for space to 
+  help reinforce the mechanism, and pressing enter/return continues to be 
a 
+  synonym for "toggle the current line and move down to the next item in 
+  this section."
+  * New Experimental Features
++ New config `experimental.log.topo` makes `hg log -G` use topological 
+  sorting. This is especially useful for aliases since it lets the alias 
+  accept an `-r` option while still using topological sorting with or 
+  without the -r (unlike if you use the `sort(..., topo)` revset).
+  * Bug Fixes
++ issue4292: "hg log and {files} {file_adds} {file_mods} {file_dels} in 
+  template show wrong files on merged revision". See details in "Backwards 
+  Compatibility Changes".
+  * Backwards Compatibility Changes
++ Removed (experimental) support for log graph lines mixing 
+  parent/grandparent styles. Setting e.g. 
+  `experimental.graphstyle.parent = !` and 
+  `experimental.graphstyle.grandparent = 3.` would use `!` for the first 
+  three lines of the graph and then `..`. This is no longer supported.
++ If ui.origbackuppath had been (incorrectly) configured to point to a 
+  file, we will now replace that file by a directory and put backups in 
+  that directory. This is similar to how we would previously replace files 
+  *in* the configured directory by subdirectories.
++ Template keyword `{file_mods}`, `{file_adds}`, and `{file_dels}` have 
+  changed behavior on merge commits. They used to be relative to the first 
+  parent, but they now consider both parents. `{file_adds}` shows files 
+  that exists in the commit but did not exist in either parent. 
+  `{file_dels}` shows files that do not exist in the commit but existed in 
+  either parent. `{file_mods}` show the remaining files from `{files}` 
+  that were not in the other two sets.
+  * Internal API Changes
++ Matchers are no longer iterable. Use `match.files()` instead.
++ `match.visitdir()` and `match.visitchildrenset()` now expect the empty 
+  string instead of `'.'` to indicate the root directory.
++ `util.dirs()` and `util.finddirs()` now include an entry for the root 
+  directory (empty string).
++ `shelve` is no longer an extension now. It will be turned on by default.
++ New API to manage unfinished operations: Earlier there were distinct APIs
+  which dealt with unfinished states and separate lists maintaining them
+  that are `cmdutil.afterresolvestates`, `cmdutil.unfinishedstates` 
+  and `cmdutil.STATES`. Now these have been unified to a single API which 
+  handles the various states and their utilities. This API has been added 
+  to `state.py`. Now instead of adding to these 3 lists independently a 
+  state for a new operation can be registered using `addunfinished()` 
+  in `state` module.
++ `cmdutil.checkunfinished()` now includes detection for merge too.
++ merge abort has been disallowed in case an operation of higher 
+  precedence is in progress to avoid cases of partial abort of operations.
++ We used to automatically attempt to make extensions compatible with
+  Python 3 (by translating their source code while loading it). 
+  We no longer do that.  
+
+---

Old:

  mercurial-5.0.2.tar.gz
  mercurial-5.0.2.tar.gz.asc

New:

  mercurial-5.1.tar.gz
  mercur

commit mercurial for openSUSE:Factory

2019-07-13 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2019-07-13 13:43:11

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new.4615 (New)


Package is "mercurial"

Sat Jul 13 13:43:11 2019 rev:142 rq:714272 version:5.0.2

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2019-06-27 
15:53:24.123938421 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new.4615/mercurial.changes
2019-07-13 13:58:59.450923797 +0200
@@ -1,0 +2,14 @@
+Tue Jul  9 15:48:28 UTC 2019 - Andrei Dziahel 
+
+- Mercurial 5.0.2
+  A regularly scheduled bugfix release.
+  + commands
+* Help fixes on hg mv and hg cp
+  + unsorted
+* debugrevlog: fix average size computation for empty data (issue6167)
+* Fix an obscure data corruption bug with musl libc 
+  (and presumably others). 
+  See https://www.mercurial-scm.org/repo/hg-committed/rev/97ada9b8d51b 
+  for more details.
+  
+---

Old:

  mercurial-5.0.1.tar.gz
  mercurial-5.0.1.tar.gz.asc

New:

  mercurial-5.0.2.tar.gz
  mercurial-5.0.2.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.y0sIJs/_old  2019-07-13 13:59:00.326923530 +0200
+++ /var/tmp/diff_new_pack.y0sIJs/_new  2019-07-13 13:59:00.330923528 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:5.0.1
+Version:5.0.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0-or-later

++ mercurial-5.0.1.tar.gz -> mercurial-5.0.2.tar.gz ++
/work/SRC/openSUSE:Factory/mercurial/mercurial-5.0.1.tar.gz 
/work/SRC/openSUSE:Factory/.mercurial.new.4615/mercurial-5.0.2.tar.gz differ: 
char 5, line 1





commit mercurial for openSUSE:Factory

2019-06-27 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2019-06-27 15:53:18

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new.4615 (New)


Package is "mercurial"

Thu Jun 27 15:53:18 2019 rev:141 rq:710975 version:5.0.1

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2019-05-17 
23:40:56.885985818 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new.4615/mercurial.changes
2019-06-27 15:53:24.123938421 +0200
@@ -1,0 +2,13 @@
+Wed Jun 19 19:47:39 UTC 2019 - Andrei Dziahel 
+
+- Mercurial 5.0.1 
+  A regularly scheduled bugfix release.
+
+  + commands
+* bookmark: also make bookmark cache depends of the changelog
+* commit: allow --interactive to work again when naming a directory 
(issue6131)
+  + unsorted
+* manifest: avoid corruption by dropping removed files with pure 
(issue5801)
+* sslutil: fsencode path returned by certifi (issue6132)
+
+---

Old:

  mercurial-5.0.tar.gz
  mercurial-5.0.tar.gz.asc

New:

  mercurial-5.0.1.tar.gz
  mercurial-5.0.1.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.U9eBq3/_old  2019-06-27 15:53:24.755939433 +0200
+++ /var/tmp/diff_new_pack.U9eBq3/_new  2019-06-27 15:53:24.755939433 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:5.0
+Version:5.0.1
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0-or-later

++ mercurial-5.0.tar.gz -> mercurial-5.0.1.tar.gz ++
/work/SRC/openSUSE:Factory/mercurial/mercurial-5.0.tar.gz 
/work/SRC/openSUSE:Factory/.mercurial.new.4615/mercurial-5.0.1.tar.gz differ: 
char 5, line 1





commit mercurial for openSUSE:Factory

2019-05-17 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2019-05-17 23:40:51

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new.5148 (New)


Package is "mercurial"

Fri May 17 23:40:51 2019 rev:140 rq:703223 version:5.0

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2019-04-15 
13:59:26.964707875 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new.5148/mercurial.changes
2019-05-17 23:40:56.885985818 +0200
@@ -1,0 +2,32 @@
+Wed May 15 13:32:38 UTC 2019 - Andrei Dziahel 
+
+- Mercurial 5.0
+  This is a regularly-scheduled quarterly feature release.
+
+  + New Features
+* Python 3 Support (Beta)
+* `ui.relative-paths` option for getting relative path output from most 
+  commands. This is enabled when `ui.tweakdefaults` is enabled.
+* `expectsize()` revset errors out if revset has unexpected number 
+  of elements.
+* `config()` template function for getting a config value.
+* `{negrev}` template keyword shows the negative revision number. This is 
+  convenient because it is usually shorter than the positive number, but 
+  note that it is less stable.
+* `hg uncommit` now has an `--allow-dirty-working-copy` option.
+* `hg shelve` now has `--keep` option, which shelves but also leaves the 
+  working directory unchanged.
+* `hg diff` will now include specified files in subrepos.
+* `hg recover` now has a `--no-verify` option
+  + Other Improvements
+* Improved color scheme for histedit's curses interface, making it more 
+  consistent with the curses hunk selector.
+  + Bug Fixes
+* Histedit's curse interface has improved support for non ascii characters.
+  + Backwards Compatibility Changes
+* color: change color of grep.rev label (BC)
+* commit: if interactive, look elsewhere for whitespace settings (BC)
+* diff: make sure we output stat even when --git is not passed (issue4037) 
(BC)
+* uncommit: abort if an explicitly given file cannot be uncommitted (BC)
+
+---

Old:

  mercurial-4.9.1.tar.gz
  mercurial-4.9.1.tar.gz.asc

New:

  mercurial-5.0.tar.gz
  mercurial-5.0.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.vjY0mx/_old  2019-05-17 23:40:57.769985332 +0200
+++ /var/tmp/diff_new_pack.vjY0mx/_new  2019-05-17 23:40:57.773985330 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:4.9.1
+Version:5.0
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0-or-later

++ mercurial-4.9.1.tar.gz -> mercurial-5.0.tar.gz ++
/work/SRC/openSUSE:Factory/mercurial/mercurial-4.9.1.tar.gz 
/work/SRC/openSUSE:Factory/.mercurial.new.5148/mercurial-5.0.tar.gz differ: 
char 5, line 1





commit mercurial for openSUSE:Factory

2019-04-15 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2019-04-15 13:59:26

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new.17052 (New)


Package is "mercurial"

Mon Apr 15 13:59:26 2019 rev:139 rq:693793 version:4.9.1

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2019-03-22 
14:53:16.646100045 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new.17052/mercurial.changes   
2019-04-15 13:59:26.964707875 +0200
@@ -1,0 +2,6 @@
+Fri Apr 12 12:07:27 UTC 2019 - Wolfgang Rosenauer 
+
+- require openssl python module for runtime (not only build)
+  (boo#1132347)
+
+---
@@ -29 +35 @@
-fixed. Users on older versions can either disable subrepositories with
+fixed. Users on older versions can either disable subrepositories witt



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.vP2RZw/_old  2019-04-15 13:59:27.736708127 +0200
+++ /var/tmp/diff_new_pack.vP2RZw/_new  2019-04-15 13:59:27.740708128 +0200
@@ -42,6 +42,7 @@
 BuildRequires:  python-devel
 BuildRequires:  python-xml
 Requires:   python-curses
+Requires:   python-openssl
 Requires:   python-xml
 Requires:   python(abi) < 3.0
 Requires:   python(abi) >= 2.7






commit mercurial for openSUSE:Factory

2019-03-22 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2019-03-22 14:53:14

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new.25356 (New)


Package is "mercurial"

Fri Mar 22 14:53:14 2019 rev:138 rq:686857 version:4.9.1

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2019-02-05 
11:18:11.328914722 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new.25356/mercurial.changes   
2019-03-22 14:53:16.646100045 +0100
@@ -1,0 +2,17 @@
+Tue Mar 19 16:45:24 UTC 2019 - Andrei Dziahel 
+
+- Mercurial 4.9.1
+  A regularly scheduled bugfix release, late due to vacations and similar 
+  disruptions at the regular time.
+
+  * commands
++ record: prevent commits that don't pick up dirty subrepo 
+  changes (issue6102)
+  * extensions
++ rebase: add missing dashes in help text
+  * unsorted
++ subrepo: avoid false unsafe path detection on Windows
++ test-https: add some more known failure messages of client 
+  certs (issue6030)
+
+---

Old:

  mercurial-4.9.tar.gz
  mercurial-4.9.tar.gz.asc

New:

  mercurial-4.9.1.tar.gz
  mercurial-4.9.1.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.arHjDt/_old  2019-03-22 14:53:17.394099592 +0100
+++ /var/tmp/diff_new_pack.arHjDt/_new  2019-03-22 14:53:17.394099592 +0100
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:4.9
+Version:4.9.1
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0-or-later

++ mercurial-4.9.tar.gz -> mercurial-4.9.1.tar.gz ++
/work/SRC/openSUSE:Factory/mercurial/mercurial-4.9.tar.gz 
/work/SRC/openSUSE:Factory/.mercurial.new.25356/mercurial-4.9.1.tar.gz differ: 
char 5, line 1





commit mercurial for openSUSE:Factory

2019-02-05 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2019-02-05 11:18:09

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new.28833 (New)


Package is "mercurial"

Tue Feb  5 11:18:09 2019 rev:137 rq:670876 version:4.9

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2019-01-15 
09:11:15.990519573 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new.28833/mercurial.changes   
2019-02-05 11:18:11.328914722 +0100
@@ -1,0 +2,50 @@
+Fri Feb  1 22:19:10 UTC 2019 - Andrei Dziahel 
+
+- Mercurial 4.9 
+  This is a regularly-scheduled quarterly feature release.
+  See complete changelog at 
+  https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_4.9_.282019-02-01.29
+
+  * Security Fixes
+It was possible to use symlinks and subrepositories to defeat Mercurial's 
+path-checking logic and write files outside a repository. This has been 
+fixed. Users on older versions can either disable subrepositories with
+```
+[subrepos]
+allowed = false
+```
+in their configuration or by ensuring any cloned repositories don't 
+contain malicious symlinks.
+  * New Features
++ 'hg histedit' will now present a curses UI if curses is available and 
+  'ui.interface' or 'ui.interface.histedit' is set to 'curses'.
++ The 'sparse-revlog' delta strategy is enabled by default for new 
+  repositories. See `hg help config.format.sparse-revlog` for details.
+  * Other Notable Features
++ New `rewrite.update-timestamp=True` option to update the commit 
+  timestamp on history editing (e.g. amend.)
++ New `ui.message-output=stderr` option for scripting, which prevents 
+  status messages from interleaved.
++ New `rootglob:` filename pattern for a glob that is rooted at the root 
+  of the repository. See `hg help patterns` and `hg help hgignore` for 
+  details.
++ Some more reimplementation of ancestry algorithms in Rust for better 
+  performance.
+  * Backwards Compatibility Changes
++ Boolean options passed to the logtoprocess extension are now formatted 
+  as "0" or "1" instead of "None", "False", or "True".
++ The logtoprocess extension no longer supports invalid "ui.log()" 
+  arguments. A log message is always formatted and passed in to the 
+  "$MSG1" environment variable.
+  * Internal API Changes
++ Status messages may be sent to a dedicated stream depending on 
+  configuration. Don't use "ui.status()", etc. as a shorthand for 
+  conditional writes. Use "ui.write()" for data output.
++ Add 'exthelper' class to simplify extension writing by allowing 
+  functions, commands, and configitems to be registered via annotations. 
+  The previous APIs are still available for use.
++ The extension hook "extsetup" without a 'ui' argument has been 
+  deprecated, and will be removed in the next version. Add a 'ui' argument 
+  to avoid the deprecation warning.
+
+---

Old:

  mercurial-4.8.2.tar.gz
  mercurial-4.8.2.tar.gz.asc

New:

  mercurial-4.9.tar.gz
  mercurial-4.9.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.J75QM3/_old  2019-02-05 11:18:12.012914345 +0100
+++ /var/tmp/diff_new_pack.J75QM3/_new  2019-02-05 11:18:12.016914342 +0100
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:4.8.2
+Version:4.9
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0-or-later

++ mercurial-4.8.2.tar.gz -> mercurial-4.9.tar.gz ++
/work/SRC/openSUSE:Factory/mercurial/mercurial-4.8.2.tar.gz 
/work/SRC/openSUSE:Factory/.mercurial.new.28833/mercurial-4.9.tar.gz differ: 
char 5, line 1





commit mercurial for openSUSE:Factory

2019-01-15 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2019-01-15 09:11:14

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new.28833 (New)


Package is "mercurial"

Tue Jan 15 09:11:14 2019 rev:136 rq:664058 version:4.8.2

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2018-12-10 
12:27:13.990593222 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new.28833/mercurial.changes   
2019-01-15 09:11:15.990519573 +0100
@@ -1,0 +2,20 @@
+Tue Jan  8 21:40:31 UTC 2019 - Andrei Dziahel 
+
+- Mercurial 4.8.2
+  This is a regularly-scheduled bugfix release containing following fixes:
+
+  * commands
++ update: do not pass in user revspec as default destination (issue6044)
+  * core
++ match: fix assertion for fileset with no context (issue6046)
++ revlog: catch delta base value under -1
++ revlog: catch revlog corruption in index_baserev
++ server: always close http socket if responding with an error (issue6033)
++ vfs: ensure closewrapbase fh doesn't escape by entering context manager
+  * extensions
++ phabricator: properly encode boolean types in the request body
+  * unsorted
++ windows: ensure mixedfilemodewrapper fd doesn't escape by entering 
context mgr
++ worker: do not swallow exception occurred in main process
+
+---

Old:

  mercurial-4.8.1.tar.gz
  mercurial-4.8.1.tar.gz.asc

New:

  mercurial-4.8.2.tar.gz
  mercurial-4.8.2.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.zQldt3/_old  2019-01-15 09:11:16.658518957 +0100
+++ /var/tmp/diff_new_pack.zQldt3/_new  2019-01-15 09:11:16.658518957 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mercurial
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:4.8.1
+Version:4.8.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0-or-later

++ mercurial-4.8.1.tar.gz -> mercurial-4.8.2.tar.gz ++
/work/SRC/openSUSE:Factory/mercurial/mercurial-4.8.1.tar.gz 
/work/SRC/openSUSE:Factory/.mercurial.new.28833/mercurial-4.8.2.tar.gz differ: 
char 5, line 1





commit mercurial for openSUSE:Factory

2018-12-10 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2018-12-10 12:27:11

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new.19453 (New)


Package is "mercurial"

Mon Dec 10 12:27:11 2018 rev:135 rq:654391 version:4.8.1

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2018-11-12 
09:51:10.188307382 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new.19453/mercurial.changes   
2018-12-10 12:27:13.990593222 +0100
@@ -1,0 +2,23 @@
+Wed Dec  5 05:33:08 UTC 2018 - Andrei Dziahel 
+
+- Mercurial 4.8.1 
+  A regularly scheduled bugfix release. Some security fixes are included, but 
+  all are expected to be low-risk.
+
+  * commands
+- commandserver: get around ETIMEDOUT raised by selectors2
+- graft: do not try to skip rev derived from ancestor more than 
+  once (issue6024)
+- verify: provide unit to ui.makeprogress()
+  * core
+- revlog: fix out-of-bounds access by negative parents read from 
+  revlog (SEC)
+  * extensions
+- rebase: abort in-mem rebase if there's a dirty merge state
+- rebase: fix dir/file conflict detection when using in-mem merge
+- rebase: fix path auditing to audit path relative to repo root (issue5818)
+- rebase: preserve working copy when redoing in-mem rebase on disk
+  * unsorted
+- tests: stabilize test-inherit-mode.t on FreeBSD and macOS (issue6026)
+
+---

Old:

  mercurial-4.8.tar.gz
  mercurial-4.8.tar.gz.asc

New:

  mercurial-4.8.1.tar.gz
  mercurial-4.8.1.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.ojCu3I/_old  2018-12-10 12:27:14.730592483 +0100
+++ /var/tmp/diff_new_pack.ojCu3I/_new  2018-12-10 12:27:14.738592474 +0100
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:4.8
+Version:4.8.1
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0-or-later

++ mercurial-4.8.tar.gz -> mercurial-4.8.1.tar.gz ++
/work/SRC/openSUSE:Factory/mercurial/mercurial-4.8.tar.gz 
/work/SRC/openSUSE:Factory/.mercurial.new.19453/mercurial-4.8.1.tar.gz differ: 
char 5, line 1





commit mercurial for openSUSE:Factory

2018-11-12 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2018-11-12 09:50:49

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial"

Mon Nov 12 09:50:49 2018 rev:134 rq:647104 version:4.8

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2018-10-09 
15:51:17.846486616 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2018-11-12 
09:51:10.188307382 +0100
@@ -1,0 +2,16 @@
+Tue Nov  6 18:48:37 UTC 2018 - Andrei Dziahel 
+
+- mercurial-4.8-python2-shebang.patch: fixes boo#1114895
+- explicitly depend on Python 2.7+
+
+---
+Sat Nov  3 06:56:57 UTC 2018 - Andrei Dziahel 
+
+- Mercurial 4.8 
+  This is a regularly-scheduled quarterly feature release.
+
+  See release overview at https://www.mercurial-scm.org/wiki/Release4.8 and 
+  complete changelog at 
+  https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_4.8_.282018-11-02.29
+
+---

Old:

  mercurial-4.7.2.tar.gz
  mercurial-4.7.2.tar.gz.asc

New:

  mercurial-4.8-python2-shebang.patch
  mercurial-4.8.tar.gz
  mercurial-4.8.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.FoFHKS/_old  2018-11-12 09:51:12.332304169 +0100
+++ /var/tmp/diff_new_pack.FoFHKS/_new  2018-11-12 09:51:12.336304163 +0100
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:4.7.2
+Version:4.8
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0-or-later
@@ -36,12 +36,15 @@
 Patch1: mercurial-docutils-compat.diff
 # PATCH-FIX-OPENSUSE mercurial-locale-path-fix.patch sasc...@suse.de -- 
locales are found in /usr/share/locale
 Patch2: mercurial-locale-path-fix.patch
+# PATCH-FIX-OPENSUSE mercurial-4.8-python2-shebang.patch 
devel...@develop7.info sets shebang to python2
+Patch3: mercurial-4.8-python2-shebang.patch
 BuildRequires:  fdupes
 BuildRequires:  python-devel
 BuildRequires:  python-xml
-Requires:   python
 Requires:   python-curses
 Requires:   python-xml
+Requires:   python(abi) < 3.0
+Requires:   python(abi) >= 2.7
 Recommends: %{name}-lang
 Provides:   hg = %{version}
 %if 0%{?suse_version} < 1210
@@ -80,6 +83,8 @@
 %patch1
 %endif
 %patch2 -p1
+%patch3 -p0
+
 chmod 644 hgweb.cgi
 
 %build

++ mercurial-4.8-python2-shebang.patch ++
--- hg.orig
+++ hg
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 #
 # mercurial - scalable distributed SCM
 #
--- hgweb.cgi.orig
+++ hgweb.cgi
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2
 #
 # An example hgweb CGI script, edit as necessary
 # See also https://mercurial-scm.org/wiki/PublishingRepositories
++ mercurial-4.7.2.tar.gz -> mercurial-4.8.tar.gz ++
/work/SRC/openSUSE:Factory/mercurial/mercurial-4.7.2.tar.gz 
/work/SRC/openSUSE:Factory/.mercurial.new/mercurial-4.8.tar.gz differ: char 5, 
line 1





commit mercurial for openSUSE:Factory

2018-10-09 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2018-10-09 15:51:11

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial"

Tue Oct  9 15:51:11 2018 rev:133 rq:639720 version:4.7.2

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2018-09-07 
15:35:01.646824394 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2018-10-09 
15:51:17.846486616 +0200
@@ -1,0 +2,17 @@
+Tue Oct  2 10:44:12 UTC 2018 - Andrei Dziahel 
+
+- Mercurial 4.7.2 
+  This is a regularly-scheduled bugfix release containing following fixes:
+
+  *  security
++ Fix a potential out-of-bounds read in manifest parsing C code.
+  * core
++ various minor correctness fixes in revsets for commonancestors() and 
+  similar
+  * unsorted
++ chgserver: do not send system() back to client if stdio 
+  redirected (issue5992)
++ procutil: compare fd number to see if stdio protection 
+  is needed (issue5992)
+
+---

Old:

  mercurial-4.7.1.tar.gz
  mercurial-4.7.1.tar.gz.asc

New:

  mercurial-4.7.2.tar.gz
  mercurial-4.7.2.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.5j4h1f/_old  2018-10-09 15:51:19.574484572 +0200
+++ /var/tmp/diff_new_pack.5j4h1f/_new  2018-10-09 15:51:19.578484567 +0200
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:4.7.1
+Version:4.7.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0-or-later

++ mercurial-4.7.1.tar.gz -> mercurial-4.7.2.tar.gz ++
/work/SRC/openSUSE:Factory/mercurial/mercurial-4.7.1.tar.gz 
/work/SRC/openSUSE:Factory/.mercurial.new/mercurial-4.7.2.tar.gz differ: char 
5, line 1





commit mercurial for openSUSE:Factory

2018-09-07 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2018-09-07 15:34:58

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial"

Fri Sep  7 15:34:58 2018 rev:132 rq:633459 version:4.7.1

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2018-08-20 
16:17:02.932622018 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2018-09-07 
15:35:01.646824394 +0200
@@ -1,0 +2,18 @@
+Wed Sep  5 10:41:44 UTC 2018 - Andrei Dziahel 
+
+- Mercurial 4.7.1 
+  This is a regularly-scheduled bugfix release containing following fixes:
+
+  * commands
++ merge: do not delete untracked files silently (issue5962)
+  * core
++ revlog: fix descendant deprecated method
+  * hgweb
++ hgweb: load revcount + 1 entries to fill nextentry in log page 
(issue5972)
+  * performance
++ remotephase: avoid full changelog iteration (issue5964)
++ remotephase: fast path newheads computation in simple case (issue5964)
++ scmutil: avoid quadratic membership testing (issue5969)
++ sparse-revlog: fix delta validity computation
+
+---

Old:

  mercurial-4.7.tar.gz
  mercurial-4.7.tar.gz.asc

New:

  mercurial-4.7.1.tar.gz
  mercurial-4.7.1.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.NdfTCu/_old  2018-09-07 15:35:02.906822977 +0200
+++ /var/tmp/diff_new_pack.NdfTCu/_new  2018-09-07 15:35:02.910822972 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:4.7
+Version:4.7.1
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0-or-later

++ mercurial-4.7.tar.gz -> mercurial-4.7.1.tar.gz ++
/work/SRC/openSUSE:Factory/mercurial/mercurial-4.7.tar.gz 
/work/SRC/openSUSE:Factory/.mercurial.new/mercurial-4.7.1.tar.gz differ: char 
5, line 1





commit mercurial for openSUSE:Factory

2018-08-20 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2018-08-20 16:16:59

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial"

Mon Aug 20 16:16:59 2018 rev:131 rq:628885 version:4.7

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2018-07-06 
10:38:32.615501082 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2018-08-20 
16:17:02.932622018 +0200
@@ -1,0 +2,9 @@
+Sun Aug 12 13:38:23 UTC 2018 - devel...@develop7.info
+
+- Mercurial 4.7
+  
+  This is a regularly-scheduled quarterly feature release and has it's own 
+  release notes page which can be found here: 
+  [Full release notes](https://www.mercurial-scm.org/wiki/Release4.7)
+
+---

Old:

  mercurial-4.6.2.tar.gz
  mercurial-4.6.2.tar.gz.asc

New:

  mercurial-4.7.tar.gz
  mercurial-4.7.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.S3scxA/_old  2018-08-20 16:17:03.516622839 +0200
+++ /var/tmp/diff_new_pack.S3scxA/_new  2018-08-20 16:17:03.520622845 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:4.6.2
+Version:4.7
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0-or-later

++ mercurial-4.6.2.tar.gz -> mercurial-4.7.tar.gz ++
/work/SRC/openSUSE:Factory/mercurial/mercurial-4.6.2.tar.gz 
/work/SRC/openSUSE:Factory/.mercurial.new/mercurial-4.7.tar.gz differ: char 5, 
line 1





commit mercurial for openSUSE:Factory

2018-07-06 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2018-07-06 10:38:26

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial"

Fri Jul  6 10:38:26 2018 rev:130 rq:620520 version:4.6.2

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2018-06-15 
14:33:11.637051709 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2018-07-06 
10:38:32.615501082 +0200
@@ -1,0 +2,12 @@
+Tue Jul  3 17:22:02 UTC 2018 - devel...@develop7.info
+
+- Mercurial 4.6.2
+  This is a regularly-scheduled bugfix release containing following fixes:
+
+  * merge: do not fill manifest of committed revision with pseudo node 
+(issue5526)
+  * crecord: fix line number in hunk header (issue5917)
+  * lazymanifest: don't crash when out of memory (issue5916)
+  * procutil: use unbuffered stdout on Windows
+
+---

Old:

  mercurial-4.6.1.tar.gz
  mercurial-4.6.1.tar.gz.asc

New:

  mercurial-4.6.2.tar.gz
  mercurial-4.6.2.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.wM50aw/_old  2018-07-06 10:38:33.231500350 +0200
+++ /var/tmp/diff_new_pack.wM50aw/_new  2018-07-06 10:38:33.235500345 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:4.6.1
+Version:4.6.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0-or-later

++ mercurial-4.6.1.tar.gz -> mercurial-4.6.2.tar.gz ++
/work/SRC/openSUSE:Factory/mercurial/mercurial-4.6.1.tar.gz 
/work/SRC/openSUSE:Factory/.mercurial.new/mercurial-4.6.2.tar.gz differ: char 
5, line 1





commit mercurial for openSUSE:Factory

2018-06-15 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2018-06-15 14:33:09

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial"

Fri Jun 15 14:33:09 2018 rev:129 rq:615162 version:4.6.1

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2018-05-19 
15:40:01.379991192 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2018-06-15 
14:33:11.637051709 +0200
@@ -1,0 +2,35 @@
+Fri Jun  8 07:32:56 UTC 2018 - devel...@develop7.info
+
+- Mercurial 4.6.1
+  This is a regularly-scheduled bugfix release that also contains security 
+  fixes.
+
+  * Security Fixes
+Multiple issues found in mpatch.c with a fuzzer:
++ OVE-20180430-0001
++ OVE-20180430-0002
++ OVE-20180430-0004
+With the following fixes:
+  mpatch: be more careful about parsing binary patch data (SEC)
+  mpatch: protect against underflow in mpatch_apply (SEC)
+  mpatch: ensure fragment start isn't past the end of orig (SEC)
+  mpatch: fix UB in int overflows in gather() (SEC)
+  mpatch: fix UB integer overflows in discard() (SEC)
+  mpatch: avoid integer overflow in mpatch_decode (SEC)
+  mpatch: avoid integer overflow in combine() (SEC)
+No exploits are known at the time, however, it is highly recommended that 
+all users upgrade.
+
+  * Bug Fixes
+Also included in this release are the following,
++ zstandard: pull in bug fixes from upstream 0.9.1 (issue5884)
++ bundle2: fix old clients from reading newer format (issue5872)
++ bdiff: fix xdiff long/int64 conversion (issue5885)
++ push: continue without locking on lock failure other than EEXIST 
(issue5882)
++ lfs: fix crash in command server (issue5902)
++ hghave: fix deadlock in test runner
++ rebase: fix error when computing obsoletenotrebased (issue5907)
++ rebase: prioritize indicating an interrupted rebase over update 
(issue5838)
++ revset: pass in lookup function to matchany() (issue5879)
+
+---

Old:

  mercurial-4.6.tar.gz
  mercurial-4.6.tar.gz.asc

New:

  mercurial-4.6.1.tar.gz
  mercurial-4.6.1.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.3AHn83/_old  2018-06-15 14:33:12.477020985 +0200
+++ /var/tmp/diff_new_pack.3AHn83/_new  2018-06-15 14:33:12.485020693 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:4.6
+Version:4.6.1
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0-or-later

++ mercurial-4.6.tar.gz -> mercurial-4.6.1.tar.gz ++
/work/SRC/openSUSE:Factory/mercurial/mercurial-4.6.tar.gz 
/work/SRC/openSUSE:Factory/.mercurial.new/mercurial-4.6.1.tar.gz differ: char 
5, line 1

++ mercurial.keyring ++
 1884 lines (skipped)
 between mercurial.keyring
 and /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.keyring




commit mercurial for openSUSE:Factory

2018-05-19 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2018-05-19 15:40:00

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial"

Sat May 19 15:40:00 2018 rev:128 rq:606526 version:4.6

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2018-04-06 
17:45:56.967289240 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2018-05-19 
15:40:01.379991192 +0200
@@ -1,0 +2,7 @@
+Fri May 11 16:40:56 UTC 2018 - devel...@develop7.info
+
+- Mercurial 4.6
+  This is a regularly-scheduled quarterly feature release.
+
+  See complete changelog at https://www.mercurial-scm.org/wiki/Release4.6
+---

Old:

  mercurial-4.5.3.tar.gz
  mercurial-4.5.3.tar.gz.asc

New:

  mercurial-4.6.tar.gz
  mercurial-4.6.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.o9ajXM/_old  2018-05-19 15:40:03.267922118 +0200
+++ /var/tmp/diff_new_pack.o9ajXM/_new  2018-05-19 15:40:03.271921971 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:4.5.3
+Version:4.6
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0-or-later

++ mercurial-4.5.3.tar.gz -> mercurial-4.6.tar.gz ++
 155046 lines of diff (skipped)

++ mercurial-locale-path-fix.patch ++
--- /var/tmp/diff_new_pack.o9ajXM/_old  2018-05-19 15:40:04.819865336 +0200
+++ /var/tmp/diff_new_pack.o9ajXM/_new  2018-05-19 15:40:04.819865336 +0200
@@ -6,8 +6,8 @@
  
  def setdatapath(datapath):
  datapath = pycompat.fsdecode(datapath)
--localedir = os.path.join(datapath, pycompat.sysstr('locale'))
+-localedir = os.path.join(datapath, r'locale')
 +localedir = '/usr/share/locale'
- t = gettextmod.translation('hg', localedir, _languages, fallback=True)
+ t = gettextmod.translation(r'hg', localedir, _languages, fallback=True)
  global _ugettext
  try:

++ mercurial.keyring ++
 1704 lines (skipped)
 between mercurial.keyring
 and /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.keyring




commit mercurial for openSUSE:Factory

2018-04-06 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2018-04-06 17:45:48

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial"

Fri Apr  6 17:45:48 2018 rev:127 rq:593608 version:4.5.3

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2018-03-20 
21:51:55.275913244 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2018-04-06 
17:45:56.967289240 +0200
@@ -1,0 +2,12 @@
+Wed Apr  4 15:00:16 UTC 2018 - devel...@develop7.info
+
+- Mercurial 4.5.3
+  This is a regularly-scheduled bugfix release.
+  
+  * Bug Fixes
++ rebase: on abort, don't strip commits that didn't need to be rebased 
+  (issue5822)
++ hgweb: garbage collect on every request
++ amend: abort if unresolved merge conflicts found (issue5805)
+
+---

Old:

  mercurial-4.5.2.tar.gz
  mercurial-4.5.2.tar.gz.asc

New:

  mercurial-4.5.3.tar.gz
  mercurial-4.5.3.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.O7hRnU/_old  2018-04-06 17:45:58.119247638 +0200
+++ /var/tmp/diff_new_pack.O7hRnU/_new  2018-04-06 17:45:58.123247493 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:4.5.2
+Version:4.5.3
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0-or-later

++ mercurial-4.5.2.tar.gz -> mercurial-4.5.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mercurial-4.5.2/.hgsigs new/mercurial-4.5.3/.hgsigs
--- old/mercurial-4.5.2/.hgsigs 2018-03-06 20:19:55.0 +0100
+++ new/mercurial-4.5.3/.hgsigs 2018-04-04 16:35:10.0 +0200
@@ -159,3 +159,4 @@
 27b6df1b5adbdf647cf5c6675b40575e1b197c60 0 
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

commit mercurial for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2018-03-20 21:51:55

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial"

Tue Mar 20 21:51:55 2018 rev:126 rq:587447 version:4.5.2

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2018-03-12 
12:07:16.169028642 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2018-03-20 
21:51:55.275913244 +0100
@@ -1,0 +2,5 @@
+Sat Mar 10 05:41:23 UTC 2018 - devel...@develop7.info
+
+- Modernize spec-file by calling spec-cleaner
+
+---
@@ -8 +13 @@
-  1. Security Fixes
+  1. Security Fixes (CVE-2018-1000132,bsc#1085211)



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.QGTJ6S/_old  2018-03-20 21:51:56.131882421 +0100
+++ /var/tmp/diff_new_pack.QGTJ6S/_new  2018-03-20 21:51:56.131882421 +0100
@@ -44,7 +44,6 @@
 Requires:   python-xml
 Recommends: %{name}-lang
 Provides:   hg = %{version}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} < 1210
 BuildRequires:  docutils
 %else
@@ -110,11 +109,10 @@
 %endif
 
 %files lang -f hg.lang
-%defattr(-,root,root)
 
 %files
-%defattr(-, root, root)
-%doc README.rst CONTRIBUTORS COPYING hgweb.cgi
+%license COPYING
+%doc README.rst CONTRIBUTORS hgweb.cgi
 %{_bindir}/*
 %{_sysconfdir}/bash_completion.d/*
 %{_datadir}/zsh/
@@ -123,10 +121,10 @@
 %config %{_sysconfdir}/mercurial/hgrc.d/*
 %{_datadir}/emacs
 %{_datadir}/xemacs
-%{_mandir}/man1/hg.1*
-%{_mandir}/man5/hgignore.5*
-%{_mandir}/man5/hgrc.5*
-%{_mandir}/man8/hg-ssh.8*
+%{_mandir}/man1/hg.1%{?ext_man}
+%{_mandir}/man5/hgignore.5%{?ext_man}
+%{_mandir}/man5/hgrc.5%{?ext_man}
+%{_mandir}/man8/hg-ssh.8%{?ext_man}
 %{python_sitearch}/*
 
 %changelog





commit mercurial for openSUSE:Factory

2018-03-12 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2018-03-12 12:07:12

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial"

Mon Mar 12 12:07:12 2018 rev:125 rq:584101 version:4.5.2

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2018-02-06 
16:46:13.816277309 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2018-03-12 
12:07:16.169028642 +0100
@@ -1,0 +2,37 @@
+Wed Mar  7 08:10:06 UTC 2018 - devel...@develop7.info
+
+- Mercurial 4.5.2
+
+  (4.5.2 was released immediately after 4.5.1 to fix a release oversight.)
+  
+  1. Security Fixes
+All versions of Mercurial prior to 4.5.2 have vulnerabilities in the HTTP 
+server that allow permissions bypass to:
+* Perform writes on repositories that should be read-only
+* Perform reads on repositories that shouldn't allow read access
+  
+  2. Backwards Compatibility Changes
+The "batch" wire protocol command now enforces permissions of each invoked 
+sub-command. Wire protocol commands must define their operation type or 
the 
+"batch" command will assume they can write data and will prevent their 
+execution on HTTP servers unless the HTTP request method is POST, the 
+server is configured to allow pushes, and the (possibly authenticated) 
HTTP 
+user is authorized to perform a push.
+Wire protocol commands not defining their operation type in 
+"wireproto.PERMISSIONS" are now assumed to be used for "push" operations 
+and access control to run those commands is now enforced accordingly.
+
+  3. Bug Fixes
+fileset: don't abort when running copied() on a revision with a removed 
file
+date: fix parsing months
+setup: only allow Python 3 from a source checkout (issue5804)
+annotate: do not poorly split lines at CR (issue5798)
+subrepo: don't attempt to share remote sources (issue5793)
+subrepo: activate clone pooling to enable sharing with remote URLs
+changegroup: do not delta lfs revisions
+revlog: do not use delta for lfs revisions
+revlog: resolve lfs rawtext to vanilla rawtext before applying delta
+  
+  See full cnahgelog on 
+  
https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_4.5.1_.2F_4.5.2_.282018-03-06.29
+---

Old:

  mercurial-4.5.tar.gz
  mercurial-4.5.tar.gz.asc

New:

  mercurial-4.5.2.tar.gz
  mercurial-4.5.2.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.E4wuWl/_old  2018-03-12 12:07:17.444982909 +0100
+++ /var/tmp/diff_new_pack.E4wuWl/_new  2018-03-12 12:07:17.448982765 +0100
@@ -20,10 +20,10 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:4.5
+Version:4.5.2
 Release:0
 Summary:Scalable Distributed SCM
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Development/Tools/Version Control
 Url:https://www.mercurial-scm.org/
 Source: 
https://www.mercurial-scm.org/release/mercurial-%{version}.tar.gz

++ mercurial-4.5.tar.gz -> mercurial-4.5.2.tar.gz ++
 4037 lines of diff (skipped)




commit mercurial for openSUSE:Factory

2018-02-06 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2018-02-06 16:46:11

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial"

Tue Feb  6 16:46:11 2018 rev:124 rq:572497 version:4.5

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2017-12-19 
10:52:01.444071344 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2018-02-06 
16:46:13.816277309 +0100
@@ -1,0 +2,86 @@
+Sun Feb  4 19:11:49 UTC 2018 - devel...@develop7.info
+
+- Mercurial 4.5
+  
+  See full changelog on 
+  https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_4.5-rc_.282018-01-22.29
+  
+  1. New Features
+1.1. revert --interactive
+  The revert command now accepts the flag --interactive to allow reverting 
+  only some of the changes to the specified files.
+1.2. Accessing hidden changesets
+  Set config option `experimental.directaccess = True` to access hidden 
+  changesets from read only commands.
+1.3. githelp extension
+  The githelp extension provides the `hg githelp` command. This command 
+  attempts to convert a git command to its Mercurial equivalent. The 
+  extension can be useful to Git users new to Mercurial.
+1.4. Largefiles changes
+  largefiles: add a 'debuglfput' command to put largefile into the store
+  largefiles: add support for 'largefiles://' url scheme
+  largefiles: allow to run 'debugupgraderepo' on repo with largefiles
+  largefiles: convert EOL of hgrc before appending to bytes IO
+  largefiles: explicitly set the source and sink types to 'hg' for 
lfconvert
+  largefiles: modernize how capabilities are added to the wire protocol
+  2. hgweb changes
+hgweb now shows more information about commits: phase (if it's not 
public), 
+obsolescence status (with a short explanation and links to the successors) 
+and instabilities (e.g. orphan, phase-divergent or content-divergent).
+Client-side graph code has been simplified by delegating more work to the 
+backend, so /graph page is now more in sync with /log page, visually and 
+feature-wise. Unfortunately, this code change means that 3rd-party themes 
+for 4.5+ are required to have graphentry.tmpl template available (copy it 
+from the base theme if you don't use %include and then reference it in map 
+file) and render entries in graph.tmpl -- look at one of the core themes 
to 
+see what it needs to look like. JS functions that create graph vertices 
and 
+edges are now available in Graph.prototype, making it possible to call the 
+original functions from custom theme-specific functions if needed.
+Graph now shows different symbols for normal, branch-closing, obsolete and 
+unstable commits, and marks currently checked out commit with a circle 
+around its graph node.
+There's also now json-graph API endpoint that can be used for rendering 
+commit graph in 3rd-party applications.
+  2.1. Other Changes
+When interactive revert is run against a revision other than the working 
+directory parent, the diff shown is the diff to _apply_ to the working 
+directory, rather than the diff to _discard_ from the working copy. This 
is 
+in line with related user experiences with 'git' and appears to be less 
+confusing with 'ui.interface=curses'.
+Let 'hg rebase' avoid content-divergence by skipping obsolete changesets 
+(and their descendants) when they are present in the rebase set along with 
+one of their successors but none of their successors is in destination.
+A new experimental config flag, `rebase.experimental.inmemory`, makes 
+rebase perform an in-memory merge instead of doing it on-disk in the 
+working copy.
+The `HGPLAINEXCEPT` environment variable can now include color to allow 
+automatic output colorization in otherwise automated environments.
+A new `unamend` command in `uncommit` extension which undoes the effect of 
+the amend command by creating a new changeset which was there before amend 
+and moving the changes that were amended to the working directory.
+A '--abort' flag to merge command to abort the ongoing merge.
+An experimental flag '--rev' to 'hg branch' which can be used to change 
+branch of changesets.
+bundle2 read I/O significantly improved
+bundle2 memory use significantly reduced during read
+clonebundle: it is now possible to serve the clonebundle using a git-lfs 
+compatible server.
+templatefilters: add slashpath() to convert path separator to slash 
+(issue5572)
+A new experimental config flag, 'inline-color-diff', adds within-line 
color 
+diff capacity
+histedit: 

commit mercurial for openSUSE:Factory

2017-12-19 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2017-12-19 10:51:59

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial"

Tue Dec 19 10:51:59 2017 rev:123 rq:555201 version:4.4.1

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2017-11-14 
14:23:56.244921934 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2017-12-19 
10:52:01.444071344 +0100
@@ -9,0 +10 @@
+  bsc#1071715 CVE-2017-17458



Other differences:
--




commit mercurial for openSUSE:Factory

2017-11-14 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2017-11-14 14:23:54

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial"

Tue Nov 14 14:23:54 2017 rev:122 rq:540758 version:4.4.1

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2017-11-09 
16:25:26.648454755 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2017-11-14 
14:23:56.244921934 +0100
@@ -1,0 +2,18 @@
+Sat Nov 11 15:44:35 UTC 2017 - devel...@develop7.info
+
+- Mercurial 4.4.1
+
+  1. Notable changes
+* Git and Subversion subrepos have been disabled by default to mitigate a 
+  potential security risk if files overlapping with a subrepo managed to 
be 
+  committed to a repository.
+* Subrepos are now more paranoid about symlink traversal.
+* The share extension handles drive letters on Windows better.
+  
+  It is possible that a specially malformed repository can cause Git 
+  subrepositories to run arbitrary code in the form of a 
.git/hooks/post-update 
+  script checked in to the repository in Mercurial 4.4 and earlier. Typical 
use 
+  of Mercurial prevents construction of such repositories, but they can be 
+  created programmatically.
+
+---

Old:

  mercurial-4.4.tar.gz
  mercurial-4.4.tar.gz.asc

New:

  mercurial-4.4.1.tar.gz
  mercurial-4.4.1.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.eyhGhh/_old  2017-11-14 14:23:56.944896414 +0100
+++ /var/tmp/diff_new_pack.eyhGhh/_new  2017-11-14 14:23:56.948896268 +0100
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:4.4
+Version:4.4.1
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-4.4.tar.gz -> mercurial-4.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mercurial-4.4/.hgsigs new/mercurial-4.4.1/.hgsigs
--- old/mercurial-4.4/.hgsigs   2017-11-01 22:54:40.0 +0100
+++ new/mercurial-4.4.1/.hgsigs 2017-11-07 19:15:36.0 +0100
@@ -153,3 +153,4 @@
 920977f72c7b70acfdaf56ab35360584d7845827 0 
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

commit mercurial for openSUSE:Factory

2017-11-09 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2017-11-09 16:25:20

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial"

Thu Nov  9 16:25:20 2017 rev:121 rq:539146 version:4.4

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2017-08-24 
18:28:00.203595190 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2017-11-09 
16:25:26.648454755 +0100
@@ -1,0 +2,74 @@
+Sun Nov  5 10:56:38 UTC 2017 - devel...@develop7.info
+
+- Mercurial 4.4
+  
+  Notable changes
+Control whitespace settings for annotation on hgweb
+
+* /annotate URLs on hgweb now accept query string arguments to influence 
how 
+  whitespace changes impact results.
+* The arguments "ignorews," "ignorewsamount," "ignorewseol," and 
+  "ignoreblanklines" now have the same meaning as their [annotate] config 
+  section counterparts. Any provided setting overrides the server default.
+* HTML checkboxes have been added to the paper and gitweb themes to expose 
+  current whitespace settings and to easily modify the current view.
+Fast, heuristic copy-tracing
+  A new fast heuristic algorithm for copytracing which assumes that the 
+  files moves are either:
+1. renames in the same directory
+2. moves in other directories with same names
+  You can use this algorithm by setting 
'experimental.copytrace=heuristics'. 
+  This setting performs full copytracing if both source and destination 
+  branches contains non-public changesets only.
+Other changes
+  * Estimated time is more accurate with non-linear progress
+  * "hg status -v" can now show unfinished state. For example, when in an 
+unfinished rebase state, "hg status -v" might show:
+# The repository is in an unfinished *rebase* state.
+# No unresolved merge conflicts.
+# To continue:hg rebase --continue
+# To abort:   hg rebase --abort
+  * Added '--ignore-space-at-eol' diff option to ignore whitespace 
+differences at line endings.
+  * show: use consistent node length in views
+  * show: decrease minimum displayed hash length from 5 to 4
+  * A new uncommit extension which provides 'hg uncommit' using which one 
+can uncommit part or all of the changeset. This command undoes the 
+effect of a local commit, returning the affected files to their 
+uncommitted state.
+  * 'hg clone --uncompressed' uses clone bundles when possible
+  * 'hg annotate --skip' now prints a '*' on lines with skipped revisions
+  * New 'commands.update.check' feature to adjust constraints on when 
+'hg update' will allow updates with a dirty working copy.
+  * Add an experimental -L/--line-range FILE,FROMLINE:TOLINE option to 
+'hg log' command to follow the history of files by line range. In 
+combination with -p/--patch option, only diff hunks within specified 
+line range will be displayed. Feedback, especially on UX aspects, is 
+welcome.
+  * Print warning when fsmonitor isn't being used on a large repository
+  
+  Read rest of the changelog at 
+  https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_4.4_.282017-11-01.29
+
+- Mercurial 4.3.3
+
+  * Prevent crashes when clearing progress bar. (issue5684)
+  * rebase: move bookmarks with --keep (issue5682)
+  
+- Mercurial 4.3.2
+
+  * restore compatibility with older versions of Python 2.7 by not using a 
+bytearray with struct.unpack_from()
+  * restore mingw compatibility for setup.py
+  * hgwebdir: read 'web.template' untrusted (plugs potential security issue)
+  * repair: preserve phase when not using generaldelta (issue5678)
+  * ssh: fix flakey ssh errors on BSD systems
+  * restore error handling behavior around certain I/O errors; the regressed 
+behavior could result in transactions not being properly rolled back if 
+stdio handles encountered errors (issue5658)
+  * templatekw: choose {latesttag} by len(changes), not date (issue5659)
+  * record: fix revert -i for lines without newline (issue5651)
+  * mq: create non-lossy patches, also with custom global diff configuration
+
+- Fixed README file name (now it's README.rst)
+---

Old:

  mercurial-4.3.1.tar.gz
  mercurial-4.3.1.tar.gz.asc

New:

  mercurial-4.4.tar.gz
  mercurial-4.4.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.stKe5B/_old  2017-11-09 16:25:27.712415912 +0100
+++

commit mercurial for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2017-08-24 18:27:57

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial"

Thu Aug 24 18:27:57 2017 rev:120 rq:517363 version:4.3.1

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2017-08-17 
11:44:49.439774644 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2017-08-24 
18:28:00.203595190 +0200
@@ -1,0 +2,23 @@
+Tue Aug 15 14:26:18 CEST 2017 - ti...@suse.de
+
+- Mercurial 4.3.1:
+  This is a regularly-scheduled quarterly feature release,
+  including the previous two security fixes (CVE-2017-1000115,
+  CVE-2017-1000116)
+
+  Notable changes:
+  * experimental amend extension providing the amend command
+  * experimental sparse extension
+  * Support for Python 2.6 has been dropped.
+  * Bundles created by the strip extension now store phase
+information. It will be restored when unbundling.
+  * The strip extension now removes relevant obsmarkers.
+If a backup requested (the default), the obsmarkers are stored
+in the backup bundle and will be restored when unbundling.
+  * hg show work (from the experimental show extension) now
+displays more info
+  * hg show stack is a new view for the current, in-progress
+changeset and others around it
+  * Mitigation for two security vulnerabilities 
+
+---
@@ -8 +31 @@
-(CVE-2017-1000115)
+(CVE-2017-1000115 bsc#1053344)

Old:

  mercurial-4.2.3.tar.gz
  mercurial-4.2.3.tar.gz.asc

New:

  mercurial-4.3.1.tar.gz
  mercurial-4.3.1.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.Je1nn4/_old  2017-08-24 18:28:00.943490948 +0200
+++ /var/tmp/diff_new_pack.Je1nn4/_new  2017-08-24 18:28:00.947490385 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:4.2.3
+Version:4.3.1
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-4.2.3.tar.gz -> mercurial-4.3.1.tar.gz ++
 86436 lines of diff (skipped)




commit mercurial for openSUSE:Factory

2017-08-17 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2017-08-17 11:44:47

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial"

Thu Aug 17 11:44:47 2017 rev:119 rq:515999 version:4.2.3

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2017-07-12 
19:31:09.769365251 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2017-08-17 
11:44:49.439774644 +0200
@@ -1,0 +2,12 @@
+Thu Aug 10 22:58:59 CEST 2017 - ti...@suse.de
+
+- mercurial 4.2.3: security fix updates for 
+  CVE-2017-1000115 and CVE-2017-1000116:
+  * Mercurial's symlink auditing was incomplete prior to 4.3, and
+could be abused to write to files outside the repository
+(CVE-2017-1000115)
+  * Mercurial was not sanitizing hostnames passed to ssh, allowing
+shell injection attacks by specifying a hostname starting with
+-oProxyCommand (CVE-2017-1000116, bsc#1052696)
+
+---

Old:

  mercurial-4.2.2.tar.gz
  mercurial-4.2.2.tar.gz.asc

New:

  mercurial-4.2.3.tar.gz
  mercurial-4.2.3.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.BbjMIU/_old  2017-08-17 11:44:51.003553938 +0200
+++ /var/tmp/diff_new_pack.BbjMIU/_new  2017-08-17 11:44:51.027550551 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:4.2.2
+Version:4.2.3
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-4.2.2.tar.gz -> mercurial-4.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mercurial-4.2.2/PKG-INFO new/mercurial-4.2.3/PKG-INFO
--- old/mercurial-4.2.2/PKG-INFO2017-07-05 17:24:40.0 +0200
+++ new/mercurial-4.2.3/PKG-INFO2017-08-10 20:15:05.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: mercurial
-Version: 4.2.2
+Version: 4.2.3
 Summary: Fast scalable distributed SCM (revision control, version control) 
system
 Home-page: https://mercurial-scm.org/
 Author: Matt Mackall and many others
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mercurial-4.2.2/hgext/fsmonitor/__init__.py 
new/mercurial-4.2.3/hgext/fsmonitor/__init__.py
--- old/mercurial-4.2.2/hgext/fsmonitor/__init__.py 2017-07-05 
17:24:17.0 +0200
+++ new/mercurial-4.2.3/hgext/fsmonitor/__init__.py 2017-08-10 
20:14:47.0 +0200
@@ -394,7 +394,7 @@
 visit.update(f for f in copymap
  if f not in results and matchfn(f))
 
-audit = pathutil.pathauditor(self._root).check
+audit = pathutil.pathauditor(self._root, cached=True).check
 auditpass = [f for f in visit if audit(f)]
 auditpass.sort()
 auditfail = visit.difference(auditpass)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mercurial-4.2.2/mercurial/__version__.py 
new/mercurial-4.2.3/mercurial/__version__.py
--- old/mercurial-4.2.2/mercurial/__version__.py2017-07-05 
17:24:37.0 +0200
+++ new/mercurial-4.2.3/mercurial/__version__.py2017-08-10 
20:15:01.0 +0200
@@ -1,2 +1,2 @@
 # this file is autogenerated by setup.py
-version = "4.2.2"
+version = "4.2.3"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mercurial-4.2.2/mercurial/cmdutil.py 
new/mercurial-4.2.3/mercurial/cmdutil.py
--- old/mercurial-4.2.2/mercurial/cmdutil.py2017-07-05 17:24:17.0 
+0200
+++ new/mercurial-4.2.3/mercurial/cmdutil.py2017-08-10 20:14:48.0 
+0200
@@ -3218,7 +3218,7 @@
 pass
 repo.dirstate.remove(f)
 
-audit_path = pathutil.pathauditor(repo.root)
+audit_path = pathutil.pathauditor(repo.root, cached=True)
 for f in actions['forget'][0]:
 if interactive:
 choice = repo.ui.promptchoice(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mercurial-4.2.2/mercurial/dirstate.py 
new/mercurial-4.2.3/mercurial/dirstate.py
--- old/mercurial-4.2.2/mercurial/dirstate.py   2017-07-05 17:24:17.0 
+0200
+++ new/mercurial-4.2.3/mercurial/dirstate.py   2017-08-10 20:14:47.0 
+0200
@@ -1089,7 +1089,7 @@
 # that wasn't ignored, and everything that matched was stat'ed
 # and is already in results.
 # The rest must thus be ignored or under a symli

commit mercurial for openSUSE:Factory

2017-07-12 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2017-07-12 19:31:08

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial"

Wed Jul 12 19:31:08 2017 rev:118 rq:508496 version:4.2.2

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2017-05-10 
20:35:49.851184190 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2017-07-12 
19:31:09.769365251 +0200
@@ -1,0 +2,21 @@
+Wed Jul  5 19:37:07 UTC 2017 - devel...@develop7.info
+
+- Mercurial 4.2.2
+  This is a regularly-scheduled bugfix release.
+  
+  * largefiles: avoid a crash when archiving a subrepo with largefiles disabled
+  * rebase: also test abort from pretxnclose error
+  * rebase: backed out changes 2519994d25ca and cf8ad0e6c0e4 (issue5610)
+  * rebase: reinforce testing around precommit hook interrupting a rebase
+
+- Mercurial 4.2.1
+  This is a regularly-scheduled bugfix release.
+
+  * `hg graft` now works when grafting across merges that were problematic 
+before (b4e1e30528c7).
+  * A race condition in `hg status` was partially fixed (issue5584).
+  * The message about deprecated SHA-1 hashes in the [hostfingerprints] config 
+section now references the correct syntax for replacing them with SHA-256 
+hashes (issue5559).
+
+---

Old:

  mercurial-4.2.tar.gz
  mercurial-4.2.tar.gz.asc

New:

  mercurial-4.2.2.tar.gz
  mercurial-4.2.2.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.Z6NRh6/_old  2017-07-12 19:31:10.477265371 +0200
+++ /var/tmp/diff_new_pack.Z6NRh6/_new  2017-07-12 19:31:10.477265371 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:4.2
+Version:4.2.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-4.2.tar.gz -> mercurial-4.2.2.tar.gz ++
 9389 lines of diff (skipped)

++ mercurial.keyring ++
--- /var/tmp/diff_new_pack.Z6NRh6/_old  2017-07-12 19:31:11.329145176 +0200
+++ /var/tmp/diff_new_pack.Z6NRh6/_new  2017-07-12 19:31:11.329145176 +0200
@@ -7,10 +7,10 @@
 uid   [ unknown] Kevin Bullock 
 sub   rsa4096 2013-08-05 [E] [expires: 2018-08-04]
 
-pub   rsa4096 2012-05-13 [SC] [expires: 2017-02-21]
+pub   rsa4096 2012-05-13 [SC] [expires: 2019-03-04]
   2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5
-uid   [ expired] Augie Fackler 
-sub   rsa4096 2012-05-13 [E] [expires: 2017-02-21]
+uid   [ unknown] Augie Fackler 
+sub   rsa4096 2012-05-13 [E] [expires: 2019-03-04]
 
 -BEGIN PGP PUBLIC KEY BLOCK-
 
@@ -124,18 +124,18 @@
 Rk9KeYomKcwMIyep9DFaY1z55bR56ZM9M+TMWXJupdjPDWwnDTA0HsX+gJMsY7iF
 4fxeMHPGaPjSMz9aRA3/hN4sr0TfndwuSN5sm7E2BdGpVt4yGlGC0eUAEQEAAbQf
 QXVnaWUgRmFja2xlciA8cmFmQGR1cmluNDIuY29tPokCPgQTAQIAKAIbAwYLCQgH
-AwIGFQgCCQoLBBYCAwECHgECF4AFAlaC1GcFCQj8cwwACgkQucncgkqlvdWA6g//
-UX+7+0t7odjemjYvlCEH39Ol0AxHCvKzvXfVto2b6BiRqXxF5ulDi8aNy37/aX7O
-Giperwp6cjxT6nGCRxKaqvZ/7RnbL6LC7Ixkas0VuEEe63D6xMVF/nA8BnPZb3N6
-fiRmsJm5kuk8fYbdKSxuJDok3JF1OVlOJiV6Ck/H5ruhF5iRyqHOXeFiiV3+LE+M
-Z5igzAC8nD86bCZhbAMBEhKSHT5o7cTCEqfp4j1S/KGLnlPOjEEZFseF7ksGdqdA
-cvglNppZfcWrQ2G4zZhlHCIYX7ABqSgZ45q0vaGeRX1jf+PEp50oZqKJF6gKdIHe
-hafr+6EnyBpuil3zmcjuitJBSXwbQEog7Ar5O1PYy5/TC5REwJXZ1yX/3Hm7+Yaw
-ie9VVdrH9GlRfiLgSPsRyefI7fRk0Z3MnBlrpEZ24a8MnmkffisTfO4LaVUIn8MS
-lr3jePVlHq3CMXI5+EUHiLgiFGint8JCTC2y4f51PeZoZz8YEOlUY/uZ2BNl3rh7
-uCo6ZCu81Jmil9qOda42jDGaF+nYjbRb4LEFAvHOdr4se5Lj/+goQ8MKjq6EgL0H
-l6FkCjasxYLCF7i2a/wjgKfMicuj7MkeZnZuuOGRKPsnqd31fbd0snbFLH0eZosL
-6JYcYy5hdRsEyoBQ4yGUDRf1gf/3z23KWr0X5EwHb4O5Ag0ET7AXTgEQAKDyEur5
+AwIGFQgCCQoLBBYCAwECHgECF4AFAli4xDMFCQzMZWUACgkQucncgkqlvdV0CBAA
+j+lUagxOimANCC/Mt/KWi1Zg/PFj36WmuuoIj7GTcO9nXKVd+Htu1lg/0+4KxA/k
+FDxogsmG9Wy/SgKCJcX93nGDZ6h3X0SxYHvomSXtlWPTw59zDGEuQeVzCNWJcFTa
+FDeS0OVMVA0DQKVqcGCOP6+lLiKM3FkviYlyvDqNTqmdWnJ+EdR3wCafjq+dabv7
+Q1gr+BWkJ9Q4rwE3l09OdqKXaoj6LiomAVDE8NXRQwE7j/D4q3EnwzJDKJmHYj9c
+zBjAESf1TBJuB5SBEsHymoERdpcmIZlTRSwlJE7ob4tG10nj2rJn17gU0PA4qlJE
+EDn6BvrKpL5l4A4X2HVF2VxpOoWzUO21CVk5tfm+42hvBz/IxxJ7Pd7P7Puaqa+i
+15zDu3tTUiGs+BkBFxUtxU230i5dMkW0z9ESRGwthI+4hY4uKfQbAdQ/JNvRgtKu
+cmROEB5g9BoNYb4bJYuk65AeHfOaX0F6TEh8fOPMyMVqhH8JmizhW4MNKSRIQy4r
+9zuZU6lks1LG7oooNjj0A3TZANtiU95O7mNZ6kWbKgzSTi4iHLbrfipFI6e9ROW+
+V0IBi9pOQJtwkGzDXs/fFrmnDu0VbGyA5XvlTTTCm9R3u46W6LFp1xaa4OTkfGiH
+qIVb7vPXXQoz8bxj6yTMMGxa98dydC+ELWeTWkcy+se5Ag0ET7AXTgEQAKDyEur5
 9nCQxShx1851/jA3YSMQusLuTewaVc6Ou5CCb7wFYmSzWosEJcRUgtJr6ZDWiQr

commit mercurial for openSUSE:Factory

2017-05-10 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2017-05-10 20:35:47

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial"

Wed May 10 20:35:47 2017 rev:117 rq:493304 version:4.2

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2017-04-11 
09:29:43.983858473 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2017-05-10 
20:35:49.851184190 +0200
@@ -1,0 +2,21 @@
+Sun May  7 09:12:06 UTC 2017 - devel...@develop7.info
+
+- Mercurial 4.2
+  This is a regularly-scheduled quarterly feature release.
+
+  * Notable changes
++ Pager support has been moved into core and is now enabled by default. 
+  This is now controlled with the ui.paginate setting.
+  Note that in 4.2-rc, the ui.paginate option was named pager.enable. The 
+  old name has been dropped in the final release. If you had turned 
+  pagination off using pager.enable=False, please update your config.
++ Color support has also been moved into core and is now enabled by 
default 
+  (the ui.color setting now defaults to 'auto').
++ The new experimental 'show' extension provides a way to view various 
+  information about your repository in an ergonomic way. It is 
deliberately 
+  designed for human consumption and not for scripting, so it doesn't 
carry 
+  the same backward compatibility guarantees as other commands. See 
+  'hg help -e show' for more information.
++ Mercurial now requires `setuptools` on Windows
+
+---

Old:

  mercurial-4.1.2.tar.gz
  mercurial-4.1.2.tar.gz.asc

New:

  mercurial-4.2.tar.gz
  mercurial-4.2.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.vbV7ED/_old  2017-05-10 20:35:51.023018857 +0200
+++ /var/tmp/diff_new_pack.vbV7ED/_new  2017-05-10 20:35:51.027018292 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:4.1.2
+Version:4.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-4.1.2.tar.gz -> mercurial-4.2.tar.gz ++
 75439 lines of diff (skipped)




commit mercurial for openSUSE:Factory

2017-04-11 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2017-04-11 09:29:36

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial"

Tue Apr 11 09:29:36 2017 rev:116 rq:485724 version:4.1.2

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2017-02-06 
14:33:41.230490092 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2017-04-11 
09:29:43.983858473 +0200
@@ -1,0 +2,19 @@
+Tue Apr  4 17:29:18 UTC 2017 - devel...@develop7.info
+
+- Mercurial 4.1.2
+  This is a regularly-scheduled bugfix release.
+
+  + Mercurial should work inside IIS on Windows again. (issue5493)
+  + zstd support now refuses to work on old bundle formats. (issue5506)
+  + Merges involving subrepositories no longer crash in some cases. (issue5505)
+  + Checking for new heads during push is no longer accidentally quadratic
+
+- Mercurial 4.1.1
+  This is a regularly-scheduled bugfix release.
+
+  + Several incorrect mailing list addresses have been corrected.
+  + Various error cases have been corrected during push and pull.
+  + Minor issues that happened when Mercurial spawned worker processes have 
+been fixed.
+
+---

Old:

  mercurial-4.1.tar.gz
  mercurial-4.1.tar.gz.asc

New:

  mercurial-4.1.2.tar.gz
  mercurial-4.1.2.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.fJvWCu/_old  2017-04-11 09:29:45.691617285 +0200
+++ /var/tmp/diff_new_pack.fJvWCu/_new  2017-04-11 09:29:45.691617285 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:4.1
+Version:4.1.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-4.1.tar.gz -> mercurial-4.1.2.tar.gz ++
 4638 lines of diff (skipped)

++ mercurial.keyring ++
--- /var/tmp/diff_new_pack.fJvWCu/_old  2017-04-11 09:29:46.555495279 +0200
+++ /var/tmp/diff_new_pack.fJvWCu/_new  2017-04-11 09:29:46.555495279 +0200
@@ -7,6 +7,11 @@
 uid   [ unknown] Kevin Bullock 
 sub   rsa4096 2013-08-05 [E] [expires: 2018-08-04]
 
+pub   rsa4096 2012-05-13 [SC] [expires: 2017-02-21]
+  2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5
+uid   [ expired] Augie Fackler 
+sub   rsa4096 2012-05-13 [E] [expires: 2017-02-21]
+
 -BEGIN PGP PUBLIC KEY BLOCK-
 
 mQINBFH/ChIBEADEajjD1+fw19RfXYGwuez6W3PL7w1NQ6AsDVyd0rqTwIGv30Z7
@@ -106,6 +111,53 @@
 Li4/qINXG3lh2zcx9j51rR+LTDERw4OkoTAtXkJLrW6IA0CLAusLB87eDlzqtbN4
 Nwst6ZWtz7PYqLHgqKNWl4gf/1oiLkmaFN/rxEEmBfCl9yPKKICe4sjBca8bxDXD
 4xBYiaFocuOMo1nhH+xDIqgd5U2vZd33dXb5vcO2jZI/2mtg4bFcZMbSgZkTgVZb
-wCiHshhkgf0lP6G1slV7uvMpUyMpJ4qTDsUxumc/wGh8RvP+87tLeysPNeI+Tg==
-=qCxb
+wCiHshhkgf0lP6G1slV7uvMpUyMpJ4qTDsUxumc/wGh8RvP+87tLeysPNeI+TpkC
+DQRPsBdOARAA0/CqIyRjQuPQcVFe76ur5bW1zcTQMSoCgPBPlYBft+Kxq+rpP1dN
+xTJLt7Gc79iyOmFy5OVdLDAq45CMyEWjQDPmg2g5/9cglKpUhmhIdPyyhaGkMWuz
+nim7fASPSTSM1Stn8O3L+yE/wyeqJ4icCKC4Cmkfr6SAUbt+7zUnaVqvJ22+orba
+Z3fwo2T3nV/WXnuN/hMyYq3VLIu4Qe7D9yxOSbUw/3PuKq1LQ5FpZQcishVRs0DQ
+GJWzIEAx1sXw/pf7tu0UQ2YzwIsZ6nqtHaIKC7hOUi6bI0ZWzkjLlQJv9DpLFyid
+yg4AFjcxBH7TbnUeX8f7cyUT/Pry3EfN/FSft7zp6RSzMcrEhyu+skTABMRZ7+9d
+rv1PggGJa6sFjjTUb7qv6m94E1Bz8Xar4jh59xel/0LsyEvSr141+csQdAjItS9G
+82Bf6j43f/Tl9PYRthDPDhxBjothEe6jrI6y76LLBpZAetuAQJfX6+Uv2AhWbDyO
+bKssfqRXIjN1XBzmRm3k5SGBtZuB5Y6Xc2yxH1HOx37Z9210bXxKLcoHrCw6uAkB
+Rk9KeYomKcwMIyep9DFaY1z55bR56ZM9M+TMWXJupdjPDWwnDTA0HsX+gJMsY7iF
+4fxeMHPGaPjSMz9aRA3/hN4sr0TfndwuSN5sm7E2BdGpVt4yGlGC0eUAEQEAAbQf
+QXVnaWUgRmFja2xlciA8cmFmQGR1cmluNDIuY29tPokCPgQTAQIAKAIbAwYLCQgH
+AwIGFQgCCQoLBBYCAwECHgECF4AFAlaC1GcFCQj8cwwACgkQucncgkqlvdWA6g//
+UX+7+0t7odjemjYvlCEH39Ol0AxHCvKzvXfVto2b6BiRqXxF5ulDi8aNy37/aX7O
+Giperwp6cjxT6nGCRxKaqvZ/7RnbL6LC7Ixkas0VuEEe63D6xMVF/nA8BnPZb3N6
+fiRmsJm5kuk8fYbdKSxuJDok3JF1OVlOJiV6Ck/H5ruhF5iRyqHOXeFiiV3+LE+M
+Z5igzAC8nD86bCZhbAMBEhKSHT5o7cTCEqfp4j1S/KGLnlPOjEEZFseF7ksGdqdA
+cvglNppZfcWrQ2G4zZhlHCIYX7ABqSgZ45q0vaGeRX1jf+PEp50oZqKJF6gKdIHe
+hafr+6EnyBpuil3zmcjuitJBSXwbQEog7Ar5O1PYy5/TC5REwJXZ1yX/3Hm7+Yaw
+ie9VVdrH9GlRfiLgSPsRyefI7fRk0Z3MnBlrpEZ24a8MnmkffisTfO4LaVUIn8MS
+lr3jePVlHq3CMXI5+EUHiLgiFGint8JCTC2y4f51PeZoZz8YEOlUY/uZ2BNl3rh7
+uCo6ZCu81Jmil9qOda42jDGaF+nYjbRb4LEFAvHOdr4se5Lj/+goQ8MKjq6EgL0H
+l6FkCjasxYLCF7i2a/wjgKfMicuj7MkeZnZuuOGRKPsnqd31fbd0snbFLH0eZosL
+6JYcYy5hdRsEyoBQ4yGUDRf1gf/3z23KWr0X5EwHb4O5Ag0ET7AXTgEQAKDyEur5
+9nCQxShx1851/jA3YSMQusLuTewaVc6Ou5CCb7wFYmSzWosEJcRUgtJr6ZDWiQrR
+tdYHR1Oek1tlrPcMk9ZAKpIKdrZfI6Vj+j29RVEKpi9O50YzNdbCkORsrk

commit mercurial for openSUSE:Factory

2017-02-06 Thread root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2017-02-06 14:33:39

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  2017-01-11 
11:53:17.631193200 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2017-02-06 
14:33:41.230490092 +0100
@@ -1,0 +2,44 @@
+Wed Feb  1 20:59:31 UTC 2017 - devel...@develop7.info
+
+- Mercurial 4.1
+  This is a regularly-scheduled quarterly feature release.
+  
+  + Features
+* A new extensible "compression engines" API has been implemented. Support 
+  for a new compression format can now be implemented in extensions.
+* New compression formats are fully supported in bundles and the wire 
+  protocol. There is experimental support for different compression in 
+  revlogs.
+* zstd - a new and exciting compression engine - is now distributed with 
+  Mercurial and built by default
+* HTTP payloads for many commands will now use zstd by default (as opposed 
+  to zlib) when both client and server support it. This can reduce 
+  server-side CPU usage to ~60% of original for operations like serving 
+  bundles.
+* zstd compressed bundles can be produced by specifying the `zstd` bundle 
+  type. e.g. `hg bundle -a -t zstd-v2 zstd-bundle.hg`.
+* A new statistical profiler has been added and made the default profiler 
+  for `--profile`. This profiler gives more accurate results than Python's 
+  built-in cProfile (the previous default) because the profiler overhead 
is 
+  much smaller. The output from `--profile` now displays the code hot path 
+  by default. This allows Mercurial developers to more accurately identify 
+  performance problems.
+* New `followlines(file, from:to, startrev=.)` revset predicate to track a 
+  part of changes.
+* Experimental support for additional git-diff features.
+* Troubled changes (from ChangesetEvolution) are noted more prominently in 
a few places.
+* An experimental hg debugupgraderepo command allows in-place upgrading of 
+  repositories to the latest storage format.
+  + Improvements
+* Performance of reading individual revlog entries has been greatly 
+  improved. This will be noticeable when performing changelog scans on 
+  large repositories (such as when executing certain revsets).
+* The low-level content diffing algorithm is now ~2x faster. Operations 
+  that write data to the repository (like commit) can be noticeably faster 
+  as a result.
+  
+  See complete changelog at 
+  https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_4.1_.282017-2-1.29
+- refreshed mercurial-locale-path-fix.patch and mercurial-hgk-path-fix.diff
+- refresh package keyring
+---

Old:

  mercurial-4.0.2.tar.gz
  mercurial-4.0.2.tar.gz.asc

New:

  mercurial-4.1.tar.gz
  mercurial-4.1.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.DcU8Sv/_old  2017-02-06 14:33:41.850400529 +0100
+++ /var/tmp/diff_new_pack.DcU8Sv/_new  2017-02-06 14:33:41.854399951 +0100
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:4.0.2
+Version:4.1
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-4.0.2.tar.gz -> mercurial-4.1.tar.gz ++
 62874 lines of diff (skipped)

++ mercurial-hgk-path-fix.diff ++
--- /var/tmp/diff_new_pack.DcU8Sv/_old  2017-02-06 14:33:42.866253763 +0100
+++ /var/tmp/diff_new_pack.DcU8Sv/_new  2017-02-06 14:33:42.866253763 +0100
@@ -2,7 +2,7 @@
 ===
 --- contrib/hgk.orig
 +++ contrib/hgk
-@@ -4089,6 +4089,10 @@ proc getconfig {} {
+@@ -4086,6 +4086,10 @@ proc getconfig {} {
  }
  
  # defaults...

++ mercurial-locale-path-fix.patch ++
--- /var/tmp/diff_new_pack.DcU8Sv/_old  2017-02-06 14:33:42.878252030 +0100
+++ /var/tmp/diff_new_pack.DcU8Sv/_new  2017-02-06 14:33:42.878252030 +0100
@@ -1,14 +1,13 @@
-Index: mercurial-4.0/mercurial/i18n.py
+Index: mercurial-4.1/mercurial/i18n.py
 ===
 mercurial-4.0.orig/mercurial/i18n.py
-+++ mercurial-4.0/mercurial/i18n.py
-@@ -49,7 +49,7 @@ if (os.name == 'nt'
- _ugettext = None
+--- mercurial-4.1.orig/mercurial/i18n.py
 mercurial-4.1/mercurial/i18n.py

commit mercurial for openSUSE:Factory

2016-11-03 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2016-11-03 12:56:17

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  2016-09-27 
13:41:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2016-11-03 
12:56:18.0 +0100
@@ -1,0 +2,28 @@
+Wed Nov  2 05:21:09 UTC 2016 - devel...@develop7.info
+
+- Mercurial 4.0
+  This is a regularly-scheduled quarterly feature release. Unlike other 
+  4.0 software releases, this is simply 3.9 + .1, so it should be the usual 
+  pain-free upgrade.
+  
+  + Features
+* The following commands now also have experimental formatter support: 
+  'hg version', 'hg grep' and 'hg config'
+* New template keywords and functions: `termwidth`, `mod(a, b)`, 
+  `relpath(path)`
+* Basic arithmetic operations in template such as `termwidth - 10`
+* `follow()` revset takes new `startrev` parameter
+* Bash completion now allows skipping potentially expensive status call 
+  for completing 'hg status' arguments, using $HGCOMPLETE_NOSTATUS 
+  environment variable
+  + Improvements
+* A number of changes were made to move and copy tracking, to make sure 
+  move and copy information is not lost during commands like 'hg graft'
+* Compound revset expression is now properly ordered
+* Python 3 support has received a lot of improvements (but will take a 
+  lot of additional work)
+* zlib performance in hgweb is improved, and it's possible to control zlib 
+  compression level using server.zliblevel option
+- Refreshed mercurial-hgk-path-fix.diff and mercurial-locale-path-fix.patch
+
+---

Old:

  mercurial-3.9.1.tar.gz
  mercurial-3.9.1.tar.gz.asc

New:

  mercurial-4.0.tar.gz
  mercurial-4.0.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.LL1h96/_old  2016-11-03 12:56:20.0 +0100
+++ /var/tmp/diff_new_pack.LL1h96/_new  2016-11-03 12:56:20.0 +0100
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:3.9.1
+Version:4.0
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-3.9.1.tar.gz -> mercurial-4.0.tar.gz ++
 31430 lines of diff (skipped)

++ mercurial-hgk-path-fix.diff ++
--- /var/tmp/diff_new_pack.LL1h96/_old  2016-11-03 12:56:21.0 +0100
+++ /var/tmp/diff_new_pack.LL1h96/_new  2016-11-03 12:56:21.0 +0100
@@ -2,7 +2,7 @@
 ===
 --- contrib/hgk.orig
 +++ contrib/hgk
-@@ -4052,6 +4052,10 @@ proc getconfig {} {
+@@ -4089,6 +4089,10 @@ proc getconfig {} {
  }
  
  # defaults...

++ mercurial-locale-path-fix.patch ++
--- /var/tmp/diff_new_pack.LL1h96/_old  2016-11-03 12:56:21.0 +0100
+++ /var/tmp/diff_new_pack.LL1h96/_new  2016-11-03 12:56:21.0 +0100
@@ -1,12 +1,12 @@
-Index: mercurial-3.8.1/mercurial/i18n.py
+Index: mercurial-4.0/mercurial/i18n.py
 ===
 mercurial-3.8.1.orig/mercurial/i18n.py
-+++ mercurial-3.8.1/mercurial/i18n.py
-@@ -46,7 +46,7 @@ if (os.name == 'nt'
+--- mercurial-4.0.orig/mercurial/i18n.py
 mercurial-4.0/mercurial/i18n.py
+@@ -49,7 +49,7 @@ if (os.name == 'nt'
  _ugettext = None
  
  def setdatapath(datapath):
--localedir = os.path.join(datapath, 'locale')
+-localedir = os.path.join(datapath, pycompat.sysstr('locale'))
 +localedir = '/usr/share/locale'
  t = gettextmod.translation('hg', localedir, _languages, fallback=True)
  global _ugettext

++ mercurial.keyring ++
 1418 lines (skipped)
 between mercurial.keyring
 and /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.keyring




commit mercurial for openSUSE:Factory

2016-09-27 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2016-09-27 13:41:20

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  2016-08-05 
18:13:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2016-09-27 
13:41:22.0 +0200
@@ -1,0 +2,18 @@
+Mon Sep 19 16:16:20 UTC 2016 - devel...@develop7.info
+
+- Mercurial 3.9.1 (2016-9-1)
+  This is a regularly-scheduled bugfix release.
+
+  * bundle2: fail faster when interrupted
+  * bundle2: localize handleoutput remote prompts
+  * convert: move svn config initializer out of the module level
+  * debian: update source URL in copyright file
+  * exchange: correctly specify url to unbundle (issue5145)
+  * help: add example of '[templates]' usage
+  * help: update link to wiki/CommandServer
+  * osx: update bugzilla link in readme
+  * revset: fix keyword arguments to go through optimization process
+  * win32: update link to mailing list in readme
+  * win32: update wiki link in mercurial.ini
+
+---

Old:

  mercurial-3.9.tar.gz
  mercurial-3.9.tar.gz.asc

New:

  mercurial-3.9.1.tar.gz
  mercurial-3.9.1.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.BPqpiJ/_old  2016-09-27 13:41:23.0 +0200
+++ /var/tmp/diff_new_pack.BPqpiJ/_new  2016-09-27 13:41:23.0 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:3.9
+Version:3.9.1
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-3.9.tar.gz -> mercurial-3.9.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mercurial-3.9/.hgsigs new/mercurial-3.9.1/.hgsigs
--- old/mercurial-3.9/.hgsigs   2016-08-01 18:37:26.0 +0200
+++ new/mercurial-3.9.1/.hgsigs 2016-09-01 21:01:44.0 +0200
@@ -130,3 +130,4 @@
 a9764ab80e11bcf6a37255db7dd079011f767c6c 0 
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

commit mercurial for openSUSE:Factory

2016-08-05 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2016-08-05 18:13:46

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  2016-07-01 
09:50:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2016-08-05 
18:13:48.0 +0200
@@ -1,0 +2,50 @@
+Mon Aug  1 18:01:50 UTC 2016 - devel...@develop7.info
+
+- Mercurial v3.9
+  + Features
+* ui.textwidth can now be set to define width of help text
+* separate() template function added
+* ui.rollback can be set to false to disable the hg rollback command
+* fail- hooks now run when a command fails
+* experimental.graphstyle.* config options to control styling of graphs in 
+  console
+* experimental.histedit.autoverb allows histedit lines beginning with 
+  "verb!" to be interpreted as histedit actions
+* [hostsecurity] config section for defining advanced per-host security 
+  settings
+* ability to define the SHA-256 and SHA-512 hashes of pinned server 
+  certificates
+* ability to define CA certificates on a per-host basis
+* ability to define the minimum TLS protocol version on a global or 
+  per-host basis
+* sort() revset can now perform topological sorts using the topo option
+* hgweb can now render JSON for filelog, filerevision, summary, and search 
+  web commands
+* [paths] entries can now define a pushrev sub-option to control which 
+  revisions to push by default
+* The experimental 'journal' extension was added, allowing users to view 
+  the previous positions of bookmarks and the working copy
+  + Improvements
+This release includes many improvements, including (but not limited to):
+* performance of `hg diff` has been improved
+* chg now detects more changes to the configuration and execution 
+  environment
+* SSL/TLS code has been significantly refactored and now is consistent 
+  across all consumers (HTTPS, SMTPS)
+* performance improvements to server communication (particularly for the 
+  largefiles and remotefilelog extensions)
+* connections to servers whose certificate authority (CA) is unknown are 
+  now refused even if no CA certificates are available (see 
SecureConnections for details)
+* fingerprints of server certificates are now printed using SHA-256 
+  instead of SHA-1
+* reads and writes to certain files is now robust and avoids more race 
+  conditions and edge cases (see ExactCacheValidationPlan)
+* performance improvements to certain revsets
+* cloning will no longer prompt for a password multiple times when cloning 
+  from a server that requires a password
+* annotate view in hgweb now groups lines into blocks depending on their 
+  revision and highlights lines for the current revision
+* hgweb now displays extra information and also navigation links in popups 
+  for each line in annotate view
+
+---

Old:

  mercurial-3.8.3.tar.gz
  mercurial-3.8.3.tar.gz.asc

New:

  mercurial-3.9.tar.gz
  mercurial-3.9.tar.gz.asc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.ybwojP/_old  2016-08-05 18:13:49.0 +0200
+++ /var/tmp/diff_new_pack.ybwojP/_new  2016-08-05 18:13:49.0 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 Name:   mercurial
-Version:3.8.3
+Version:3.9
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-3.8.3.tar.gz -> mercurial-3.9.tar.gz ++
 35435 lines of diff (skipped)

++ mercurial.keyring ++
--- /var/tmp/diff_new_pack.ybwojP/_old  2016-08-05 18:13:50.0 +0200
+++ /var/tmp/diff_new_pack.ybwojP/_new  2016-08-05 18:13:50.0 +0200
@@ -1,197 +1,313 @@
 -BEGIN PGP PUBLIC KEY BLOCK-
-Version: SKS 1.1.5
-Comment: Hostname: keyserver.nausch.org
+Version: GnuPG v2
 
-mQINBE+wFikBEAC4V6mHFMbp1nmufCG7r3o920YtR+wB51HoQSCDoaH+GlXYRsZs4nEyA9jp
-GbR5EGRC1lr6VUQgBqds4p1tbAf/5z3z+HiRy7rxQ68gSZzZoaSVG/kPwTi+hVchnWqvMmZ5
-4piZ/yz8J1IBY+yScfVcqHxPpvEI+u1OfGIT8jzXlkmqiB/SDAyE1/K65qqlOB3gprG3XQ86
-e9eUBPCWst887TBSzNVXW64Moc8u5EYQW1OrEr685PyYoXoxfp6I04lL8l5m5hxjw27yxO1m
-e4+iIFghUQMKF95RnrJmXII+Gs67FyyUYlTyJHXfdf0EhL1IzXf/F9l/bmA/rogeanzE1YHz
-97m7q/STYM1LRBlWWi0B3QHCkgmIIM1qM90WS8QqgSyR6weybRGfx1F2cFCqM9sxRLtOUqPi
-yrCnfQ760HCS18SYGgyrQ

commit mercurial for openSUSE:Factory

2016-07-01 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2016-07-01 09:50:35

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  2016-05-24 
09:33:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2016-07-01 
09:50:37.0 +0200
@@ -1,0 +2,9 @@
+Sun Jun 12 17:53:35 UTC 2016 - astie...@suse.com
+
+- mercurial 3.8.3:
+  * bookmarks: allow pushing active bookmark on new remote head
+  * localrepo: prevent executable-bit only changes from being lost on amend
+  * strip: invalidate phase cache after stripping changeset
+- verify source signature
+
+---

Old:

  mercurial-3.8.2.tar.gz

New:

  mercurial-3.8.3.tar.gz
  mercurial-3.8.3.tar.gz.asc
  mercurial.keyring



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.rbX1z6/_old  2016-07-01 09:50:38.0 +0200
+++ /var/tmp/diff_new_pack.rbX1z6/_new  2016-07-01 09:50:38.0 +0200
@@ -16,44 +16,45 @@
 #
 
 
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%endif
 Name:   mercurial
-Version:3.8.2
+Version:3.8.3
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+
 Group:  Development/Tools/Version Control
-Url:http://mercurial.selenic.com/
-Source: 
http://mercurial.selenic.com/release/mercurial-%{version}.tar.gz
+Url:https://www.mercurial-scm.org/
+Source: 
https://www.mercurial-scm.org/release/mercurial-%{version}.tar.gz
 Source1:cacerts.rc
+Source2:
https://www.mercurial-scm.org/release/mercurial-%{version}.tar.gz.asc
+Source3:mercurial.keyring
 Source99:   mercurial-rpmlintrc
 Patch0: mercurial-hgk-path-fix.diff
 # PATCH-FIX-OPENSUSE mercurial-docutils-compat.diff -- Fix for new docutils 
options not available on 11.1 and older
 Patch1: mercurial-docutils-compat.diff
 # PATCH-FIX-OPENSUSE mercurial-locale-path-fix.patch sasc...@suse.de -- 
locales are found in /usr/share/locale
 Patch2: mercurial-locale-path-fix.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  python-devel
-%if %suse_version < 1210
+BuildRequires:  python-xml
+Requires:   python
+Requires:   python-curses
+Requires:   python-xml
+Recommends: %{name}-lang
+Provides:   hg = %{version}
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} < 1210
 BuildRequires:  docutils
 %else
 BuildRequires:  python-docutils
 %endif
-BuildRequires:  python-xml
-Requires:   python-curses
-Requires:   python-xml
 %if 0%{?sles_version}
 Requires:   openssl-certs
 %else
 Requires:   ca-certificates
 %endif
-Requires:   python
-Recommends: %{name}-lang
-Provides:   hg = %{version}
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%endif
-
 %if 0%{?with_tests}
 Source90:   tests.blacklist
 BuildRequires:  bzr
@@ -77,13 +78,13 @@
 %setup -q
 %patch0
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%patch1 -p0
+%patch1
 %endif
 %patch2 -p1
 chmod 644 hgweb.cgi
 
 %build
-make all
+make %{?_smp_mflags} all
 
 %install
 make install PREFIX="%{_prefix}" DESTDIR=%{buildroot}
@@ -105,10 +106,11 @@
 
 %if 0%{?with_tests}
 %check
-make tests TESTFLAGS="-v --blacklist=%{SOURCE90}"
+make %{?_smp_mflags} tests TESTFLAGS="-v --blacklist=%{SOURCE90}"
 %endif
 
 %files lang -f hg.lang
+%defattr(-,root,root)
 
 %files
 %defattr(-, root, root)

++ mercurial-3.8.2.tar.gz -> mercurial-3.8.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mercurial-3.8.2/.hgsigs new/mercurial-3.8.3/.hgsigs
--- old/mercurial-3.8.2/.hgsigs 2016-05-17 00:21:26.0 +0200
+++ new/mercurial-3.8.3/.hgsigs 2016-06-01 22:48:39.0 +0200
@@ -126,3 +126,4 @@
 740156eedf2c450aee58b1a90b0e826f47c5da64 0 
iQIVAwUAVxLGMCBXgaxoKi1yAQLhIg/8DDX+sCz7LmqO47/FfTo+OqGR+bTTqpfK3WebitL0Z6hbXPj7s45jijqIFGqKgMPqS5oom1xeuGTPHdYA0NNoc/mxSCuNLfuXYolpNWPN71HeSDRV9SnhMThG5HSxI+P0Ye4rbsCHrVV+ib1rV81QE2kZ9aZsJd0HnGd512xJ+2ML7AXweM/4lcLmMthN+oi/dv1OGLzfckrcr/fEATCLZt55eO7idx11J1Fk4ptQ6dQ/bKznlD4hneyy1HMPsGxw+bCXrMF2C/nUiRLHdKgGqZ+cDq6loQRfFlQoIhfoEnWC424qbjH4rvHgkZHqC59Oi/ti9Hi

commit mercurial for openSUSE:Factory

2016-05-24 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2016-05-24 09:33:51

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  2016-05-17 
17:08:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2016-05-24 
09:33:52.0 +0200
@@ -1,0 +2,19 @@
+Tue May 17 07:05:53 UTC 2016 - devel...@develop7.info
+
+- Mercurial v3.8.2
+  This is an unscheduled bugfix release. 3.8.1 contained a noisy deprecation 
+  warning that was only intended for Mercurial developers, sorry.
+
+  * bookmarks: properly invalidate volatile sets when writing bookmarks
+  * builddeb: add distroseries to tagged versions
+  * bundle2: properly request phases during getbundle
+  * debian: add wish to suggests
+  * debian: forgot to make debian/rules executable in 6b95a623ec90
+  * deprecation: gate deprecation warning behind devel configuration
+  * help: fix the display for hg help internals.revlogs (issue5227)
+  * help: search section of help topic by translated section name correctly
+  * hg-ssh: copy doc string to man page
+  * patch: show lower-ed translated message correctly
+  * progress: stop excessive clearing (issue4801)
+
+---

Old:

  mercurial-3.8.1.tar.gz

New:

  mercurial-3.8.2.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.PIcum6/_old  2016-05-24 09:33:53.0 +0200
+++ /var/tmp/diff_new_pack.PIcum6/_new  2016-05-24 09:33:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:3.8.1
+Version:3.8.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+
@@ -124,6 +124,7 @@
 %{_mandir}/man1/hg.1*
 %{_mandir}/man5/hgignore.5*
 %{_mandir}/man5/hgrc.5*
+%{_mandir}/man8/hg-ssh.8*
 %{python_sitearch}/*
 
 %changelog

++ mercurial-3.8.1.tar.gz -> mercurial-3.8.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mercurial-3.8.1/.hgsigs new/mercurial-3.8.2/.hgsigs
--- old/mercurial-3.8.1/.hgsigs 2016-05-01 21:36:13.0 +0200
+++ new/mercurial-3.8.2/.hgsigs 2016-05-17 00:21:26.0 +0200
@@ -125,3 +125,4 @@
 ae279d4a19e9683214cbd1fe8298cf0b50571432 0 
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
+a56296f55a5e1038ea5016dace2076b693c28a56 0 
iQIVAwUA

commit mercurial for openSUSE:Factory

2016-05-17 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2016-05-17 17:08:06

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  2016-04-03 
23:04:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2016-05-17 
17:08:07.0 +0200
@@ -1,0 +2,52 @@
+Tue May  3 17:52:05 UTC 2016 - devel...@develop7.info
+
+- fix mercurial-locale-fix.patch
+
+---
+Mon May  2 19:13:38 UTC 2016 - devel...@develop7.info
+
+- update to v3.8.1
+  (3.8.1 was released immediately after 3.8 to fix a release oversight.)
+  Regularly scheduled feature release. This release contains a low-priority 
security fix for:
+* CVE-2016-3105 Mercurial: arbitrary code execution when converting Git 
repos
+  
+  Features
+  * `hg update` and other commands that can perform update (such as hg pull 
-u) 
+now warn about other topological heads
+  * cHg has been added
+  * `hg update` now updates to the tip-most changeset on the same topological 
+branch. Before, it would update to the tip-most changeset, possibly on a 
+different topological head
+  * Hints on how to continue interrupted commands are now printed 
+(e.g. `hg resolve -m` will now tell you to run `hg rebase --continue` or 
+`hg histedit --continue`)
+  * The experimental automv extension has been added. This extension attempts 
+to detect file copes and renames automatically.
+  * The 3rd party hgwatchman extension has been imported as the fsmonitor 
+extension. This extension uses filesystem watching to make commands like 
+`hg status` significantly faster on large repositories.
+  * `hg rebase` now chooses its default destination the same way `hg merge` 
does
+  * `hg pull -u` now activates a bookmark if the has a bookmark
+  * `hg pull -u` now deactivates a bookmark if the destination doesn't match 
+the existing bookmark
+  * Improved edge styles in graph log.
+  * User template keywords and functions can be defined in `[templatealias]` 
+section.
+  * It's now possible to push the active bookmark using `hg push -B .`.
+  
+  Improvements
+  This release includes many improvements, including (but not limited to):
+  * performance of copy detection during rebases has been improved, 
potentially 
+leading to faster rebase execution
+  * performance of `hg log -f ` has been improved
+  * syntax errors in loaded extensions are now handled better
+  * `hg update` on Windows should now be up to 4x faster
+  * JSON encoding should now be proper UTF-8 for all inputs
+  * Performance of the - revset operator has been improved
+  * The blackbox extension now logs more data
+  * "hgext" is now a Python namespace package
+  * revsets accessing changelog data (commit messages, authors, dates) are now 
+10-15% faster
+  * hg.exe built in MinGW will now link against the proper Python DLL
+
+---

Old:

  mercurial-3.7.3.tar.gz

New:

  mercurial-3.8.1.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.ADMUSt/_old  2016-05-17 17:08:08.0 +0200
+++ /var/tmp/diff_new_pack.ADMUSt/_new  2016-05-17 17:08:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:3.7.3
+Version:3.8.1
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-3.7.3.tar.gz -> mercurial-3.8.1.tar.gz ++
 55589 lines of diff (skipped)

++ mercurial-locale-path-fix.patch ++
--- /var/tmp/diff_new_pack.ADMUSt/_old  2016-05-17 17:08:09.0 +0200
+++ /var/tmp/diff_new_pack.ADMUSt/_new  2016-05-17 17:08:09.0 +0200
@@ -1,8 +1,8 @@
-Index: mercurial-3.2.1/mercurial/i18n.py
+Index: mercurial-3.8.1/mercurial/i18n.py
 ===
 mercurial-3.2.1.orig/mercurial/i18n.py
-+++ mercurial-3.2.1/mercurial/i18n.py
-@@ -36,7 +36,7 @@ if (os.name == 'nt'
+--- mercurial-3.8.1.orig/mercurial/i18n.py
 mercurial-3.8.1/mercurial/i18n.py
+@@ -46,7 +46,7 @@ if (os.name == 'nt'
  _ugettext = None
  
  def setdatapath(datapath):
@@ -10,4 +10,5 @@
 +localedir = '/usr/share/locale'
  t = gettextmod.translation('hg', localedir, _languages, fallback=True)
  global _ugettext
- _ugettext = t.ugettext
+ try:
+




commit mercurial for openSUSE:Factory

2016-04-03 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2016-04-03 23:04:58

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  2016-03-18 
21:36:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2016-04-03 
23:04:59.0 +0200
@@ -1,0 +2,33 @@
+Wed Mar 30 13:18:23 UTC 2016 - devel...@develop7.info
+
+- update to v3.7.3
+  This is an out of cycle release to address three security issues:
+  * CVE-2016-3630 Mercurial: remote code execution in binary delta decoding
+Mercurial prior to 3.7.3 contained two bounds-checking errors in its 
binary 
+delta decoder that may be exploitable via clone, push, or pull.
+  * CVE-2016-3068 Mercurial: arbitrary code execution with Git subrepos
+Mercurial prior to 3.7.3 allowed URLs for Git subrepos that could result 
in 
+arbitrary code execution on clone. This is a further side-effect of Git 
+CVE-2015-7545. Reported by Blake Burkhart.
+  * CVE-2016-3069 Mercurial: arbitrary code execution when converting Git repos
+Mercurial prior to 3.7.3 allowed arbitrary code execution when converting 
+Git repos with hostile names. This could affect automated conversion 
+services. Reported by Blake Burkhart.
+
+  + bdiff: (pure) support array.array arrays (issue5130)
+  + convert: add new, non-clowny interface for shelling out to git (SEC)
+  + convert: dead code removal - old git calling functions (SEC)
+  + convert: rewrite calls to Git to use the new shelling mechanism (SEC)
+  + convert: rewrite gitpipe to use common.commandline (SEC)
+  + convert: test for shell injection in git calls (SEC)
+  + files: don't recurse into subrepos without a path or -S (issue5127)
+  + hg: perform update after pulling during clone with share (issue5103)
+  + mq: restrict generated patch name to 75 characters (issue5117)
+  + obsolete: fix n^2 marker computation behavior
+  + parsers: detect short records (SEC)
+  + parsers: fix list sizing rounding error (SEC)
+  + streamclone: fix error when store files grow while stream cloning
+  + subrepo: adapt to git's recent renames-by-default
+  + subrepo: set GIT_ALLOW_PROTOCOL to limit git clone protocols (SEC)
+
+---

Old:

  mercurial-3.7.2.tar.gz

New:

  mercurial-3.7.3.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.EKpNvL/_old  2016-04-03 23:05:00.0 +0200
+++ /var/tmp/diff_new_pack.EKpNvL/_new  2016-04-03 23:05:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:3.7.2
+Version:3.7.3
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-3.7.2.tar.gz -> mercurial-3.7.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mercurial-3.7.2/.hgsigs new/mercurial-3.7.3/.hgsigs
--- old/mercurial-3.7.2/.hgsigs 2016-03-02 01:03:50.0 +0100
+++ new/mercurial-3.7.3/.hgsigs 2016-03-29 18:54:47.0 +0200
@@ -121,3 +121,4 @@
 158bdc8965720ca4061f8f8d806563cfc7cdb62e 0 
iQIVAwUAVqBhFyBXgaxoKi1yAQLJpQ//S8kdgmVlS+CI0d2hQVGYWB/eK+tcntG+bZKLto4bvVy5d0ymlDL0x7VrJMOkwzkU1u/GaYo3L6CVEiM/JGCgB32bllrpx+KwQ0AyHswMZruo/6xrjDIYymLMEJ9yonXBZsG7pf2saYTHm3C5/ZIPkrDZSlssJHJDdeWqd75hUnx3nX8dZ4jIIxYDhtdB5/EmuEGOVlbeBHVpwfDXidSJUHJRwJvDqezUlN003sQdUvOHHtRqBrhsYEhHqPMOxDidAgCvjSfWZQKOTKaPE/gQo/BP3GU++Fg55jBz+SBXpdfQJI2Gd8FZfjLkhFa9vTTTcd10YCd4CZbYLpj/4R2xWj1U4oTVEFa6d+AA5Yyu8xG53XSCCPyzfagyuyfLqsaq5r1qDZO/Mh5KZCTvc9xSF5KXj57mKvzMDpiNeQcamGmsV4yXxymKJKGMQvbnzqp+ItIdbnfk38Nuac8rqNnGmFYwMIPa50680vSZT/NhrlPJ8FVTJlfHtSUZbdjPpsqw7BgjFWaVUdwgCKIGERiK7zfR0innj9rF5oVwT8EbKiaR1uVxOKnTwZzPCbdO1euNg/HutZLVQmugiLAv5Z38L3YZf5bH7zJdUydhiTI4mGn/mgncsKXoSarnnduhoYu9OsQZc9pndhxjAEuAslEIyBsLy81fR2HOhUzw5FGNgdY=
 2408645de650d8a29a6ce9e7dce601d8dd0d1474 0 
iQIVAwUAVq/xFSBXgaxoKi1yAQLsxhAAg+E6uJCtZZOugrrFi9S6C20SRPBwHwmw22PC5z3Ufp9Vf3vqSL/+zmWI9d/yezIVcTXgM9rKCvq58sZvo4FuO2ngPx7bL9LMJ3qx0IyHUKjwa3AwrzjSzvVhNIrRoimD+lVBI/GLmoszpMICM+Nyg3D41fNJKs6YpnwwsHNJkjMwz0n2SHAShWAgIilyANNVnwnzHE68AIkB/gBkUGtrjf6xB9mXQxAv4GPco/234FAkX9xSWsM0Rx+JLLrSBXoHmIlmu9LPjC0AKn8/DDke+fj7bFaF7hdJBUYOtlYH6f7NIvyZSpw0FHl7jPxoRCtXzIV+1dZEbbIMIXzNtzPFVDYDfMhLqpTgthkZ9x0UaMaHecCUWYYBp8G/IyVS40GJodl8xnRiXUkFejbK/NDdR1f9iZS0dtiFu66cATMdb6d+MG+zW0nDKiQmBt6bwynysqn4g3SIGQFEPyEoRy0bXiefHrlkeHbdfc4zgoejx3ywcRDMGvUbpWs5C43EPu44irKXcqC695vAny3A7nZpt/XP5meDdOF67DNQPvhFdjPPbJBpSsUi2hUlZ+599wUfr3lNVzeEzHT7XApTOf6ysuGtHH3qcVHpFqQSRL1MI0f2xL13UadgTVWYrnHEis7f+n

commit mercurial for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2016-03-18 21:36:28

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  2016-02-12 
11:22:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2016-03-18 
21:36:29.0 +0100
@@ -1,0 +2,24 @@
+Sun Mar 13 19:05:14 UTC 2016 - devel...@develop7.info
+
+- update to v3.7.2
+  This is a regularly-scheduled bugfix release.
+  + bundlerepo: properly handle hidden linkrev in filelog (issue4945)
+  + bundlerepo: properly handle hidden linkrev in manifestlog (issue4945)
+  + demandimport: add _imp to ignore list
+  + doc: correct example concerning "hg purge" alias in man page "hgrc.5"
+  + doc: remove deprecated option from synopsis of command help
+  + fileset: fix copy/paste in eol() error message
+  + help: fix typo in backgroundclose documentation
+  + help: hg.intevation.de is new primary name of hg.intevation.de (and new 
cert)
+  + help: update template examples to use reST literal syntax
+  + hg: obtain lock when creating share from pooled repo (issue5104)
+  + log: fix order of revisions filtered by multiple OR options (issue5100)
+  + rebase: update working directory when aborting (issue5084)
+  + revert: properly revert to ancestor of p2 during merge (issue5052)
+  + revset: flatten chained 'list' operations (aka function args) (issue5072)
+  + setup: avoid procedure related to hg.exe at setup.py --pure
+  + ui: fix crash by non-interactive prompt echo for user name
+  + unionrepo: properly handle hidden linkrev in revlog (issue5070)
+  + zeroconf: forward all arguments passed to ui.configitems() wrapper
+
+---

Old:

  mercurial-3.7.1.tar.gz

New:

  mercurial-3.7.2.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.bHKKcg/_old  2016-03-18 21:36:30.0 +0100
+++ /var/tmp/diff_new_pack.bHKKcg/_new  2016-03-18 21:36:30.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:3.7.1
+Version:3.7.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-3.7.1.tar.gz -> mercurial-3.7.2.tar.gz ++
 1945 lines of diff (skipped)




commit mercurial for openSUSE:Factory

2016-02-12 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2016-02-12 11:22:06

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  2015-12-13 
09:38:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2016-02-12 
11:22:08.0 +0100
@@ -1,0 +2,59 @@
+Thu Feb 11 09:10:33 UTC 2016 - w...@rosenauer.org
+
+- update to 3.7.1
+  This addresses an urgent regression in compilation on Solaris
+  and metadata handling for conversions.
+  + amend: don't preserve most extra fields
+  + graft: don't preserve most extra fields
+  + histedit: fix typo in documentation
+  + osutil: disable compilation of recvfds() on unsupported platforms
+  + osutil: do not abort loading pure module just because libc has no recvmsg()
+  + rebase: backout changeset 986d04b9fedd
+  + rebase: backout changeset d755a9531fce
+  + rebase: don't preserve most extra fields
+
+---
+Tue Feb  2 14:54:14 UTC 2016 - devel...@develop7.info
+
+- update to v3.7
+  * Features
++ Generaldelta: the original Mercurial compression format had an 
inefficient way of storing history in very branchy
+  repositories. Generaldelta addresses this weakness. As a result, 
depending on the repository, this can improve
+  the size of the history up to a factor of 10. Mercurial 1.9 was the 
first release to support generaldelta
+  (behind a feature flag), but Mercurial 3.7 also allows pulling a mixture 
of non-generaldelta and generaldelta
+  history without having to recompute everything, which avoids overloading 
servers. As a result, generaldelta is
+  now enabled by default. You can convert a repository to generaldelta 
using:
+  `hg clone -U --config format.generaldelta=1 --pull originalrepo 
generaldeltarepo`
++ Clonebundles: this is an server-side extension. It allows using a 
pre-generated bundle for an initial Mercurial
+  clone. Clients will automatically use clonebundles if a server 
advertises them. Clonebundles allows much faster
+  initial clones and reduces the load on a central server significantly. 
Mercurial 3.6 was the first version to
+  include experimental clonebundles support, it's now been marked 
non-experimental. You can find out more using:
+  `hg help clonebundles`.
++ Filesets now support 'missing()', to specify all files missing according 
to `hg status`.
++ Interactive committing (`hg commit -i`) and amending (`hg commit 
--amend`) can now be used together.
++ Merging can now handle collisions between untracked and tracked files, 
configurable according to the config
+  option `merge.checkunknown`.
++ Default 'histedit' destination: it's now possible to run `hg histedit` 
without specifying a base revision.
+  Mercurial will try to determine an appropriate base automatically. The 
revset used for this is
+  "`reverse(only(.) and not public() and not ::merge())`", which specifies 
the first ancestor of the current
+  changeset that is not public and does not have any descendants that are 
merges.
++ The '*.orig' files created by revert can now be stored in a different 
location, specified by the config option
+  `ui.origbackuppath`.
++ `hg shelve` now supports storing untracked files.
++ `hg unshelve` now supports using a custom merge tool.
++ `hg backout` now commits by default if no conflicts were encountered.
++ hgweb now supports rendering sub-topics.
++ Server operators can now limit interaction with legacy clients speaking 
an outdated wire protocol. This is useful
+  for preventing excessive CPU use when the server is using generaldelta 
repositories. See the various `bundle1`
+  options in `hg help config.server`.
++ Python wheel packages are now available for Windows on PyPI
++ `[paths]` entries can now define a separate URL for pushes. See `hg help 
config.paths` for more.
+  * Improvements
+This release includes many improvements, including (but not limited to):
++ performance improvements (speedup for '`hg log `')
++ many documentation improvements (clarification, additional examples (see 
`hg help  --verbose`), ...)
++ improved PyPy support
++ `hg clone --uncompressed` is now 3-4x faster on Windows. See the 
`backgroundclose*` options in
+  `hg help config.worker` for more.
+
+---

Old:

  mercurial-3.6.2.tar.gz

New:

  mercurial-3.7.1.tar.gz



Other differences:
--
++

commit mercurial for openSUSE:Factory

2015-12-13 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2015-12-13 09:38:11

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  2015-11-12 
19:39:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2015-12-13 
09:38:12.0 +0100
@@ -1,0 +2,12 @@
+Sun Dec  6 21:03:59 UTC 2015 - w...@rosenauer.org
+
+- update to 3.6.2
+  This is a regularly-scheduled bugfix release.
+  + docker: match more version of 'hg docker version'
+  + localrepo.commit: check all files for resolve state
+  + rebase: add returning value from pullrebase function
+  + resolve: restore .orig only after merge is fully complete
+  + share: wrap bmstore._writerepo for transaction sensitivity
+  + tags: create new sortdict for performance reasons
+
+---

Old:

  mercurial-3.6.1.tar.gz

New:

  mercurial-3.6.2.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.rL9rN8/_old  2015-12-13 09:38:13.0 +0100
+++ /var/tmp/diff_new_pack.rL9rN8/_new  2015-12-13 09:38:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:3.6.1
+Version:3.6.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-3.6.1.tar.gz -> mercurial-3.6.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mercurial-3.6.1/.hgsigs new/mercurial-3.6.2/.hgsigs
--- old/mercurial-3.6.1/.hgsigs 2015-11-09 23:24:14.0 +0100
+++ new/mercurial-3.6.2/.hgsigs 2015-12-02 03:18:29.0 +0100
@@ -115,3 +115,4 @@
 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

commit mercurial for openSUSE:Factory

2015-11-12 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2015-11-12 19:39:02

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  2015-10-22 
12:55:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2015-11-12 
19:39:03.0 +0100
@@ -1,0 +2,16 @@
+Wed Nov 11 06:13:01 UTC 2015 - w...@rosenauer.org
+
+- update to 3.6.1
+  This is an out-of-cycle bugfix release for issues related to hooks
+  See detailed release notes on
+  https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_3.6.1_.282015-11-9.29
+
+---
+Sun Nov  8 18:27:33 UTC 2015 - w...@rosenauer.org
+
+- update to 3.6
+  Regularly-scheduled feature release.
+  See detailed release notes on
+  https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_3.6_.282015-11-1.29
+
+---

Old:

  mercurial-3.5.2.tar.gz

New:

  mercurial-3.6.1.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.4gxfYq/_old  2015-11-12 19:39:04.0 +0100
+++ /var/tmp/diff_new_pack.4gxfYq/_new  2015-11-12 19:39:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:3.5.2
+Version:3.6.1
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-3.5.2.tar.gz -> mercurial-3.6.1.tar.gz ++
 51646 lines of diff (skipped)




commit mercurial for openSUSE:Factory

2015-10-22 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2015-10-22 12:55:45

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  2015-09-24 
07:17:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2015-10-22 
12:55:46.0 +0200
@@ -1,0 +2,11 @@
+Sun Oct  4 08:02:36 UTC 2015 - w...@rosenauer.org
+
+- update to 3.5.2
+  Regularly-scheduled bugfix release.
+  + hgweb: use latest mtime for caching tag (issue4814)
+  + largefiles: restore archiving largefiles with hgweb (issue4859)
+  + localrepo: recreate phasecache if changelog was modified (issue4855)
+  + monoblue: fix page subtitle on help pages
+  + unbundle: cleanly abort on unknown bundle2 feature
+
+---

Old:

  mercurial-3.5.1.tar.gz

New:

  mercurial-3.5.2.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.IBeINW/_old  2015-10-22 12:55:47.0 +0200
+++ /var/tmp/diff_new_pack.IBeINW/_new  2015-10-22 12:55:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:3.5.1
+Version:3.5.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-3.5.1.tar.gz -> mercurial-3.5.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mercurial-3.5.1/.hgsigs new/mercurial-3.5.2/.hgsigs
--- old/mercurial-3.5.1/.hgsigs 2015-09-01 23:38:33.0 +0200
+++ new/mercurial-3.5.2/.hgsigs 2015-10-01 19:07:20.0 +0200
@@ -111,3 +111,4 @@
 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

commit mercurial for openSUSE:Factory

2015-09-23 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2015-09-24 07:17:31

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  2015-08-05 
19:18:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2015-09-24 
07:17:33.0 +0200
@@ -1,0 +2,22 @@
+Mon Sep 14 15:38:51 UTC 2015 - w...@rosenauer.org
+
+- update to 3.5.1
+  Regularly-scheduled bugfix release
+  + convert: fix git copy file content conversions
+  + filesets: ignore unit case in size() predicate for single value
+  + help: fix typo familar -> familiar
+  + help: fix typo in scripting documentation
+  + hg: avoid auto sharing when the clone destination is remote
+  + hgweb: fix trust of templates path (BC)
+  + histedit: backout ebb5bb9bc32e
+  + largefiles: ensure lfutil.getstandinmatcher() only matches standins
+  + match: fix a case-only rename + explicit path commit on icasefs (issue4768)
+  + parsers: fix memory leak in compute_phases_map_sets
+  + rebase: lock the repo during the full rebase operation
+  + revset: prevent crash caused by empty group expression while optimizing 
"and"
+  + revset: prevent crash caused by empty group expression while optimizing 
"or"
+  + strip: use the 'finally: tr.release' pattern during stripping
+  + update: wlock the repo for the whole 'hg update' command
+- require python-curses (boo#944183)
+
+---

Old:

  mercurial-3.5.tar.gz

New:

  mercurial-3.5.1.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.wmwrR9/_old  2015-09-24 07:17:34.0 +0200
+++ /var/tmp/diff_new_pack.wmwrR9/_new  2015-09-24 07:17:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:3.5
+Version:3.5.1
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+
@@ -40,6 +40,7 @@
 BuildRequires:  python-docutils
 %endif
 BuildRequires:  python-xml
+Requires:   python-curses
 Requires:   python-xml
 %if 0%{?sles_version}
 Requires:   openssl-certs

++ mercurial-3.5.tar.gz -> mercurial-3.5.1.tar.gz ++
 1932 lines of diff (skipped)




commit mercurial for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2015-08-05 19:17:58

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  2015-08-01 
11:35:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2015-08-05 
19:18:02.0 +0200
@@ -1,0 +2,9 @@
+Tue Aug  4 13:38:09 UTC 2015 - devel...@develop7.info
+
+- update to v3.5
+  Regularly-scheduled feature release.
+  
+  See detailed release notes on 
+  https://mercurial.selenic.com/wiki/WhatsNew#Mercurial_3.5_.282015-07-31.29
+
+---

Old:

  mercurial-3.4.2.tar.gz

New:

  mercurial-3.5.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.mIHBG1/_old  2015-08-05 19:18:03.0 +0200
+++ /var/tmp/diff_new_pack.mIHBG1/_new  2015-08-05 19:18:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:3.4.2
+Version:3.5
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-3.4.2.tar.gz -> mercurial-3.5.tar.gz ++
 52961 lines of diff (skipped)




commit mercurial for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2015-08-01 11:35:49

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  2015-05-05 
00:56:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2015-08-01 
11:35:59.0 +0200
@@ -1,0 +2,8 @@
+Sat Jul 25 02:12:42 UTC 2015 - devel...@develop7.info
+
+- update to v3.4.2
+  See detailed release notes on 
+  https://mercurial.selenic.com/wiki/WhatsNew#Mercurial_3.4.2_.282015-07-01.29 
and 
+  https://mercurial.selenic.com/wiki/WhatsNew#Mercurial_3.4.1_.282015-06-01.29
+
+---

Old:

  mercurial-3.4.tar.gz

New:

  mercurial-3.4.2.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.HTD9fc/_old  2015-08-01 11:36:00.0 +0200
+++ /var/tmp/diff_new_pack.HTD9fc/_new  2015-08-01 11:36:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:3.4
+Version:3.4.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-3.4.tar.gz -> mercurial-3.4.2.tar.gz ++
 2638 lines of diff (skipped)




commit mercurial for openSUSE:Factory

2015-05-04 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2015-05-05 00:56:13

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  2015-04-05 
02:04:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2015-05-05 
00:56:15.0 +0200
@@ -1,0 +2,9 @@
+Sun May  3 21:59:01 UTC 2015 - devel...@develop7.info
+
+- update to 3.4
+  This is a regularly-scheduled feature release.
+  
+  See full release notes at 
+  http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_3.4_.282015-05-01.29
+
+---

Old:

  mercurial-3.3.3.tar.gz

New:

  mercurial-3.4.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.S9bkNN/_old  2015-05-05 00:56:16.0 +0200
+++ /var/tmp/diff_new_pack.S9bkNN/_new  2015-05-05 00:56:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:3.3.3
+Version:3.4
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-3.3.3.tar.gz -> mercurial-3.4.tar.gz ++
 43733 lines of diff (skipped)




commit mercurial for openSUSE:Factory

2015-04-04 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2015-04-05 02:04:12

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  2015-03-16 
09:42:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2015-04-05 
02:04:22.0 +0200
@@ -1,0 +2,24 @@
+Fri Apr  3 20:35:23 UTC 2015 - w...@rosenauer.org
+
+- update to 3.3.3
+  This is a regularly-scheduled bugfix release.
+  + adjustlinkrev: handle 'None' value as source
+  + adjustlinkrev: prepare source revs for ancestry only once
+  + amend: check for directory renames for both merge parents
+(issue4516)
+  + annotate: reuse ancestry context when adjusting linkrev (issue4532)
+  + dirstate: don't require exact case when adding dirs on icasefs
+(issue4578)
+  + dirstate: make sure rootdir ends with directory separator
+(issue4557)
+  + filemerge: clean up language in mergemarkertemplate help
+  + forget: cleanup the output for an inexact case match on icasefs
+  + hgweb: prevent loading style map from directories other than
+specified paths
+  + mergecopies: reuse ancestry context when traversing file history
+(issue4537)
+  + templates: fix "log -q" output of default style
+  + templates: fix "log -q" output of phases style
+  + win32: 'raise ctypes.WinError' -> 'raise ctypes.WinError()'
+
+---

Old:

  mercurial-3.3.2.tar.gz

New:

  mercurial-3.3.3.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.t8sd7F/_old  2015-04-05 02:04:23.0 +0200
+++ /var/tmp/diff_new_pack.t8sd7F/_new  2015-04-05 02:04:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:3.3.2
+Version:3.3.3
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-3.3.2.tar.gz -> mercurial-3.3.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mercurial-3.3.2/.hgsigs new/mercurial-3.3.3/.hgsigs
--- old/mercurial-3.3.2/.hgsigs 2015-03-02 17:29:45.0 +0100
+++ new/mercurial-3.3.3/.hgsigs 2015-04-01 20:27:57.0 +0200
@@ -103,3 +103,4 @@
 db8e3f7948b1fdeb9ad12d448fc3525759908b9f 0 
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
+07a92bbd02e5e3a625e0820389b47786b02b2cea 0 
iQIVAwUAVP

commit mercurial for openSUSE:Factory

2015-03-16 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2015-03-16 09:42:22

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  2015-03-05 
18:16:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2015-03-16 
09:42:24.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar  6 07:50:22 UTC 2015 - matwey.korni...@gmail.com
+
+- Without installed python package hg is not able to clone https links,
+  and it is not so easy to understand from error message:
+  "python ssl support not found".
+
+---



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.Wb70pm/_old  2015-03-16 09:42:25.0 +0100
+++ /var/tmp/diff_new_pack.Wb70pm/_new  2015-03-16 09:42:25.0 +0100
@@ -46,6 +46,7 @@
 %else
 Requires:   ca-certificates
 %endif
+Requires:   python
 Recommends: %{name}-lang
 Provides:   hg = %{version}
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mercurial for openSUSE:Factory

2015-03-05 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2015-03-05 15:40:51

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  2015-02-05 
11:01:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2015-03-05 
18:16:29.0 +0100
@@ -1,0 +2,20 @@
+Tue Mar  3 13:04:29 UTC 2015 - devel...@develop7.info
+
+- update to v3.3.2
+  An unscheduled bugfix release to fix the fix.
+  + transaction: really disable hardlink backups (issue4546)
+
+- update to v3.3.1
+  This is a regularly scheduled bugfix release. It fixes a significant 
regression with transactions on Windows network shares.
+  + dispatch: work around UnicodeDecodeError caused by SSLError of Python 2.7.9
+  + hgweb: recreate old DOM structure for css in monoblue style
+  + largefiles: access to specific fields only if largefiles enabled 
(issue4547)
+  + log: fix json-formatted output when file copies are listed (issue4523)
+  + repoview: invalidate cached changelog if _delayed changes (issue4549)
+  + revisionbranchcache: fall back to slow path if starting readonly 
(issue4531)
+  + revset: mask specific names for named() predicate
+  + shellquote: fix missing quotes for empty string
+  + templatekw: fix {join(bookmarks, sep)} to always show associated bookmarks
+  + transaction: disable hardlink backups (issue4546)
+
+---

Old:

  mercurial-3.3.tar.gz

New:

  mercurial-3.3.2.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.NjG9AX/_old  2015-03-05 18:16:30.0 +0100
+++ /var/tmp/diff_new_pack.NjG9AX/_new  2015-03-05 18:16:30.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:3.3
+Version:3.3.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-3.3.tar.gz -> mercurial-3.3.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mercurial-3.3/.hgsigs new/mercurial-3.3.2/.hgsigs
--- old/mercurial-3.3/.hgsigs   2015-02-02 03:21:03.0 +0100
+++ new/mercurial-3.3.2/.hgsigs 2015-03-02 17:29:45.0 +0100
@@ -101,3 +101,5 @@
 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
+fbdd5195528fae4f41feebc1838215c110b25d6a 0 

commit mercurial for openSUSE:Factory

2015-02-05 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2015-02-05 11:01:21

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-12-22 
12:53:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2015-02-05 
11:01:28.0 +0100
@@ -1,0 +2,62 @@
+Wed Feb  4 16:31:54 UTC 2015 - devel...@develop7.info
+
+- update to v3.3
+  + commands
+* add: add back forgotten files even when not matching exactly (BC)
+* addremove: add back forgotten files (BC)
+* addremove: add support for the -S flag
+* addremove: print relative paths when called with -I/-X (BC)
+* addremove: support addremove with explicit paths in subrepos
+* backout: add --commit option
+* commit: abort if --addremove is specified, but fails
+* commit: remove reverse search for copy source when not in parent 
(issue4476)
+* commit: propagate --addremove to subrepos if -S is specified (issue3759)
+* graft: show more useful status information while grafting
+  + core
+* bundles: do not overwrite existing backup bundles (BC)
+* osx: patch .pax.gz files in pkg bundles so they extract as root 
(issue4081)
+* revset: handle hidden linkrev for file missing for head (issue4490)
+* revset: allow rev(-1) to indicate null revision (BC)
+* revset: fix ancestors(null) to include null revision (issue4512)
+* subrepo: don't abort in add when non-hg subrepos are present (issue4513)
+* cmdserver: use given streams as pipe channels like other commands
+* extensions: only check compatibility against major and minor versions 
(BC)
+* https: support tls sni (server name indication) for https urls 
(issue3090)
+* ignore: resolve ignore files relative to repo root (issue4473) (BC)
+* linkrev: handle filtered linkrev with no visible children (issue4307)
+* linkrev: also adjust linkrev when bootstrapping annotate (issue4305)
+* linkrev: use the right manifest content when adjusting linrev (issue4499)
+* memctx: calculate manifest correctly with newly-removed files (issue4470)
+* memctx: fix manifest for removed files (issue4470)
+* obsstore: disable garbage collection during initialization (issue4456)
+* subrepo: support remove with explicit paths in subrepos
+* subrepo: add full revert support for git subrepos
+* subrepo: add partial diff support for git subrepos
+* subrepo: add status support for ignored files in git subrepos
+* win32: remove Mercurial.ini file from Inno Setup installer (issue4435)
+  + hgweb
+* hgweb: allow viewing diffs against p1 or p2 for merge commits (issue3904)
+  + extensions
+* color: add support for colorizing git subrepo diffs
+* color: add missing 'dim' in _effects
+* convert: on svn failure, note libsvn version (issue4043)
+* convert: replace revision references in messages if they are >= short 
hashes
+* convert: handle LookupError in mercurial_source.lookuprev()
+* extdiff: reintroduce backward compatibility with manual quoting of 
parameters
+* histedit: add a test to show that issue4251 is fixed (issue4251)
+* largefiles: fix commit of a directory with no largefile changes 
(issue4330)
+* largefiles: use 'default' path for pulling largefiles, not 'default-push'
+* largefiles: enable subrepo support for add, forget, remove
+* largefiles: show progress when checking standin hashes in outgoing 
changesets
+* mq: smarter handling of plain headers
+* patchbomb: don't honor whitespace and format-changing diffopts (BC)
+* rebase: show more useful status information while rebasing
+* rebase: ensure rebase revision remains visible (issue4504)
+* extdiff: avoid unexpected quoting arguments for external tools 
(issue4463)
+* highlight: ignore Unicode's extra linebreaks (issue4291)
+* record: don't honor format-changing diffopts (issue4459)
+* share: add option to share bookmarks
+* transplant: properly skip empty changeset (issue4423)
+- provide cacerts.rc for all OS, not just >1130
+
+---

Old:

  mercurial-3.2.3.tar.gz

New:

  mercurial-3.3.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.uz43kd/_old  2015-02-05 11:01:29.0 +0100
+++ /var/tmp/diff_new_pack.uz43kd/_new  2015-02-05 11:01:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mercurial
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SU

commit mercurial for openSUSE:Factory

2014-12-22 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2014-12-22 12:54:25

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-12-17 
19:15:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2014-12-22 
12:53:03.0 +0100
@@ -1,0 +2,17 @@
+Fri Dec 19 08:06:30 UTC 2014 - devel...@develop7.info
+
+- update to v3.2.3
+  * context: stop setting None for modified or added nodes
+  * darwin: omit ignorable codepoints when normcase()ing a file path
+  * encoding: add hfsignoreclean to clean out HFS-ignored characters
+  * largefiles: don't actually remove largefiles in an addremove dry run
+  * log: fix log -f slow path to actually follow history
+  * log: fix log revset instability
+  * manifest: disallow setting the node id of an entry to None
+  * pathauditor: check for Windows shortname aliases
+  * pathauditor: check for codepoints ignored on OS X
+  * rebase: ignore negative state when updating back to original wc parent
+  * update: add tests for untracked local file
+  * update: don't overwrite untracked ignored files on update
+
+---

Old:

  mercurial-3.2.2.tar.gz

New:

  mercurial-3.2.3.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.4dZ19Q/_old  2014-12-22 12:53:04.0 +0100
+++ /var/tmp/diff_new_pack.4dZ19Q/_new  2014-12-22 12:53:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:3.2.2
+Version:3.2.3
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-3.2.2.tar.gz -> mercurial-3.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mercurial-3.2.2/.hgsigs new/mercurial-3.2.3/.hgsigs
--- old/mercurial-3.2.2/.hgsigs 2014-12-02 01:39:20.0 +0100
+++ new/mercurial-3.2.3/.hgsigs 2014-12-18 21:59:29.0 +0100
@@ -97,3 +97,4 @@
 7f8d16af8cae246fa5a48e723d48d58b015aed94 0 
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

commit mercurial for openSUSE:Factory

2014-12-17 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2014-12-17 19:15:50

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-12-16 
14:49:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2014-12-17 
19:15:03.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 16 19:10:40 UTC 2014 - devel...@develop7.info
+
+- properly replaced previously dropped mercurial-2.8-ssl.diff with cacerts.rc
+
+---



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.qlok3a/_old  2014-12-17 19:15:04.0 +0100
+++ /var/tmp/diff_new_pack.qlok3a/_new  2014-12-17 19:15:04.0 +0100
@@ -99,7 +99,7 @@
 install -m0644 contrib/*.el %{buildroot}%{_datadir}/emacs/site-lisp
 install -m0644 contrib/*.el %{buildroot}%{_datadir}/xemacs/site-lisp
 install -Dm0644 contrib/mergetools.hgrc 
%{buildroot}%{_sysconfdir}/mercurial/hgrc.d/mergetools.rc
-%if 0%{?suse_version} >= 1130 && 0%{?suse_version} <= 1230
+%if 0%{?suse_version} >= 1130
 install -m0644 %{SOURCE1} 
%{buildroot}%{_sysconfdir}/mercurial/hgrc.d/cacerts.rc
 %endif
 %fdupes -s %{buildroot}%{_prefix}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mercurial for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2014-12-16 14:49:19

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-10-05 
20:33:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2014-12-16 
14:49:50.0 +0100
@@ -1,0 +2,15 @@
+Mon Dec 15 21:57:45 UTC 2014 - devel...@develop7.info
+
+- update to v3.2.2
+  * see changelog at 
http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_3.2.2_.282014-12-01.29
+
+---
+Sat Nov 15 14:35:07 UTC 2014 - devel...@develop7.info
+
+- update to 3.2.1
+  * see changelog for v3.2.1 at 
http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_3.2.1_.282014-11-11.29
+- refreshed mercurial-locale-path-fix.patch
+- dropped obsolete mercurial-2.8-ssl.diff
+- dropped outdated contrib stuff from spec
+
+---

Old:

  mercurial-2.8-ssl.diff
  mercurial-3.1.2.tar.gz

New:

  mercurial-3.2.2.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.hYi0Ji/_old  2014-12-16 14:49:51.0 +0100
+++ /var/tmp/diff_new_pack.hYi0Ji/_new  2014-12-16 14:49:51.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:3.1.2
+Version:3.2.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+
@@ -31,8 +31,6 @@
 Patch1: mercurial-docutils-compat.diff
 # PATCH-FIX-OPENSUSE mercurial-locale-path-fix.patch sasc...@suse.de -- 
locales are found in /usr/share/locale
 Patch2: mercurial-locale-path-fix.patch
-# PATCH-FIX-OPENSUSE mercurial-2.6.3-ssl.diff lnus...@suse.de -- fallback to 
system default ca path
-Patch3: mercurial-2.8-ssl.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  python-devel
@@ -80,9 +78,6 @@
 %patch1 -p0
 %endif
 %patch2 -p1
-%if 0%{?suse_version} > 1230
-%patch3 -p1
-%endif
 chmod 644 hgweb.cgi
 
 %build
@@ -98,7 +93,6 @@
 
 # Install stuff in contrib
 install -m0755 contrib/hgk %{buildroot}%{_bindir}
-install -m0755 contrib/convert-repo %{buildroot}%{_bindir}
 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
@@ -119,7 +113,7 @@
 
 %files
 %defattr(-, root, root)
-%doc README CONTRIBUTORS COPYING hgweb.cgi contrib/sample.hgrc
+%doc README CONTRIBUTORS COPYING hgweb.cgi
 %{_bindir}/*
 %{_sysconfdir}/bash_completion.d/*
 %{_datadir}/zsh/

++ mercurial-3.1.2.tar.gz -> mercurial-3.2.2.tar.gz ++
 48352 lines of diff (skipped)

++ mercurial-hgk-path-fix.diff ++
--- /var/tmp/diff_new_pack.hYi0Ji/_old  2014-12-16 14:49:52.0 +0100
+++ /var/tmp/diff_new_pack.hYi0Ji/_new  2014-12-16 14:49:52.0 +0100
@@ -1,6 +1,8 @@
 contrib/hgk2007-09-01 18:42:08.0 +0200
-+++ contrib/hgk2007-09-05 17:07:23.0 +0200
-@@ -3637,6 +3637,10 @@
+Index: contrib/hgk
+===
+--- contrib/hgk.orig
 contrib/hgk
+@@ -4052,6 +4052,10 @@ proc getconfig {} {
  }
  
  # defaults...

++ mercurial-locale-path-fix.patch ++
--- /var/tmp/diff_new_pack.hYi0Ji/_old  2014-12-16 14:49:52.0 +0100
+++ /var/tmp/diff_new_pack.hYi0Ji/_new  2014-12-16 14:49:52.0 +0100
@@ -1,12 +1,13 @@
-diff -u a/mercurial/i18n.py b/mercurial/i18n.py
 a/mercurial/i18n.py2011-07-01 20:54:23.0 +0200
-+++ b/mercurial/i18n.py2011-07-11 15:23:29.920882539 +0200
-@@ -16,7 +16,7 @@
+Index: mercurial-3.2.1/mercurial/i18n.py
+===
+--- mercurial-3.2.1.orig/mercurial/i18n.py
 mercurial-3.2.1/mercurial/i18n.py
+@@ -36,7 +36,7 @@ if (os.name == 'nt'
+ _ugettext = None
  
- base = os.path.dirname(module)
- for dir in ('.', '..'):
--localedir = os.path.join(base, dir, 'locale')
+ def setdatapath(datapath):
+-localedir = os.path.join(datapath, 'locale')
 +localedir = '/usr/share/locale'
- if os.path.isdir(localedir):
- break
- 
+ t = gettextmod.translation('hg', localedir, _languages, fallback=True)
+ global _ugettext
+ _ugettext = t.ugettext

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mercurial for openSUSE:Factory

2014-10-05 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2014-10-05 20:32:11

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-09-15 
18:25:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2014-10-05 
20:33:51.0 +0200
@@ -1,0 +2,21 @@
+Sat Oct  4 16:09:22 UTC 2014 - devel...@develop7.info
+
+- update to v3.1.2
+  * commit: catch changed exec bit on files from p1 (issue4382)
+  * diff: document the nobinary option
+  * dispatch: check shell alias again after loading extensions (issue4355)
+  * dispatch: make "_checkshellalias" reusable regardless of adding aliases
+  * help: fix typo in log examples
+  * help: mention mode in hg log --removed help (issue4381)
+  * hgweb: fail if an invalid command was supplied in url path (issue4071)
+  * hgweb: refresh hgweb.repo on phase change (issue4061)
+  * histedit: abort gracefully on --continue/--abort with no state
+  * keepalive: fix how md5 is used
+  * mq: examine "pushable" of already applied patch correctly
+  * mq: pop correct patches when changing pushable-ness of already applied ones
+  * mq: report correct numbers for changing "number of guarded, applied 
patches"
+  * mq: use "mq.applied[i].name" instead of "mq.appliedname(i)" for safety
+  * revset: add an optimised baseset.contains (issue4371)
+  * templater: fix precedence of --style and --template options
+
+---
@@ -5 +25,0 @@
-  

Old:

  mercurial-3.1.1.tar.gz

New:

  mercurial-3.1.2.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.TaFXwH/_old  2014-10-05 20:33:52.0 +0200
+++ /var/tmp/diff_new_pack.TaFXwH/_new  2014-10-05 20:33:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:3.1.1
+Version:3.1.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-3.1.1.tar.gz -> mercurial-3.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mercurial-3.1.1/.hgsigs new/mercurial-3.1.2/.hgsigs
--- old/mercurial-3.1.1/.hgsigs 2014-09-02 03:41:02.0 +0200
+++ new/mercurial-3.1.2/.hgsigs 2014-10-01 21:59:34.0 +0200
@@ -92,3 +92,4 @@
 2d8cd3d0e83c7336c0cb45a9f88638363f993848 0 
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

commit mercurial for openSUSE:Factory

2014-09-15 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2014-09-15 17:41:30

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-08-01 
07:08:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2014-09-15 
18:25:14.0 +0200
@@ -1,0 +2,105 @@
+Mon Sep 15 10:31:08 UTC 2014 - devel...@develop7.info
+
+- update to v3.1.1
+  
+  Changes in v3.1:
+  * backout: accept '--edit' like other commands creating new changeset
+  * bash_completion: add -l|--list support for shelve
+  * bookmarks: avoid deleting primary bookmarks on rebase
+  * bookmarks: improve the bookmark help (issue4244)
+  * branch: add debug message for branch cache write failure
+  * bugzilla: stop trying to cache setup across hook invocation
+  * build: initial support for in-tree autobuilding recipes
+  * buildrpm: include release version in .tar.gz name
+  * bundle2: add pushkey support
+  * bundle2: fix bundle2 pulling all revs on empty pulls
+  * commit: make commit message shown in text editor customizable by template
+  * config: allow 'user' in .hgrc ui section (issue3169)
+  * convert: detect removal of ".gitmodules" at git source revisions correctly
+  * convert: drastically speed up git conversions
+  * convert: mercurial source: convert global tags only - not local tags
+  * convert: only consider shamap revisions converted if they still exists
+  * convert: update the transplant, rebase and graft references in 'extra'
+  * diff: add nobinary config to suppress git-style binary diffs
+  * discovery: if a push would create a new head, mention the bookmark name if 
any
+  * filemerge: add internal:tagmerge merge tool
+  * filemerge: use 'basic' as the default of '[ui] mergemarkers' for safety
+  * filemerge: use non-minimal conflict marker regions (BC)
+  * gpg: accept '--edit' like other commands creating new changeset
+  * graft: customize graft conflict markers (BC)
+  * help: always show command help with -h (issue4240)
+  * help: suggest keyword search when no topic is found
+  * histedit: respect revsetalias entries (issue4311)
+  * import: add --partial flag to create a changeset despite failed hunks
+  * largefiles: avoid unnecessary creation of .hg/largefiles when opening 
lfdirstate
+  * largefiles: include largefiles when doing log on a directory (issue4241)
+  * largefiles: show also how many data entities are outgoing at "hg outgoing"
+  * largefiles: use "normallookup", if "mtime" of standin is unset
+  * log: allow revset for --follow to be lazily evaluated
+  * log: do not use exact matcher for --patch --follow without file (issue4319)
+  * log: make --patch --follow work inside a subdirectory
+  * make: add a basic osx mpkg target
+  * merge: add conflict marker formatter (BC)
+  * merge: define conflict marker labels in filemerge()
+  * mergetools.hgrc: add minimal configuration for editmerge
+  * packaging: move output directory from build/ to packages/
+  * pager: add attend- option
+  * patchbomb: includes series information in the header
+  * pull: when remote supports it, pull phase data alongside changesets
+  * purge: add options for deleting only files or only directories
+  * push: use bundle2 to push phases when available
+  * qfold: allow to specify '--message/'--logfile' and '--edit' at the same 
time
+  * qimport: record imported revs incrementally (issue3874)
+  * qrefresh: allow to specify '--message/'--logfile' and '--edit' at the same 
time
+  * rebase: specify custom conflict marker labels for rebase (BC)
+  * resolve: abort when not applicable (BC)
+  * resolve: don't abort resolve -l even when no merge is in progress
+  * resolve: print message when no unresolved files remain (issue4214)
+  * resolve: print warning when no work performed (issue4208)
+  * revset: maintain ordering when subtracting from a baseset (issue4289)
+  * revset: optimize baseset.sub (issue4313)
+  * setup: fixed for Pythons which don't have a CFLAGS
+  * setup: make Xcode 5.1 check less specific
+  * shelve: accept '--edit' like other commands creating new changeset
+  * strip: drop -b/--backup option (BC)
+  * strip: remove bookmarks after strip succeed (issue4295)
+  * templatefilter: add splitlines function
+  * templatekw: add 'currentbookmark' keyword to show current bookmark easily
+  * templatekw: add 'subrepos' keyword to show updated subrepositories
+  * templater: introduce startswith function
+  * templater: introduce word function
+  * templates: escape NUL bytes in jsonescape (issue4303)
+  * update: introduce --tool for controlling the merge tool
+  * update: show message when a bookmark is activated by update
+  * 

commit mercurial for openSUSE:Factory

2014-07-31 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2014-08-01 07:07:57

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-07-24 
00:41:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2014-08-01 
07:08:07.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 31 12:43:25 UTC 2014 - dims...@opensuse.org
+
+- Rename rpmlintrc to %{name}-rpmlintrc.
+  Follow the packaging guidelines.
+
+---

Old:

  rpmlintrc

New:

  mercurial-rpmlintrc



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.ouYpcl/_old  2014-08-01 07:08:08.0 +0200
+++ /var/tmp/diff_new_pack.ouYpcl/_new  2014-08-01 07:08:08.0 +0200
@@ -25,7 +25,7 @@
 Url:http://mercurial.selenic.com/
 Source: 
http://mercurial.selenic.com/release/mercurial-%{version}.tar.gz
 Source1:cacerts.rc
-Source99:   rpmlintrc
+Source99:   mercurial-rpmlintrc
 Patch0: mercurial-hgk-path-fix.diff
 # PATCH-FIX-OPENSUSE mercurial-docutils-compat.diff -- Fix for new docutils 
options not available on 11.1 and older
 Patch1: mercurial-docutils-compat.diff

++ mercurial-rpmlintrc ++
addFilter("python-naming-policy-not-applied")
addFilter("non-conffile-in-etc /etc/bash_completion.d/mercurial.sh")
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mercurial for openSUSE:Factory

2014-07-23 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2014-07-23 22:07:12

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-06-10 
14:38:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2014-07-24 
00:41:24.0 +0200
@@ -1,0 +2,17 @@
+Tue Jul 22 14:32:00 UTC 2014 - devel...@develop7.info
+
+- update to v 3.0.2
+  * cmdutil: add copy-filtering support to duplicatecopies
+  * hgweb: avoid initialization race (issue4280)
+  * keyword: suppress keyword expansion for internal merge
+  * match: make glob '**/' match the empty string
+  * p4: accept changesets with no description (issue4282)
+  * parsers.c: fix a couple of memory leaks
+  * push: restore contents of HG_URL for hooks (issue4268)
+  * rebase: fix bug that caused transitive copy records to disappear 
(issue4192)
+  * repoview: do not crash when localtags refers to non existing revisions
+  * resolve: keep wlock while resolving
+  * revlog: hold a private reference to self._cache
+  * revlog: make _chunkcache access atomic
+
+---

Old:

  mercurial-3.0.1.tar.gz

New:

  mercurial-3.0.2.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.Kg3WoG/_old  2014-07-24 00:41:25.0 +0200
+++ /var/tmp/diff_new_pack.Kg3WoG/_new  2014-07-24 00:41:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:3.0.1
+Version:3.0.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-3.0.1.tar.gz -> mercurial-3.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mercurial-3.0.1/.hgsigs new/mercurial-3.0.2/.hgsigs
--- old/mercurial-3.0.1/.hgsigs 2014-06-01 23:15:44.0 +0200
+++ new/mercurial-3.0.2/.hgsigs 2014-07-02 06:32:18.0 +0200
@@ -88,3 +88,4 @@
 3f83fc5cfe715d292069ee8417c83804f6c6c1e4 0 
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

commit mercurial for openSUSE:Factory

2014-06-10 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2014-06-10 14:38:44

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-05-09 
20:30:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2014-06-10 
14:38:46.0 +0200
@@ -1,0 +2,25 @@
+Sun Jun  8 05:22:41 UTC 2014 - devel...@develop7.info
+
+- update to version 3.0.1
+  * alias: change return code of bad definition to 255
+  * alias: fix loss of non-zero return code in command aliases
+  * alias: handle shlex error in command aliases
+  * bookmarks: properly align multi-byte characters
+  * bugzilla: support Bugzilla 4.4.3+ API login token authentication 
(issue4257)
+  * bundle2: fix bundle2 pulling all revs on empty pulls
+  * bundle2: fix configuration name mismatch
+  * changelog: ensure changelog._delaybuf is initialized
+  * color: don't fail on error messages when no curses (issue4237)
+  * exchange: propagate arguments to the _getbundleextrapart function
+  * localrepo: prevent leak of transaction object (issue4258)
+  * proxy: remove unneeded _set_hostport for compatibility with Python 2.7.7rc1
+  * setup.py, make: avoid problems with outdated, existing hgext/__index__.py*
+  * subrepo: avoid sanitizing ".hg/hgrc" in meta data area for non-hg subrepos
+  * subrepo: invoke "_sanitize()" also after "git merge --ff"
+  * subrepo: make "_sanitize()" take absolute path to the root of subrepo
+  * subrepo: make "_sanitize()" work
+  * subrepo: normalize path in the specific way for problematic encodings
+  * templates: fix ifcontains against sets with length > 1 (issue4259)
+  * win32: backout 1a9ebc83a74c
+
+---

Old:

  mercurial-3.0.tar.gz

New:

  mercurial-3.0.1.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.A8UInT/_old  2014-06-10 14:38:47.0 +0200
+++ /var/tmp/diff_new_pack.A8UInT/_new  2014-06-10 14:38:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:3.0
+Version:3.0.1
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-3.0.tar.gz -> mercurial-3.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mercurial-3.0/.hgsigs new/mercurial-3.0.1/.hgsigs
--- old/mercurial-3.0/.hgsigs   2014-05-02 00:48:02.0 +0200
+++ new/mercurial-3.0.1/.hgsigs 2014-06-01 23:15:44.0 +0200
@@ -87,3 +87,4 @@
 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

commit mercurial for openSUSE:Factory

2014-05-09 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2014-05-09 
20:30:29.0 +0200
@@ -1,0 +2,67 @@
+Fri May  2 08:20:05 UTC 2014 - devel...@develop7.info
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.EV341t/_new  2014-05-09 20:30:3

commit mercurial for openSUSE:Factory

2014-03-14 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2014-03-14 15:16:47

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-02-18 
14:45:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2014-03-14 
15:16:49.0 +0100
@@ -1,0 +2,19 @@
+Thu Mar 13 21:07:15 UTC 2014 - devel...@develop7.info
+
+- update to version 2.9.1
+  * coal: hgweb style adds extra blank line in file view (issue4136)
+  * hg.openpath: use url.islocal to tell if the path is local (issue3624)
+  * hgweb: hack around mimetypes encoding thinko (issue4160)
+  * hooks: only disable/re-enable demandimport when it's already enabled
+  * merge: add "other" file node in the merge state file
+  * merge: audit the right destination file when merging with dir rename
+  * merge: don't overwrite file untracked after remove, abort with 'untracked 
files'
+  * merge: record the "other" node in merge state
+  * pathencode: eliminate signed integer warnings
+  * pull: close peer repo on completion (issue2491) (issue2797)
+  * purge: avoid duplicate output for --print (issue4092)
+  * rebase: do not try to reactivate deleted divergent bookmark
+  * resolve: use "other" changeset from merge state (issue4163)
+  * verify: do not prevent verify repository containing hidden changesets
+
+---

Old:

  mercurial-2.9.tar.gz

New:

  mercurial-2.9.1.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.5DxGfQ/_old  2014-03-14 15:16:50.0 +0100
+++ /var/tmp/diff_new_pack.5DxGfQ/_new  2014-03-14 15:16:50.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:2.9
+Version:2.9.1
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-2.9.tar.gz -> mercurial-2.9.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mercurial-2.9/.hgsigs new/mercurial-2.9.1/.hgsigs
--- old/mercurial-2.9/.hgsigs   2014-02-01 22:20:49.0 +0100
+++ new/mercurial-2.9.1/.hgsigs 2014-03-01 22:22:50.0 +0100
@@ -83,3 +83,4 @@
 209e04a06467e2969c0cc6501335be0406d46ef0 0 
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
+3cec5134e9c4bceab6a00c60f52a4f80677a78f2 0 
iQIVAwUAUu1lIyBXgaxoKi1yAQIzCBAA

commit mercurial for openSUSE:Factory

2014-02-18 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2014-02-18 14:45:14

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-01-13 
12:03:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2014-02-18 
14:45:16.0 +0100
@@ -1,0 +2,36 @@
+Mon Feb 17 15:11:09 UTC 2014 - devel...@develop7.info
+
+- update to version 2.9
+  * aliases: make "_checkshellalias()" invoke "findcmd()" with "strict=True"
+  * backout: add a message after backout that need manual commit
+  * backout: avoid update on simple case
+  * bash_completion: add completion for deleting a shelve
+  * bash_completion: add global support for -B|--bookmark
+  * bash_completion: add global support for -b|--branch
+  * bisect: --command without --noupdate should flag the parent rev it tested
+  * bookmarks: allow push -B to create a new remote head (Bts:issue2372)
+  * branchmap: cache open/closed branch head information
+  * cat: increase perf when catting single files
+  * changectx: increase perf of walk function
+  * clone: do not turn hidden changeset public on publishing clone 
(Bts:issue3935)
+  * convert: use branchmap to change default branch in destination 
(Bts:issue3469)
+  * date: allow %z in format (Bts:issue4040)
+  * diff: search beyond ancestor when detecting renames
+  * hgweb: infinite scroll support for coal, gitweb, and monoblue styles
+  * merge: consider successor changesets for a bare update
+  * patch: add support for git delta hunks
+  * phase: properly compute ancestors of --rev on push (Bts:issue3786)
+  * rebase: abort cleanly when we encounter a damaged rebasestate 
(Bts:issue4155)
+  * rebase: do not crash in panic when cwd disapear in the process 
(Bts:issue4121)
+  * record: --user/-u now works with record when ui.username not set 
(Bts:issue3857)
+  * record: re-enable whitespace-ignoring options
+  * relink: abort earlier when on different devices (Bts:issue3916)
+  * strip: add faster revlog strip computation
+  * subrepo: check phase of state in each subrepositories before committing
+  * subrepo: make it possible to update to hidden subrepo revisions
+  * subsettable: move from repoview to branchmap, the only place it's used
+  * templater: selecting a style with no templates does not crash 
(Bts:issue4140)
+  * update: consider successor changesets when moving active bookmark
+  * url: added authuri when login information is requested (Bts:issue3209)
+
+---

Old:

  mercurial-2.8.2.tar.gz

New:

  mercurial-2.9.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.W4ccvB/_old  2014-02-18 14:45:16.0 +0100
+++ /var/tmp/diff_new_pack.W4ccvB/_new  2014-02-18 14:45:16.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:2.8.2
+Version:2.9
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-2.8.2.tar.gz -> mercurial-2.9.tar.gz ++
 47446 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mercurial for openSUSE:Factory

2014-01-13 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2014-01-13 12:03:10

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  2013-12-16 
16:35:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2014-01-13 
12:03:11.0 +0100
@@ -1,0 +2,8 @@
+Thu Jan  9 15:07:08 UTC 2014 - w...@rosenauer.org
+
+- update to version 2.8.2
+  * fileset, revset: do not use global parser object for thread safety
+  * hgweb: avoid initialization race (issue3953)
+  * mpatch: rewrite pointer overflow checks
+
+---

Old:

  mercurial-2.8.1.tar.gz

New:

  mercurial-2.8.2.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.AW41pZ/_old  2014-01-13 12:03:12.0 +0100
+++ /var/tmp/diff_new_pack.AW41pZ/_new  2014-01-13 12:03:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mercurial
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:2.8.1
+Version:2.8.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-2.8.1.tar.gz -> mercurial-2.8.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mercurial-2.8.1/.hgsigs new/mercurial-2.8.2/.hgsigs
--- old/mercurial-2.8.1/.hgsigs 2013-12-02 03:51:16.0 +0100
+++ new/mercurial-2.8.2/.hgsigs 2014-01-02 04:46:45.0 +0100
@@ -80,3 +80,4 @@
 e7fa36d2ad3a7944a52dca126458d6f482db3524 0 
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

commit mercurial for openSUSE:Factory

2013-12-16 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2013-12-16 16:35:48

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  2013-11-25 
14:58:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2013-12-16 
16:35:49.0 +0100
@@ -1,0 +2,38 @@
+Fri Dec 13 19:08:25 UTC 2013 - w...@rosenauer.org
+
+- update to version 2.8.1
+  * bookmarks: consider successor changesets when moving bookmark (issue4015)
+  * contrib: don't mention obsolete graphlog extension in mercurial.ini
+  * contrib: promote strip extension over MQ in sample.hgrc
+  * contrib: stop mentioning obsolete graphlog extension in sample.hgrc
+  * convert: fix svn crash when svn.ra.get_log calls back with orig_paths=None
+  * help: fix backwards bisect help example
+  * help: use progress instead of mq as in 'hg help config' example
+  * hgk: fix tag list parser (issue4101)
+  * hgweb: ignore non numeric "revcount" parameter values (issue4091)
+  * histedit: hold wlock and lock while in progress
+  * largefiles: cache largefiles for update, also without printmessage
+  * largefiles: don't crash on 'local renamed directory' actions
+  * merge: move forgets to the beginning of the action list
+  * minirst: do not interpret a directive as a literal block
+  * minirst: find admonitions before pruning comments and adding margins
+  * obsolete: stop doing membership test on list
+  * parse_index2: fix crash on bad argument type (issue4110)
+  * phase: better error message when --force is needed
+  * rebase: fix rebase aborts when 'tip-1' is public (issue4082)
+  * rebase: fix working copy location after a --collapse (issue4080)
+  * share: fix unshare calling wrong repo.init() method
+  * shelve: fix bad argument interaction with largefiles (issue4111)
+  * shelve: unshelve using an unfiltered repository
+  * strip: fix last unprotected mq reference (issue4097)
+  * strip: hold wlock for entire duration
+  * subrepo: sanitize non-hg subrepos
+  * templater: fix escaping in nested string literals (issue4102)
+  * templater: makes branches work correctly with stringify (issue4108)
+  * templater: only recursively evaluate string literals as templates 
(issue4103)
+  * unshelve: add tests for unknown files
+  * unshelve: don't commit unknown files during unshelve (issue4113)
+  * util: url keeps backslash in paths
+  * util: warn when adding paths ending with \
+
+---

Old:

  mercurial-2.8.tar.gz

New:

  mercurial-2.8.1.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.psTkKR/_old  2013-12-16 16:35:50.0 +0100
+++ /var/tmp/diff_new_pack.psTkKR/_new  2013-12-16 16:35:50.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:2.8
+Version:2.8.1
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-2.8.tar.gz -> mercurial-2.8.1.tar.gz ++
 4092 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mercurial for openSUSE:Factory

2013-11-25 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2013-11-25 14:58:31

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  2013-10-24 
14:41:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2013-11-25 
14:58:33.0 +0100
@@ -1,0 +2,41 @@
+Sun Nov 24 10:34:00 UTC 2013 - w...@rosenauer.org
+
+- update to version 2.8
+  Core features
+hgweb: add revset syntax support to search
+hgweb: always run search when a query is entered (BC)
+hgweb (paper theme): add infinite scrolling to graph
+hgweb: show full date in rfc822 format in tooltips at shortlog page
+proxy: allow wildcards in the no proxy list (issue1821)
+pull: for pull --update with failed update, print hint if any
+rebase: preserve working directory parent (BC)
+sslutil: add a config knob to support TLS (default) or SSLv23 (BC) 
(issue4038)
+templatefilters: add short format for age formatting
+templater: support using templates with non-standard names from map file
+update: add error message for dirty non-linear update with no rev
+addremove: don't do full walks
+log: make file log slow path usable on huge repos
+subrepo: let the user choose to merge, keep local or keep remote subrepo 
revisions
+  Extension features
+convert-internals: introduce hg.revs to replace hg.startrev and --rev with 
a revset
+convert-internals: update source shamap when using filemap, just as when 
not using filemap
+factotum: clean up keychain for multiple hg repository authentication
+histedit: abort if there are multiple roots in "--outgoing" revisions
+mq: extract strip function as its standalone extension (issue3824)
+mq: look for modified subrepos when checking for local changes
+rebase: remove bailifchanged check from pullrebase (BC)
+shelve: add a shelve extension to save/restore working changes
+  Fixes
+pager: honour internal aliases
+patch: ensure valid git diffs if source/destination file is missing 
(issue4046)
+patch: Fix nullid for binary git diffs (issue4054)
+progress: stop getting stuck in a nested topic during a long inner step
+rebase: handle bookmarks matching revset function names (issue3950)
+rebase: preserve active bookmark when not at head (issue3813)
+rebase: preserve metadata from grafts of changes (issue4001)
+rebase: fix selection of base used when rebasing merge (issue4041)
+ui: send password prompts to stderr again (issue4056)
+- recover 11.4 support by requiring docutils instead of python-docutils
+- rebased mercurial-2.6.3-ssl.diff to mercurial-2.8-ssl.diff
+
+---

Old:

  mercurial-2.6.3-ssl.diff
  mercurial-2.7.2.tar.gz

New:

  mercurial-2.8-ssl.diff
  mercurial-2.8.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.IKh0Lr/_old  2013-11-25 14:58:33.0 +0100
+++ /var/tmp/diff_new_pack.IKh0Lr/_new  2013-11-25 14:58:33.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:2.7.2
+Version:2.8
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+
@@ -34,11 +34,15 @@
 # PATCH-FIX-OPENSUSE mercurial-locale-path-fix.patch sasc...@suse.de -- 
locales are found in /usr/share/locale
 Patch3: mercurial-locale-path-fix.patch
 # PATCH-FIX-OPENSUSE mercurial-2.6.3-ssl.diff lnus...@suse.de -- fallback to 
system default ca path
-Patch4: mercurial-2.6.3-ssl.diff
+Patch4: mercurial-2.8-ssl.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  python-devel
+%if %suse_version < 1210
+BuildRequires:  docutils
+%else
 BuildRequires:  python-docutils
+%endif
 BuildRequires:  python-xml
 Requires:   python-xml
 %if 0%{?sles_version}

++ mercurial-2.6.3-ssl.diff -> mercurial-2.8-ssl.diff ++
--- /work/SRC/openSUSE:Factory/mercurial/mercurial-2.6.3-ssl.diff   
2013-09-05 23:21:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial-2.8-ssl.diff
2013-11-25 14:58:32.0 +0100
@@ -1,13 +1,18 @@
-Index: mercurial-2.6.3/mercurial/sslutil.py
-===
 mercurial-2.6.3.orig/mercurial/sslutil.py
-+++ mercurial-2.6.3/mercurial/sslutil.py
-@@ -83,12 +83,15 @@ def _verifycert(cert, hostname):
+diff -uprN mercurial-2.8.orig/mercurial/sslutil.py 
mercurial-2.8/mercurial/sslutil.py
+--- mercurial-2.8.orig/mercurial/ssl

commit mercurial for openSUSE:Factory

2013-10-24 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2013-10-24 14:41:06

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  2013-10-11 
08:59:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2013-10-24 
14:41:07.0 +0200
@@ -1,0 +2,16 @@
+Thu Oct 24 09:22:29 UTC 2013 - speili...@suse.com
+
+- Drop dependency on python-roman, python-docutils' module docutils.utils.roman
+  should be sufficient
+- Drop checks for obsolete distributions
+- Drop dependency on rcs, it doesn't seem to be used anywhere and was
+  added in 2006
+- Depend on openssl-certs if %sles_version is defined (for our IBS friends)
+- Require python-docutils instead of the obsolete docutils
+
+---
+Wed Oct 23 11:40:57 CEST 2013 - oher...@suse.de
+
+- Refresh mercurial-docutils-compat.diff to fix build in sles11sp3
+
+---



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.AanqRR/_old  2013-10-24 14:41:08.0 +0200
+++ /var/tmp/diff_new_pack.AanqRR/_new  2013-10-24 14:41:08.0 +0200
@@ -35,32 +35,22 @@
 Patch3: mercurial-locale-path-fix.patch
 # PATCH-FIX-OPENSUSE mercurial-2.6.3-ssl.diff lnus...@suse.de -- fallback to 
system default ca path
 Patch4: mercurial-2.6.3-ssl.diff
-# require rcs for 3-way "merge" command.
-Requires:   rcs
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  fdupes
 BuildRequires:  python-devel
-%if 0%{?fedora_version} || 0%{?suse_version} || 0%{?rhel_version}
-BuildRequires:  docutils
-%else
 BuildRequires:  python-docutils
-%endif
-%if 0%{?suse_version}
 BuildRequires:  python-xml
 Requires:   python-xml
-%if 0%{?suse_version} > 1020
-BuildRequires:  fdupes
-%endif
-%if 0%{?suse_version} > 1210
-BuildRequires:  python-roman
-%endif
-%if 0%{?suse_version} >= 1130
+%if 0%{?sles_version}
+Requires:   openssl-certs
+%else
 Requires:   ca-certificates
 %endif
-%py_requires
 Recommends: %{name}-lang
-%endif
 Provides:   hg = %{version}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%endif
 
 %if 0%{?with_tests}
 Source90:   tests.blacklist
@@ -79,9 +69,7 @@
 Mercurial is a fast, lightweight source control management system
 designed for efficient handling of very large distributed projects.
 
-%if 0%{?suse_version} > 1100
 %lang_package
-%endif
 
 %prep
 %setup -q
@@ -116,34 +104,20 @@
 install -m0644 contrib/*.el %{buildroot}%{_datadir}/emacs/site-lisp
 install -m0644 contrib/*.el %{buildroot}%{_datadir}/xemacs/site-lisp
 install -Dm0644 contrib/mergetools.hgrc 
%{buildroot}%{_sysconfdir}/mercurial/hgrc.d/mergetools.rc
-%if 0%{?suse_version} >= 1130
-%if 0%{?suse_version} <= 1230
+%if 0%{?suse_version} >= 1130 && 0%{?suse_version} <= 1230
 install -m0644 %{SOURCE1} 
%{buildroot}%{_sysconfdir}/mercurial/hgrc.d/cacerts.rc
 %endif
-%endif
-
-%if 0%{?suse_version} > 1020
 %fdupes -s %{buildroot}%{_prefix}
-%endif
 
 %if 0%{?with_tests}
-
 %check
 make tests TESTFLAGS="-v --blacklist=%{SOURCE90}"
 %endif
 
-%clean
-rm -rf %{buildroot}
-
-%if 0%{?suse_version} > 1100
 %files lang -f hg.lang
+
 %files
 %defattr(-, root, root)
-%else
-%files -f hg.lang
-%defattr(-, root, root)
-%endif
-
 %doc README CONTRIBUTORS COPYING hgweb.cgi contrib/sample.hgrc
 %{_bindir}/*
 %{_sysconfdir}/bash_completion.d/*

++ mercurial-2.7.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mercurial-2.7.2/doc/hgmanpage.py 
new/mercurial-2.7.2/doc/hgmanpage.py
--- old/mercurial-2.7.2/doc/hgmanpage.py2013-10-02 01:55:12.0 
+0200
+++ new/mercurial-2.7.2/doc/hgmanpage.py2013-10-24 11:21:43.0 
+0200
@@ -51,6 +51,7 @@
 import roman
 except ImportError:
 from docutils.utils import roman
+
 import inspect
 
 FIELD_LIST_INDENT = 7

++ mercurial-docutils-compat.diff ++
--- /var/tmp/diff_new_pack.AanqRR/_old  2013-10-24 14:41:09.0 +0200
+++ /var/tmp/diff_new_pack.AanqRR/_new  2013-10-24 14:41:09.0 +0200
@@ -2,10 +2,10 @@
 +++ doc/Makefile   2011-03-09 13:06:03.0 +0100
 @@ -27,7 +27,7 @@
  
- %: %.txt common.txt
+ %: %.txt %.gendoc.txt co

commit mercurial for openSUSE:Factory

2013-10-11 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2013-10-11 08:59:18

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  2013-09-05 
23:21:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2013-10-11 
08:59:20.0 +0200
@@ -1,0 +2,21 @@
+Thu Oct 10 11:03:51 UTC 2013 - w...@rosenauer.org
+
+- update to version 2.7.2
+  * Regularly scheduled bugfix release. This fixes significant
+regressions from 2.7 in push/pull performance and SSL negotiation
+  bundle: fix performance regression when bundling file changes (issue4031)
+  generaldelta: initialize basecache properly
+  help: use full name of extensions to look up them for keyword search
+  histedit: abort if there are multiple roots in "--outgoing" revisions
+  histedit: add more detailed help about "--outgoing"
+  histedit: suggest "histedit --abort" for inconsistent histedit state
+  httpclient: apply upstream revision da7579b034a4 to fix SSL problems 
(issue4038)
+  rebase: catch RepoLookupError at restoring rebase state for abort/continue
+  rebase: catch RepoLookupError at restoring rebase state for summary
+  repoview: have unfilteredpropertycache using the underlying cache
+  repoview: make propertycache.setcache compatible with repoview
+  revset: fix wrong keyword() behaviour for strings with spaces
+  sslutil: backed out changeset 074bd02352c0 (issue4038)
+  strip: set current bookmark to None if stripped
+
+---

Old:

  mercurial-2.7.1.tar.gz

New:

  mercurial-2.7.2.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.mMqRgR/_old  2013-10-11 08:59:22.0 +0200
+++ /var/tmp/diff_new_pack.mMqRgR/_new  2013-10-11 08:59:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:2.7.1
+Version:2.7.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-2.7.1.tar.gz -> mercurial-2.7.2.tar.gz ++
 26568 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mercurial for openSUSE:Factory

2013-09-05 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2013-09-05 23:21:30

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  2013-07-16 
16:43:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2013-09-05 
23:21:31.0 +0200
@@ -1,0 +2,60 @@
+Wed Sep  4 19:08:50 UTC 2013 - w...@rosenauer.org
+
+- update to version 2.7.1
+  * shrink-revlog.py was removed from distribution
+  * no upstream changelog available
+- update to version 2.7.0
+  This release contains an important fix for a merge ancestor
+  calculation regression in the 2.6 series.
+  ancestor: decrement ninteresting correctly (issue3984)
+  bookmarks: allow bookmark command to take multiple arguments
+  bookmarks: pull --update updates to active bookmark if it moved (issue4007)
+  bookmarks: update only proper bookmarks on push -r/-B (issue 3973)
+  changegroup: fix fastpath during commit
+  checklink: work around sshfs brain-damage (issue3636)
+  churn: split email aliases from the right
+  commands: add checks for unfinished operations (issue3955)
+  commit: enable --secret option
+  convert: catch empty origpaths in svn gettags (issue3941)
+  convert: fix bad conversion of copies when hg.startrev is specified
+  convert: handle changeset sorting errors without traceback (issue3961)
+  hgweb: fix incorrect way to count revisions in log (issue3977)
+  hgweb: run search instead of showing wrong error for ambigious identifier
+  histedit: don't clobber working copy on --abort if not on histedit cset
+  histedit: refuse to edit history that contains merges (issue3962)
+  import: cut commit messages at --- unconditionally (issue2148)
+  largefiles: overridematch() should replace the file path instead of 
extending (issue3934)
+  log: add a log style that is default+phase (issue3436)
+  paper: add line wrapping switch to file source view
+  paper: code selection without line numbers in file source view
+  paper: highlight line which is linked to in source view
+  progress: respect HGPLAIN
+  rebase: allow aborting when descendants detected
+  rebase: continue abort without strip for immutable csets (issue3997)
+  rebase: don't clobber wd on --abort when we've updated away (issue4009)
+  revert: make backup when unforgetting a file (issue3423)
+  revlog: handle hidden revs in _partialmatch (issue3979)
+  rollback: mark as deprecated 
+  splicemap: improve error handling when parsing (issue2084)
+  splicemap: support paths with spaces in splicemap (issue3844)
+  sslutil: force SSLv3 on Python 2.6 and later (issue3905)
+  summary: augment output with info from extensions
+  templater: add strip function with chars as an extra argument
+  log: show style list when unknown style specified
+  tip: deprecate the tip command
+  update: add tracking of interrupted updates (issue3113)
+  worker: check problem state correctly (issue3982)
+  worker: properly report errors from worker processes (issue3982) 
+
+---
+Thu Aug 29 14:41:19 UTC 2013 - w...@rosenauer.org
+
+- bring back cacerts.rc for distributions older than 13.1
+
+---
+Mon Aug 26 13:58:17 UTC 2013 - lnus...@suse.de
+
+- don't pass ca_certs to make python use the system's built in path
+  (bnc#836739) (mercurial-2.6.3-ssl.diff) starting from 13.1
+
+---

Old:

  mercurial-2.6.3.tar.gz

New:

  mercurial-2.6.3-ssl.diff
  mercurial-2.7.1.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.uWVnPp/_old  2013-09-05 23:21:32.0 +0200
+++ /var/tmp/diff_new_pack.uWVnPp/_new  2013-09-05 23:21:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:2.6.3
+Version:2.7.1
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+
@@ -33,6 +33,8 @@
 Patch2: mercurial-docutils-compat.diff
 # PATCH-FIX-OPENSUSE mercurial-locale-path-fix.patch sasc...@suse.de -- 
locales are found in /usr/share/locale
 Patch3: mercurial-locale-path-fix.patch
+# PATCH-FIX-OPENSUSE mercurial-2.6.3-ssl.diff lnus...@suse.de -- fallback to 
system default ca path
+Patch4: mercurial-2.6.3-ssl.diff
 # require rcs for 3-way "merge" command.
 Requires:   rcs
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -89,6 +91,9 @@
 %patch2 -p0
 %endif
 %patch3 -p1
+%if 0%{?suse_version} > 1230
+%patch4 -p1
+%endif
 chmod 644 hgweb.cgi

commit mercurial for openSUSE:Factory

2013-07-16 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2013-07-16 16:43:22

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  2013-06-17 
10:11:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2013-07-16 
16:43:24.0 +0200
@@ -1,0 +2,13 @@
+Tue Jul 16 11:42:44 UTC 2013 - w...@rosenauer.org
+
+- update to version 2.6.3
+  This is a regularly-scheduled bugfix release.
+  * commit: amending with --close-branch (issue3445)
+  * doc: make it easier to read how to enable extensions
+  * doc: reword "config file" to "configuration file"
+  * docs: change description to synopsis in hgrc.5
+  * histedit: raise ImportError when demandloading is enabled
+  * pathencode: fix hashmangle short dir limit (issue3958)
+  * update: remove .hg/graftstate on clean (issue3970)
+
+---

Old:

  mercurial-2.6.2.tar.gz

New:

  mercurial-2.6.3.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.y16qx9/_old  2013-07-16 16:43:25.0 +0200
+++ /var/tmp/diff_new_pack.y16qx9/_new  2013-07-16 16:43:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:2.6.2
+Version:2.6.3
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-2.6.2.tar.gz -> mercurial-2.6.3.tar.gz ++
 7985 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mercurial for openSUSE:Factory

2013-06-17 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2013-06-17 10:11:10

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  2013-06-05 
13:30:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2013-06-17 
10:11:11.0 +0200
@@ -1,0 +2,13 @@
+Sun Jun 16 07:03:29 UTC 2013 - w...@rosenauer.org
+
+- update to version 2.6.2
+  This is a regularly-scheduled bugfix release.
+  * amend: complain more comprehensibly about subrepos
+  * blackbox: fix blackbox causing exceptions in tests
+  * blackbox: fix recording exit codes (issue3938)
+  * dirstate: don't overnormalize for ui.slash
+  * graft: refuse to commit an interrupted graft (issue3667)
+  * help: fix role/option confusion in RST
+  * help: stop documentation markup appearing in generated help
+
+---

Old:

  mercurial-2.6.1.tar.gz

New:

  mercurial-2.6.2.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.Vyeiwg/_old  2013-06-17 10:11:12.0 +0200
+++ /var/tmp/diff_new_pack.Vyeiwg/_new  2013-06-17 10:11:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:2.6.1
+Version:2.6.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-2.6.1.tar.gz -> mercurial-2.6.2.tar.gz ++
 28294 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mercurial for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2013-06-05 13:30:07

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  2013-04-07 
14:23:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2013-06-05 
13:30:09.0 +0200
@@ -1,0 +2,173 @@
+Tue May 21 23:50:07 UTC 2013 - pce...@suse.com
+
+- update to version 2.6.1 (2013-05-14)
+* convert
+fix bug of wrong CVS path parsing without port number (issue3678)
+* help/config
+note 64-bit Windows registry key used with 32-bit Python
+* hfs+
+rewrite percent-escaper (issue3918)
+* hgignore
+fix regression with hgignore directory matches (issue3921)
+* highlight
+fix page layout with empty first and last lines
+* largefiles
+check existence of the file with case awareness of the filesystem
+check unknown files with case awareness of the filesystem
+* pathencode
+grow buffers to increase safety margin
+* revert
+ensure that copies and renames are honored (issue3920)
+* subrepo
+open files in 'rb' mode to read exact data in (issue3926)
+* windows
+check target type before actual unlinking to follow POSIX semantics 
+
+- update to 2.6 (2013-05-01)
+* addremove
+improve performance
+* amend
+support amending merge changesets (issue3778)
+* ancestor
+a new algorithm that is faster for nodes near tip
+* annotate
+increase refcount of each revision correctly (issue3841)
+* applyupdates
+assign variable before we try to use it (issue3855)
+* archive
+raise error.Abort if the file pattern matches no files
+* bash_completion
+allow remove to complete normal files
+* blackbox
+new extension
+* bookmarks
+don't allow integers as bookmark/branch/tag names
+allow (re-)activating a bookmark on the current changeset
+allow moving a bookmark forward to a descendant
+moving the active bookmark deactivates it
+fix bug that activated a bookmark even with -r passed
+resolve divergent bookmark when moving across a branch
+resolve divergent bookmarks when moving active bookmark forward
+* commit
+allow closing "non-head" changesets
+show active bookmark in commit editor helper text
+* config
+discard "%unset" values defined in the other files read in previously
+* convert/git
+catch errors from modern git-ls-remote (issue3428)
+* convert
+add closesort algorithm to mercurial sources
+* dates
+support 'today' and 'yesterday' in parsedate (issue3764)
+* destroyed
+invalidate phraserevs cache in all case (issue3858)
+* diff
+fix binary file removals in git mode
+* dirstate
+performance improvements
+* dispatch
+exit with status 1 for an InterventionRequired exception (BC)
+print 'abort:' when a pre-command hook fails (BC)
+* export
+clobber files with -o (BC) (issue3652)
+export working directory parent by default
+show 'Date' header in a format that also is readable for humans
+* extensions
+obsolete and remove interhg extension
+* filesets
+add eol predicate
+* grep
+use re2 if possible
+* hgk
+add support for phases
+don't use fixed format for dates
+update backgroud colour when Ttk is available
+* hgweb
+generate HTML documentation
+teach archive how to download a specific directory or file
+* histedit
+allow "-" as a command file
+handle multiple spaces between action and hash (issue3893)
+make "hg histedit" sensitive to branch in URL
+properly handle --continue on empty fold
+support editing of the first commit (issue3767)
+* httppeer
+avoid large dumps when we don't see an hgweb repo
+* icasefs
+rewrite case-folding collision detection (issue3452)
+* import
+don't rollback on failed import --exact (issue3616)
+* largefiles
+don't cache largefiles for pulled heads by default
+improve reuse of HTTP connections
+introduce lfpull command for pulling missing largefiles
+introduce pull --lfrev option
+introduce pulled() revset expression for use in --lfrev
+quiet (and document) undefined name errors (issue3886)
+stat all largefiles in one batch before downloading
+use repo.wwrite for writing standins (issue3909)
+* log
+fix

commit mercurial for openSUSE:Factory

2013-04-07 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2013-04-07 14:23:32

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2013-02-11 
20:50:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2013-04-07 
14:23:33.0 +0200
@@ -1,0 +2,12 @@
+Sat Apr  6 13:29:49 UTC 2013 - t...@opensuse.org
+
+- update to version 2.5.4
+  fixes an urgent regression in merging with subrepos introduced in 2.5.
+  See http://mercurial.selenic.com/wiki/WhatsNew for versions
+  2.5.2 and 2.5.3
+
+- SPEC file:
+  Provides contained a typo. Should be %{version} instead of just {verison}
+  (without %)
+
+---

Old:

  mercurial-2.5.1.tar.gz

New:

  mercurial-2.5.4.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.1IJAVc/_old  2013-04-07 14:23:35.0 +0200
+++ /var/tmp/diff_new_pack.1IJAVc/_new  2013-04-07 14:23:35.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:2.5.1
+Version:2.5.4
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+
@@ -57,7 +57,7 @@
 %py_requires
 Recommends: %{name}-lang
 %endif
-Provides:   hg = {version}
+Provides:   hg = %{version}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
 %if 0%{?with_tests}

++ mercurial-2.5.1.tar.gz -> mercurial-2.5.4.tar.gz ++
 1611 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mercurial for openSUSE:Factory

2013-02-11 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2013-02-11 20:50:24

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2013-01-29 
14:23:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2013-02-11 
20:50:25.0 +0100
@@ -1,0 +2,80 @@
+Mon Feb 11 15:24:20 UTC 2013 - p.drou...@gmail.com
+
+- update to version 2.5.1
+  (bugfix release)
+hgk: support the old way of getting the current Ttk theme (issue3808)
+hgweb.cgi: fix internal WSGI emulation (issue3804)
+hgweb: make 'summary' work with hidden changesets (issue3810)
+incoming: fix incoming when a local head is remotely filtered (issue3805)
+largefiles: don't crash when trying to find default dest for url without 
path
+rebase: derive node from target rev (issue3802) 
+- update to version 2.5.0
+  * Core features
+branchmap: improved performances
+bundle: add revset expression to show bundle contents (issue3487)
+dirstate: implement unix statfiles in C
+hgweb: add (Atom) subscribe links to the repository index
+hgweb: add "URL breadcrumbs"
+hgweb: add branches RSS and Atom feeds
+hgweb: secret changeset are excluded from html view (3614 )
+serve: use chunked encoding in hgweb responses
+pathencode: implement both basic and hashed encoding in C
+subrepo: append subrepo path to subrepo error messages
+validate: check for spurious incoming filelog entries
+hgweb: allow hgweb's archive to recurse into subrepos 
+  * Changeset Evolution
+hidden changesets are now properly ignored by all commands
+a global --hidden flag is added to give access to hidden changesets
+rewriting a changeset but not its descendants is now allowed; this leaves
+unstable changeset behind
+we now detect *divergent* changesets. The third and last kind of 
obsolescence
+related troubles. divergent() revset is added
+a troubled() revset have been added
+branchmap for of *visible* and *served* changeset are now cached on disk.
+This is a major performance improvements
+performance improvements of most evolution related algorithm 
+  * Extension features
+color: add template label function
+convert: add config option to use the local time zone
+convert: add support for converting git submodule (issue3528)
+hgk: use Ttk instead of plain Tk
+inotify: don't fall over just because of a dangling symlink
+largefiles: fix revert removing a largefile from a merge
+largefiles: fix update from a merge with removed files
+largefiles: make log match largefiles in the non-standin location too
+largefiles: make update with backup files in .hglf slightly less broken
+largefiles: rename 'admin' to more descriptive 'lfstoredir
+rebase: performance improvements
+rebase: rebase set with multiple roots are now handled by the --rev option
+record: use patch.diffopts to account for user diffopts
+share: always set default path to work with subrepos (issue3518)
+zsh_completion: add completion of branch names 
+  * Fixes
+commands: 'hg bookmark NAME' should work even with ui.strict=True
+copies: do not track backward copies, only renames (issue3739)
+destroyed: keep the filecache in sync with __dict__ (issue3335, issue3693, 
issue3743)
+grep: don't search past the end of the searched string
+hgweb: properly returns 404 for unknown revision (instead of 500)
+histedit: proper phase conservation (issue3724)
+histedit: prevents obsolescence cycle (issue3681)
+hook: disable demandimport before importing hooks
+mq: don't fail when removing a patch without patch file from series file
+mq: fix qpop of working directory parent patch when not at qtip
+zeroconf: use port from server instead of picking port from config 
(issue3746)
+update: update to current bookmark if it moved out from under us 
(issue3682)
+bookmarks: show active bookmark even if not at working dir
+largefiles: let wirestore._stat return stats as expected by remotestore 
verify
+largefiles: adapt verify to batched remote statlfile (issue3780)
+largefiles: don't allow corruption to propagate after detection
+largefiles: don't verify largefile hashes on servers when processing 
statlfile
+largefiles: allow use of urls with #revision
+largefiles: fix commit when using relative paths from subdirectory
+largefiles: fix cat when using relative paths from subdirectory
+histedit: prevent parent guessed via --outgoing from being a revset 
(issue3770)
+rebase: delete divergent b

commit mercurial for openSUSE:Factory

2013-01-29 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2013-01-29 14:23:51

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2012-12-28 
22:45:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2013-01-29 
14:23:52.0 +0100
@@ -1,0 +2,22 @@
+Fri Jan 25 03:14:16 UTC 2013 - dougla...@outlook.com
+
+- update to version 2.4.2 
+  (bugfix release)
+amend: invalidate dirstate in case of failure (issue3670)
+amend: prevent loss of bookmark on failed amend
+bookmarks: fix head selection for merge with two bookmarked heads
+bundlerepo: don't return the peer without bundlerepo from getremotechanges
+dirstate: don't rename branch file if writing it failed
+dirstate: remove obsolete comment from setbranch
+hgweb: avoid generator exhaustion with branches
+hgweb: fix iterator reuse in atom feed generation
+hgwebdir: honor web.templates and web.static for static files (issue3734)
+largefiles revert: update lfdirstate with result from first cleanliness 
check
+largefiles status: update lfdirstate with result from cleanliness check
+largefiles: commit directories that only contain largefiles (issue3548)
+largefiles: don't walk through all ignored files
+paper: sanity-check page feed links
+scmutil: don't try to match modes on filesystems without modes (issue3740)
+zeroconf: use port from server instead of picking port from config 
(issue3746) 
+
+---

Old:

  mercurial-2.4.1.tar.gz

New:

  mercurial-2.4.2.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.3oCbBA/_old  2013-01-29 14:23:54.0 +0100
+++ /var/tmp/diff_new_pack.3oCbBA/_new  2013-01-29 14:23:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mercurial
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:2.4.1
+Version:2.4.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-2.4.1.tar.gz -> mercurial-2.4.2.tar.gz ++
 1980 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mercurial for openSUSE:Factory

2012-12-28 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2012-12-28 22:45:08

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2012-11-12 
07:04:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2012-12-28 
22:45:11.0 +0100
@@ -1,0 +2,15 @@
+Thu Dec 27 21:28:56 UTC 2012 - w...@rosenauer.org
+
+- update to version 2.4.1
+  (bugfix release)
+amend: force editor only if old message is reused (issue3698)
+grep: don't search past the end of the searched string
+hooks: be even more forgiven of non-fd descriptors (issue3711)
+hooks: delay I/O redirection until we actually run a hook (issue3711)
+phases: fix missing "error" module import (issue3707)
+rebase: fix pull --rev options clashing with --rebase (issue3619)
+subrepo: add argument to "diff()" to pass "ui" of caller side (issue3712) 
(API)
+update: allow update to existing branches with invalid names (issue3710)
+util: make chunkbuffer non-quadratic on Windows
+
+---

Old:

  mercurial-2.4.tar.gz

New:

  mercurial-2.4.1.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.O6VSX5/_old  2012-12-28 22:45:12.0 +0100
+++ /var/tmp/diff_new_pack.O6VSX5/_new  2012-12-28 22:45:12.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:2.4
+Version:2.4.1
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-2.4.tar.gz -> mercurial-2.4.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mercurial-2.4/.hgsigs new/mercurial-2.4.1/.hgsigs
--- old/mercurial-2.4/.hgsigs   2012-11-01 22:09:21.0 +0100
+++ new/mercurial-2.4.1/.hgsigs 2012-12-03 21:03:57.0 +0100
@@ -60,3 +60,4 @@
 072209ae4ddb654eb2d5fd35bff358c738414432 0 
iD8DBQBQQkq0ywK+sNU5EO8RArDTAJ9nk5CySnNAjAXYvqvx4uWCw9ThZwCgqmFRehH/l+oTwj3f8nw8u8qTCdc=
 b3f0f9a39c4e1d0250048cd803ab03542d6f140a 0 
iD8DBQBQamltywK+sNU5EO8RAlsqAJ4qF/m6aFu4mJCOKTiAP5RvZFK02ACfawYShUZO6OXEFfveU0aAxDR0M1k=
 d118a4f4fd16d9b558ec3f3e87bfee772861d2b7 0 
iD8DBQBQgPV5ywK+sNU5EO8RArylAJ0abcx5NlDjyv3ZDWpAfRIHyRsJtQCgn4TMuEayqgxzrvadQZHdTEU2g38=
+195ad823b5d58c68903a6153a25e3fb4ed25239d 0 
iD8DBQBQkuT9ywK+sNU5EO8RAhB4AKCeerItoK2Jipm2cVf4euGofAa/WACeJj3TVd4pFILpb+ogj7ebweFLJi0=
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mercurial-2.4/.hgtags new/mercurial-2.4.1/.hgtags
--- old/mercurial-2.4/.hgtags   2012-11-01 22:09:21.0 +0100
+++ new/mercurial-2.4.1/.hgtags 2012-12-03 21:03:57.0 +0100
@@ -73,3 +73,4 @@
 072209ae4ddb654eb2d5fd35bff358c738414432 2.3.1
 b3f0f9a39c4e1d0250048cd803ab03542d6f140a 2.3.2
 d118a4f4fd16d9b558ec3f3e87bfee772861d2b7 2.4-rc
+195ad823b5d58c68903a6153a25e3fb4ed25239d 2.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mercurial-2.4/PKG-INFO new/mercurial-2.4.1/PKG-INFO
--- old/mercurial-2.4/PKG-INFO  2012-11-01 22:09:27.0 +0100
+++ new/mercurial-2.4.1/PKG-INFO2012-12-03 21:04:04.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: mercurial
-Version: 2.4
+Version: 2.4.1
 Summary: Scalable distributed SCM
 Home-page: http://mercurial.selenic.com/
 Author: Matt Mackall
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mercurial-2.4/hgext/rebase.py 
new/mercurial-2.4.1/hgext/rebase.py
--- old/mercurial-2.4/hgext/rebase.py   2012-11-01 22:09:16.0 +0100
+++ new/mercurial-2.4.1/hgext/rebase.py 2012-12-03 21:03:49.0 +0100
@@ -706,6 +706,10 @@
 commands.postincoming = origpostincoming
 revspostpull = len(repo)
 if revspostpull > revsprepull:
+# --rev option from pull conflict with rebase own --rev
+# dropping it
+if 'rev' in opts:
+del opts['rev']
 rebase(ui, repo, **opts)
 branch = repo[None].branch()
 dest = repo[branch].rev()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mercurial-2.4/mercurial/__version__.py 
new/mercurial-2.4.1/mercurial/__version__.py
--- old/mercurial-2.4/mercurial/__version__.py  2012-11-01 22:09:25.0 
+0100
+++ new/mercurial-2.4.1/mercurial/__version__.py2012-12-03 
21:04:02.0 +0100
@@ -1,2 +1,2 @@
 # this file is

commit mercurial for openSUSE:Factory

2012-11-11 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2012-11-12 07:04:24

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2012-10-08 
07:15:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2012-11-12 
07:04:28.0 +0100
@@ -1,0 +2,49 @@
+Sat Nov 10 21:14:48 UTC 2012 - w...@rosenauer.org
+
+- update to version 2.4
+  * Core features
+amend: support for ChangesetEvolution if enabled
+bookmarks: deactivate current bookmark if no name is given
+bookmarks: teach the -r option to use revsets
+bookmarks: disallow bookmarks named 'tip', '.', or 'null'
+clone: substantial speedup to clone on repo with a lots of
+   heads (issue3378)
+clone: activate bookmark specified with --updaterev
+clone: update to @ bookmark if it exists
+log: substantial speedup for untracked files (issue1340)
+revsets: add branchpoint() function
+resolve: commit the changes after each item resolve (issue3638)
+subrepo, hghave: use "svn --version --quiet" to determine version number
+subrepo: setting LC_MESSAGES only works if LC_ALL is empty or unset
+templatefilters: add parameterized date method
+templatefilters: add parameterized fill function
+templatefilters: avoid traceback caused by bogus date input (issue3344)
+templatekw: add p1rev, p1node, p2rev, p2node keywords
+templatekw: add parent1, parent1node, parent2, parent2node keywords
+templater: abort when a template filter raises an exception (issue2987)
+templater: add if/ifeq conditionals
+templater: add sub() function
+templating: make new-style templating features work with command line lists
+bookmarks: take ChangesetEvolution into account when updating (issue3561)
+speedup various operation related to ChangesetEvolution
+add detection of changeset bumped by ChangesetEvolution
+  * Extension features
+color: add additional changeset.phase label to log.changeset and log.parent
+color: enabled color support for export command (issue1507)
+color: support for all grep fields
+contrib: add a commit synthesizer for reproducing scaling problems
+histedit: refuse to edit public changeset
+histedit: replaces patching logic by merges
+histedit: support for ChangesetEvolution if enabled
+largefiles: always create the cache and standin directories when cloning
+largefiles: distinguish "no remote repo" from "no files to upload" 
(issue3651)
+largefiles: fix a traceback in lfconvert if a largefile is missing 
(issue3519)
+mq: improve qqueue message with patches applied (issue3036)
+mq: update bookmarks during qrefresh
+notify: support revset selection for subscriptions
+rebase: support for ChangesetEvolution if enabled
+record: checks for valid username before starting recording process 
(issue3456)
+record: fix display of non-ASCII names in chunk selection 
+  * Bugfixes
+
+---
@@ -4 +53 @@
-- update to version 2.3.1
+- update to version 2.3.2

Old:

  mercurial-2.3.2.tar.gz

New:

  mercurial-2.4.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.Wjih1Z/_old  2012-11-12 07:04:29.0 +0100
+++ /var/tmp/diff_new_pack.Wjih1Z/_new  2012-11-12 07:04:29.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:2.3.2
+Version:2.4
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-2.3.2.tar.gz -> mercurial-2.4.tar.gz ++
 20895 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mercurial for openSUSE:Factory

2012-10-07 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2012-10-08 07:15:18

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2012-09-11 
09:12:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2012-10-08 
07:15:20.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct  5 12:52:07 UTC 2012 - w...@rosenauer.org
+
+- update to version 2.3.1
+  * bugfix release
+http://mercurial.selenic.com/wiki/WhatsNew
+
+---

Old:

  mercurial-2.3.1.tar.gz

New:

  mercurial-2.3.2.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.kzZ1vX/_old  2012-10-08 07:15:26.0 +0200
+++ /var/tmp/diff_new_pack.kzZ1vX/_new  2012-10-08 07:15:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:2.3.1
+Version:2.3.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-2.3.1.tar.gz -> mercurial-2.3.2.tar.gz ++
 2136 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mercurial for openSUSE:Factory

2012-09-11 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2012-09-11 09:12:46

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2012-07-30 
21:50:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2012-09-11 
09:12:48.0 +0200
@@ -1,0 +2,7 @@
+Fri Sep  7 17:58:43 UTC 2012 - t...@opensuse.org
+
+- update to version 2.3.1
+  http://mercurial.selenic.com/wiki/WhatsNew
+- Spec file: fixed files-attr-not-set warning
+
+---

Old:

  mercurial-2.2.3.tar.gz

New:

  mercurial-2.3.1.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.08ieyh/_old  2012-09-11 09:12:55.0 +0200
+++ /var/tmp/diff_new_pack.08ieyh/_new  2012-09-11 09:12:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:2.2.3
+Version:2.3.1
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+
@@ -131,15 +131,14 @@
 rm -rf %{buildroot}
 
 %if 0%{?suse_version} > 1100
-
 %files lang -f hg.lang
-
 %files
+%defattr(-, root, root)
 %else
-
 %files -f hg.lang
-%endif
 %defattr(-, root, root)
+%endif
+
 %doc README CONTRIBUTORS COPYING hgweb.cgi contrib/sample.hgrc
 %{_bindir}/*
 %{_sysconfdir}/bash_completion.d/*

++ mercurial-2.2.3.tar.gz -> mercurial-2.3.1.tar.gz ++
 71597 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mercurial for openSUSE:Factory

2012-07-30 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2012-07-30 21:50:18

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2012-06-14 
21:10:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2012-07-30 
21:50:23.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul 30 11:50:42 UTC 2012 - w...@rosenauer.org
+
+- update to version 2.2.3
+  * bugfix release
+http://mercurial.selenic.com/wiki/WhatsNew
+
+---

Old:

  mercurial-2.2.2.tar.gz

New:

  mercurial-2.2.3.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.51LOyH/_old  2012-07-30 21:50:46.0 +0200
+++ /var/tmp/diff_new_pack.51LOyH/_new  2012-07-30 21:50:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:2.2.2
+Version:2.2.3
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-2.2.2.tar.gz -> mercurial-2.2.3.tar.gz ++
 7699 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mercurial for openSUSE:Factory

2012-06-14 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2012-06-14 21:10:44

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2012-05-21 
07:28:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2012-06-14 
21:10:45.0 +0200
@@ -1,0 +2,8 @@
+Thu Jun 14 10:02:45 UTC 2012 - w...@rosenauer.org
+
+- update to version 2.2.2
+  * bugfix release
+http://mercurial.selenic.com/wiki/WhatsNew
+- buildrequire python-roman for 12.2 and higher
+
+---

Old:

  mercurial-2.2.1.tar.gz

New:

  mercurial-2.2.2.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.4oD77w/_old  2012-06-14 21:10:47.0 +0200
+++ /var/tmp/diff_new_pack.4oD77w/_new  2012-06-14 21:10:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:2.2.1
+Version:2.2.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+
@@ -48,6 +48,9 @@
 %if 0%{?suse_version} > 1020
 BuildRequires:  fdupes
 %endif
+%if 0%{?suse_version} > 1210
+BuildRequires:  python-roman
+%endif
 %if 0%{?suse_version} >= 1130
 Requires:   ca-certificates
 %endif

++ mercurial-2.2.1.tar.gz -> mercurial-2.2.2.tar.gz ++
 6908 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mercurial for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2012-05-21 07:28:27

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2012-04-23 
16:11:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2012-05-21 
07:28:41.0 +0200
@@ -1,0 +2,11 @@
+Wed May 16 13:00:29 UTC 2012 - w...@rosenauer.org
+
+- update to version 2.2.1
+  * fix significant memory leak in hgweb
+  * a few other bugfixes
+- changes in version 2.2
+  * feature release
+  * new safe '--amend' option for commit using our new phases
+infrastructure
+
+---

Old:

  _service
  mercurial-2.1.2.tar.gz

New:

  mercurial-2.2.1.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.WJCTf3/_old  2012-05-21 07:28:42.0 +0200
+++ /var/tmp/diff_new_pack.WJCTf3/_new  2012-05-21 07:28:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:2.1.2
+Version:2.2.1
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-2.1.2.tar.gz -> mercurial-2.2.1.tar.gz ++
 31236 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mercurial for openSUSE:Factory

2012-04-23 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2012-04-23 16:11:36

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2012-03-05 
18:00:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2012-04-23 
16:11:40.0 +0200
@@ -1,0 +2,7 @@
+Sun Apr 22 19:16:03 UTC 2012 - w...@rosenauer.org
+
+- update to version 2.1.2
+  * bugfix release
+http://mercurial.selenic.com/wiki/WhatsNew
+
+---

Old:

  mercurial-2.1.1.tar.gz

New:

  mercurial-2.1.2.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.3IeEI1/_old  2012-04-23 16:11:41.0 +0200
+++ /var/tmp/diff_new_pack.3IeEI1/_new  2012-04-23 16:11:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:2.1.1
+Version:2.1.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-2.1.1.tar.gz -> mercurial-2.1.2.tar.gz ++
 8586 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mercurial for openSUSE:Factory

2012-03-05 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2012-03-05 18:00:23

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2012-02-08 
17:18:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2012-03-05 
18:00:28.0 +0100
@@ -1,0 +2,7 @@
+Mon Mar  5 08:34:32 UTC 2012 - w...@rosenauer.org
+
+- update to version 2.1.1
+  * bugfix release
+http://mercurial.selenic.com/wiki/WhatsNew
+
+---

Old:

  mercurial-2.1.tar.gz

New:

  mercurial-2.1.1.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.hoQVKA/_old  2012-03-05 18:00:30.0 +0100
+++ /var/tmp/diff_new_pack.hoQVKA/_new  2012-03-05 18:00:30.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   mercurial
-Version:2.1
+Version:2.1.1
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+
@@ -58,14 +59,14 @@
 
 %if 0%{?with_tests}
 Source90:   tests.blacklist
-BuildRequires:  gpg
-BuildRequires:  ncurses-devel
-BuildRequires:  unzip
 BuildRequires:  bzr
 BuildRequires:  git
-BuildRequires:  subversion-python
+BuildRequires:  gpg
+BuildRequires:  ncurses-devel
 BuildRequires:  python-Pygments
 BuildRequires:  python-openssl
+BuildRequires:  subversion-python
+BuildRequires:  unzip
 #BuildRequires:  python-pyflakes
 %endif
 

++ mercurial-2.1.tar.gz -> mercurial-2.1.1.tar.gz ++
 3529 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mercurial for openSUSE:Factory

2012-02-08 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2012-02-08 17:18:56

Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and  /work/SRC/openSUSE:Factory/.mercurial.new (New)


Package is "mercurial", Maintainer is "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2012-01-20 
20:24:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2012-02-08 
17:18:59.0 +0100
@@ -1,0 +2,6 @@
+Tue Feb  7 20:18:47 UTC 2012 - w...@rosenauer.org
+
+- update to version 2.1
+  * feature and bugfix release
+
+---
@@ -5 +11 @@
-  * bugfixe release
+  * bugfix release

Old:

  mercurial-2.0.2.tar.gz

New:

  mercurial-2.1.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.mluvGG/_old  2012-02-08 17:19:00.0 +0100
+++ /var/tmp/diff_new_pack.mluvGG/_new  2012-02-08 17:19:00.0 +0100
@@ -15,9 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:   mercurial
-Version:2.0.2
+Version:2.1
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+

++ mercurial-2.0.2.tar.gz -> mercurial-2.1.tar.gz ++
 71502 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mercurial for openSUSE:Factory

2012-01-20 Thread h_root
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 "ti...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2011-10-25 
16:16:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2012-01-20 
20:24:41.0 +0100
@@ -1,0 +2,35 @@
+Thu Jan 19 20:42:23 UTC 2012 - w...@rosenauer.org
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.IBxvsp/_new  2012-01-20 20:25:09.0 +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 sasc...@suse.de -- 
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 C

commit mercurial for openSUSE:Factory

2011-09-05 Thread h_root

Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory
checked in at Mon Sep 5 16:38:56 CEST 2011.





calling whatdependson for head-i586


Old:

  mercurial-1.9.2.tar.bz2

New:

  mercurial-1.9.2.tar.gz
  tests.blacklist



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.0IuSwY/_old  2011-09-05 16:38:37.0 +0200
+++ /var/tmp/diff_new_pack.0IuSwY/_new  2011-09-05 16:38:37.0 +0200
@@ -20,11 +20,11 @@
 Name:   mercurial
 Summary:Scalable Distributed SCM
 Version:1.9.2
-Release:1
+Release:4
 License:GPLv2+
 Group:  Development/Tools/Version Control
 Url:http://mercurial.selenic.com/
-Source: 
http://mercurial.selenic.com/release/mercurial-%{version}.tar.bz2
+Source: 
http://mercurial.selenic.com/release/mercurial-%{version}.tar.gz
 Source1:cacerts.rc
 Source99:   rpmlintrc
 Patch0: mercurial-hgk-path-fix.diff
@@ -59,6 +59,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
 %if 0%{?with_tests}
+Source90:   tests.blacklist
 BuildRequires:  gpg ncurses-devel unzip
 BuildRequires:  bzr git subversion-python
 BuildRequires:  python-Pygments python-openssl
@@ -116,8 +117,7 @@
 %if 0%{?with_tests}
 
 %check
-make tests TESTFLAGS="-v"
-# currently (1.9.2) not working tests: i18n,status-color
+make tests TESTFLAGS="-v --blacklist=%{SOURCE90}"
 %endif
 
 %clean

++ _service ++
--- /var/tmp/diff_new_pack.0IuSwY/_old  2011-09-05 16:38:37.0 +0200
+++ /var/tmp/diff_new_pack.0IuSwY/_new  2011-09-05 16:38:37.0 +0200
@@ -1,5 +1,3 @@
 
-  
-yes
-  
+  
 

++ tests.blacklist ++
test-i18n.t
test-status-color.t





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mercurial for openSUSE:Factory

2011-09-01 Thread h_root

Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory
checked in at Thu Sep 1 15:08:37 CEST 2011.




--- mercurial/mercurial.changes 2011-07-11 15:50:49.0 +0200
+++ /mounts/work_src_done/STABLE/mercurial/mercurial.changes2011-08-30 
13:59:42.0 +0200
@@ -0,0 +1,34 @@
+---
+Tue Aug 30 11:54:23 UTC 2011 - s...@ammler.ch
+
+- upstream update 1.9.2
+  * commands: clarify that 'hg heads foo' shows heads on branch foo
+  * dispatch: don't rewrap aliases that have the same definition
+  * graphlog: attempt to fix index overrun (issue2912)
+  * http: pass user to readauthforuri() (fix 4a43e23b8c55)
+  * http: strip credentials from urllib2 manager URIs (issue2885)
+  * parsers: avoid pointer aliasing
+  * subrepo: fix cloning of repos from urls without slash after host 
(issue2970)
+  * ui: pass ' ' to raw_input when prompting
+  * url: really handle urls of the form file:///c:/foo/bar/ correctly
+- changes in version 1.9.1
+  * dispatch: make sure global options on the command line take precedence
+  * eol: ignore IOError from deleted files in commitctx
+  * hgcia: set default value of strip to -1 (issue2891)
+  * hgweb: do not ignore [auth] if url has a username (issue2822)
+  * hgweb: handle 'baseurl' configurations with leading slash (issue2934)
+  * hgweb: raw file mimetype guessing configurable, off by default (BC) 
(issue2923)
+  * httpclient: import ca33b88d143c from py-nonblocking-http (issue2932)
+  * patch: fix parsing patch files containing CRs not followed by LFs
+  * rebase: block collapse with keepbranches on multiple named branches 
(issue2112)
+  * rebase: reset bookmarks (issue2265 and issue2873)
+  * revert: restore check for uncommitted merge (issue2915) (BC)
+  * revsets: catch type error on tip^p1(tip) (issue2884)
+  * revsets: do the right thing with x^:y (issue2884)
+  * subrepo: handle adding svn subrepo with a svn:external file in it 
(issue2931)
+  * subrepo: use working copy of .hgsub to filter status (issue2901)
+  * url: store and assume the query part of an url is in escaped form 
(issue2921)
+  * util: rename the util.localpath that uses url to urllocalpath (issue2875)
+  * verify: filter messages about missing null manifests (issue2900)
+  * web: output a correct date in short format (issue2902)
+- optional tests 

calling whatdependson for head-i586


Old:

  mercurial-1.9.tar.gz

New:

  _service
  mercurial-1.9.2.tar.bz2



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.MWPcqS/_old  2011-09-01 15:08:00.0 +0200
+++ /var/tmp/diff_new_pack.MWPcqS/_new  2011-09-01 15:08:00.0 +0200
@@ -19,12 +19,12 @@
 
 Name:   mercurial
 Summary:Scalable Distributed SCM
-Version:1.9
-Release:2
+Version:1.9.2
+Release:1
 License:GPLv2+
 Group:  Development/Tools/Version Control
 Url:http://mercurial.selenic.com/
-Source: 
http://mercurial.selenic.com/release/mercurial-%{version}.tar.gz
+Source: 
http://mercurial.selenic.com/release/mercurial-%{version}.tar.bz2
 Source1:cacerts.rc
 Source99:   rpmlintrc
 Patch0: mercurial-hgk-path-fix.diff
@@ -58,11 +58,18 @@
 Provides:   hg = {version}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
+%if 0%{?with_tests}
+BuildRequires:  gpg ncurses-devel unzip
+BuildRequires:  bzr git subversion-python
+BuildRequires:  python-Pygments python-openssl
+#BuildRequires:  python-pyflakes
+%endif
+
 %description
 Mercurial is a fast, lightweight source control management system
 designed for efficient handling of very large distributed projects.
 
-%if 0%{?suse_version}
+%if 0%{?suse_version} > 1100
 %lang_package
 %endif
 
@@ -106,13 +113,17 @@
 %fdupes -s %{buildroot}%{_prefix}
 %endif
 
-#%%check
-#make tests
+%if 0%{?with_tests}
+
+%check
+make tests TESTFLAGS="-v"
+# currently (1.9.2) not working tests: i18n,status-color
+%endif
 
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version}
+%if 0%{?suse_version} > 1100
 
 %files lang -f hg.lang
 

++ _service ++

  
yes
  






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mercurial for openSUSE:Factory

2011-07-18 Thread h_root

Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory
checked in at Mon Jul 18 09:53:15 CEST 2011.




--- mercurial/mercurial.changes 2011-07-04 07:10:25.0 +0200
+++ /mounts/work_src_done/STABLE/mercurial/mercurial.changes2011-07-11 
15:50:49.0 +0200
@@ -0,0 +1,15 @@
+
+---
+Mon Jul 11 08:16:23 UTC 2011 - sasc...@suse.de
+
+- Spec file cleanup:
+  * Fixed several rpmlint warnings (macros in comments, exec-bits)
+  * Check for SUSE before using SUSE-specific stuff, fixes build on
+Fedora, Mandriva
+  * Don't use --record-rpm and drop perl dependency
+  * Drop gcc dependency, already pulled through python-devel
+  * Drop unused asciidoc,sgml-skel,xmlto dependencies
+  * Much simpler lang package generation (no shell scripts involved)
+  * Run fdupes on %{buildroot}%{_prefix} to catch all dupes
+- Added mercurial-locale-path-fix.patch to properly load locales
+

calling whatdependson for head-i586


New:

  mercurial-locale-path-fix.patch



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.uSuRzq/_old  2011-07-18 09:46:29.0 +0200
+++ /var/tmp/diff_new_pack.uSuRzq/_new  2011-07-18 09:46:29.0 +0200
@@ -16,153 +16,113 @@
 #
 
 
-%{!?python_sitelib:  %global python_sitelib  %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
-
-%if 0%{?suse_version} >= 1100 && !0%{?sles_version}
-%define with_doc 1
-%endif
-%if 0%{?suse_version} >= 1110
-%define with_lang 1
-%endif
 
 Name:   mercurial
 Summary:Scalable Distributed SCM
 Version:1.9
-Release:1
+Release:2
 License:GPLv2+
 Group:  Development/Tools/Version Control
 Url:http://mercurial.selenic.com/
-# http://mercurial.selenic.com/release/mercurial-%{version}.tar.gz
-Source: %{name}-%{version}.tar.gz
+Source: 
http://mercurial.selenic.com/release/mercurial-%{version}.tar.gz
 Source1:cacerts.rc
 Source99:   rpmlintrc
-Patch:  mercurial-hgk-path-fix.diff
+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
+# PATCH-FIX-OPENSUSE mercurial-locale-path-fix.patch sasc...@suse.de -- 
locales are found in /usr/share/locale
+Patch3: mercurial-locale-path-fix.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gcc python-devel python-xml
-%if 0%{?with_doc}
-BuildRequires:  asciidoc docutils sgml-skel xmlto
+BuildRequires:  python-devel
+%if 0%{?fedora_version} || 0%{?suse_version} || 0%{?rhel_version}
+BuildRequires:  docutils
+%else
+BuildRequires:  python-docutils
 %endif
-BuildRequires:  perl
+# require rcs for 3-way "merge" command.
+Requires:   rcs
+%if 0%{?suse_version}
+BuildRequires:  python-xml
+Requires:   python-xml
 %if 0%{?suse_version} > 1020
 BuildRequires:  fdupes
 %endif
-# hgext/hgcia needs python-xml
-Requires:   python-xml
-# require rcs for 3-way "merge" command.
-Requires:   rcs
 %if 0%{?suse_version} >= 1130
 Requires:   ca-certificates
 %endif
-%if 0%{?with_lang}
+%py_requires
 Recommends: %{name}-lang
 %endif
-%py_requires
 Provides:   hg = {version}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
 %description
 Mercurial is a fast, lightweight source control management system
 designed for efficient handling of very large distributed projects.
 
-
-
+%if 0%{?suse_version}
 %lang_package
+%endif
+
 %prep
 %setup -q
-# %setup -n %{name}-%{version}-mq
-# set version number manually (for snapshot only)
-# sed -e s"/^version = ''$/version = '"%{version}"'/" setup.py > foo.py
-# mv foo.py setup.py
-%patch
+%patch0
 %patch1 -p1
-# mercurial uses new docutils options not available on 11.1 and older
-# this makes it possible to "build"
-%if 0%{?suse_version} <= 1110
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %patch2 -p0
 %endif
+%patch3 -p1
+chmod 644 hgweb.cgi
 
 %build
-%__make \
-build \
-%if 0%{?with_doc}
-doc \
-%endif
-PREFIX="%{_prefix}"
+make all
 
 %install
-%__python setup.py install --prefix=%{_prefix} --root="$RPM_BUILD_ROOT" \
---record-rpm=files.lst
+make install PREFIX="%{_prefix}" DESTDIR=%{buildroot}
 
-%if 0%{?with_doc}
-%__make -C doc DESTDIR="%{buildroot}" PREFIX="%{_prefix}" install
-%else
-pushd doc
-for f in hg.1 hgrc.5 hgignore.5 ; do
-%__gzip 

  1   2   >