Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xdelta3 for openSUSE:Factory checked 
in at 2021-02-07 15:16:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xdelta3 (Old)
 and      /work/SRC/openSUSE:Factory/.xdelta3.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xdelta3"

Sun Feb  7 15:16:42 2021 rev:13 rq:868892 version:3.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/xdelta3/xdelta3.changes  2019-02-08 
13:47:26.490797205 +0100
+++ /work/SRC/openSUSE:Factory/.xdelta3.new.28504/xdelta3.changes       
2021-02-07 15:18:15.745691945 +0100
@@ -1,0 +2,6 @@
+Fri Jan 29 08:50:24 UTC 2021 - Martin Pluskal <[email protected]>
+
+- Run tests using upstrem test wrapper
+- Small packaging updates
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xdelta3.spec ++++++
--- /var/tmp/diff_new_pack.YV9TGN/_old  2021-02-07 15:18:16.321692905 +0100
+++ /var/tmp/diff_new_pack.YV9TGN/_new  2021-02-07 15:18:16.325692912 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xdelta3
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,18 +22,18 @@
 Summary:        A diff utility which works with binary files
 License:        GPL-2.0-only AND Apache-2.0
 Group:          Productivity/Archiving/Compression
-Url:            http://xdelta.org/
+URL:            http://xdelta.org/
 Source0:        
https://github.com/jmacd/xdelta-devel/releases/download/v%{version}/xdelta3-%{version}.tar.gz
 BuildRequires:  gcc-c++
-%if 0%{?opensuse}
-# Dependency of tests
-BuildRequires:  ncompress
-%endif
 BuildRequires:  python
 BuildRequires:  xz-devel
 # xdelta is being dropped
 Provides:       xdelta = %{version}
 Obsoletes:      xdelta < %{version}
+%if 0%{?opensuse}
+# Dependency of tests
+BuildRequires:  ncompress
+%endif
 
 %description
 Xdelta3 is a set of tools designed to compute changes between
@@ -43,17 +43,17 @@
 stored in RFC3284 (VCDIFF) format.
 
 %prep
-%setup -q
+%autosetup
 
 %build
 %configure
 %if %{do_profiling}
-  make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" 
CXXFLAGS="%{optflags} %{cflags_profile_generate}"
+  %make_build CFLAGS="%{optflags} %{cflags_profile_generate}" 
CXXFLAGS="%{optflags} %{cflags_profile_generate}"
   ./xdelta3 test 
-  make clean
-  make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}" 
CXXFLAGS="%{optflags} %{cflags_profile_feedback}"
+  %make_build clean
+  %make_build CFLAGS="%{optflags} %{cflags_profile_feedback}" 
CXXFLAGS="%{optflags} %{cflags_profile_feedback}"
 %else
-  make %{?_smp_mflags} CFLAGS="%{optflags}" CXXFLAGS="%{optflags}"
+  %make_build CFLAGS="%{optflags}" CXXFLAGS="%{optflags}"
 %endif
 
 %install
@@ -66,14 +66,14 @@
   %{buildroot}%{_mandir}/man1/xdelta.1
 
 %check
-./xdelta3 test
+./xdelta3regtest
 
 %files
-%defattr(-, root, root)
-%doc COPYING README.md
+%license COPYING
+%doc README.md
 %{_bindir}/xdelta
 %{_bindir}/xdelta3
-%{_mandir}/man1/xdelta.1%{ext_man}
-%{_mandir}/man1/xdelta3.1%{ext_man}
+%{_mandir}/man1/xdelta.1%{?ext_man}
+%{_mandir}/man1/xdelta3.1%{?ext_man}
 
 %changelog

Reply via email to