Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rpmconf for openSUSE:Factory checked in at 2026-05-25 21:54:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rpmconf (Old) and /work/SRC/openSUSE:Factory/.rpmconf.new.2084 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpmconf" Mon May 25 21:54:52 2026 rev:19 rq:1354992 version:1.1.12 Changes: -------- --- /work/SRC/openSUSE:Factory/rpmconf/rpmconf.changes 2025-04-02 17:12:52.824133565 +0200 +++ /work/SRC/openSUSE:Factory/.rpmconf.new.2084/rpmconf.changes 2026-05-25 21:58:48.137897948 +0200 @@ -1,0 +2,7 @@ +Sat May 23 18:33:23 UTC 2026 - Dirk Müller <[email protected]> + +- update to 1.1.12: + * modernize included spec file + * update releases + +------------------------------------------------------------------- Old: ---- rpmconf-1.1.11.tar.gz New: ---- rpmconf-1.1.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rpmconf.spec ++++++ --- /var/tmp/diff_new_pack.a2S0mv/_old 2026-05-25 21:58:48.693920821 +0200 +++ /var/tmp/diff_new_pack.a2S0mv/_new 2026-05-25 21:58:48.693920821 +0200 @@ -1,7 +1,7 @@ # # spec file for package rpmconf # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: rpmconf -Version: 1.1.11 +Version: 1.1.12 Release: 0 Summary: Tool to handle rpmnew and rpmsave files License: GPL-3.0-or-later ++++++ rpmconf-1.1.11.tar.gz -> rpmconf-1.1.12.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmconf-rpmconf-1.1.11-1/.tito/packages/rpmconf new/rpmconf-rpmconf-1.1.12-1/.tito/packages/rpmconf --- old/rpmconf-rpmconf-1.1.11-1/.tito/packages/rpmconf 2024-05-09 16:38:20.000000000 +0200 +++ new/rpmconf-rpmconf-1.1.12-1/.tito/packages/rpmconf 2025-07-08 21:44:51.000000000 +0200 @@ -1 +1 @@ -1.1.11-1 ./ +1.1.12-1 ./ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmconf-rpmconf-1.1.11-1/.tito/releasers.conf new/rpmconf-rpmconf-1.1.12-1/.tito/releasers.conf --- old/rpmconf-rpmconf-1.1.11-1/.tito/releasers.conf 2024-05-09 16:38:20.000000000 +0200 +++ new/rpmconf-rpmconf-1.1.12-1/.tito/releasers.conf 2025-07-08 21:44:51.000000000 +0200 @@ -6,17 +6,9 @@ releaser = tito.release.FedoraGitReleaser branches = fedora-all epel-all -[fedora-main] +[fedora-rawhide] releaser = tito.release.FedoraGitReleaser -branches = main - -[fedora-f22] -releaser = tito.release.FedoraGitReleaser -branches = f22 - -[fedora-f23] -releaser = tito.release.FedoraGitReleaser -branches = f23 +branches = rawhide [epel] releaser = tito.release.FedoraGitReleaser diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmconf-rpmconf-1.1.11-1/rpmconf.spec new/rpmconf-rpmconf-1.1.12-1/rpmconf.spec --- old/rpmconf-rpmconf-1.1.11-1/rpmconf.spec 2024-05-09 16:38:20.000000000 +0200 +++ new/rpmconf-rpmconf-1.1.12-1/rpmconf.spec 2025-07-08 21:44:51.000000000 +0200 @@ -6,7 +6,7 @@ Name: rpmconf Summary: Tool to handle rpmnew and rpmsave files License: GPL-3.0-only -Version: 1.1.11 +Version: 1.1.12 Release: 1%{?dist} URL: https://github.com/xsuchy/rpmconf # source is created by: @@ -17,28 +17,17 @@ BuildRequires: make BuildRequires: docbook-utils BuildRequires: docbook-dtd31-sgml -%if 0%{?rhel} > 9 || 0%{?fedora} > 38 -BuildRequires: python%{python3_pkgversion}-setuptools -%endif BuildRequires: python%{python3_pkgversion}-sphinx BuildRequires: python%{python3_pkgversion}-devel Requires: %{name}-base Requires: python%{python3_pkgversion}-rpmconf -%if 0%{?rhel} == 7 -Requires: python36-rpm -BuildRequires: python36-rpm -%else Requires: rpm-python3 BuildRequires: rpm-python3 %if %{with tests} BuildRequires: python%{python3_pkgversion}-pylint BuildRequires: python%{python3_pkgversion}-six %endif -%endif # mergetools -%if 0%{?rhel} == 7 - # nothing -%else Suggests: diffuse Suggests: diffutils Suggests: kdiff3 @@ -47,7 +36,6 @@ Suggests: vim-enhanced # sdiff Suggests: diffutils -%endif %description This tool search for .rpmnew, .rpmsave and .rpmorig files and ask you what to do @@ -78,21 +66,21 @@ %prep %setup -q +%generate_buildrequires +%pyproject_buildrequires + %build sed -i 's/__version__ = .*/__version__ = "%{version}"/' rpmconf/rpmconf.py sed -i 's/version = .*,/version = "%{version}",/' setup.py -%{__python3} setup.py build +%pyproject_wheel docbook2man rpmconf.sgml -%if 0%{?rhel} == 7 -make -C docs html man SPHINXBUILD=sphinx-build-3.6 -%else make -C docs html man -%endif %install -%{__python3} setup.py install --skip-build \ - --install-scripts %{_sbindir} \ - --root %{buildroot} +%pyproject_install +#%{__python3} setup.py install --skip-build \ +# --install-scripts %{_sbindir} \ +# --root %{buildroot} install -D -m 644 rpmconf.8 %{buildroot}%{_mandir}/man8/rpmconf.8 install -D -m 644 docs/build/man/rpmconf.3 %{buildroot}%{_mandir}/man3/rpmconf.3 mkdir -p %{buildroot}%{_datadir}/rpmconf/ @@ -111,7 +99,7 @@ %files -n python%{python3_pkgversion}-rpmconf %license LICENSES/GPL-3.0-only.txt %{python3_sitelib}/rpmconf/ -%{python3_sitelib}/rpmconf-*.egg-info +%{python3_sitelib}/rpmconf-*.dist-info %{_mandir}/man3/rpmconf.3* %files -n python%{python3_pkgversion}-rpmconf-doc @@ -122,6 +110,9 @@ %dir %{_datadir}/rpmconf %changelog +* Tue Jul 08 2025 Miroslav Suchý <[email protected]> 1.1.12-1 +- modernize spec file and drop old stuff + * Thu May 09 2024 Miroslav Suchý <[email protected]> 1.1.11-1 - correct wording - use license file from reuse diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rpmconf-rpmconf-1.1.11-1/setup.py new/rpmconf-rpmconf-1.1.12-1/setup.py --- old/rpmconf-rpmconf-1.1.11-1/setup.py 2024-05-09 16:38:20.000000000 +0200 +++ new/rpmconf-rpmconf-1.1.12-1/setup.py 2025-07-08 21:44:51.000000000 +0200 @@ -4,7 +4,7 @@ setup(name = "rpmconf", packages = ["rpmconf"], - version = "1.1.11", + version = "1.1.12", description = "Handle rpmnew and rpmsave files", author = "Igor Gnatenko", author_email = "[email protected]",
