Hello community,
here is the log from the commit of package obs-service-format_spec_file for
openSUSE:Factory checked in at 2014-08-15 09:58:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-format_spec_file (Old)
and /work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obs-service-format_spec_file"
Changes:
--------
---
/work/SRC/openSUSE:Factory/obs-service-format_spec_file/obs-service-format_spec_file.changes
2014-08-01 14:34:16.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new/obs-service-format_spec_file.changes
2014-08-15 09:58:36.000000000 +0200
@@ -1,0 +2,10 @@
+Thu Aug 14 02:28:08 CEST 2014 - [email protected]
+
+- do not enter empty license line if not found (eg in include file)
+
+-------------------------------------------------------------------
+Wed Aug 13 11:21:40 CEST 2014 - [email protected]
+
+- update prepare_spec from git to fix (bnc#891152)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ prepare_spec ++++++
--- /var/tmp/diff_new_pack.kl9oXv/_old 2014-08-15 09:58:37.000000000 +0200
+++ /var/tmp/diff_new_pack.kl9oXv/_new 2014-08-15 09:58:37.000000000 +0200
@@ -715,9 +715,9 @@
} elsif ($line =~ m/XXXPOSTSUMMARY (.*)$/) {
my $current_package = $1;
my $license = $seen_licenses{$current_package} || $main_license;
- printf("%-16s%s\n", "License:", $license) if (!$license_unique ||
$first_summary);
+ printf("%-16s%s\n", "License:", $license) if $license && (!$license_unique
|| $first_summary || $current_package eq $base_package);
my $group = $seen_groups{$current_package} || $main_group;
- printf("%-16s%s\n", "Group:", $group) if (!$groups_unique ||
$first_summary);
+ printf("%-16s%s\n", "Group:", $group) if (!$groups_unique ||
$first_summary || $current_package eq $base_package);
$first_summary = 0;
} else {
print "$line\n";
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]