Hello community, here is the log from the commit of package gcovr for openSUSE:Factory checked in at 2019-01-11 14:05:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gcovr (Old) and /work/SRC/openSUSE:Factory/.gcovr.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gcovr" Fri Jan 11 14:05:26 2019 rev:2 rq:664362 version:4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gcovr/gcovr.changes 2018-01-13 21:45:09.505036727 +0100 +++ /work/SRC/openSUSE:Factory/.gcovr.new.28833/gcovr.changes 2019-01-11 14:06:34.751734236 +0100 @@ -2 +2,12 @@ -Wed Dec 20 21:11:55 UTC 2017 - [email protected] +Thu Jan 10 13:20:05 UTC 2019 - Neal Gompa <[email protected]> + +- Fix package name for Jinja2 dependency + +------------------------------------------------------------------- +Tue Dec 11 11:18:10 UTC 2018 - Dan Čermák <[email protected]> + +- Bump gcovr version to 4.1 + + Drop patch: 0001-re-enable-HTML-reports-under-Python3.patch + +------------------------------------------------------------------- +Wed Dec 20 21:11:55 UTC 2017 - Neal Gompa <[email protected]> Old: ---- 0001-re-enable-HTML-reports-under-Python3.patch gcovr-3.3.tar.gz New: ---- gcovr-4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gcovr.spec ++++++ --- /var/tmp/diff_new_pack.Bs9t0X/_old 2019-01-11 14:06:35.355733628 +0100 +++ /var/tmp/diff_new_pack.Bs9t0X/_new 2019-01-11 14:06:35.359733625 +0100 @@ -1,7 +1,8 @@ # # spec file for package gcovr # -# Copyright (c) 2017 Neal Gompa <[email protected]>. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 Neal Gompa <[email protected]>. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,23 +18,20 @@ Name: gcovr -Version: 3.3 +Version: 4.1 Release: 0 Summary: A code coverage report generator using GNU gcov License: BSD-3-Clause Group: Development/Tools/Other -URL: http://gcovr.com/ +URL: https://gcovr.com/ Source0: https://github.com/gcovr/%{name}/archive/%{version}/%{name}-%{version}.tar.gz -# Fix HTML reports for Python 3 (rhbz#1428277) -# From: https://github.com/gcovr/gcovr/pull/163 -Patch0001: 0001-re-enable-HTML-reports-under-Python3.patch - BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python-rpm-macros Requires: %{_bindir}/gcov +Requires: python3-Jinja2 BuildArch: noarch @@ -50,7 +48,7 @@ %prep -%autosetup -p1 +%autosetup %build %py3_build @@ -58,12 +56,12 @@ %install %py3_install -# python metadata is useless and empty -rm -rf %{buildroot}%{python3_sitelib} %files %license LICENSE.txt -%doc README.md CHANGELOG.txt doc/guide.txt -%{_bindir}/gcovr +%doc README.rst CHANGELOG.rst + +%{_bindir}/%{name} +%{python3_sitelib}/%{name}* %changelog ++++++ gcovr-3.3.tar.gz -> gcovr-4.1.tar.gz ++++++ ++++ 34153 lines of diff (skipped)
