Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package inst-source-utils for openSUSE:Factory checked in at 2022-05-22 20:26:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/inst-source-utils (Old) and /work/SRC/openSUSE:Factory/.inst-source-utils.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "inst-source-utils" Sun May 22 20:26:05 2022 rev:65 rq:978210 version:2021.09.09 Changes: -------- --- /work/SRC/openSUSE:Factory/inst-source-utils/inst-source-utils.changes 2018-12-19 13:24:50.469277725 +0100 +++ /work/SRC/openSUSE:Factory/.inst-source-utils.new.1538/inst-source-utils.changes 2022-05-22 20:26:18.734165608 +0200 @@ -1,0 +2,13 @@ +Wed Apr 27 10:19:51 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- fix URL +- use %%license tag + +------------------------------------------------------------------- +Thu Sep 9 16:49:31 UTC 2021 - Marcus Rueckert <mrueck...@suse.de> + +- update to 2021.09.09 (boo#1178224) + - This should fix generating changelogs for trees with multiple + images. + +------------------------------------------------------------------- Old: ---- inst-source-utils-2018.12.10.obscpio New: ---- inst-source-utils-2021.09.09.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ inst-source-utils.spec ++++++ --- /var/tmp/diff_new_pack.GslHcD/_old 2022-05-22 20:26:19.158166232 +0200 +++ /var/tmp/diff_new_pack.GslHcD/_new 2022-05-22 20:26:19.162166238 +0200 @@ -1,7 +1,7 @@ # # spec file for package inst-source-utils # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 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,9 @@ Summary: Utilities for creating customized installation sources License: GPL-2.0-or-later Group: System/YaST -Version: 2018.12.10 +Version: 2021.09.09 Release: 0 -Url: http://en.opensuse.org/Inst-source-utils +URL: https://en.opensuse.org/Inst-source-utils BuildArch: noarch Requires: gpg2 Obsoletes: autoyast2-utils <= 2.14.10 @@ -31,17 +31,14 @@ Requires: perl-XML-Parser Source: %name-%version.tar.xz Source1: split.pl -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Utilities supporting autoinstallation and creation of customized installation sources. -Have a look at http://en.opensuse.org/Inst-source-utils for a detailed +Have a look at https://en.opensuse.org/Inst-source-utils for a detailed description of each script. - - %prep %setup -q @@ -53,7 +50,7 @@ cp -a usr %{buildroot}/ %files -%doc COPYING +%license COPYING %defattr(755,root,root,755) %_bindir/* %defattr(644,root,root,755) ++++++ _service ++++++ --- /var/tmp/diff_new_pack.GslHcD/_old 2022-05-22 20:26:19.206166303 +0200 +++ /var/tmp/diff_new_pack.GslHcD/_new 2022-05-22 20:26:19.210166309 +0200 @@ -2,8 +2,8 @@ <service name="obs_scm" mode="disabled"> <param name="url">https://github.com/openSUSE/inst-source-utils.git</param> <param name="scm">git</param> - <param name="version">2018.12.10</param> - <param name="revision">2018.12.10</param> + <param name="version">2021.09.09</param> + <param name="revision">2021.09.09</param> <param name="extract">inst-source-utils.changes</param> <param name="extract">inst-source-utils.spec</param> </service> ++++++ inst-source-utils-2018.12.10.obscpio -> inst-source-utils-2021.09.09.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/inst-source-utils-2018.12.10/usr/bin/mk_changelog new/inst-source-utils-2021.09.09/usr/bin/mk_changelog --- old/inst-source-utils-2018.12.10/usr/bin/mk_changelog 2018-12-10 16:27:50.000000000 +0100 +++ new/inst-source-utils-2021.09.09/usr/bin/mk_changelog 2021-09-09 15:22:58.000000000 +0200 @@ -56,18 +56,18 @@ if ( -d "$current_client/DVD1/$root_on_cd" ) { $cds_prim = "$current_client/DVD1"; for my $i (1...9) { - push @pactreeCDall, "$current_client/DVD$i/$root_on_cd" if ( -d "$current_client/DVD$i/$root_on_cd" ); + push @pactreeCDall, "$current_client/DVD$i/$root_on_cd" if ( -d "$current_client/DVD$i/$root_on_cd" ); } } elsif ( -d "$current_client/CD1/$root_on_cd" ) { $cds_prim = "$current_client/CD1"; for my $i (1...9) { - push @pactreeCDall, "$current_client/CD$i/$root_on_cd" if ( -d "$current_client/CD$i/$root_on_cd" ); + push @pactreeCDall, "$current_client/CD$i/$root_on_cd" if ( -d "$current_client/CD$i/$root_on_cd" ); } } else { $cds_prim = "$current_client"; push @pactreeCDall, "$current_client/$root_on_cd"; } - + my $distro = $ENV{"BBASENAME"}; $distro = "all" unless ($distro); #print "cds_prim is $cds_prim\n"; @@ -91,8 +91,8 @@ my $monthnum = $month_to_num{$datarray[2]}; $actual = timelocal ( 0,0,0,$datarray[3],$monthnum, $datarray[4]-1900); if ( $actual < $min_date ) { - $skip_rest = 1; - next; + $skip_rest = 1; + next; } if ( $last_actual ne $actual ) { $entries{$actual} .= "\n$announce_string\n"; @@ -117,7 +117,7 @@ my $lasttime = ""; #print "findstr = $findstr\n"; my %allrpms = (); -open ( RPMLIST , "find $findstr -maxdepth 2 -name \"*.rpm\" -print |"); +open ( RPMLIST , "find $findstr -maxdepth 4 -name \"*.rpm\" -print |"); while ( my $myrpm = <RPMLIST> ) { chomp ($myrpm); my $basename = $myrpm; @@ -151,19 +151,19 @@ # CHANGELOGTIME, CHANGELOGTEXT my %c_res = RPMQ::rpmq_many($myfile,1080,1082); for my $mytime (@{$c_res{1080} || []}) { - last if ( $mytime < $min_date ); - $entries{$mytime} .= "\n$announce_string\n" if ( $lasttime ne $mytime ); - $lasttime = $mytime; - for my $myline (split("\n",@{$c_res{1082} || []}[0])) { - $myline =~ s/^\s*(\S*)/$1/; - $myline =~ s/(\S*)\s*$/$1/; - if ( $myline =~ /^-/ ) { - $entries{$mytime} .= " $myline\n"; - } else { - $entries{$mytime} .= " $myline\n"; - } - } - shift @{$c_res{1082} || []}; + last if ( $mytime < $min_date ); + $entries{$mytime} .= "\n$announce_string\n" if ( $lasttime ne $mytime ); + $lasttime = $mytime; + for my $myline (split("\n",@{$c_res{1082} || []}[0])) { + $myline =~ s/^\s*(\S*)/$1/; + $myline =~ s/(\S*)\s*$/$1/; + if ( $myline =~ /^-/ ) { + $entries{$mytime} .= " $myline\n"; + } else { + $entries{$mytime} .= " $myline\n"; + } + } + shift @{$c_res{1082} || []}; } } #print "\n"; ++++++ inst-source-utils.obsinfo ++++++ --- /var/tmp/diff_new_pack.GslHcD/_old 2022-05-22 20:26:19.334166492 +0200 +++ /var/tmp/diff_new_pack.GslHcD/_new 2022-05-22 20:26:19.338166497 +0200 @@ -1,6 +1,6 @@ name: inst-source-utils -version: 2018.12.10 -mtime: 1544455670 -commit: 8cdf7e68654522e16a4ac8d9f30a180aef4e2405 +version: 2021.09.09 +mtime: 1631193778 +commit: afc51c5074cd6847d952c5f1fd8df922824c7aa6