Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package booth for openSUSE:Factory checked in at 2021-06-04 22:43:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/booth (Old) and /work/SRC/openSUSE:Factory/.booth.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "booth" Fri Jun 4 22:43:53 2021 rev:47 rq:897362 version:1.0+20210519.bfb2f92 Changes: -------- --- /work/SRC/openSUSE:Factory/booth/booth.changes 2020-09-23 18:43:22.249485252 +0200 +++ /work/SRC/openSUSE:Factory/.booth.new.1898/booth.changes 2021-06-04 22:44:17.819177960 +0200 @@ -1,0 +2,39 @@ +Thu May 27 10:48:45 UTC 2021 - [email protected] + +- Update to version 1.0+20210519.bfb2f92: + * config: Remove deprecated net functions + * configure: drop unnecessary check and define + * configure: move exec_prefix sanitizer closer to prefix + * configure: drop dead code + * configure: drop unnecessary macro + * configure: use PKG_CONFIG to detect pacemaker user/group + * configure: use resource-agents pkg-config info to determine ocfdir + * configure: add BOOTH_PKG_CHECK_VAR macro to wrap PKG_CHECK_VAR + * configure: detect and init pkg-config with proper macro + * configure: Simplify libqb detection when libqb is not installed in standard paths + * [build] ship booth.pc with basic booth build information for downstream packages to use + * booth.spec: Change naming scheme for upgrades + * boot.spec.in: Package html files when generated + * build: Fix building of html docs with asciidoc + * git-version-gen: Use fallback for git-archive + * configure: Make sure without-html_man works + * test: Add compatibility with iproute ss command + * test: fix the delimiter in the here-string + * build: Remove bashisms + * booth.spec: Add fedora compatibility provides + * build: Add option to enable tests during rpmbuild + * build: Substitute hauser and haclient in RPM + * build: Substitute python dependency in RPM + * build: Substitute glue dependency in RPM + * build: Substitute asciidoc or asciidoctor for RPM + * build: Rework build of RPM + * build: Use git-version-gen + * configure: Always let automake set python vars + * build: Delete cov directory on clean + * build: Make sure tarball contains all needed files + * build: Remove unneeded OS detection section + * build: Make generating of HTML man work +- remove applied patch + test-fix-read-a-issue.patch + +------------------------------------------------------------------- Old: ---- booth-1.0+20200702.2f043da.tar.bz2 test-fix-read-a-issue.patch New: ---- booth-1.0+20210519.bfb2f92.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ booth.spec ++++++ --- /var/tmp/diff_new_pack.phOO3S/_old 2021-06-04 22:44:18.287178641 +0200 +++ /var/tmp/diff_new_pack.phOO3S/_new 2021-06-04 22:44:18.287178641 +0200 @@ -1,7 +1,7 @@ # # spec file for package booth # -# Copyright (c) 2020 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 @@ -20,9 +20,6 @@ %bcond_with glue -# local commit: -%global commit 1.0+20200702.2f043da - %global uname hacluster %global gname haclient @@ -32,15 +29,14 @@ %define _fwdefdir %{_prefix}/lib/firewalld/services Name: booth -Version: 1.0 +Version: 1.0+20210519.bfb2f92 Release: 0 Summary: Ticket Manager for Multi-site Clusters License: GPL-2.0-or-later Group: Productivity/Clustering/HA -Url: https://github.com/ClusterLabs/booth -Source: %{name}-%{commit}.tar.bz2 +URL: https://github.com/ClusterLabs/booth +Source: %{name}-%{version}.tar.bz2 Source1: %{name}-rpmlintrc -Patch1: test-fix-read-a-issue.patch BuildRequires: asciidoc BuildRequires: autoconf BuildRequires: automake @@ -78,8 +74,7 @@ the Cluster Ticket Manager for Pacemaker. %prep -%setup -q -n %{name}-%{commit} -%patch1 -p1 +%setup -q -n %{name}-%{version} %build autoreconf -fvi @@ -169,13 +164,14 @@ %{_datadir}/booth/service-runnable %doc AUTHORS README COPYING %doc README.upgrade-from-v0.1 +/usr/share/pkgconfig/booth.pc %dir %attr (750, %{uname}, %{gname}) %{_var}/lib/booth/ %dir %attr (750, %{uname}, %{gname}) %{_var}/lib/booth/cores %files test %defattr(-,root,root) -%doc README-testing +/usr/share/doc/packages/booth/README-testing %{test_path} %dir %{_prefix}/lib/ocf %dir %{_prefix}/lib/ocf/resource.d ++++++ _service ++++++ --- /var/tmp/diff_new_pack.phOO3S/_old 2021-06-04 22:44:18.311178675 +0200 +++ /var/tmp/diff_new_pack.phOO3S/_new 2021-06-04 22:44:18.311178675 +0200 @@ -5,7 +5,7 @@ <param name="exclude">.git</param> <param name="filename">booth</param> <param name="versionformat">1.0+%cd.%h</param> - <param name="revision">2f043da0d3cb21870f18b6a5fd37104215aeb5bc</param> + <param name="revision">master</param> <param name="changesgenerate">enable</param> </service> <service name="recompress" mode="disabled"> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.phOO3S/_old 2021-06-04 22:44:18.323178693 +0200 +++ /var/tmp/diff_new_pack.phOO3S/_new 2021-06-04 22:44:18.323178693 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/ClusterLabs/booth.git</param> - <param name="changesrevision">2f043da0d3cb21870f18b6a5fd37104215aeb5bc</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">7a456e37a74e78c31557dc04022a4430493ae5b4</param></service></servicedata> \ No newline at end of file ++++++ booth-1.0+20200702.2f043da.tar.bz2 -> booth-1.0+20210519.bfb2f92.tar.bz2 ++++++ ++++ 1696 lines of diff (skipped)
