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 <[email protected]>
+
+- 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 [email protected] -- 
locales are found in /usr/share/locale
 Patch2:         mercurial-locale-path-fix.patch
-# PATCH-FIX-OPENSUSE mercurial-4.8-python2-shebang.patch 
[email protected] 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



Reply via email to