Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mercurial-extension-hg-git for 
openSUSE:Factory checked in at 2022-03-22 19:39:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mercurial-extension-hg-git (Old)
 and      /work/SRC/openSUSE:Factory/.mercurial-extension-hg-git.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mercurial-extension-hg-git"

Tue Mar 22 19:39:37 2022 rev:2 rq:963764 version:0.10.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/mercurial-extension-hg-git/mercurial-extension-hg-git.changes
    2022-02-04 21:52:06.215272621 +0100
+++ 
/work/SRC/openSUSE:Factory/.mercurial-extension-hg-git.new.25692/mercurial-extension-hg-git.changes
 2022-03-22 19:39:39.595055904 +0100
@@ -1,0 +2,10 @@
+Fri Mar 18 15:28:51 UTC 2022 - Lukas M??ller <[email protected]>
+
+- Obsolete python3-hg-git as it is not the Factory package anymore
+
+-------------------------------------------------------------------
+Fri Mar 18 15:24:42 UTC 2022 - Lukas M??ller <[email protected]>
+
+- Fix failing tests.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mercurial-extension-hg-git.spec ++++++
--- /var/tmp/diff_new_pack.1bG2Zn/_old  2022-03-22 19:39:40.243056584 +0100
+++ /var/tmp/diff_new_pack.1bG2Zn/_new  2022-03-22 19:39:40.247056587 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mercurial-extension-hg-git
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %if 0%{?suse_version} >= 1550
 %bcond_without test
 %else
@@ -30,17 +31,19 @@
 URL:            http://foss.heptapod.net/mercurial/hg-git
 Source0:        
https://files.pythonhosted.org/packages/source/h/hg-git/hg-git-%{version}.tar.gz
 Patch:          fix-tests-expecting-different-git-output.patch
+BuildRequires:  fdupes
+BuildRequires:  git
+BuildRequires:  mercurial
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3
-BuildRequires:  python3-setuptools
 BuildRequires:  python3-dulwich >= 0.19.0
 BuildRequires:  python3-gpg
-BuildRequires:  fdupes
-BuildRequires:  git
-BuildRequires:  mercurial
+BuildRequires:  python3-setuptools
 BuildRequires:  unzip
-Requires:       python3-dulwich >= 0.19.0
 Requires:       mercurial
+Requires:       python3-dulwich >= 0.19.0
+Provides:       python3-hg-git = %{version}-%{release}
+Obsoletes:      python3-hg-git < %{version}-%{release}
 BuildArch:      noarch
 
 %description

++++++ fix-tests-expecting-different-git-output.patch ++++++
--- /var/tmp/diff_new_pack.1bG2Zn/_old  2022-03-22 19:39:40.271056613 +0100
+++ /var/tmp/diff_new_pack.1bG2Zn/_new  2022-03-22 19:39:40.275056617 +0100
@@ -34,4 +34,28 @@
    $ git push --tags
    To $TESTTMP/git.bare
     * [new tag]         the_tag -> the_tag
+diff --git a/tests/test-illegal-contents.t b/tests/test-illegal-contents.t
+--- a/tests/test-illegal-contents.t
++++ b/tests/test-illegal-contents.t
+@@ -119,7 +119,8 @@
+   warning: path 'nested/.hg/00changelog.i' is within a nested repository, 
which Mercurial cannot check out.
+   warning: path 'nested/.hg/requires' is within a nested repository, which 
Mercurial cannot check out.
+   updating to branch default (no-hg57 !)
+-  updating to bookmark master (hg57 !)
++  warning: path 'nested/.hg/store/requires' is within a nested repository, 
which Mercurial cannot check out.
++  updating to bookmark master
+   abort: path 'nested/.hg/00changelog.i' is inside nested repo 'nested'
+   [255]
+   $ cd ..
+diff --git a/tests/test-git-tags.t b/tests/test-git-tags.t
+--- a/tests/test-git-tags.t
++++ b/tests/test-git-tags.t
+@@ -180,6 +180,7 @@
+   $ touch gamma
+   $ fn_hg_commit -A -m 'add gamma'
+   $ hg tag --git gamma --debug -r tip
++  invalid branch cache (visible): tip differs
+   adding git tag gamma
+   finding hg commits to export
+   exporting hg objects to git
 

Reply via email to