Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package chntpw for openSUSE:Factory checked in at 2024-02-26 19:46:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/chntpw (Old) and /work/SRC/openSUSE:Factory/.chntpw.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "chntpw" Mon Feb 26 19:46:49 2024 rev:2 rq:1151243 version:1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/chntpw/chntpw.changes 2018-01-19 11:51:57.871169441 +0100 +++ /work/SRC/openSUSE:Factory/.chntpw.new.1770/chntpw.changes 2024-02-26 19:47:37.374750243 +0100 @@ -1,0 +2,16 @@ +Mon Feb 26 11:37:08 UTC 2024 - Sebastian Wagner <[email protected]> + +- Fix URL to debian diff file + +------------------------------------------------------------------- +Mon Feb 26 10:43:50 UTC 2024 - Dominique Leuenberger <[email protected]> + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + PatchN. + +------------------------------------------------------------------- +Thu Oct 17 15:43:33 UTC 2019 - Richard Brown <[email protected]> + +- Remove obsolete Groups tag (fate#326485) + +------------------------------------------------------------------- Old: ---- chntpw_1.0-1.diff.gz New: ---- chntpw_1.0-1.1.diff.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ chntpw.spec ++++++ --- /var/tmp/diff_new_pack.iphwML/_old 2024-02-26 19:47:37.850767451 +0100 +++ /var/tmp/diff_new_pack.iphwML/_new 2024-02-26 19:47:37.854767595 +0100 @@ -1,7 +1,7 @@ # # spec file for package chntpw # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,20 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %define dateversion 140201 Name: chntpw Version: 1.0 Release: 0 Summary: Offline NT Password and Registry Editor -License: GPL-2.0 and LGPL-2.1 -Group: System/Management -Url: http://pogostick.net/~pnh/ntpasswd/ +License: GPL-2.0-only AND LGPL-2.1-only +URL: http://pogostick.net/~pnh/ntpasswd/ Source: http://pogostick.net/~pnh/ntpasswd/chntpw-source-%{dateversion}.zip # PATCH-FIX-UPSTREAM chntpw_1.0-1.diff.gz -- use all patches from debian, fixes build and runtime bugs -Patch0: http://http.debian.net/debian/pool/main/c/chntpw/chntpw_%{version}-1.diff.gz +Patch0: http://http.debian.net/debian/pool/main/c/chntpw/chntpw_%{version}-1.1.diff.gz BuildRequires: libgcrypt-devel BuildRequires: unzip @@ -38,8 +38,8 @@ There is also a registry editor and other registry utilities that works under linux/unix, and can be used for other things than password editing. %prep -%setup -qn %{name}-%{dateversion} -%patch0 -p1 +%autosetup -p1 -n %{name}-%{dateversion} + while read line; do [ "${line#\#}"x = "${line}x" ] && echo "Applying patch $line" && /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 < "debian/patches/$line" done < debian/patches/series ++++++ chntpw_1.0-1.diff.gz -> chntpw_1.0-1.1.diff.gz ++++++ Binary files /work/SRC/openSUSE:Factory/chntpw/chntpw_1.0-1.diff.gz and /work/SRC/openSUSE:Factory/.chntpw.new.1770/chntpw_1.0-1.1.diff.gz differ
