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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2016-11-03 
12:56:18.000000000 +0100
@@ -1,0 +2,28 @@
+Wed Nov  2 05:21:09 UTC 2016 - [email protected]
+
+- 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.000000000 +0100
+++ /var/tmp/diff_new_pack.LL1h96/_new  2016-11-03 12:56:20.000000000 +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.000000000 +0100
+++ /var/tmp/diff_new_pack.LL1h96/_new  2016-11-03 12:56:21.000000000 +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.000000000 +0100
+++ /var/tmp/diff_new_pack.LL1h96/_new  2016-11-03 12:56:21.000000000 +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


Reply via email to