Hello community,

here is the log from the commit of package obs-service-format_spec_file for 
openSUSE:Factory checked in at 2015-09-13 09:43:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
        2015-07-18 14:38:46.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new/obs-service-format_spec_file.changes
   2015-09-13 09:43:18.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Sep  4 07:57:44 UTC 2015 - co...@suse.com
+
+- update licenses
+- silence warnings in perl 5.22
+
+-------------------------------------------------------------------

Old:
----
  obs-service-format_spec_file-20150716.tar.bz2

New:
----
  obs-service-format_spec_file-20150904.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ obs-service-format_spec_file.spec ++++++
--- /var/tmp/diff_new_pack.Ax7YJj/_old  2015-09-13 09:43:19.000000000 +0200
+++ /var/tmp/diff_new_pack.Ax7YJj/_new  2015-09-13 09:43:19.000000000 +0200
@@ -20,7 +20,7 @@
 Summary:        An OBS source service: reformats a spec file to SUSE standard
 License:        GPL-2.0
 Group:          Development/Tools/Building
-Version:        20150716
+Version:        20150904
 Release:        0
 Url:            https://github.com/openSUSE/obs-service-format_spec_file
 # osc service dr

++++++ debian.dsc ++++++
--- /var/tmp/diff_new_pack.Ax7YJj/_old  2015-09-13 09:43:19.000000000 +0200
+++ /var/tmp/diff_new_pack.Ax7YJj/_new  2015-09-13 09:43:19.000000000 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: obs-service-format-spec-file
-Version: 20150716
+Version: 20150904
 Binary: obs-service-format-spec-file
 Maintainer: Adrian Schroeter <adr...@suse.de>
 Architecture: all

++++++ obs-service-format_spec_file-20150716.tar.bz2 -> 
obs-service-format_spec_file-20150904.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-service-format_spec_file-20150716/README.md 
new/obs-service-format_spec_file-20150904/README.md
--- old/obs-service-format_spec_file-20150716/README.md 2015-07-16 
19:41:55.000000000 +0200
+++ new/obs-service-format_spec_file-20150904/README.md 2015-09-04 
09:57:15.000000000 +0200
@@ -391,3 +391,4 @@
 |SUSE-Xenonsoft-1.00|
 |SUSE-mirror|
 |SUSE-mplus|
+|SUSE-wxWidgets-3.1|
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/obs-service-format_spec_file-20150716/licenses_changes.txt 
new/obs-service-format_spec_file-20150904/licenses_changes.txt
--- old/obs-service-format_spec_file-20150716/licenses_changes.txt      
2015-07-16 19:41:55.000000000 +0200
+++ new/obs-service-format_spec_file-20150904/licenses_changes.txt      
2015-09-04 09:57:15.000000000 +0200
@@ -868,6 +868,8 @@
 SUSE-mirror+   SUSE-mirror+
 SUSE-mplus     
http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/index-en.html#license
 SUSE-mplus+    SUSE-mplus+
+SUSE-wxWidgets-3.1     https://www.wxwidgets.org/about/licence/
+SUSE-wxWidgets-3.1+    SUSE-wxWidgets-3.1+
 SWL    SWL
 SWL+   SWL+
 Saxpath        Saxpath
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-service-format_spec_file-20150716/prepare_spec 
new/obs-service-format_spec_file-20150904/prepare_spec
--- old/obs-service-format_spec_file-20150716/prepare_spec      2015-07-16 
19:41:55.000000000 +0200
+++ new/obs-service-format_spec_file-20150904/prepare_spec      2015-09-04 
09:57:15.000000000 +0200
@@ -1,7 +1,7 @@
 #! /usr/bin/perl -w
 #
 # vim:sw=2:et
-# 
+#
 
 BEGIN {
   unshift @INC, ".";
@@ -52,7 +52,7 @@
   'Name',
   'NoPatch',
   'NoSource',
-  'Obsoletes', 
+  'Obsoletes',
   'Patch\d*',
   'Prefix',
   'PreReq',
@@ -257,7 +257,7 @@
 
     if ( /^\s*$/ && $current_section ne "description") {
       # stop preamble parsing on two blank lines
-      if ($print_comments eq "false" && 
+      if ($print_comments eq "false" &&
            $oldspec[0] && $oldspec[-1] eq "XXXBLANKLINE") {
        $print_comments = "true";
        push @oldspec, "XXXDOUBLELINE";
@@ -308,7 +308,7 @@
     }
     # evil epoch removal
     next if ( /^Epoch:/ );
-    $_ =~ s/%{?epoch}?[:-]//g;
+    $_ =~ s/%\{?epoch}?[:-]//g;
     $_ =~ s/ 0:/ /g if ( /^requires/i || /^buildreq/i );
 
     if ( /^BuildRequires:/i || /^Requires:/i || /^Provides:/i || 
/^Obsoletes:/i ) {
@@ -438,7 +438,7 @@
       for my $xx (sort { length($b) <=> length($a) } keys (%{$definelist})) {
        $_ =~ s/\Q$xx\E/$definelist->{$xx}/;
       }
-      $_ =~ s/%{\?[^\}]*}//;
+      $_ =~ s/%\{\?[^\}]*}//;
       if ($debug) {
        warn "after: $_\n";
       }
@@ -717,7 +717,9 @@
     my $license = $seen_licenses{$current_package} || $main_license;
     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 || $current_package eq $base_package);
+    if ($group) {
+      printf("%-16s%s\n", "Group:", $group) if (!$groups_unique || 
$first_summary || $current_package eq $base_package);
+    }
     $first_summary = 0;
   } else {
     print "$line\n";


Reply via email to