Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2021-09-28 19:16:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mercurial (Old)
 and      /work/SRC/openSUSE:Factory/.mercurial.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mercurial"

Tue Sep 28 19:16:23 2021 rev:166 rq:921356 version:5.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes      2021-09-04 
22:32:27.191920779 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new.1899/mercurial.changes    
2021-09-28 19:16:28.452181833 +0200
@@ -1,0 +2,31 @@
+Fri Sep 24 09:19:10 UTC 2021 - Stefan Weiberg <sweib...@suse.com>
+
+- Adding bug and CVE references from SLE to prepare the submission
+  for SLE 15 SP4/Leap 15.4
+- CVE-2019-3902 (bsc#1133035) not affecting versions 5.0+ SLE
+  internal patches removed:
+  * hg-CVE-2019-3902-fix1.patch
+  * hg-CVE-2019-3902-fix2.patch
+  * hg-CVE-2019-3902-fix3.patch
+- CVE-2018-17983 (bsc#1110899) not affecting versions 4.7.2+ SLE
+  internal patch removed:
+  * hg-CVE-2018-17983.patch
+- CVE-2018-13346 (bsc#1100354), CVE-2018-13347 (bsc#1100355),
+  CVE-2018-13348 (bsc#1100353) not affecting versions 4.6.1+ SLE
+  internal patches removed:
+  * hg-mpatch-fix01.patch
+  * hg-mpatch-fix02.patch
+  * hg-mpatch-fix03.patch
+  * hg-mpatch-fix04.patch
+  * hg-mpatch-fix05.patch
+  * hg-mpatch-fix06.patch
+  * hg-mpatch-fix07.patch
+  * hg-mpatch-fix08.patch
+  * hg-mpatch-fix09.patch
+
+-------------------------------------------------------------------
+Mon Sep 20 19:27:59 UTC 2021 - Lukas M??ller <expee...@outlook.com>
+
+- Provide mercurial tests in a package mercurial-tests.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mercurial.spec ++++++
--- /var/tmp/diff_new_pack.XYFMls/_old  2021-09-28 19:16:29.032182501 +0200
+++ /var/tmp/diff_new_pack.XYFMls/_new  2021-09-28 19:16:29.032182501 +0200
@@ -70,6 +70,17 @@
 
 %lang_package
 
+%package tests
+Summary:        Mercurial tests
+Group:          Development/Tools/Version Control
+Requires:       %name = %version
+
+%description tests
+Mercurial is a fast, lightweight source control management system
+designed for efficient handling of very large distributed projects.
+
+This package contains its tests.
+
 %prep
 %setup -q
 %patch0
@@ -105,6 +116,9 @@
 install -Dm0644 %{SOURCE1} 
%{buildroot}%{_sysconfdir}/mercurial/hgrc.d/cacerts.rc
 %fdupes -s %{buildroot}%{_prefix}
 
+mkdir -p %{buildroot}%{_datadir}/mercurial
+cp -a tests/. %{buildroot}%{_datadir}/mercurial/tests
+
 %if 0%{?with_tests}
 %check
 make %{?_smp_mflags} tests TESTFLAGS="-v --blacklist=%{SOURCE90}" 
PYTHON=python3
@@ -112,6 +126,10 @@
 
 %files lang -f hg.lang
 
+%files tests
+%dir %{_datadir}/mercurial
+%{_datadir}/mercurial/tests
+
 %files
 %license COPYING
 %doc README.rst CONTRIBUTORS hgweb.cgi

Reply via email to