Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package par2cmdline for openSUSE:Factory checked in at 2026-05-28 17:31:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/par2cmdline (Old) and /work/SRC/openSUSE:Factory/.par2cmdline.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "par2cmdline" Thu May 28 17:31:56 2026 rev:5 rq:1355585 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/par2cmdline/par2cmdline.changes 2025-09-22 16:42:01.995344470 +0200 +++ /work/SRC/openSUSE:Factory/.par2cmdline.new.1937/par2cmdline.changes 2026-05-28 17:31:58.356218646 +0200 @@ -1,0 +2,27 @@ +Thu May 28 08:31:27 UTC 2026 - Martin Pluskal <[email protected]> + +- Update to version 1.1.1: + * Cleanup/std namespace search replace oops + * Migrate Windows unit tests to Visual C++ projects + * Fix garbled error message on Windows + * Integer definitions consistency +- Changes from version 1.1.0: + * Replace deprecated sprintf with snprintf + * Fix memory leak + * Add thread guards in diskfile + * Show defaults in help output and man page + * Create symlinks for the long form manpages as well + * Add rename-only mode (POC) + * Remove use of "using namespace std" + * Windows unicode issues / Windows integration testing + * diskfile CreateParentDirectory respects rootpath behaviour + * Fix symbolic links as primary file + * Remove obsolete autoconf macro AC_HEADER_STDC + * Update COPYING with the latest GPL v2 license +- Package man page symlinks (par2create.1, par2repair.1, + par2verify.1) shipped by upstream since 1.1.0. +- Switch to %autosetup, drop obsolete chmod -x of text files + (upstream tarball now ships them without +x). +- Drop obsolete Group: tag; add explicit BuildRequires: make. + +------------------------------------------------------------------- Old: ---- par2cmdline-1.0.0.tar.gz New: ---- par2cmdline-1.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ par2cmdline.spec ++++++ --- /var/tmp/diff_new_pack.0xNIAf/_old 2026-05-28 17:31:59.924283413 +0200 +++ /var/tmp/diff_new_pack.0xNIAf/_new 2026-05-28 17:31:59.936283909 +0200 @@ -1,7 +1,7 @@ # # spec file for package par2cmdline # -# Copyright (c) 2020 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,14 +17,14 @@ Name: par2cmdline -Version: 1.0.0 +Version: 1.1.1 Release: 0 Summary: A PAR 2.0 compatible file creation, verification, and repair tool License: GPL-2.0-or-later -Group: Productivity/Archiving/Backup URL: https://github.com/Parchive/par2cmdline Source: https://github.com/Parchive/par2cmdline/releases/download/v%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc-c++ +BuildRequires: make # The following 2 provides/obsoletes lines have been added becase at one point # the 'par' package was updated to use the 'par2cmdline' sources. Any package # that depends on 'par' version 0.8.0 should actually depend on 'par2cmdline' @@ -39,9 +39,7 @@ data files and repair them if necessary. It can be used with any kind of file. %prep -%setup -q -# Remove executable permission from text files -chmod -x ChangeLog configure.ac INSTALL Makefile.am NEWS stamp-h.in +%autosetup -p1 %build %configure @@ -54,11 +52,14 @@ %make_build check %files -%doc AUTHORS ChangeLog README.md %license COPYING +%doc AUTHORS ChangeLog README.md %{_bindir}/par2 %{_bindir}/par2create %{_bindir}/par2repair %{_bindir}/par2verify %{_mandir}/man1/par2.1%{?ext_man} +%{_mandir}/man1/par2create.1%{?ext_man} +%{_mandir}/man1/par2repair.1%{?ext_man} +%{_mandir}/man1/par2verify.1%{?ext_man} ++++++ par2cmdline-1.0.0.tar.gz -> par2cmdline-1.1.1.tar.gz ++++++ ++++ 13996 lines of diff (skipped)
